Blame view
sources/apps/files_sharing/l10n/nb_NO.php
476 Bytes
|
31b7f2792
|
1 2 3 |
<?php $TRANSLATIONS = array( "The password is wrong. Try again." => "Passordet er feil. Prøv på nytt.", |
|
03e52840d
|
4 |
"Password" => "Passord", |
|
03e52840d
|
5 6 7 |
"%s shared the folder %s with you" => "%s delte mappen %s med deg", "%s shared the file %s with you" => "%s delte filen %s med deg", "Download" => "Last ned", |
|
31b7f2792
|
8 9 10 |
"Upload" => "Last opp", "Cancel upload" => "Avbryt opplasting", "No preview available for" => "Forhåndsvisning ikke tilgjengelig for" |
|
03e52840d
|
11 |
); |
|
31b7f2792
|
12 |
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; |