diff options
author | Jenkins for ownCloud <owncloud-bot@tmit.eu> | 2016-05-27 01:55:35 -0400 |
---|---|---|
committer | Jenkins for ownCloud <owncloud-bot@tmit.eu> | 2016-05-27 01:55:35 -0400 |
commit | a95275d27b88118d1b9469d88967cfbf88cdcecd (patch) | |
tree | 85be9853a8db2261ad8b333a2dfb4131b13ffd99 /lib/l10n | |
parent | 2832e4f226390e212d0bdfb6581a3f37fe4faa3c (diff) | |
download | nextcloud-server-a95275d27b88118d1b9469d88967cfbf88cdcecd.tar.gz nextcloud-server-a95275d27b88118d1b9469d88967cfbf88cdcecd.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'lib/l10n')
-rw-r--r-- | lib/l10n/en_GB.js | 4 | ||||
-rw-r--r-- | lib/l10n/en_GB.json | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/lib/l10n/en_GB.js b/lib/l10n/en_GB.js index df2c1b2dd15..293b8c8cfbf 100644 --- a/lib/l10n/en_GB.js +++ b/lib/l10n/en_GB.js @@ -167,6 +167,8 @@ OC.L10N.register( "Storage incomplete configuration. %s" : "Storage incomplete configuration. %s", "Storage connection error. %s" : "Storage connection error. %s", "Storage not available" : "Storage not available", - "Storage connection timeout. %s" : "Storage connection timeout. %s" + "Storage connection timeout. %s" : "Storage connection timeout. %s", + "_%n file_::_%n files_" : ["%n file","%n files"], + "_%n window_::_%n windows_" : ["%n window","%n windows"] }, "nplurals=2; plural=(n != 1);"); diff --git a/lib/l10n/en_GB.json b/lib/l10n/en_GB.json index 7b92825e7d2..13383016924 100644 --- a/lib/l10n/en_GB.json +++ b/lib/l10n/en_GB.json @@ -165,6 +165,8 @@ "Storage incomplete configuration. %s" : "Storage incomplete configuration. %s", "Storage connection error. %s" : "Storage connection error. %s", "Storage not available" : "Storage not available", - "Storage connection timeout. %s" : "Storage connection timeout. %s" + "Storage connection timeout. %s" : "Storage connection timeout. %s", + "_%n file_::_%n files_" : ["%n file","%n files"], + "_%n window_::_%n windows_" : ["%n window","%n windows"] },"pluralForm" :"nplurals=2; plural=(n != 1);" }
\ No newline at end of file |