10 lines
643 B
JavaScript
10 lines
643 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.",
|
|
"Updater" : "Përditësues",
|
|
"For security reasons the built-in ownCloud updater is using additional credentials. To visit the updater page please click the following button." : "Përditësuesi i brendshëm i ownCloud-it, për arsye sigurie po përdor kredenciale shtesë. Që të vizitoni faqen e përditësuesit, ju lutemi, klikoni butonin vijues.",
|
|
"Open updater" : "Hapni përditësuesin"
|
|
},
|
|
"nplurals=2; plural=(n != 1);");
|