diff options
Diffstat (limited to 'lib/l10n/en@pirate.js')
-rw-r--r-- | lib/l10n/en@pirate.js | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/lib/l10n/en@pirate.js b/lib/l10n/en@pirate.js index ad57745199e..f49f9404675 100644 --- a/lib/l10n/en@pirate.js +++ b/lib/l10n/en@pirate.js @@ -1,10 +1,11 @@ OC.L10N.register( "lib", { - "web services under your control" : "web services under your control", - "_%n minute ago_::_%n minutes ago_" : ["",""], + "_%n day ago_::_%n days ago_" : ["",""], + "_%n month ago_::_%n months ago_" : ["",""], + "_%n year go_::_%n years ago_" : ["",""], "_%n hour ago_::_%n hours ago_" : ["",""], - "_%n day go_::_%n days ago_" : ["",""], - "_%n month ago_::_%n months ago_" : ["",""] + "_%n minute ago_::_%n minutes ago_" : ["",""], + "web services under your control" : "web services under your control" }, "nplurals=2; plural=(n != 1);"); |