diff options
author | Jan-Christoph Borchardt <JanCBorchardt@fsfe.org> | 2011-09-23 19:08:02 +0200 |
---|---|---|
committer | Jan-Christoph Borchardt <JanCBorchardt@fsfe.org> | 2011-09-23 19:08:02 +0200 |
commit | 5559a0dedef2ac1f366ca17ddb2286629009ee3c (patch) | |
tree | 92599d161aad64c534cb9b2bc6dcd79857a311ca /files | |
parent | 73d0caf8a45ac234e7277d5a57098eb139558fc9 (diff) | |
download | nextcloud-server-5559a0dedef2ac1f366ca17ddb2286629009ee3c.tar.gz nextcloud-server-5559a0dedef2ac1f366ca17ddb2286629009ee3c.zip |
updated translations
Diffstat (limited to 'files')
-rw-r--r-- | files/l10n/bg_BG.php | 14 | ||||
-rw-r--r-- | files/l10n/et_EE.php | 14 | ||||
-rw-r--r-- | files/l10n/ms_MY.php | 14 | ||||
-rw-r--r-- | files/l10n/sr.php | 14 | ||||
-rw-r--r-- | files/l10n/sr@latin.php | 14 |
5 files changed, 70 insertions, 0 deletions
diff --git a/files/l10n/bg_BG.php b/files/l10n/bg_BG.php new file mode 100644 index 00000000000..db5a095c2cb --- /dev/null +++ b/files/l10n/bg_BG.php @@ -0,0 +1,14 @@ +<?php $TRANSLATIONS = array( +"Files" => "Файлове", +"Maximum upload size" => "Макс. размер за качване", +"Upload" => "Качване", +"New Folder" => "Нова папка", +"Nothing in here. Upload something!" => "Няма нищо, качете нещо!", +"Name" => "Име", +"Download" => "Изтегляне", +"Size" => "Размер", +"Modified" => "Променено", +"Delete" => "Изтриване", +"Upload too large" => "Файлът е прекалено голям", +"The files you are trying to upload exceed the maximum size for file uploads on this server." => "Файловете които се опитвате да качите са по-големи от позволеното за сървъра." +); diff --git a/files/l10n/et_EE.php b/files/l10n/et_EE.php new file mode 100644 index 00000000000..29c44dac106 --- /dev/null +++ b/files/l10n/et_EE.php @@ -0,0 +1,14 @@ +<?php $TRANSLATIONS = array( +"Files" => "Failid", +"Maximum upload size" => "Maksimaalne üleslaadimise suurus", +"Upload" => "Lae üles", +"New Folder" => "Uus kaust", +"Nothing in here. Upload something!" => "Siin pole midagi. Lae midagi üles!", +"Name" => "Nimi", +"Download" => "Lae alla", +"Size" => "Suurus", +"Modified" => "Muudetud", +"Delete" => "Kustuta", +"Upload too large" => "Üleslaadimine on liiga suur", +"The files you are trying to upload exceed the maximum size for file uploads on this server." => "Failid, mida sa proovid üles laadida, ületab serveri poolt üleslaetavatele failidele määratud maksimaalse suuruse." +); diff --git a/files/l10n/ms_MY.php b/files/l10n/ms_MY.php new file mode 100644 index 00000000000..3b654cccdaf --- /dev/null +++ b/files/l10n/ms_MY.php @@ -0,0 +1,14 @@ +<?php $TRANSLATIONS = array( +"Files" => "fail", +"Maximum upload size" => "Saiz maksimum muat naik", +"Upload" => "Muat naik", +"New Folder" => "Folder baru", +"Nothing in here. Upload something!" => "Tiada apa-apa di sini. Muat naik sesuatu!", +"Name" => "Nama ", +"Download" => "Muat turun", +"Size" => "Saiz", +"Modified" => "Dimodifikasi", +"Delete" => "Padam", +"Upload too large" => "Muat naik terlalu besar", +"The files you are trying to upload exceed the maximum size for file uploads on this server." => "Fail yang cuba dimuat naik melebihi saiz maksimum fail upload server" +); diff --git a/files/l10n/sr.php b/files/l10n/sr.php new file mode 100644 index 00000000000..445387ffa2f --- /dev/null +++ b/files/l10n/sr.php @@ -0,0 +1,14 @@ +<?php $TRANSLATIONS = array( +"Files" => "Фајлови", +"Maximum upload size" => "Максимална величина пошиљке", +"Upload" => "Пошаљи", +"New Folder" => "Нова фасцикла", +"Nothing in here. Upload something!" => "Овде нема ничег. Пошаљите нешто!", +"Name" => "Име", +"Download" => "Преузми", +"Size" => "Величина", +"Modified" => "Задња измена", +"Delete" => "Обриши", +"Upload too large" => "Пошиљка је превелика", +"The files you are trying to upload exceed the maximum size for file uploads on this server." => "Фајлови које желите да пошаљете превазилазе ограничење максималне величине пошиљке на овом серверу." +); diff --git a/files/l10n/sr@latin.php b/files/l10n/sr@latin.php new file mode 100644 index 00000000000..3cc0ee0f150 --- /dev/null +++ b/files/l10n/sr@latin.php @@ -0,0 +1,14 @@ +<?php $TRANSLATIONS = array( +"Files" => "Fajlovi", +"Maximum upload size" => "Maksimalna veličina pošiljke", +"Upload" => "Pošalji", +"New Folder" => "Nova fascikla", +"Nothing in here. Upload something!" => "Ovde nema ničeg. Pošaljite nešto!", +"Name" => "Ime", +"Download" => "Preuzmi", +"Size" => "Veličina", +"Modified" => "Zadnja izmena", +"Delete" => "Obriši", +"Upload too large" => "Pošiljka je prevelika", +"The files you are trying to upload exceed the maximum size for file uploads on this server." => "Fajlovi koje želite da pošaljete prevazilaze ograničenje maksimalne veličine pošiljke na ovom serveru." +); |