diff options
author | Jenkins for ownCloud <owncloud-bot@tmit.eu> | 2014-12-11 01:55:27 -0500 |
---|---|---|
committer | Jenkins for ownCloud <owncloud-bot@tmit.eu> | 2014-12-11 01:55:27 -0500 |
commit | dc506dcfbf39333cf44ac3be14c88bc093d963b3 (patch) | |
tree | aa44f7e9d3e67d288cbc4a28a2faa9bad65bb02d /lib/l10n/en_GB.js | |
parent | bf9d4d425d56f540153cdde94469254571a4d779 (diff) | |
download | nextcloud-server-dc506dcfbf39333cf44ac3be14c88bc093d963b3.tar.gz nextcloud-server-dc506dcfbf39333cf44ac3be14c88bc093d963b3.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'lib/l10n/en_GB.js')
-rw-r--r-- | lib/l10n/en_GB.js | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/lib/l10n/en_GB.js b/lib/l10n/en_GB.js index e7ce6a3259a..e46ec24ea1f 100644 --- a/lib/l10n/en_GB.js +++ b/lib/l10n/en_GB.js @@ -20,6 +20,16 @@ OC.L10N.register( "No app name specified" : "No app name specified", "Unknown filetype" : "Unknown filetype", "Invalid image" : "Invalid image", + "today" : "today", + "yesterday" : "yesterday", + "_%n day ago_::_%n days ago_" : ["",""], + "last month" : "last month", + "_%n month ago_::_%n months ago_" : ["%n month ago","%n months ago"], + "last year" : "last year", + "_%n year go_::_%n years ago_" : ["",""], + "_%n hour ago_::_%n hours ago_" : ["%n hour ago","%n hours ago"], + "_%n minute ago_::_%n minutes ago_" : ["%n minute ago","%n minutes ago"], + "seconds ago" : "seconds ago", "Database Error" : "Database Error", "Please contact your system administrator." : "Please contact your system administrator.", "web services under your control" : "web services under your control", @@ -83,16 +93,6 @@ OC.L10N.register( "Sharing %s failed, because the sharing backend for %s could not find its source" : "Sharing %s failed, because the sharing backend for %s could not find its source", "Sharing %s failed, because the file could not be found in the file cache" : "Sharing %s failed, because the file could not be found in the file cache", "Could not find category \"%s\"" : "Could not find category \"%s\"", - "seconds ago" : "seconds ago", - "_%n minute ago_::_%n minutes ago_" : ["%n minute ago","%n minutes ago"], - "_%n hour ago_::_%n hours ago_" : ["%n hour ago","%n hours ago"], - "today" : "today", - "yesterday" : "yesterday", - "_%n day go_::_%n days ago_" : ["%n day go","%n days ago"], - "last month" : "last month", - "_%n month ago_::_%n months ago_" : ["%n month ago","%n months ago"], - "last year" : "last year", - "years ago" : "years ago", "Only the following characters are allowed in a username: \"a-z\", \"A-Z\", \"0-9\", and \"_.@-\"" : "Only the following characters are allowed in a username: \"a-z\", \"A-Z\", \"0-9\", and \"_.@-\"", "A valid username must be provided" : "A valid username must be provided", "A valid password must be provided" : "A valid password must be provided", |