diff options
Diffstat (limited to 'core/l10n/mt_MT.js')
-rw-r--r-- | core/l10n/mt_MT.js | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/core/l10n/mt_MT.js b/core/l10n/mt_MT.js new file mode 100644 index 00000000000..67c2c3e89fc --- /dev/null +++ b/core/l10n/mt_MT.js @@ -0,0 +1,6 @@ +OC.L10N.register( + "core", + { + "_{count} file conflict_::_{count} file conflicts_" : ["","","",""] +}, +"nplurals=4; plural=(n==1 ? 0 : n==0 || ( n%100>1 && n%100<11) ? 1 : (n%100>10 && n%100<20 ) ? 2 : 3);"); |