diff options
author | Jenkins for ownCloud <thomas.mueller@tmit.eu> | 2013-03-27 00:11:05 +0100 |
---|---|---|
committer | Jenkins for ownCloud <thomas.mueller@tmit.eu> | 2013-03-27 00:11:05 +0100 |
commit | 0c666cb7640c062ecfb89c4f341dfc99f4c98875 (patch) | |
tree | 7eafa764e72f8c9b0d937cb988dbd18bae74d6af /apps/files | |
parent | 4158a417e7bc77bebe3bd01b7c8b7b467a1da5f0 (diff) | |
download | nextcloud-server-0c666cb7640c062ecfb89c4f341dfc99f4c98875.tar.gz nextcloud-server-0c666cb7640c062ecfb89c4f341dfc99f4c98875.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/files')
-rw-r--r-- | apps/files/l10n/fi.php | 3 | ||||
-rw-r--r-- | apps/files/l10n/te.php | 9 | ||||
-rw-r--r-- | apps/files/l10n/zh_HK.php | 1 |
3 files changed, 13 insertions, 0 deletions
diff --git a/apps/files/l10n/fi.php b/apps/files/l10n/fi.php new file mode 100644 index 00000000000..c5ce878aded --- /dev/null +++ b/apps/files/l10n/fi.php @@ -0,0 +1,3 @@ +<?php $TRANSLATIONS = array( +"Save" => "tallentaa" +); diff --git a/apps/files/l10n/te.php b/apps/files/l10n/te.php new file mode 100644 index 00000000000..174b9022471 --- /dev/null +++ b/apps/files/l10n/te.php @@ -0,0 +1,9 @@ +<?php $TRANSLATIONS = array( +"Delete permanently" => "శాశ్వతంగా తొలగించు", +"Delete" => "తొలగించు", +"cancel" => "రద్దుచేయి", +"Close" => "మూసివేయి", +"Name" => "పేరు", +"Size" => "పరిమాణం", +"Save" => "భద్రపరచు" +); diff --git a/apps/files/l10n/zh_HK.php b/apps/files/l10n/zh_HK.php index 4eaa908476b..5b12ad24420 100644 --- a/apps/files/l10n/zh_HK.php +++ b/apps/files/l10n/zh_HK.php @@ -2,6 +2,7 @@ "Files" => "文件", "Delete" => "刪除", "Name" => "名稱", +"{count} folders" => "{}文件夾", "Upload" => "上傳", "Save" => "儲存", "Download" => "下載", |