diff options
author | Jenkins for ownCloud <owncloud-bot@tmit.eu> | 2014-12-12 01:55:24 -0500 |
---|---|---|
committer | Jenkins for ownCloud <owncloud-bot@tmit.eu> | 2014-12-12 01:55:24 -0500 |
commit | 68932b30fd3347761ca75dd8b7289848b2d6b42e (patch) | |
tree | 2d30b535bd02b08591f5f542b2cf40446b927ba7 /lib/l10n/en_GB.js | |
parent | c56fa648018c05eed1651f84ad7718e7720b0568 (diff) | |
download | nextcloud-server-68932b30fd3347761ca75dd8b7289848b2d6b42e.tar.gz nextcloud-server-68932b30fd3347761ca75dd8b7289848b2d6b42e.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'lib/l10n/en_GB.js')
-rw-r--r-- | lib/l10n/en_GB.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/l10n/en_GB.js b/lib/l10n/en_GB.js index e46ec24ea1f..3d961d32638 100644 --- a/lib/l10n/en_GB.js +++ b/lib/l10n/en_GB.js @@ -22,11 +22,11 @@ OC.L10N.register( "Invalid image" : "Invalid image", "today" : "today", "yesterday" : "yesterday", - "_%n day ago_::_%n days ago_" : ["",""], + "_%n day ago_::_%n days ago_" : ["%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 year ago_::_%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", |