nextcloud/apps/updatenotification/l10n/sq.js

13 lines
810 B
JavaScript
Raw Normal View History

2016-02-16 16:49:12 +03:00
OC.L10N.register(
"updatenotification",
{
2016-02-17 09:56:11 +03:00
"{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.",
2016-03-22 15:10:33 +03:00
"Open updater" : "Hapni përditësuesin",
"A new version is available: %s" : "Ka gati një version të ri: %s",
"Checked on %s" : "Kontrolluar më %s",
"Updated channel" : "Kanali u përditësua"
2016-02-16 16:49:12 +03:00
},
"nplurals=2; plural=(n != 1);");