diff options
Diffstat (limited to 'apps/files/l10n')
-rw-r--r-- | apps/files/l10n/ru.php | 1 | ||||
-rw-r--r-- | apps/files/l10n/sk_SK.php | 1 | ||||
-rw-r--r-- | apps/files/l10n/zh_HK.php | 2 |
3 files changed, 4 insertions, 0 deletions
diff --git a/apps/files/l10n/ru.php b/apps/files/l10n/ru.php index a9430276e4f..d10a7e2eca5 100644 --- a/apps/files/l10n/ru.php +++ b/apps/files/l10n/ru.php @@ -62,6 +62,7 @@ $TRANSLATIONS = array( "Size" => "Размер", "Modified" => "Дата изменения", "%s could not be renamed" => "%s не может быть переименован", +"Upload (max. %s)" => "Загружено (max. %s)", "File handling" => "Управление файлами", "Maximum upload size" => "Максимальный размер загружаемого файла", "max. possible: " => "макс. возможно: ", diff --git a/apps/files/l10n/sk_SK.php b/apps/files/l10n/sk_SK.php index 6c46bbd7fa2..3d92dc1b5ab 100644 --- a/apps/files/l10n/sk_SK.php +++ b/apps/files/l10n/sk_SK.php @@ -62,6 +62,7 @@ $TRANSLATIONS = array( "Size" => "Veľkosť", "Modified" => "Upravené", "%s could not be renamed" => "%s nemohol byť premenovaný", +"Upload (max. %s)" => "Nahrať (max. %s)", "File handling" => "Nastavenie správania sa k súborom", "Maximum upload size" => "Maximálna veľkosť odosielaného súboru", "max. possible: " => "najväčšie možné:", diff --git a/apps/files/l10n/zh_HK.php b/apps/files/l10n/zh_HK.php index 7a701166e64..13aa6ac3e35 100644 --- a/apps/files/l10n/zh_HK.php +++ b/apps/files/l10n/zh_HK.php @@ -7,7 +7,9 @@ $TRANSLATIONS = array( "_%n file_::_%n files_" => array(""), "_Uploading %n file_::_Uploading %n files_" => array(""), "Name" => "名稱", +"Size" => "大小", "Save" => "儲存", +"New folder" => "新文件夾", "Download" => "下載", "Delete" => "刪除" ); |