diff options
author | Jenkins for ownCloud <owncloud-bot@tmit.eu> | 2015-01-08 01:56:00 -0500 |
---|---|---|
committer | Jenkins for ownCloud <owncloud-bot@tmit.eu> | 2015-01-08 01:56:00 -0500 |
commit | 6bda95037f29bd1bbef8686a964710e2217af318 (patch) | |
tree | 8c2ac1321f30517a4f492668b104f1ba51c4aee4 /apps/files/l10n/en_GB.js | |
parent | 8b95494073ff1465f327bd1b24aee5bbfcf954a4 (diff) | |
download | nextcloud-server-6bda95037f29bd1bbef8686a964710e2217af318.tar.gz nextcloud-server-6bda95037f29bd1bbef8686a964710e2217af318.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/files/l10n/en_GB.js')
-rw-r--r-- | apps/files/l10n/en_GB.js | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/apps/files/l10n/en_GB.js b/apps/files/l10n/en_GB.js index 4238785d4fc..526aa2f2bb5 100644 --- a/apps/files/l10n/en_GB.js +++ b/apps/files/l10n/en_GB.js @@ -60,6 +60,7 @@ OC.L10N.register( "Error" : "Error", "Could not rename file" : "Could not rename file", "Error deleting file." : "Error deleting file.", + "No entries in this folder match '{filter}'" : "No entries in this folder match '{filter}'", "Name" : "Name", "Size" : "Size", "Modified" : "Modified", @@ -73,7 +74,7 @@ OC.L10N.register( "Encryption App is enabled but your keys are not initialized, please log-out and log-in again" : "Encryption App is enabled but your keys are not initialised, please log-out and log-in again", "Invalid private key for Encryption App. Please update your private key password in your personal settings to recover access to your encrypted files." : "Invalid private key for Encryption App. Please update your private key password in your personal settings to recover access to your encrypted files.", "Encryption was disabled but your files are still encrypted. Please go to your personal settings to decrypt your files." : "Encryption was disabled but your files are still encrypted. Please go to your personal settings to decrypt your files.", - "_ matches '{filter}'_::_ match '{filter}'_" : ["",""], + "_ matches '{filter}'_::_ match '{filter}'_" : [" matches '{filter}'"," match '{filter}'"], "{dirs} and {files}" : "{dirs} and {files}", "Favorited" : "Favourited", "Favorite" : "Favourite", @@ -97,6 +98,7 @@ OC.L10N.register( "Cancel upload" : "Cancel upload", "No files yet" : "No files yet", "Upload some content or sync with your devices!" : "Upload some content or sync with your devices!", + "No entries found in this folder" : "No entries found in this folder", "Select all" : "Select all", "Download" : "Download", "Upload too large" : "Upload too large", |