nextcloud/apps/files/l10n/mt_MT.js

10 lines
368 B
JavaScript
Raw Normal View History

OC.L10N.register(
"files",
{
"_%n folder_::_%n folders_" : ["","","",""],
"_%n file_::_%n files_" : ["","","",""],
2015-01-07 09:55:42 +03:00
"_Uploading %n file_::_Uploading %n files_" : ["","","",""],
2015-01-12 09:55:52 +03:00
"_matches '{filter}'_::_match '{filter}'_" : ["","","",""]
},
"nplurals=4; plural=(n==1 ? 0 : n==0 || ( n%100>1 && n%100<11) ? 1 : (n%100>10 && n%100<20 ) ? 2 : 3);");