diff options
author | Jenkins for ownCloud <thomas.mueller@tmit.eu> | 2012-11-18 00:02:00 +0100 |
---|---|---|
committer | Jenkins for ownCloud <thomas.mueller@tmit.eu> | 2012-11-18 00:02:00 +0100 |
commit | e28d71bf5511a8e6b687814a54e5448d2827cbbb (patch) | |
tree | d4523b17e66dcb7b5b7f03238f2de7554e177d21 /apps | |
parent | f3ae43d94a8eff5ec1765d0f8fcc1285b08573bd (diff) | |
download | nextcloud-server-e28d71bf5511a8e6b687814a54e5448d2827cbbb.tar.gz nextcloud-server-e28d71bf5511a8e6b687814a54e5448d2827cbbb.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps')
-rw-r--r-- | apps/files/l10n/zh_CN.php | 1 | ||||
-rw-r--r-- | apps/files_encryption/l10n/ta_LK.php | 6 | ||||
-rw-r--r-- | apps/user_webdavauth/l10n/ta_LK.php | 3 | ||||
-rw-r--r-- | apps/user_webdavauth/l10n/zh_CN.php | 3 |
4 files changed, 13 insertions, 0 deletions
diff --git a/apps/files/l10n/zh_CN.php b/apps/files/l10n/zh_CN.php index 12975abdcf6..c9a3ab26c52 100644 --- a/apps/files/l10n/zh_CN.php +++ b/apps/files/l10n/zh_CN.php @@ -49,6 +49,7 @@ "New" => "新建", "Text file" => "文本文件", "Folder" => "文件夹", +"From link" => "来自链接", "Upload" => "上传", "Cancel upload" => "取消上传", "Nothing in here. Upload something!" => "这里还什么都没有。上传些东西吧!", diff --git a/apps/files_encryption/l10n/ta_LK.php b/apps/files_encryption/l10n/ta_LK.php new file mode 100644 index 00000000000..1d1ef74007e --- /dev/null +++ b/apps/files_encryption/l10n/ta_LK.php @@ -0,0 +1,6 @@ +<?php $TRANSLATIONS = array( +"Encryption" => "மறைக்குறியீடு", +"Exclude the following file types from encryption" => "மறைக்குறியாக்கலில் பின்வரும் கோப்பு வகைகளை நீக்கவும்", +"None" => "ஒன்றுமில்லை", +"Enable Encryption" => "மறைக்குறியாக்கலை இயலுமைப்படுத்துக" +); diff --git a/apps/user_webdavauth/l10n/ta_LK.php b/apps/user_webdavauth/l10n/ta_LK.php new file mode 100644 index 00000000000..9bd32954b05 --- /dev/null +++ b/apps/user_webdavauth/l10n/ta_LK.php @@ -0,0 +1,3 @@ +<?php $TRANSLATIONS = array( +"WebDAV URL: http://" => "WebDAV URL: http://" +); diff --git a/apps/user_webdavauth/l10n/zh_CN.php b/apps/user_webdavauth/l10n/zh_CN.php new file mode 100644 index 00000000000..33c77f7d30e --- /dev/null +++ b/apps/user_webdavauth/l10n/zh_CN.php @@ -0,0 +1,3 @@ +<?php $TRANSLATIONS = array( +"WebDAV URL: http://" => "WebDAV地址: http://" +); |