diff --git a/l10n/sv.js b/l10n/sv.js new file mode 100644 index 0000000..9e3fd96 --- /dev/null +++ b/l10n/sv.js @@ -0,0 +1,24 @@ +OC.L10N.register( + "notifications", + { + "Notifications" : "Notifieringar", + "No notifications" : "Inga notifieringar", + "Dismiss" : "Avfärda", + "Admin notifications" : "Admin notifieringar", + "Unknown user session. It is not possible to set the option" : "Okänd användarsession. Det går inte att ange alternativet", + "Option not supported" : "Alternativet stöds inte", + "Saved" : "Sparad", + "Incomplete data" : "Ofullständiga uppgifter", + "Do not notify via mail" : "Skicka inte e-postnotiser", + "Notify only when an action is required" : "Notifiera endast när en åtgärd krävs", + "Notify about all events" : "Notifiera om alla händelser", + "Choose an option" : "Välj ett alternativ", + "Hello," : "Hej,", + "See %s on %s for more information" : "Se %s på %s för mer information", + "See %s on %s for more information" : "Se %s på %s för mer information", + "Mail Notifications" : "E-postnotiser", + "You can choose to be notified about events via mail. Some events are informative, others require an action (like accept/decline). Select your preference below:" : "Du kan välja att få e-postnotiser om händelser. Vissa händelser är informativa, andra kräver en åtgärd (till exempel att acceptera eller avböja). Välj din inställning nedan:", + "It was not possible to get your session. Please, try reloading the page or logout and login again" : "Det gick inte att hämta din session. Försök läsa om sidan eller logga ut och in igen", + "To be able to receive mail notifications it is required to specify an email address for your account." : "För att kunna få e-postnotiser måste du ange en e-postadress för ditt konto." +}, +"nplurals=2; plural=(n != 1);"); diff --git a/l10n/sv.json b/l10n/sv.json new file mode 100644 index 0000000..15c5063 --- /dev/null +++ b/l10n/sv.json @@ -0,0 +1,22 @@ +{ "translations": { + "Notifications" : "Notifieringar", + "No notifications" : "Inga notifieringar", + "Dismiss" : "Avfärda", + "Admin notifications" : "Admin notifieringar", + "Unknown user session. It is not possible to set the option" : "Okänd användarsession. Det går inte att ange alternativet", + "Option not supported" : "Alternativet stöds inte", + "Saved" : "Sparad", + "Incomplete data" : "Ofullständiga uppgifter", + "Do not notify via mail" : "Skicka inte e-postnotiser", + "Notify only when an action is required" : "Notifiera endast när en åtgärd krävs", + "Notify about all events" : "Notifiera om alla händelser", + "Choose an option" : "Välj ett alternativ", + "Hello," : "Hej,", + "See %s on %s for more information" : "Se %s på %s för mer information", + "See %s on %s for more information" : "Se %s på %s för mer information", + "Mail Notifications" : "E-postnotiser", + "You can choose to be notified about events via mail. Some events are informative, others require an action (like accept/decline). Select your preference below:" : "Du kan välja att få e-postnotiser om händelser. Vissa händelser är informativa, andra kräver en åtgärd (till exempel att acceptera eller avböja). Välj din inställning nedan:", + "It was not possible to get your session. Please, try reloading the page or logout and login again" : "Det gick inte att hämta din session. Försök läsa om sidan eller logga ut och in igen", + "To be able to receive mail notifications it is required to specify an email address for your account." : "För att kunna få e-postnotiser måste du ange en e-postadress för ditt konto." +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file