8 lines
260 B
JavaScript
8 lines
260 B
JavaScript
|
OC.L10N.register(
|
||
|
"updatenotification",
|
||
|
{
|
||
|
"{version} is available. Get more information on how to update." : "{version} är tillgänglig. Få mer information om hur du uppdaterar.",
|
||
|
"Updater" : "Uppdaterare"
|
||
|
},
|
||
|
"nplurals=2; plural=(n != 1);");
|