diff options
author | Jenkins for ownCloud <owncloud-bot@tmit.eu> | 2015-03-25 01:55:46 -0400 |
---|---|---|
committer | Jenkins for ownCloud <owncloud-bot@tmit.eu> | 2015-03-25 01:55:46 -0400 |
commit | fb618894902331fdd537e9319ed28959b14175c7 (patch) | |
tree | 63b5162b73ca122b7c02827d7ea2434a97a44df9 /lib/l10n/en_GB.js | |
parent | 43beaba0dcca396c3e5707b37f0208067291fdee (diff) | |
download | nextcloud-server-fb618894902331fdd537e9319ed28959b14175c7.tar.gz nextcloud-server-fb618894902331fdd537e9319ed28959b14175c7.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'lib/l10n/en_GB.js')
-rw-r--r-- | lib/l10n/en_GB.js | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/l10n/en_GB.js b/lib/l10n/en_GB.js index adb0a0524a3..bc4836a0a7e 100644 --- a/lib/l10n/en_GB.js +++ b/lib/l10n/en_GB.js @@ -42,6 +42,8 @@ OC.L10N.register( "Dot files are not allowed" : "Dot files are not allowed", "4-byte characters are not supported in file names" : "4-byte characters are not supported in file names", "File name is a reserved word" : "File name is a reserved word", + "File name contains at least one invalid character" : "File name contains at least one invalid character", + "File name is too long" : "File name is too long", "App directory already exists" : "App directory already exists", "Can't create app folder. Please fix permissions. %s" : "Can't create app folder. Please fix permissions. %s", "No source specified when installing app" : "No source specified when installing app", @@ -99,6 +101,7 @@ OC.L10N.register( "Setting permissions for %s failed, because the item was not found" : "Setting permissions for %s failed, because the item was not found", "Cannot set expiration date. Shares cannot expire later than %s after they have been shared" : "Cannot set expiry date. Shares cannot expire later than %s after they have been shared", "Cannot set expiration date. Expiration date is in the past" : "Cannot set expiry date. Expiry date is in the past", + "Cannot clear expiration date. Shares are required to have an expiration date." : "Cannot clear expiration date. Shares are required to have an expiration date.", "Sharing backend %s must implement the interface OCP\\Share_Backend" : "Sharing backend %s must implement the interface OCP\\Share_Backend", "Sharing backend %s not found" : "Sharing backend %s not found", "Sharing backend for %s not found" : "Sharing backend for %s not found", |