owncloud/core

View on GitHub
apps/updatenotification/l10n/sv.js

Summary

Maintainability
A
2 hrs
Test Coverage
OC.L10N.register(
    "updatenotification",
    {
    "Update notifications" : "Uppdateringsnotifieringar",
    "{version} is available. Get more information on how to update." : "{version} är tillgänglig. Få mer information om hur du uppdaterar.",
    "Updated channel" : "Uppdaterad kanal",
    "ownCloud core" : "ownCloud core",
    "Update for %1$s to version %2$s is available." : "Uppdatering för %1$s till version %2$s finns tillgänglig.",
    "Updater" : "Uppdaterare",
    "A new version is available: %s" : "En ny version är tillgänglig: %s",
    "Open updater" : "Öppna uppdateraren",
    "Show changelog" : "Visa ändringslogg",
    "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.",
    "Notify members of the following groups about available updates:" : "Meddela medlemmar i följande grupper om tillgängliga uppdateringar:",
    "Only notification for app updates are available, because the selected update channel for ownCloud itself does not allow notifications." : "Endast notiser om app-uppdateringar är tillgängliga, eftersom den valda uppdateringskanalen för ownCloud själv inte tillåter notiser."
},
"nplurals=2; plural=(n != 1);");