8 lines
265 B
JavaScript
8 lines
265 B
JavaScript
![]() |
OC.L10N.register(
|
||
|
"updatenotification",
|
||
|
{
|
||
|
"{version} is available. Get more information on how to update." : "{version} on saatavilla. Tarjolla on lisätietoja päivittämisestä.",
|
||
|
"Updater" : "Päivitysohjelma"
|
||
|
},
|
||
|
"nplurals=2; plural=(n != 1);");
|