summaryrefslogtreecommitdiffstats
path: root/apps/updatenotification/l10n/sv.js
blob: 45cf8e2476fc72e083d5f19660dc91612c43e89b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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.",
    "Updated channel" : "Uppdaterad kanal",
    "Updater" : "Uppdaterare",
    "A new version is available: %s" : "En ny version är tillgänglig: %s",
    "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."
},
"nplurals=2; plural=(n != 1);");