nextcloud/apps/updatenotification/l10n/sv.js

25 lines
2.4 KiB
JavaScript
Raw Normal View History

2016-02-16 16:49:12 +03:00
OC.L10N.register(
"updatenotification",
{
2016-12-28 04:07:41 +03:00
"Update notifications" : "Uppdateringsnotifikationer",
"Could not start updater, please try the manual update" : "Kunde inte starta uppdateraren, vänligen försök uppdatera manuellt",
2016-02-16 16:49:12 +03:00
"{version} is available. Get more information on how to update." : "{version} är tillgänglig. Få mer information om hur du uppdaterar.",
2016-12-28 04:07:41 +03:00
"Channel updated" : "Uppdateringskanal uppdaterad",
"Update to %1$s is available." : "Uppdatering till %1$s är tillgänglig.",
"Update for %1$s to version %2$s is available." : "Uppdatering för %1$s till version %2$s är tillgänglig.",
"Update for {app} to version %s is available." : "Uppdatering för {app} till version %s är tillgänglig.",
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",
2017-01-05 16:09:52 +03:00
"Download now" : "Ladda ned nu",
2016-03-08 09:55:39 +03:00
"Your version is up to date." : "Din version är uppdaterad.",
"Checked on %s" : "Senast kontrollerad %s",
"Update channel:" : "Uppdateringskanal:",
2016-12-28 04:07:41 +03:00
"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.",
"Notify members of the following groups about available updates:" : "Notifiera medlemmar i följande grupper om tillgängliga uppdateraingar:",
2017-01-09 11:24:58 +03:00
"Only notification for app updates are available." : "Endast notifikation för app-uppdateringar är tillgängliga.",
2017-01-04 15:09:43 +03:00
"The selected update channel makes dedicated notifications for the server obsolete." : "Den valda uppdateringskanalen gör dedikerade notiser för servern förlegade.",
2017-01-09 11:24:58 +03:00
"The selected update channel does not support updates of the server." : "Den valda uppdateringskanalen stödjer inte uppdateringar för servern.",
2016-12-28 04:07:41 +03:00
"You are running PHP %s. To allow you to upgrade to Nextcloud 11 and higher you need to run at least PHP 5.6. Once you upgraded your PHP version you will be able to receive update notifications for these newer versions." : "Du använder PHP %s. För att kunna uppgradera till Nextcloud 11 och högre så behöver du minst använda PHP 5.6 . När du har uppgraderat din PHP version kommer du att kunna ta emot uppdateringsnotifikationer för de nyare versionerna."
2016-02-16 16:49:12 +03:00
},
"nplurals=2; plural=(n != 1);");