diff options
author | Jenkins for ownCloud <owncloud-bot@tmit.eu> | 2014-12-20 01:56:24 -0500 |
---|---|---|
committer | Jenkins for ownCloud <owncloud-bot@tmit.eu> | 2014-12-20 01:56:24 -0500 |
commit | 5a54ca380de60d256d52c6d0b17a44bbc25648b5 (patch) | |
tree | 883df94c69ec939ccef688ca784365a28a8e9d98 /apps/files/l10n/en_GB.js | |
parent | fb7e4f69886fdcdefdb16718f395a22c9e6f782b (diff) | |
download | nextcloud-server-5a54ca380de60d256d52c6d0b17a44bbc25648b5.tar.gz nextcloud-server-5a54ca380de60d256d52c6d0b17a44bbc25648b5.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/files/l10n/en_GB.js')
-rw-r--r-- | apps/files/l10n/en_GB.js | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/apps/files/l10n/en_GB.js b/apps/files/l10n/en_GB.js index fc83e354f93..e510ce355a8 100644 --- a/apps/files/l10n/en_GB.js +++ b/apps/files/l10n/en_GB.js @@ -52,6 +52,7 @@ OC.L10N.register( "Delete" : "Delete", "Disconnect storage" : "Disconnect storage", "Unshare" : "Unshare", + "Select" : "Select", "Pending" : "Pending", "Unable to determine date" : "Unable to determine date", "Error moving file." : "Error moving file.", @@ -73,6 +74,7 @@ OC.L10N.register( "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.", "{dirs} and {files}" : "{dirs} and {files}", + "Favorited" : "Favourited", "Favorite" : "Favourite", "%s could not be renamed as it has been deleted" : "%s could not be renamed as it has been deleted", "%s could not be renamed" : "%s could not be renamed", @@ -90,11 +92,17 @@ OC.L10N.register( "New folder" : "New folder", "Folder" : "Folder", "From link" : "From link", + "Upload" : "Upload", "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!", + "Select all" : "Select all", "Download" : "Download", "Upload too large" : "Upload too large", "The files you are trying to upload exceed the maximum size for file uploads on this server." : "The files you are trying to upload exceed the maximum size for file uploads on this server.", "Files are being scanned, please wait." : "Files are being scanned, please wait.", - "Currently scanning" : "Currently scanning" + "Currently scanning" : "Currently scanning", + "No favorites" : "No favourites", + "Files and folders you mark as favorite will show up here" : "Files and folders you mark as favourite will show up here" }, "nplurals=2; plural=(n != 1);"); |