diff options
author | Jenkins for ownCloud <thomas.mueller@tmit.eu> | 2012-09-18 02:04:26 +0200 |
---|---|---|
committer | Jenkins for ownCloud <thomas.mueller@tmit.eu> | 2012-09-18 02:04:26 +0200 |
commit | 06e963c54f3067381784c976df75c250e43a95bd (patch) | |
tree | b53085ed7886466635b150566cdf1e8280b6b14b /apps/files_sharing | |
parent | 6444c27e6a5e47d24416d421ac2011ccffd4e3ed (diff) | |
download | nextcloud-server-06e963c54f3067381784c976df75c250e43a95bd.tar.gz nextcloud-server-06e963c54f3067381784c976df75c250e43a95bd.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/files_sharing')
-rw-r--r-- | apps/files_sharing/l10n/el.php | 5 | ||||
-rw-r--r-- | apps/files_sharing/l10n/zh_CN.GB2312.php | 7 |
2 files changed, 11 insertions, 1 deletions
diff --git a/apps/files_sharing/l10n/el.php b/apps/files_sharing/l10n/el.php index 123a008e554..3406c508e61 100644 --- a/apps/files_sharing/l10n/el.php +++ b/apps/files_sharing/l10n/el.php @@ -1,4 +1,7 @@ <?php $TRANSLATIONS = array( "Password" => "Συνθηματικό", -"Submit" => "Καταχώρηση" +"Submit" => "Καταχώρηση", +"Download" => "Λήψη", +"No preview available for" => "Δεν υπάρχει διαθέσιμη προεπισκόπηση για", +"web services under your control" => "υπηρεσίες δικτύου υπό τον έλεγχό σας" ); diff --git a/apps/files_sharing/l10n/zh_CN.GB2312.php b/apps/files_sharing/l10n/zh_CN.GB2312.php new file mode 100644 index 00000000000..fdde2c641f6 --- /dev/null +++ b/apps/files_sharing/l10n/zh_CN.GB2312.php @@ -0,0 +1,7 @@ +<?php $TRANSLATIONS = array( +"Password" => "密码", +"Submit" => "提交", +"Download" => "下载", +"No preview available for" => "没有预览可用于", +"web services under your control" => "您控制的网络服务" +); |