aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files/l10n
diff options
context:
space:
mode:
authorJenkins for ownCloud <owncloud-bot@tmit.eu>2014-07-27 01:54:31 -0400
committerJenkins for ownCloud <owncloud-bot@tmit.eu>2014-07-27 01:54:31 -0400
commit9a4d2871eb902538bdc832177a82a7a50309ba55 (patch)
treeeee6631b36c6cbb353ff415bfc4ef3e6d76e3f60 /apps/files/l10n
parent010732019a941148e51de4095b78219766bb5df0 (diff)
downloadnextcloud-server-9a4d2871eb902538bdc832177a82a7a50309ba55.tar.gz
nextcloud-server-9a4d2871eb902538bdc832177a82a7a50309ba55.zip
[tx-robot] updated from transifex
Diffstat (limited to 'apps/files/l10n')
-rw-r--r--apps/files/l10n/ta_IN.php4
-rw-r--r--apps/files/l10n/zh_HK.php9
2 files changed, 11 insertions, 2 deletions
diff --git a/apps/files/l10n/ta_IN.php b/apps/files/l10n/ta_IN.php
index 0157af093e9..8266e21a44e 100644
--- a/apps/files/l10n/ta_IN.php
+++ b/apps/files/l10n/ta_IN.php
@@ -1,7 +1,9 @@
<?php
$TRANSLATIONS = array(
+"Files" => "கோப்புகள்",
"_%n folder_::_%n folders_" => array("",""),
"_%n file_::_%n files_" => array("",""),
-"_Uploading %n file_::_Uploading %n files_" => array("","")
+"_Uploading %n file_::_Uploading %n files_" => array("",""),
+"New folder" => "புதிய கோப்புறை"
);
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";
diff --git a/apps/files/l10n/zh_HK.php b/apps/files/l10n/zh_HK.php
index c1557bb7eaa..8868bd21c8d 100644
--- a/apps/files/l10n/zh_HK.php
+++ b/apps/files/l10n/zh_HK.php
@@ -1,17 +1,24 @@
<?php
$TRANSLATIONS = array(
+"Unknown error" => "不明錯誤",
"Files" => "文件",
+"All files" => "所有文件",
"Share" => "分享",
"Delete" => "刪除",
"Unshare" => "取消分享",
+"Rename" => "重新命名",
"Error" => "錯誤",
"Name" => "名稱",
"Size" => "大小",
"_%n folder_::_%n folders_" => array(""),
"_%n file_::_%n files_" => array(""),
"_Uploading %n file_::_Uploading %n files_" => array(""),
+"{dirs} and {files}" => "{dirs} 和 {files}",
"Save" => "儲存",
-"New folder" => "新文件夾",
+"WebDAV" => "WebDAV",
+"New" => "新增",
+"New folder" => "新資料夾",
+"Folder" => "資料夾",
"Download" => "下載"
);
$PLURAL_FORMS = "nplurals=1; plural=0;";