aboutsummaryrefslogtreecommitdiffstats
path: root/lib/l10n/en_GB.js
diff options
context:
space:
mode:
Diffstat (limited to 'lib/l10n/en_GB.js')
-rw-r--r--lib/l10n/en_GB.js20
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",