nextcloud/apps/updatenotification/l10n/sv.js

15 lines
840 B
JavaScript
Raw Normal View History

2016-02-16 16:49:12 +03:00
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.",
2016-05-10 10:30:51 +03:00
"Updated channel" : "Uppdaterad kanal",
2016-02-25 09:58:06 +03:00
"Updater" : "Uppdaterare",
2016-03-05 09:56:08 +03:00
"A new version is available: %s" : "En ny version är tillgänglig: %s",
2016-03-08 09:55:39 +03:00
"Open updater" : "Öppna uppdateraren",
"Your version is up to date." : "Din version är uppdaterad.",
"Checked on %s" : "Senast kontrollerad %s",
"Update channel:" : "Uppdateringskanal:",
"You can always update to a newer version / experimental channel. But you can never downgrade to a more stable channel." : "Du kan alltid uppdatera till en nyare version / experimentell kanal. Men du kan aldrig nedgradera till en mer stabil kanal."
2016-02-16 16:49:12 +03:00
},
"nplurals=2; plural=(n != 1);");