blob: e81c3775dd9a699b49c7f0b6c9c90138b4b9680f (
plain)
1
2
3
4
5
6
7
8
9
|
OC.L10N.register(
"updatenotification",
{
"{version} is available. Get more information on how to update." : "{version} je dostupná. Získajte viac informácií o postupe aktualizácie.",
"Updater" : "Aktualizátor",
"A new version is available: %s" : "Je dostupná nová verzia: %s",
"Update channel:" : "Aktualizačný kanál:"
},
"nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;");
|