diff options
author | Jenkins for ownCloud <owncloud-bot@tmit.eu> | 2015-07-02 01:59:26 -0400 |
---|---|---|
committer | Jenkins for ownCloud <owncloud-bot@tmit.eu> | 2015-07-02 01:59:26 -0400 |
commit | d2e1cae331dec750f82851ca5991d39311ffe728 (patch) | |
tree | 8ce6b96caceb7e8c9b14251c155df6eba3534c35 /apps/files_trashbin | |
parent | ba9b214aaa0406b0a54032e2c84577af9918521b (diff) | |
download | nextcloud-server-d2e1cae331dec750f82851ca5991d39311ffe728.tar.gz nextcloud-server-d2e1cae331dec750f82851ca5991d39311ffe728.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/files_trashbin')
-rw-r--r-- | apps/files_trashbin/l10n/be.js | 2 | ||||
-rw-r--r-- | apps/files_trashbin/l10n/be.json | 2 | ||||
-rw-r--r-- | apps/files_trashbin/l10n/zh_CN.js | 3 | ||||
-rw-r--r-- | apps/files_trashbin/l10n/zh_CN.json | 3 |
4 files changed, 8 insertions, 2 deletions
diff --git a/apps/files_trashbin/l10n/be.js b/apps/files_trashbin/l10n/be.js index 3ed1bc6464a..c72c72bbe91 100644 --- a/apps/files_trashbin/l10n/be.js +++ b/apps/files_trashbin/l10n/be.js @@ -3,4 +3,4 @@ OC.L10N.register( { "Error" : "Памылка" }, -"nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);"); +"nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);"); diff --git a/apps/files_trashbin/l10n/be.json b/apps/files_trashbin/l10n/be.json index 501bc5f7dfb..a2514254e13 100644 --- a/apps/files_trashbin/l10n/be.json +++ b/apps/files_trashbin/l10n/be.json @@ -1,4 +1,4 @@ { "translations": { "Error" : "Памылка" -},"pluralForm" :"nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);" +},"pluralForm" :"nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);" }
\ No newline at end of file diff --git a/apps/files_trashbin/l10n/zh_CN.js b/apps/files_trashbin/l10n/zh_CN.js index 8c9512b1d66..0ef17e35d62 100644 --- a/apps/files_trashbin/l10n/zh_CN.js +++ b/apps/files_trashbin/l10n/zh_CN.js @@ -8,6 +8,9 @@ OC.L10N.register( "Delete permanently" : "永久删除", "Error" : "错误", "restored" : "已恢复", + "No deleted files" : "无已删除文件", + "You will be able to recover deleted files from here" : "你可以在此处恢复已删除的文件", + "No entries found in this folder" : "此文件夹中无项目", "Select all" : "全部选择", "Name" : "名称", "Deleted" : "已删除", diff --git a/apps/files_trashbin/l10n/zh_CN.json b/apps/files_trashbin/l10n/zh_CN.json index 895d235aadb..0349f643555 100644 --- a/apps/files_trashbin/l10n/zh_CN.json +++ b/apps/files_trashbin/l10n/zh_CN.json @@ -6,6 +6,9 @@ "Delete permanently" : "永久删除", "Error" : "错误", "restored" : "已恢复", + "No deleted files" : "无已删除文件", + "You will be able to recover deleted files from here" : "你可以在此处恢复已删除的文件", + "No entries found in this folder" : "此文件夹中无项目", "Select all" : "全部选择", "Name" : "名称", "Deleted" : "已删除", |