diff options
Diffstat (limited to 'apps/user_ldap/l10n')
-rw-r--r-- | apps/user_ldap/l10n/en_GB.php | 1 | ||||
-rw-r--r-- | apps/user_ldap/l10n/es.php | 1 | ||||
-rw-r--r-- | apps/user_ldap/l10n/fr.php | 3 | ||||
-rw-r--r-- | apps/user_ldap/l10n/nl.php | 1 | ||||
-rw-r--r-- | apps/user_ldap/l10n/pt_BR.php | 1 | ||||
-rw-r--r-- | apps/user_ldap/l10n/ru.php | 1 | ||||
-rw-r--r-- | apps/user_ldap/l10n/sv.php | 1 |
7 files changed, 9 insertions, 0 deletions
diff --git a/apps/user_ldap/l10n/en_GB.php b/apps/user_ldap/l10n/en_GB.php index b71a7d4f1aa..67888a8daa6 100644 --- a/apps/user_ldap/l10n/en_GB.php +++ b/apps/user_ldap/l10n/en_GB.php @@ -12,6 +12,7 @@ $TRANSLATIONS = array( "Deletion failed" => "Deletion failed", "Take over settings from recent server configuration?" => "Take over settings from recent server configuration?", "Keep settings?" => "Keep settings?", +"{nthServer}. Server" => "{nthServer}. Server", "Cannot add server configuration" => "Cannot add server configuration", "mappings cleared" => "mappings cleared", "Success" => "Success", diff --git a/apps/user_ldap/l10n/es.php b/apps/user_ldap/l10n/es.php index 2ab323d0876..cc8bc879df6 100644 --- a/apps/user_ldap/l10n/es.php +++ b/apps/user_ldap/l10n/es.php @@ -12,6 +12,7 @@ $TRANSLATIONS = array( "Deletion failed" => "Falló el borrado", "Take over settings from recent server configuration?" => "¿Asumir los ajustes actuales de la configuración del servidor?", "Keep settings?" => "¿Mantener la configuración?", +"{nthServer}. Server" => "{nthServer}. servidor", "Cannot add server configuration" => "No se puede añadir la configuración del servidor", "mappings cleared" => "Asignaciones borradas", "Success" => "Éxito", diff --git a/apps/user_ldap/l10n/fr.php b/apps/user_ldap/l10n/fr.php index 8e125aabeae..bbf504413f8 100644 --- a/apps/user_ldap/l10n/fr.php +++ b/apps/user_ldap/l10n/fr.php @@ -12,10 +12,13 @@ $TRANSLATIONS = array( "Deletion failed" => "La suppression a échoué", "Take over settings from recent server configuration?" => "Récupérer les paramètres depuis une configuration récente du serveur ?", "Keep settings?" => "Garder ces paramètres ?", +"{nthServer}. Server" => "{nthServer}. Serveur", "Cannot add server configuration" => "Impossible d'ajouter la configuration du serveur", "mappings cleared" => "associations supprimées", "Success" => "Succès", "Error" => "Erreur", +"Please specify a Base DN" => "Veuillez spécifier une Base DN", +"Could not determine Base DN" => "Impossible de déterminer la Base DN", "Please specify the port" => "Veuillez indiquer le port", "Configuration OK" => "Configuration OK", "Configuration incorrect" => "Configuration incorrecte", diff --git a/apps/user_ldap/l10n/nl.php b/apps/user_ldap/l10n/nl.php index 8e0495e50a2..08054e01892 100644 --- a/apps/user_ldap/l10n/nl.php +++ b/apps/user_ldap/l10n/nl.php @@ -12,6 +12,7 @@ $TRANSLATIONS = array( "Deletion failed" => "Verwijderen mislukt", "Take over settings from recent server configuration?" => "Overnemen instellingen van de recente serverconfiguratie?", "Keep settings?" => "Instellingen bewaren?", +"{nthServer}. Server" => "{nthServer}. Server", "Cannot add server configuration" => "Kon de serverconfiguratie niet toevoegen", "mappings cleared" => "vertaaltabel leeggemaakt", "Success" => "Succes", diff --git a/apps/user_ldap/l10n/pt_BR.php b/apps/user_ldap/l10n/pt_BR.php index 77c9f5077d3..ab2cb67c596 100644 --- a/apps/user_ldap/l10n/pt_BR.php +++ b/apps/user_ldap/l10n/pt_BR.php @@ -12,6 +12,7 @@ $TRANSLATIONS = array( "Deletion failed" => "Remoção falhou", "Take over settings from recent server configuration?" => "Tomar parámetros de recente configuração de servidor?", "Keep settings?" => "Manter ajustes?", +"{nthServer}. Server" => "Servidor {nthServer}.", "Cannot add server configuration" => "Impossível adicionar a configuração do servidor", "mappings cleared" => "mapeamentos limpos", "Success" => "Sucesso", diff --git a/apps/user_ldap/l10n/ru.php b/apps/user_ldap/l10n/ru.php index 547cce15273..ee48eb441f2 100644 --- a/apps/user_ldap/l10n/ru.php +++ b/apps/user_ldap/l10n/ru.php @@ -12,6 +12,7 @@ $TRANSLATIONS = array( "Deletion failed" => "Удаление не удалось", "Take over settings from recent server configuration?" => "Принять настройки из последней конфигурации сервера?", "Keep settings?" => "Сохранить настройки?", +"{nthServer}. Server" => "{nthServer}. Сервер", "Cannot add server configuration" => "Не получилось добавить конфигурацию сервера", "mappings cleared" => "Соответствия очищены", "Success" => "Успешно", diff --git a/apps/user_ldap/l10n/sv.php b/apps/user_ldap/l10n/sv.php index 5655f8de227..94a5acd12a2 100644 --- a/apps/user_ldap/l10n/sv.php +++ b/apps/user_ldap/l10n/sv.php @@ -12,6 +12,7 @@ $TRANSLATIONS = array( "Deletion failed" => "Raderingen misslyckades", "Take over settings from recent server configuration?" => "Ta över inställningar från tidigare serverkonfiguration?", "Keep settings?" => "Behåll inställningarna?", +"{nthServer}. Server" => "{nthServer}. Server", "Cannot add server configuration" => "Kunde inte lägga till serverinställning", "mappings cleared" => "mappningar rensade", "Success" => "Lyckat", |