mt_MT.js 385 B

12345678
  1. OC.L10N.register(
  2. "core",
  3. {
  4. "_{count} file conflict_::_{count} file conflicts_" : ["","","",""],
  5. "_download %n file_::_download %n files_" : ["","","",""],
  6. "_{count} search result in other places_::_{count} search results in other places_" : ["","","",""]
  7. },
  8. "nplurals=4; plural=(n==1 ? 0 : n==0 || ( n%100>1 && n%100<11) ? 1 : (n%100>10 && n%100<20 ) ? 2 : 3);");