diff options
Diffstat (limited to 'apps/user_ldap/l10n/sv.php')
-rw-r--r-- | apps/user_ldap/l10n/sv.php | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/apps/user_ldap/l10n/sv.php b/apps/user_ldap/l10n/sv.php index 5f01c52ef9d..5655f8de227 100644 --- a/apps/user_ldap/l10n/sv.php +++ b/apps/user_ldap/l10n/sv.php @@ -16,6 +16,9 @@ $TRANSLATIONS = array( "mappings cleared" => "mappningar rensade", "Success" => "Lyckat", "Error" => "Fel", +"Please specify a Base DN" => "Vänligen ange en Base DN", +"Could not determine Base DN" => "Det gick inte att avgöra Base DN", +"Please specify the port" => "Specificera en port", "Configuration OK" => "Konfigurationen är OK", "Configuration incorrect" => "Felaktig konfiguration", "Configuration incomplete" => "Konfigurationen är ej komplett", @@ -30,6 +33,9 @@ $TRANSLATIONS = array( "_%s user found_::_%s users found_" => array("%s användare hittad","%s användare hittade"), "Invalid Host" => "Felaktig Host", "Could not find the desired feature" => "Det gick inte hitta den önskade funktionen", +"Server" => "Server", +"User Filter" => "Användar filter", +"Login Filter" => "Login Filtrer", "Group Filter" => "Gruppfilter", "Save" => "Spara", "Test Configuration" => "Testa konfigurationen", @@ -46,7 +52,10 @@ $TRANSLATIONS = array( "LDAP Email Address:" => "LDAP e-postadress:", "Other Attributes:" => "Övriga attribut:", "Defines the filter to apply, when login is attempted. %%uid replaces the username in the login action. Example: \"uid=%%uid\"" => "Definierar filter som tillämpas vid inloggning. %%uid ersätter användarnamn vid inloggningen. Exempel: \"uid=%%uid\"", +"1. Server" => "1.Server", +"%s. Server:" => "%s. Server:", "Add Server Configuration" => "Lägg till serverinställning", +"Delete Configuration" => "Radera Konfiguration", "Host" => "Server", "You can omit the protocol, except you require SSL. Then start with ldaps://" => "Du behöver inte ange protokoll förutom om du använder SSL. Starta då med ldaps://", "Port" => "Port", @@ -61,6 +70,7 @@ $TRANSLATIONS = array( "users found" => "användare funna", "Back" => "Tillbaka", "Continue" => "Fortsätt", +"Expert" => "Expert", "Advanced" => "Avancerad", "<b>Warning:</b> Apps user_ldap and user_webdavauth are incompatible. You may experience unexpected behavior. Please ask your system administrator to disable one of them." => "<b>Varning:</b> Apps user_ldap och user_webdavauth är inkompatibla. Oväntade problem kan uppstå. Be din systemadministratör att inaktivera en av dom.", "<b>Warning:</b> The PHP LDAP module is not installed, the backend will not work. Please ask your system administrator to install it." => "<b>Varning:</b> PHP LDAP - modulen är inte installerad, serversidan kommer inte att fungera. Kontakta din systemadministratör för installation.", |