summaryrefslogtreecommitdiffstats
path: root/files
diff options
context:
space:
mode:
Diffstat (limited to 'files')
-rw-r--r--files/l10n/cs_CZ.php14
-rw-r--r--files/l10n/lb.php14
-rw-r--r--files/l10n/nb_NO.php14
-rw-r--r--files/l10n/ro.php14
-rw-r--r--files/l10n/ru.php14
-rw-r--r--files/l10n/zh_CN.php14
6 files changed, 84 insertions, 0 deletions
diff --git a/files/l10n/cs_CZ.php b/files/l10n/cs_CZ.php
new file mode 100644
index 00000000000..c5430deaeb6
--- /dev/null
+++ b/files/l10n/cs_CZ.php
@@ -0,0 +1,14 @@
+<?php $TRANSLATIONS = array(
+"Files" => "Soubory",
+"Maximum upload size" => "Maximální velikost ukládaných souborů",
+"Upload" => "Uložit",
+"New Folder" => "Nový adresář",
+"Nothing in here. Upload something!" => "Žádný obsah. Uložte si něco!",
+"Name" => "Název",
+"Download" => "Stáhnout",
+"Size" => "Velikost",
+"Modified" => "Změněno",
+"Delete" => "Vymazat",
+"Upload too large" => "Příliš velký soubor",
+"The files you are trying to upload exceed the maximum size for file uploads on this server." => "Soubory, které se snažíte uložit, překračují maximální velikosti uploadu na tomto serveru."
+);
diff --git a/files/l10n/lb.php b/files/l10n/lb.php
new file mode 100644
index 00000000000..3f8a4af0bd9
--- /dev/null
+++ b/files/l10n/lb.php
@@ -0,0 +1,14 @@
+<?php $TRANSLATIONS = array(
+"Files" => "Dateien",
+"Maximum upload size" => "Maximum Upload Gréisst ",
+"Upload" => "Eroplueden",
+"New Folder" => "Neien Dossier",
+"Nothing in here. Upload something!" => "Hei ass näischt. Lued eppes rop!",
+"Name" => "Numm",
+"Download" => "Eroflueden",
+"Size" => "Gréisst",
+"Modified" => "Geännert",
+"Delete" => "Läschen",
+"Upload too large" => "Upload ze grouss",
+"The files you are trying to upload exceed the maximum size for file uploads on this server." => "Déi Dateien déi Dir probéiert erop ze lueden sinn méi grouss wei déi Maximal Gréisst déi op dësem Server erlaabt ass."
+);
diff --git a/files/l10n/nb_NO.php b/files/l10n/nb_NO.php
new file mode 100644
index 00000000000..49c6c158f47
--- /dev/null
+++ b/files/l10n/nb_NO.php
@@ -0,0 +1,14 @@
+<?php $TRANSLATIONS = array(
+"Files" => "Filer",
+"Maximum upload size" => "Maksimum opplastingsstørrelse",
+"Upload" => "Last opp",
+"New Folder" => "Ny mappe",
+"Nothing in here. Upload something!" => "Ingenting her. Last opp noe!",
+"Name" => "Navn",
+"Download" => "Last ned",
+"Size" => "Størrelse",
+"Modified" => "Endret",
+"Delete" => "Slett",
+"Upload too large" => "Opplasting for stor",
+"The files you are trying to upload exceed the maximum size for file uploads on this server." => "Filene du prøver å laste opp er for store for å laste opp til denne serveren."
+);
diff --git a/files/l10n/ro.php b/files/l10n/ro.php
new file mode 100644
index 00000000000..a54b011d109
--- /dev/null
+++ b/files/l10n/ro.php
@@ -0,0 +1,14 @@
+<?php $TRANSLATIONS = array(
+"Files" => "Fișiere",
+"Maximum upload size" => "Dimensiunea maximă",
+"Upload" => "Încarcă",
+"New Folder" => "Director nou",
+"Nothing in here. Upload something!" => "Nici un fișier, încarcă ceva!",
+"Name" => "Nume",
+"Download" => "Descarcă",
+"Size" => "Dimensiune",
+"Modified" => "Modificat",
+"Delete" => "Șterge",
+"Upload too large" => "Fișierul este prea mare",
+"The files you are trying to upload exceed the maximum size for file uploads on this server." => "A fost depășită limita maximă pentru încărcare."
+);
diff --git a/files/l10n/ru.php b/files/l10n/ru.php
new file mode 100644
index 00000000000..ff1c05ce8ee
--- /dev/null
+++ b/files/l10n/ru.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/zh_CN.php b/files/l10n/zh_CN.php
new file mode 100644
index 00000000000..abb2f9db232
--- /dev/null
+++ b/files/l10n/zh_CN.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." => "您正尝试上传的文件超过了此服务器可以上传的最大大小"
+);