diff options
Diffstat (limited to 'apps/user_ldap/l10n/sv.js')
-rw-r--r-- | apps/user_ldap/l10n/sv.js | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/apps/user_ldap/l10n/sv.js b/apps/user_ldap/l10n/sv.js index 3cbd583b2d7..6829302a659 100644 --- a/apps/user_ldap/l10n/sv.js +++ b/apps/user_ldap/l10n/sv.js @@ -2,7 +2,7 @@ OC.L10N.register( "user_ldap", { "Failed to clear the mappings." : "Fel vid rensning av mappningar", - "Failed to delete the server configuration" : "Misslyckades med att radera serverinställningen", + "Failed to delete the server configuration" : "Det gick inte att ta bort serverkonfigurationen", "Invalid configuration: Anonymous binding is not allowed." : "Ogiltig konfiguration: Anonym bindning är inte tillåten.", "Valid configuration, connection established!" : "Giltig konfiguration, anslutning upprättad!", "Valid configuration, but binding failed. Please check the server settings and credentials." : "Giltig konfiguration, men bindning misslyckades. Vänligen kontrollera uppgifter och serverinställningarna.", @@ -34,7 +34,7 @@ OC.L10N.register( "More than 1,000 directory entries available." : "Mer än 1,000 katalogposter tillgängliga.", "_{objectsFound} entry available within the provided Base DN_::_{objectsFound} entries available within the provided Base DN_" : ["{objectsFound} post tillgänglig inom den medföljande Base DN","{objectsFound} poster tillgängliga inom den medföljande Base DN"], "An error occurred. Please check the Base DN, as well as connection settings and credentials." : "Ett fel uppstod. Vänligen kontrollera Base DN, och även anslutningsinställningar och referenser.", - "Do you really want to delete the current Server Configuration?" : "Vill du verkligen radera den nuvarande serverinställningen?", + "Do you really want to delete the current Server Configuration?" : "Vill du verkligen ta bort den nuvarande serverinställningen?", "Confirm Deletion" : "Bekräfta radering", "Mappings cleared successfully!" : "Rensning av mappningar lyckades!", "Error while clearing the mappings." : "Fel uppstod under rensning av mappningar", @@ -92,7 +92,7 @@ OC.L10N.register( "%s. Server:" : "%s. Server:", "Add a new configuration" : "Lägg till en ny konfiguration", "Copy current configuration into new directory binding" : "Kopiera nuvarande konfiguration till en ny katalogsammansättning", - "Delete the current configuration" : "Radera nuvarande konfiguration", + "Delete the current configuration" : "Ta bort nuvarande konfiguration", "Host" : "Server", "You can omit the protocol, unless you require SSL. If so, start with ldaps://" : "Du kan utelämna protokollen, om du inte kräver SSl. I såna fall, starta med ldaps://", "Port" : "Port", |