mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-09 18:08:49 +00:00
add per-plugin language files
This commit is contained in:
parent
32063986f5
commit
887fcdbd3e
840 changed files with 10332 additions and 0 deletions
11
js_upload/lang/nb-no/strings.php
Normal file
11
js_upload/lang/nb-no/strings.php
Normal file
|
@ -0,0 +1,11 @@
|
|||
<?php
|
||||
|
||||
$a->strings["Upload a file"] = "Last opp en fil";
|
||||
$a->strings["Drop files here to upload"] = "Slipp filer her for å laste de opp";
|
||||
$a->strings["Cancel"] = "Avbryt";
|
||||
$a->strings["Failed"] = "Mislyktes";
|
||||
$a->strings["No files were uploaded."] = "Ingen filer ble lastet opp.";
|
||||
$a->strings["Uploaded file is empty"] = "Opplastet fil er tom";
|
||||
$a->strings["Image exceeds size limit of "] = "Bilde overstiger størrelsesbegrensningen på ";
|
||||
$a->strings["File has an invalid extension, it should be one of "] = "Filen har en ugyldig endelse, den må være en av ";
|
||||
$a->strings["Upload was cancelled, or server error encountered"] = "Opplasting avbrutt, eller det oppstod en feil på tjeneren";
|
Loading…
Add table
Add a link
Reference in a new issue