diff options
author | Jenkins for ownCloud <owncloud-bot@tmit.eu> | 2015-08-25 12:39:10 -0400 |
---|---|---|
committer | Jenkins for ownCloud <owncloud-bot@tmit.eu> | 2015-08-25 12:39:10 -0400 |
commit | 2171cc02c31c3629ee1c2fe5cdafd64500bb08b0 (patch) | |
tree | bda2aec8d68028bf7e441a73a4fa206eadeafb3d /core/l10n/en_GB.js | |
parent | 891673d9ea4d5301a26030f30ca7aeb5689c630b (diff) | |
download | nextcloud-server-2171cc02c31c3629ee1c2fe5cdafd64500bb08b0.tar.gz nextcloud-server-2171cc02c31c3629ee1c2fe5cdafd64500bb08b0.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'core/l10n/en_GB.js')
-rw-r--r-- | core/l10n/en_GB.js | 24 |
1 files changed, 20 insertions, 4 deletions
diff --git a/core/l10n/en_GB.js b/core/l10n/en_GB.js index 4eb6b354261..7730ff8a530 100644 --- a/core/l10n/en_GB.js +++ b/core/l10n/en_GB.js @@ -26,6 +26,13 @@ OC.L10N.register( "Thursday" : "Thursday", "Friday" : "Friday", "Saturday" : "Saturday", + "Sun." : "Sun.", + "Mon." : "Mon.", + "Tue." : "Tue.", + "Wed." : "Wed.", + "Thu." : "Thu.", + "Fri." : "Fri.", + "Sat." : "Sat.", "January" : "January", "February" : "February", "March" : "March", @@ -38,6 +45,18 @@ OC.L10N.register( "October" : "October", "November" : "November", "December" : "December", + "Jan." : "Jan.", + "Feb." : "Feb.", + "Mar." : "Mar.", + "Apr." : "Apr.", + "May." : "May.", + "Jun." : "Jun.", + "Jul." : "Jul.", + "Aug." : "Aug.", + "Sep." : "Sep.", + "Oct." : "Oct.", + "Nov." : "Nov.", + "Dec." : "Dec.", "Settings" : "Settings", "Saving..." : "Saving...", "Couldn't send reset email. Please contact your administrator." : "Couldn't send reset email. Please contact your administrator.", @@ -77,7 +96,6 @@ OC.L10N.register( "The \"{header}\" HTTP header is not configured to equal to \"{expected}\". This is a potential security or privacy risk and we recommend adjusting this setting." : "The \"{header}\" HTTP header is not configured to equal to \"{expected}\". This is a potential security or privacy risk and we recommend adjusting this setting.", "Shared" : "Shared", "Shared with {recipients}" : "Shared with {recipients}", - "Share" : "Share", "Error" : "Error", "Error while sharing" : "Error whilst sharing", "Error while unsharing" : "Error whilst unsharing", @@ -86,6 +104,7 @@ OC.L10N.register( "Shared with you by {owner}" : "Shared with you by {owner}", "Share with users or groups …" : "Share with users or groups …", "Share with users, groups or remote users …" : "Share with users, groups or remote users …", + "Share" : "Share", "Share with people on other ownClouds using the syntax username@example.com/owncloud" : "Share with people on other ownClouds using the syntax username@example.com/owncloud", "Share link" : "Share link", "The public link will expire no later than {days} days after it is created" : "The public link will expire no later than {days} days after it is created", @@ -211,7 +230,6 @@ OC.L10N.register( "Please contact your administrator." : "Please contact your administrator.", "An internal error occured." : "An internal error occured.", "Please try again or contact your administrator." : "Please try again or contact your administrator.", - "Forgot your password? Reset it!" : "Forgot your password? Reset it!", "remember" : "remember", "Log in" : "Log in", "Alternative Logins" : "Alternative Logins", @@ -224,8 +242,6 @@ OC.L10N.register( "Please contact your administrator. If you are an administrator of this instance, configure the \"trusted_domain\" setting in config/config.php. An example configuration is provided in config/config.sample.php." : "Please contact your administrator. If you are an administrator of this instance, configure the \"trusted_domain\" setting in config/config.php. An example configuration is provided in config/config.sample.php.", "Depending on your configuration, as an administrator you might also be able to use the button below to trust this domain." : "Depending on your configuration, as an administrator you might also be able to use the button below to trust this domain.", "Add \"%s\" as trusted domain" : "Add \"%s\" as a trusted domain", - "%s will be updated to version %s." : "%s will be updated to version %s.", - "The following apps will be disabled:" : "The following apps will be disabled:", "The theme %s has been disabled." : "The theme %s has been disabled.", "Please make sure that the database, the config folder and the data folder have been backed up before proceeding." : "Please make sure that the database, the config folder and the data folder have been backed up before proceeding.", "Start update" : "Start update", |