From 150aa37cc1cd3536d392f08d6be7cf9c51ed35ac Mon Sep 17 00:00:00 2001 From: thiesjohannbroetje Date: Sat, 11 Sep 2021 16:37:10 +0200 Subject: [PATCH] translated admin_ldap page to English Signed-off-by: thiesjohannbroetje --- templates/admin_ldap.html | 50 +++++++++++++++++++-------------------- 1 file changed, 25 insertions(+), 25 deletions(-) diff --git a/templates/admin_ldap.html b/templates/admin_ldap.html index 5867209..d41f247 100644 --- a/templates/admin_ldap.html +++ b/templates/admin_ldap.html @@ -3,8 +3,8 @@ {{define "body"}}
-

Explorateur LDAP

- Menu principal +

LDAP-Explorer

+ Main Menu
@@ -38,25 +38,25 @@ {{if .CanAddChild}}
{{end}} {{if .Success}} -
Modification enregistrée.
+
Modifications have been saved.
{{end}} {{if .Error}}
- Impossible d'effectuer la modification. + Impossible to execute the requested change.
{{.Error}}
{{end}} -
Attributs
+
Attributes
{{range $key, $value := .Props}} {{if $value.Editable}} @@ -78,7 +78,7 @@
{{if $value.Deletable}} -
+ @@ -104,11 +104,11 @@
- +
- +
@@ -120,7 +120,7 @@ {{if .HasMembers}}
-
Membres
+
Members
{{range .Members}}
@@ -131,7 +131,7 @@ {{.DN}}
- + @@ -143,10 +143,10 @@
-
Ajouter au groupe : +
Add to Group :
- + {{range .PossibleNewMembers}} @@ -154,7 +154,7 @@
- +
@@ -162,7 +162,7 @@ {{if .HasGroups}}
-
Membre de
+
Member of
{{range .Groups}}
@@ -173,7 +173,7 @@ {{.DN}}
-
+ @@ -184,10 +184,10 @@
-
Nouveau groupe : +
New group :
- + {{range .PossibleNewGroups}} @@ -195,7 +195,7 @@
- +
@@ -203,15 +203,15 @@ {{if .CanDelete}}
-
Supprimer l'objet
+
Delete the Object
- Attention, cette opération est irrévocable ! + Attention, this action is irreversible !
-
+
- +