diff options
Diffstat (limited to 'settings/l10n/en_GB.php')
-rw-r--r-- | settings/l10n/en_GB.php | 37 |
1 files changed, 12 insertions, 25 deletions
diff --git a/settings/l10n/en_GB.php b/settings/l10n/en_GB.php index 101c94c2880..942b51d2002 100644 --- a/settings/l10n/en_GB.php +++ b/settings/l10n/en_GB.php @@ -1,16 +1,5 @@ <?php $TRANSLATIONS = array( -"Invalid value supplied for %s" => "Invalid value supplied for %s", -"Saved" => "Saved", -"test email settings" => "test email settings", -"If you received this email, the settings seem to be correct." => "If you received this email, the settings seem to be correct.", -"A problem occurred while sending the e-mail. Please revisit your settings." => "A problem occurred whilst sending the e-mail. Please revisit your settings.", -"Email sent" => "Email sent", -"You need to set your user email before being able to send test emails." => "You need to set your user email before being able to send test emails.", -"Send mode" => "Send mode", -"Encryption" => "Encryption", -"Authentication method" => "Authentication method", -"Unable to load list from App Store" => "Unable to load list from App Store", "Authentication error" => "Authentication error", "Your full name has been changed." => "Your full name has been changed.", "Unable to change full name" => "Unable to change full name", @@ -40,23 +29,21 @@ $TRANSLATIONS = array( "Wrong admin recovery password. Please check the password and try again." => "Incorrect admin recovery password. Please check the password and try again.", "Back-end doesn't support password change, but the users encryption key was successfully updated." => "Back-end doesn't support password change, but the user's encryption key was successfully updated.", "Unable to change password" => "Unable to change password", +"Saved" => "Saved", +"test email settings" => "test email settings", +"Email sent" => "Email sent", +"You need to set your user email before being able to send test emails." => "You need to set your user email before being able to send test emails.", "Are you really sure you want add \"{domain}\" as trusted domain?" => "Are you really sure you want add \"{domain}\" as a trusted domain?", "Add trusted domain" => "Add trusted domain", "Sending..." => "Sending...", "All" => "All", -"User Documentation" => "User Documentation", -"Admin Documentation" => "Admin Documentation", -"Update to {appversion}" => "Update to {appversion}", -"Uninstall App" => "Uninstall App", -"Disable" => "Disable", -"Enable" => "Enable", "Please wait...." => "Please wait....", "Error while disabling app" => "Error whilst disabling app", +"Disable" => "Disable", +"Enable" => "Enable", "Error while enabling app" => "Error whilst enabling app", "Updating...." => "Updating....", "Error while updating app" => "Error whilst updating app", -"Error" => "Error", -"Update" => "Update", "Updated" => "Updated", "Uninstalling ...." => "Uninstalling...", "Error while uninstalling app" => "Error whilst uninstalling app", @@ -148,8 +135,11 @@ $TRANSLATIONS = array( "Please connect to your %s via HTTPS to enable or disable the SSL enforcement." => "Please connect to your %s via HTTPS to enable or disable the SSL enforcement.", "Email Server" => "Email Server", "This is used for sending out notifications." => "This is used for sending out notifications.", +"Send mode" => "Send mode", +"Encryption" => "Encryption", "From address" => "From address", "mail" => "mail", +"Authentication method" => "Authentication method", "Authentication required" => "Authentication required", "Server address" => "Server address", "Port" => "Port", @@ -164,14 +154,11 @@ $TRANSLATIONS = array( "Less" => "Less", "Version" => "Version", "Developed by the <a href=\"http://ownCloud.org/contact\" target=\"_blank\">ownCloud community</a>, the <a href=\"https://github.com/owncloud\" target=\"_blank\">source code</a> is licensed under the <a href=\"http://www.gnu.org/licenses/agpl-3.0.html\" target=\"_blank\"><abbr title=\"Affero General Public License\">AGPL</abbr></a>." => "Developed by the <a href=\"http://ownCloud.org/contact\" target=\"_blank\">ownCloud community</a>, the <a href=\"https://github.com/owncloud\" target=\"_blank\">source code</a> is licensed under the <a href=\"http://www.gnu.org/licenses/agpl-3.0.html\" target=\"_blank\"><abbr title=\"Affero General Public Licence\">AGPL</abbr></a>.", -"Add your App" => "Add your App", -"More Apps" => "More Apps", -"Select an App" => "Select an App", "Documentation:" => "Documentation:", -"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>", +"User Documentation" => "User Documentation", +"Admin Documentation" => "Admin Documentation", "Enable only for specific groups" => "Enable only for specific groups", +"Uninstall App" => "Uninstall App", "Administrator Documentation" => "Administrator Documentation", "Online Documentation" => "Online Documentation", "Forum" => "Forum", |