diff options
author | Jenkins for ownCloud <owncloud-bot@tmit.eu> | 2014-06-06 01:57:10 -0400 |
---|---|---|
committer | Jenkins for ownCloud <owncloud-bot@tmit.eu> | 2014-06-06 01:57:10 -0400 |
commit | ca739a59f05e3f8b2ca8bd62d91156ec33f7658e (patch) | |
tree | 438618a0b4f9b25be275dd3df24b7395ed8c047f /settings/l10n/en_GB.php | |
parent | 70e0ae063739b9749883bd184fee0a80f184685b (diff) | |
download | nextcloud-server-ca739a59f05e3f8b2ca8bd62d91156ec33f7658e.tar.gz nextcloud-server-ca739a59f05e3f8b2ca8bd62d91156ec33f7658e.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'settings/l10n/en_GB.php')
-rw-r--r-- | settings/l10n/en_GB.php | 20 |
1 files changed, 14 insertions, 6 deletions
diff --git a/settings/l10n/en_GB.php b/settings/l10n/en_GB.php index a267093ab92..79e4ffccc63 100644 --- a/settings/l10n/en_GB.php +++ b/settings/l10n/en_GB.php @@ -62,6 +62,9 @@ $TRANSLATIONS = array( "Decrypting files... Please wait, this can take some time." => "Decrypting files... Please wait, this can take some time.", "Delete encryption keys permanently." => "Delete encryption keys permanently.", "Restore encryption keys." => "Restore encryption keys.", +"Unable to delete " => "Unable to delete ", +"Error creating group" => "Error creating group", +"A valid group name must be provided" => "A valid group name must be provided", "deleted" => "deleted", "undo" => "undo", "Groups" => "Groups", @@ -93,6 +96,8 @@ $TRANSLATIONS = array( "Please double check the <a href=\"%s\">installation guides</a>." => "Please double check the <a href=\"%s\">installation guides</a>.", "PHP is apparently setup to strip inline doc blocks. This will make several core apps inaccessible." => "PHP is apparently setup to strip inline doc blocks. This will make several core apps inaccessible.", "This is probably caused by a cache/accelerator such as Zend OPcache or eAccelerator." => "This is probably caused by a cache/accelerator such as Zend OPcache or eAccelerator.", +"Database Performance Info" => "Database Performance Info", +"SQLite is used as database. For larger installations we recommend to change this. To migrate to another database use the command line tool: 'occ db:convert-type'" => "SQLite is used as database. For larger installations we recommend changing this. To migrate to another database use the command line tool: 'occ db:convert-type'", "Module 'fileinfo' missing" => "Module 'fileinfo' missing", "The PHP module 'fileinfo' is missing. We strongly recommend to enable this module to get best results with mime-type detection." => "The PHP module 'fileinfo' is missing. We strongly recommend enabling this module to get best results with mime-type detection.", "Your PHP version is outdated" => "Your PHP version is outdated", @@ -111,20 +116,14 @@ $TRANSLATIONS = array( "cron.php is registered at a webcron service to call cron.php every 15 minutes over http." => "cron.php is registered at a webcron service to call cron.php every 15 minutes over http.", "Use systems cron service to call the cron.php file every 15 minutes." => "Use system's cron service to call the cron.php file every 15 minutes.", "Sharing" => "Sharing", -"Enable Share API" => "Enable Share API", "Allow apps to use the Share API" => "Allow apps to use the Share API", -"Allow links" => "Allow links", "Enforce password protection" => "Enforce password protection", "Allow public uploads" => "Allow public uploads", "Set default expiration date" => "Set default expiry date", "Expire after " => "Expire after ", "days" => "days", "Enforce expiration date" => "Enforce expiry date", -"Allow users to share items to the public with links" => "Allow users to share items to the public with links", "Allow resharing" => "Allow resharing", -"Allow users to share items shared with them again" => "Allow users to share items shared with them again", -"Allow users to share with anyone" => "Allow users to share with anyone", -"Allow users to only share with users in their groups" => "Allow users to only share with users in their groups", "Allow users to send mail notification for shared files" => "Allow users to send mail notification for shared files", "Exclude groups from sharing" => "Exclude groups from sharing", "These groups will still be able to receive shares, but not to initiate them." => "These groups will still be able to receive shares, but not to initiate them.", @@ -157,6 +156,7 @@ $TRANSLATIONS = array( "See application page at apps.owncloud.com" => "See application page at apps.owncloud.com", "See application website" => "See application website", "<span class=\"licence\"></span>-licensed by <span class=\"author\"></span>" => "<span class=\"licence\"></span>-licensed by <span class=\"author\"></span>", +"Enable only for specific groups" => "Enable only for specific groups", "All" => "All", "Administrator Documentation" => "Administrator Documentation", "Online Documentation" => "Online Documentation", @@ -196,11 +196,19 @@ $TRANSLATIONS = array( "Create" => "Create", "Admin Recovery Password" => "Admin Recovery Password", "Enter the recovery password in order to recover the users files during password change" => "Enter the recovery password in order to recover the user's files during password change", +"Search Users and Groups" => "Search Users and Groups", +"Add Group" => "Add Group", "Group" => "Group", +"Everyone" => "Everyone", +"Admins" => "Admins", +"Default Quota" => "Default Quota", "Please enter storage quota (ex: \"512 MB\" or \"12 GB\")" => "Please enter storage quota (e.g. \"512 MB\" or \"12 GB\")", "Unlimited" => "Unlimited", "Other" => "Other", "Username" => "Username", +"Quota" => "Quota", +"Storage Location" => "Storage Location", +"Last Login" => "Last Login", "change full name" => "change full name", "set new password" => "set new password", "Default" => "Default" |