7 lines
237 B
JavaScript
7 lines
237 B
JavaScript
|
OC.L10N.register(
|
||
|
"updatenotification",
|
||
|
{
|
||
|
"{version} is available. Get more information on how to update." : "Është gati {version}. Merrni më tepër informacion se si ta përditësoni."
|
||
|
},
|
||
|
"nplurals=2; plural=(n != 1);");
|