diff options
Diffstat (limited to 'apps/settings/l10n/sv.js')
-rw-r--r-- | apps/settings/l10n/sv.js | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/apps/settings/l10n/sv.js b/apps/settings/l10n/sv.js index 785ddd670bb..56dbcb104c9 100644 --- a/apps/settings/l10n/sv.js +++ b/apps/settings/l10n/sv.js @@ -72,6 +72,7 @@ OC.L10N.register( "Email could not be sent. Check your mail server log" : "E-post kunde inte skickas. Titta i din e-postserverlogg", "A problem occurred while sending the email. Please revise your settings. (Error: %s)" : "Ett problem uppstod när e-post försökte skickas. Kontrollera dina inställningar. (Fel: %s)", "You need to set your account email before being able to send test emails. Go to %s for that." : "Du måste ställa in epostadressen på kontot innan du kan skicka testmail. Gå till %s för att göra det.", + "Recently active" : "Nyligen aktiv", "Disabled accounts" : "Inaktiverade konton", "Invalid account" : "Felaktigt konto", "Invalid mail address" : "Ogiltig e-postadress", @@ -143,6 +144,8 @@ OC.L10N.register( "Missing optional column \"%s\" in table \"%s\"." : "Saknar valfri kolumn \"%s\" i tabellen \"%s\".", "The database is missing some optional columns. Due to the fact that adding columns on big tables could take some time they were not added automatically when they can be optional. By running \"occ db:add-missing-columns\" those missing columns could be added manually while the instance keeps running. Once the columns are added some features might improve responsiveness or usability." : "Databasen saknar några valfria kolumner. Eftersom att lägga till sådana i stora tabeller kan ta en del tid, har det inte gjorts automatiskt. Genom att köra kommandot \"occ db:add-missing-columns\" läggs de saknade kolumnerna till utan att instansen behöver stoppas. Att lägga till de valfria kolumnerna kan förbättra svarstid eller användbarhet.", "Database missing indices" : "Databasen saknar index", + "Missing indices:" : "Saknade index:", + "\"%s\" in table \"%s\"" : "\"%s\" i tabell \"%s\"", "Database missing primary keys" : "Databasen saknar primärnycklar", "Missing primary key on table \"%s\"." : "Saknar primärnyckel på tabellen \"%s\".", "The database is missing some primary keys. Due to the fact that adding primary keys on big tables could take some time they were not added automatically. By running \"occ db:add-missing-primary-keys\" those missing primary keys could be added manually while the instance keeps running." : "Databasen saknar några primärnycklar. Eftersom att lägga till sådana i stora tabeller kan ta en del tid, har det inte gjorts automatiskt. Genom att köra kommandot \"occ db:add-missing-primary-keys\" läggs de saknade primärnycklarna till utan att instansen behöver stoppas.", @@ -178,6 +181,7 @@ OC.L10N.register( "Overwrite CLI URL" : "Skriv över CLI-URL", "PHP default charset" : "PHP standardteckenuppsättning", "PHP set_time_limit" : "PHP set_time_limit", + "The function is available." : "Funktionen är tillgänglig.", "The PHP function \"set_time_limit\" is not available. This could result in scripts being halted mid-execution, breaking your installation. Enabling this function is strongly recommended." : "PHP-funktionen \"set_time_limit\" är inte tillgänglig. Detta kan leda till att skript stoppas i mitten av utförandet och bryter din installation. Aktivering av denna funktion rekommenderas starkt.", "Supported" : "Stöds", "Your PHP does not have FreeType support, resulting in breakage of profile pictures and the settings interface." : "Din PHP har inte FreeType-stöd, vilket resulterar i brott i profilbilder och inställningsgränssnittet.", @@ -572,6 +576,7 @@ OC.L10N.register( "Loading categories" : "Laddar kategorier", "Developer documentation ↗" : "Utvecklardokumentation ↗", "Version {version}, {license}-licensed" : "Version {version}, {license}-licensierad", + "All accounts" : "Alla konton", "Admins" : "Administratörer", "Account group: {group}" : "Kontogrupp: {group}", "Account management" : "Kontohantering", |