Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'lib/l10n/mt_MT.js')
-rw-r--r--lib/l10n/mt_MT.js7
1 files changed, 4 insertions, 3 deletions
diff --git a/lib/l10n/mt_MT.js b/lib/l10n/mt_MT.js
index 9112b35ebe4..cbc5e75a128 100644
--- a/lib/l10n/mt_MT.js
+++ b/lib/l10n/mt_MT.js
@@ -1,9 +1,10 @@
OC.L10N.register(
"lib",
{
- "_%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_" : ["","","",""]
},
"nplurals=4; plural=(n==1 ? 0 : n==0 || ( n%100>1 && n%100<11) ? 1 : (n%100>10 && n%100<20 ) ? 2 : 3);");