8 lines
304 B
JavaScript
8 lines
304 B
JavaScript
|
OC.L10N.register(
|
||
|
"updatenotification",
|
||
|
{
|
||
|
"{version} is available. Get more information on how to update." : "Je dostupná {version}. Přečtěte si více informací jak aktualizovat.",
|
||
|
"Updater" : "Automatické aktualizace"
|
||
|
},
|
||
|
"nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;");
|