diff options
Diffstat (limited to 'apps/user_ldap/l10n')
-rw-r--r-- | apps/user_ldap/l10n/fi_FI.php | 1 | ||||
-rw-r--r-- | apps/user_ldap/l10n/sq.php | 4 | ||||
-rw-r--r-- | apps/user_ldap/l10n/sv.php | 4 |
3 files changed, 9 insertions, 0 deletions
diff --git a/apps/user_ldap/l10n/fi_FI.php b/apps/user_ldap/l10n/fi_FI.php index bfbd6c78564..38ecb5d82a8 100644 --- a/apps/user_ldap/l10n/fi_FI.php +++ b/apps/user_ldap/l10n/fi_FI.php @@ -40,6 +40,7 @@ "Base Group Tree" => "Ryhmien juuri", "Group-Member association" => "Ryhmän ja jäsenen assosiaatio (yhteys)", "in bytes" => "tavuissa", +"Email Field" => "Sähköpostikenttä", "Leave empty for user name (default). Otherwise, specify an LDAP/AD attribute." => "Jätä tyhjäksi käyttäjänimi (oletusasetus). Muutoin anna LDAP/AD-atribuutti.", "Help" => "Ohje" ); diff --git a/apps/user_ldap/l10n/sq.php b/apps/user_ldap/l10n/sq.php new file mode 100644 index 00000000000..24fd869057d --- /dev/null +++ b/apps/user_ldap/l10n/sq.php @@ -0,0 +1,4 @@ +<?php $TRANSLATIONS = array( +"Password" => "Kodi", +"Help" => "Ndihmë" +); diff --git a/apps/user_ldap/l10n/sv.php b/apps/user_ldap/l10n/sv.php index 12ecc7b1633..1bb4d9dc0b1 100644 --- a/apps/user_ldap/l10n/sv.php +++ b/apps/user_ldap/l10n/sv.php @@ -48,6 +48,7 @@ "Turn off SSL certificate validation." => "Stäng av verifiering av SSL-certifikat.", "If connection only works with this option, import the LDAP server's SSL certificate in your ownCloud server." => "Om anslutningen bara fungerar med det här alternativet, importera LDAP-serverns SSL-certifikat i din ownCloud-server.", "Not recommended, use for testing only." => "Rekommenderas inte, använd bara för test. ", +"Cache Time-To-Live" => "Cache Time-To-Live", "in seconds. A change empties the cache." => "i sekunder. En förändring tömmer cache.", "Directory Settings" => "Mappinställningar", "User Display Name Field" => "Attribut för användarnamn", @@ -64,8 +65,11 @@ "Group-Member association" => "Attribut för gruppmedlemmar", "Special Attributes" => "Specialattribut", "Quota Field" => "Kvotfält", +"Quota Default" => "Datakvot standard", "in bytes" => "i bytes", "Email Field" => "E-postfält", +"User Home Folder Naming Rule" => "Namnregel för hemkatalog", "Leave empty for user name (default). Otherwise, specify an LDAP/AD attribute." => "Lämnas tomt för användarnamn (standard). Ange annars ett LDAP/AD-attribut.", +"Test Configuration" => "Testa konfigurationen", "Help" => "Hjälp" ); |