pl.js 175 B

123456
  1. OC.L10N.register(
  2. "updatenotification",
  3. {
  4. "Updater" : "Aktualizator"
  5. },
  6. "nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);");