diff options
Diffstat (limited to 'apps/user_ldap')
-rw-r--r-- | apps/user_ldap/l10n/da.js | 3 | ||||
-rw-r--r-- | apps/user_ldap/l10n/da.json | 3 | ||||
-rw-r--r-- | apps/user_ldap/l10n/en_GB.js | 4 | ||||
-rw-r--r-- | apps/user_ldap/l10n/en_GB.json | 4 |
4 files changed, 14 insertions, 0 deletions
diff --git a/apps/user_ldap/l10n/da.js b/apps/user_ldap/l10n/da.js index c9ec596ace8..21232e90ec2 100644 --- a/apps/user_ldap/l10n/da.js +++ b/apps/user_ldap/l10n/da.js @@ -78,6 +78,9 @@ OC.L10N.register( "Verify settings" : "Verificér indstillinger", "1. Server" : "1. server", "%s. Server:" : "%s. server:", + "Adds a new and blank configuration" : "Tilføjer en ny og blank konfiguration", + "Copy current configuration into new directory binding" : "Kopiér nuværende konfiguration ind i en ny mappetildeling", + "Delete the current configuration" : "Slet den aktuelle konfiguration", "Host" : "Vært", "You can omit the protocol, except you require SSL. Then start with ldaps://" : "Du kan udelade protokollen, medmindre du skal bruge SSL. Start i så fald med ldaps://", "Port" : "Port", diff --git a/apps/user_ldap/l10n/da.json b/apps/user_ldap/l10n/da.json index 8ce67102932..8222590fdeb 100644 --- a/apps/user_ldap/l10n/da.json +++ b/apps/user_ldap/l10n/da.json @@ -76,6 +76,9 @@ "Verify settings" : "Verificér indstillinger", "1. Server" : "1. server", "%s. Server:" : "%s. server:", + "Adds a new and blank configuration" : "Tilføjer en ny og blank konfiguration", + "Copy current configuration into new directory binding" : "Kopiér nuværende konfiguration ind i en ny mappetildeling", + "Delete the current configuration" : "Slet den aktuelle konfiguration", "Host" : "Vært", "You can omit the protocol, except you require SSL. Then start with ldaps://" : "Du kan udelade protokollen, medmindre du skal bruge SSL. Start i så fald med ldaps://", "Port" : "Port", diff --git a/apps/user_ldap/l10n/en_GB.js b/apps/user_ldap/l10n/en_GB.js index 6c4be9ec3f0..baeed9a85ea 100644 --- a/apps/user_ldap/l10n/en_GB.js +++ b/apps/user_ldap/l10n/en_GB.js @@ -12,6 +12,7 @@ OC.L10N.register( "No data specified" : "No data specified", " Could not set configuration %s" : " Could not set configuration %s", "Action does not exist" : "Action does not exist", + "The Base DN appears to be wrong" : "The Base DN appears to be wrong", "Configuration incorrect" : "Configuration incorrect", "Configuration incomplete" : "Configuration incomplete", "Configuration OK" : "Configuration OK", @@ -77,6 +78,9 @@ OC.L10N.register( "Verify settings" : "Verify settings", "1. Server" : "1. Server", "%s. Server:" : "%s. Server:", + "Adds a new and blank configuration" : "Adds a new and blank configuration", + "Copy current configuration into new directory binding" : "Copy current configuration into new directory binding", + "Delete the current configuration" : "Delete the current configuration", "Host" : "Host", "You can omit the protocol, except you require SSL. Then start with ldaps://" : "You can omit the protocol, except you require SSL. Then start with ldaps://", "Port" : "Port", diff --git a/apps/user_ldap/l10n/en_GB.json b/apps/user_ldap/l10n/en_GB.json index 4b8bf5fc163..743ae2cd47f 100644 --- a/apps/user_ldap/l10n/en_GB.json +++ b/apps/user_ldap/l10n/en_GB.json @@ -10,6 +10,7 @@ "No data specified" : "No data specified", " Could not set configuration %s" : " Could not set configuration %s", "Action does not exist" : "Action does not exist", + "The Base DN appears to be wrong" : "The Base DN appears to be wrong", "Configuration incorrect" : "Configuration incorrect", "Configuration incomplete" : "Configuration incomplete", "Configuration OK" : "Configuration OK", @@ -75,6 +76,9 @@ "Verify settings" : "Verify settings", "1. Server" : "1. Server", "%s. Server:" : "%s. Server:", + "Adds a new and blank configuration" : "Adds a new and blank configuration", + "Copy current configuration into new directory binding" : "Copy current configuration into new directory binding", + "Delete the current configuration" : "Delete the current configuration", "Host" : "Host", "You can omit the protocol, except you require SSL. Then start with ldaps://" : "You can omit the protocol, except you require SSL. Then start with ldaps://", "Port" : "Port", |