diff --git a/lemonldap-ng-manager/site/htdocs/static/languages/ar.json b/lemonldap-ng-manager/site/htdocs/static/languages/ar.json index 1f4dc0574..ce93703c3 100644 --- a/lemonldap-ng-manager/site/htdocs/static/languages/ar.json +++ b/lemonldap-ng-manager/site/htdocs/static/languages/ar.json @@ -567,6 +567,10 @@ "newEntry":"أنتري جديد", "newGrantRule":"قاعدة منح جديدة", "newHost":"خادم جديد", +"newLocationWarning":"Activation", +"newLocationWarningMailAttribute":"Session mail attribute", +"newLocationWarningMailBody":"Warning mail content", +"newLocationWarningMailSubject":"Warning mail subject", "newPost":"استمارة وظيفة replay جديدة", "newPostVar":"متغير جديد", "newRSAKey":"مفاتيح جديدة", diff --git a/lemonldap-ng-manager/site/htdocs/static/languages/de.json b/lemonldap-ng-manager/site/htdocs/static/languages/de.json index 88bfc93b0..70bb53c2f 100644 --- a/lemonldap-ng-manager/site/htdocs/static/languages/de.json +++ b/lemonldap-ng-manager/site/htdocs/static/languages/de.json @@ -567,6 +567,10 @@ "newEntry":"New entry", "newGrantRule":"New grant rule", "newHost":"New host", +"newLocationWarning":"Activation", +"newLocationWarningMailAttribute":"Session mail attribute", +"newLocationWarningMailBody":"Warning mail content", +"newLocationWarningMailSubject":"Warning mail subject", "newPost":"New form replay", "newPostVar":"New variable", "newRSAKey":"New keys", diff --git a/lemonldap-ng-manager/site/htdocs/static/languages/en.json b/lemonldap-ng-manager/site/htdocs/static/languages/en.json index a81bafd85..28e7c5501 100644 --- a/lemonldap-ng-manager/site/htdocs/static/languages/en.json +++ b/lemonldap-ng-manager/site/htdocs/static/languages/en.json @@ -567,6 +567,10 @@ "newEntry":"New entry", "newGrantRule":"New grant rule", "newHost":"New host", +"newLocationWarning":"Activation", +"newLocationWarningMailAttribute":"Session mail attribute", +"newLocationWarningMailBody":"Warning mail content", +"newLocationWarningMailSubject":"Warning mail subject", "newPost":"New form replay", "newPostVar":"New variable", "newRSAKey":"New keys", diff --git a/lemonldap-ng-manager/site/htdocs/static/languages/es.json b/lemonldap-ng-manager/site/htdocs/static/languages/es.json index 3d1ab6080..e56e3215a 100644 --- a/lemonldap-ng-manager/site/htdocs/static/languages/es.json +++ b/lemonldap-ng-manager/site/htdocs/static/languages/es.json @@ -567,6 +567,10 @@ "newEntry":"Nueva entrada", "newGrantRule":"Nueva regla de admisión", "newHost":"Nuevo host", +"newLocationWarning":"Activation", +"newLocationWarningMailAttribute":"Session mail attribute", +"newLocationWarningMailBody":"Warning mail content", +"newLocationWarningMailSubject":"Warning mail subject", "newPost":"New form replay", "newPostVar":"Nueva variable", "newRSAKey":"Nuevas claves", diff --git a/lemonldap-ng-manager/site/htdocs/static/languages/fr.json b/lemonldap-ng-manager/site/htdocs/static/languages/fr.json index 3b6053c19..9d21b6715 100644 --- a/lemonldap-ng-manager/site/htdocs/static/languages/fr.json +++ b/lemonldap-ng-manager/site/htdocs/static/languages/fr.json @@ -567,6 +567,10 @@ "newEntry":"Nouvelle entrée", "newGrantRule":"Nouvelle règle d'accès", "newHost":"Nouvel hôte", +"newLocationWarning":"Activation", +"newLocationWarningMailAttribute":"Attribut utilisateur contenant le mail ", +"newLocationWarningMailBody":"Contenu du mail d'avertissement", +"newLocationWarningMailSubject":"Sujet du mail d'avertissement", "newPost":"Nouveau rejeu de formulaire", "newPostVar":"Nouvelle variable", "newRSAKey":"Nouvelles clefs", diff --git a/lemonldap-ng-manager/site/htdocs/static/languages/it.json b/lemonldap-ng-manager/site/htdocs/static/languages/it.json index 35be6e14f..a7176c831 100644 --- a/lemonldap-ng-manager/site/htdocs/static/languages/it.json +++ b/lemonldap-ng-manager/site/htdocs/static/languages/it.json @@ -567,6 +567,10 @@ "newEntry":"Nuova entrata", "newGrantRule":"Nuova regola di autorizzazione", "newHost":"Nuovo host", +"newLocationWarning":"Activation", +"newLocationWarningMailAttribute":"Session mail attribute", +"newLocationWarningMailBody":"Warning mail content", +"newLocationWarningMailSubject":"Warning mail subject", "newPost":"Nuovo formulario di risposta", "newPostVar":"Nuova variabile", "newRSAKey":"Nuove chiavi", diff --git a/lemonldap-ng-manager/site/htdocs/static/languages/pl.json b/lemonldap-ng-manager/site/htdocs/static/languages/pl.json index e459d8f69..01b1da737 100644 --- a/lemonldap-ng-manager/site/htdocs/static/languages/pl.json +++ b/lemonldap-ng-manager/site/htdocs/static/languages/pl.json @@ -567,6 +567,10 @@ "newEntry":"Nowy wpis", "newGrantRule":"Nowa reguła przyznawania", "newHost":"Nowy host", +"newLocationWarning":"Activation", +"newLocationWarningMailAttribute":"Session mail attribute", +"newLocationWarningMailBody":"Warning mail content", +"newLocationWarningMailSubject":"Warning mail subject", "newPost":"Nowy formularz powtórzenia", "newPostVar":"Nowa zmienna", "newRSAKey":"Nowe klucze", diff --git a/lemonldap-ng-manager/site/htdocs/static/languages/tr.json b/lemonldap-ng-manager/site/htdocs/static/languages/tr.json index 09ee22096..201951dd4 100644 --- a/lemonldap-ng-manager/site/htdocs/static/languages/tr.json +++ b/lemonldap-ng-manager/site/htdocs/static/languages/tr.json @@ -567,6 +567,10 @@ "newEntry":"Yeni kayıt", "newGrantRule":"Yeni imtiyaz kuralı", "newHost":"Yeni konak", +"newLocationWarning":"Activation", +"newLocationWarningMailAttribute":"Session mail attribute", +"newLocationWarningMailBody":"Warning mail content", +"newLocationWarningMailSubject":"Warning mail subject", "newPost":"Yeni form tekrarı", "newPostVar":"Yeni değişken", "newRSAKey":"Yeni anahtarlar", diff --git a/lemonldap-ng-manager/site/htdocs/static/languages/vi.json b/lemonldap-ng-manager/site/htdocs/static/languages/vi.json index df73c5533..b6953162c 100644 --- a/lemonldap-ng-manager/site/htdocs/static/languages/vi.json +++ b/lemonldap-ng-manager/site/htdocs/static/languages/vi.json @@ -567,6 +567,10 @@ "newEntry":"Mục nhập mới", "newGrantRule":"Quy tắc cấp mới", "newHost":"Máy chủ mới", +"newLocationWarning":"Activation", +"newLocationWarningMailAttribute":"Session mail attribute", +"newLocationWarningMailBody":"Warning mail content", +"newLocationWarningMailSubject":"Warning mail subject", "newPost":"Phát lại mẫu mới", "newPostVar":"Biến mới", "newRSAKey":"Khóa mới", diff --git a/lemonldap-ng-manager/site/htdocs/static/languages/zh.json b/lemonldap-ng-manager/site/htdocs/static/languages/zh.json index e27ec500d..e9cd0ffc3 100644 --- a/lemonldap-ng-manager/site/htdocs/static/languages/zh.json +++ b/lemonldap-ng-manager/site/htdocs/static/languages/zh.json @@ -567,6 +567,10 @@ "newEntry":"New entry", "newGrantRule":"New grant rule", "newHost":"New host", +"newLocationWarning":"Activation", +"newLocationWarningMailAttribute":"Session mail attribute", +"newLocationWarningMailBody":"Warning mail content", +"newLocationWarningMailSubject":"Warning mail subject", "newPost":"New form replay", "newPostVar":"New variable", "newRSAKey":"New keys", diff --git a/lemonldap-ng-manager/site/htdocs/static/languages/zh_TW.json b/lemonldap-ng-manager/site/htdocs/static/languages/zh_TW.json index 82f1e0295..1105a2e16 100644 --- a/lemonldap-ng-manager/site/htdocs/static/languages/zh_TW.json +++ b/lemonldap-ng-manager/site/htdocs/static/languages/zh_TW.json @@ -567,6 +567,10 @@ "newEntry":"新項目", "newGrantRule":"新授權規則", "newHost":"新主機", +"newLocationWarning":"Activation", +"newLocationWarningMailAttribute":"Session mail attribute", +"newLocationWarningMailBody":"Warning mail content", +"newLocationWarningMailSubject":"Warning mail subject", "newPost":"新表單重新進行", "newPostVar":"新變數", "newRSAKey":"新金鑰", diff --git a/lemonldap-ng-portal/site/templates/common/mail/ar.json b/lemonldap-ng-portal/site/templates/common/mail/ar.json index 8bc8c55f1..c48e6cf5a 100644 --- a/lemonldap-ng-portal/site/templates/common/mail/ar.json +++ b/lemonldap-ng-portal/site/templates/common/mail/ar.json @@ -6,6 +6,7 @@ "click2Reset":"انقر هنا لإعادة تعيين كلمة المرور", "goToPortal":"انتقل إلى البوابة", "hello":"مرحبا ", +"host":"Host", "mail2fSubject":"[LemonLDAP::NG] تسجيل الدخول الخاص بك هو ", "mailConfirmSubject":"تأكيد إعادة تعيين كلمة المرور[LemonLDAP::NG]", "mailSubject":"كلمة المرور الجديدة [LemonLDAP::NG]", @@ -15,6 +16,7 @@ "registerConfirmSubject":"تأكيد تسجيل الحساب[LemonLDAP::NG] ", "registerDoneSubject":"حسابك الجديد[LemonLDAP::NG]", "requestIssuedFromIP":"الطلب قد أرسل من عنوان الآي بي", +"date":"Date", "yourLoginCodeIs":"Your login code is", "yourLoginIs":"تسجيل الدخول الخاص بك هو" } \ No newline at end of file diff --git a/lemonldap-ng-portal/site/templates/common/mail/en.json b/lemonldap-ng-portal/site/templates/common/mail/en.json index 78d1e0846..c9339c329 100644 --- a/lemonldap-ng-portal/site/templates/common/mail/en.json +++ b/lemonldap-ng-portal/site/templates/common/mail/en.json @@ -6,6 +6,7 @@ "click2Reset":"Click here to reset your password", "goToPortal":"Go to portal", "hello":"Hello", +"host":"Host", "mail2fSubject":"[LemonLDAP::NG] Your login code", "mailConfirmSubject": "[LemonLDAP::NG] Password reset confirmation", "mailSubject": "[LemonLDAP::NG] Your new password", @@ -15,6 +16,7 @@ "registerConfirmSubject": "[LemonLDAP::NG] Account register confirmation", "registerDoneSubject": "[LemonLDAP::NG] Your new account", "requestIssuedFromIP":"The request was issued from IP", +"date":"Date", "yourLoginCodeIs":"Your login code is", "yourLoginIs":"Your login is" } diff --git a/lemonldap-ng-portal/site/templates/common/mail/es.json b/lemonldap-ng-portal/site/templates/common/mail/es.json index b450bc92c..5ea84b28a 100644 --- a/lemonldap-ng-portal/site/templates/common/mail/es.json +++ b/lemonldap-ng-portal/site/templates/common/mail/es.json @@ -6,6 +6,7 @@ "click2Reset":"Haga clic para reiniciar su contraseña", "goToPortal":"Ir al portal", "hello":"Hola", +"host":"Host", "mail2fSubject":"[LemonLDAP::NG] Su código de acceso", "mailConfirmSubject":"[LemonLDAP::NG] Confirmación de reinicio de contraseña", "mailSubject":"[LemonLDAP::NG] Su nueva contraseña", @@ -15,6 +16,7 @@ "registerConfirmSubject":"[LemonLDAP::NG] Confirmación de creación de cuenta", "registerDoneSubject":"[LemonLDAP::NG] Su nueva cuenta", "requestIssuedFromIP":"El pedido fue emitido desde la IP", +"date":"Date", "yourLoginCodeIs":"Su código de acceso es ", "yourLoginIs":"Su nombre de usuario es" } \ No newline at end of file diff --git a/lemonldap-ng-portal/site/templates/common/mail/fi.json b/lemonldap-ng-portal/site/templates/common/mail/fi.json index 2a4d67c44..3fdd72e45 100644 --- a/lemonldap-ng-portal/site/templates/common/mail/fi.json +++ b/lemonldap-ng-portal/site/templates/common/mail/fi.json @@ -6,6 +6,7 @@ "click2Reset":"Klikkaa tästä nollataksesi salasanasi", "goToPortal":"Siirry portaaliin", "hello":"Hei", +"host":"Host", "mail2fSubject":"[LemonLDAP::NG] Your login code", "mailConfirmSubject":"[LemonLDAP::NG] Salasanan nollauksen vahvistus", "mailSubject":"[LemonLDAP::NG] Uusi salasanasi", @@ -15,6 +16,7 @@ "registerConfirmSubject":"[LemonLDAP::NG] Tunnuksen rekisteröinnin vahvistus", "registerDoneSubject":"[LemonLDAP::NG] Uusi käyttäjätunnuksesi", "requestIssuedFromIP":"The request was issued from IP", +"date":"Date", "yourLoginCodeIs":"Your login code is", "yourLoginIs":"Your login is" } \ No newline at end of file diff --git a/lemonldap-ng-portal/site/templates/common/mail/fr.json b/lemonldap-ng-portal/site/templates/common/mail/fr.json index b2dd3fc16..6d04ed492 100644 --- a/lemonldap-ng-portal/site/templates/common/mail/fr.json +++ b/lemonldap-ng-portal/site/templates/common/mail/fr.json @@ -6,6 +6,7 @@ "click2Reset":"Cliquez ici pour réinitialiser votre mot de passe", "goToPortal":"Aller au portail", "hello":"Bonjour", +"host":"Hôte", "mail2fSubject":"[LemonLDAP::NG] Votre code de connexion", "mailConfirmSubject": "[LemonLDAP::NG] Confirmation de réinitialisation de mot de passe", "mailSubject": "[LemonLDAP::NG] Votre nouveau mot de passe", @@ -15,6 +16,7 @@ "registerConfirmSubject": "[LemonLDAP::NG] Confirmation d'enregistrement de compte", "registerDoneSubject": "[LemonLDAP::NG] Votre nouveau compte", "requestIssuedFromIP":"La demande provient de l'IP", +"date":"Date", "yourLoginCodeIs":"Votre code de connexion est", "yourLoginIs":"Votre identifiant est" } diff --git a/lemonldap-ng-portal/site/templates/common/mail/it.json b/lemonldap-ng-portal/site/templates/common/mail/it.json index 871f519e9..e9721764b 100644 --- a/lemonldap-ng-portal/site/templates/common/mail/it.json +++ b/lemonldap-ng-portal/site/templates/common/mail/it.json @@ -6,6 +6,7 @@ "click2Reset":"Clicca qui per reimpostare la password", "goToPortal":"Vai al portale", "hello":"Salve", +"host":"Host", "mail2fSubject":"[LemonLDAP :: NG] Il tuo codice di accesso", "mailConfirmSubject":"Conferma reimpostazione password [LemonLDAP::NG] ", "mailSubject":"[LemonLDAP::NG] La tua nuova password", @@ -15,6 +16,7 @@ "registerConfirmSubject":"[LemonLDAP :: NG] Conferma registro account", "registerDoneSubject":"[LemonLDAP::NG] Il tuo nuovo account", "requestIssuedFromIP":"La richiesta è stata emessa da IP", +"date":"Date", "yourLoginCodeIs":"Il tuo codice di accesso è", "yourLoginIs":"Il tuo login é" } \ No newline at end of file diff --git a/lemonldap-ng-portal/site/templates/common/mail/ms.json b/lemonldap-ng-portal/site/templates/common/mail/ms.json index e277f0789..bea0b9c6b 100644 --- a/lemonldap-ng-portal/site/templates/common/mail/ms.json +++ b/lemonldap-ng-portal/site/templates/common/mail/ms.json @@ -6,6 +6,7 @@ "click2Reset":"Kilik disini untuk menetapkan semula kata laluan anda", "goToPortal":"Go to portal", "hello":"Hello", +"host":"Host", "mail2fSubject":"[LemonLDAP::NG] Kod login anda", "mailConfirmSubject":"[LemonLDAP::NG] Pengesahan penetapan semula kata laluan", "mailSubject":"[LemonLDAP::NG] Kata laluan baru anda", @@ -15,6 +16,7 @@ "registerConfirmSubject":"[LemonLDAP::NG] Pengesahan pendaftaran akaun", "registerDoneSubject":"[LemonLDAP::NG] Akaun baru anda", "requestIssuedFromIP":"Permintaan itu dari alamat IP", +"date":"Date", "yourLoginCodeIs":"Kod login anda ialah", "yourLoginIs":"Login anda ialah" } \ No newline at end of file diff --git a/lemonldap-ng-portal/site/templates/common/mail/tr.json b/lemonldap-ng-portal/site/templates/common/mail/tr.json index 82069df5c..97a30c40d 100644 --- a/lemonldap-ng-portal/site/templates/common/mail/tr.json +++ b/lemonldap-ng-portal/site/templates/common/mail/tr.json @@ -6,6 +6,7 @@ "click2Reset":"Parolanızı sıfırlamak için buraya tıklayın", "goToPortal":"Portala git", "hello":"Merhaba", +"host":"Host", "mail2fSubject":"[LemonLDAP::NG] Giriş kodunuz", "mailConfirmSubject":"[LemonLDAP::NG] Parola sıfırlama onayı", "mailSubject":"[LemonLDAP::NG] Yeni parolanız", @@ -15,6 +16,7 @@ "registerConfirmSubject":"[LemonLDAP::NG] Hesap açma onayı", "registerDoneSubject":"[LemonLDAP::NG] Yeni hesabınız", "requestIssuedFromIP":"İstek IP'den gönderildi", +"date":"Date", "yourLoginCodeIs":"Giriş kodunuz", "yourLoginIs":"Giriş bilgileriniz" } \ No newline at end of file diff --git a/lemonldap-ng-portal/site/templates/common/mail/vi.json b/lemonldap-ng-portal/site/templates/common/mail/vi.json index 657dc9f0f..ad4df214d 100644 --- a/lemonldap-ng-portal/site/templates/common/mail/vi.json +++ b/lemonldap-ng-portal/site/templates/common/mail/vi.json @@ -6,6 +6,7 @@ "click2Reset":"Nhấn ở đây để thiết lập lại mật khẩu của bạn", "goToPortal":"Đi tới cổng thông tin", "hello":"Xin chào", +"host":"Host", "mail2fSubject":"[LemonLDAP::NG] Your login code", "mailConfirmSubject":"[LemonLDAP::NG] Xác nhận thiết lập lại mật khẩu", "mailSubject":"[LemonLDAP::NG] Mật khẩu mới của bạn", @@ -15,6 +16,7 @@ "registerConfirmSubject":"[LemonLDAP::NG] Xác nhận đăng ký tài khoản", "registerDoneSubject":"[LemonLDAP::NG] Tài khoản mới của bạn", "requestIssuedFromIP":"Yêu cầu được gửi đi từ địa chỉ IP", +"date":"Date", "yourLoginCodeIs":"Your login code is", "yourLoginIs":"Đăng nhập của bạn là" } \ No newline at end of file diff --git a/lemonldap-ng-portal/site/templates/common/mail/zh_CN.json b/lemonldap-ng-portal/site/templates/common/mail/zh_CN.json index c461c6c62..25e9870f2 100644 --- a/lemonldap-ng-portal/site/templates/common/mail/zh_CN.json +++ b/lemonldap-ng-portal/site/templates/common/mail/zh_CN.json @@ -6,6 +6,7 @@ "click2Reset":"请点击此处充值您的密码", "goToPortal":"回到首页", "hello":"您好", +"host":"Host", "mail2fSubject":"[LemonLDAP::NG] Your login code", "mailConfirmSubject":"[LemonLDAP::NG] 密码重置确认", "mailSubject":"[LemonLDAP::NG] 您的新密码", @@ -15,6 +16,7 @@ "registerConfirmSubject":"[LemonLDAP::NG] 账号注册确认", "registerDoneSubject":"[LemonLDAP::NG] 您的新账号", "requestIssuedFromIP":"此请求来自IP地址", +"date":"Date", "yourLoginCodeIs":"Your login code is", "yourLoginIs":"您登陆的账户是" } \ No newline at end of file diff --git a/lemonldap-ng-portal/site/templates/common/mail/zh_TW.json b/lemonldap-ng-portal/site/templates/common/mail/zh_TW.json index 96270d7e5..4096f6415 100644 --- a/lemonldap-ng-portal/site/templates/common/mail/zh_TW.json +++ b/lemonldap-ng-portal/site/templates/common/mail/zh_TW.json @@ -6,6 +6,7 @@ "click2Reset":"點擊此處以重設您的密碼", "goToPortal":"回到首頁", "hello":"您好", +"host":"Host", "mail2fSubject":"[LemonLDAP::NG] 您的登入代碼", "mailConfirmSubject":"[LemonLDAP::NG] 確認重設密碼", "mailSubject":"[LemonLDAP::NG] 您的新密碼", @@ -15,6 +16,7 @@ "registerConfirmSubject":"[LemonLDAP::NG] 確認帳號註冊", "registerDoneSubject":"[LemonLDAP::NG] 您的新帳號", "requestIssuedFromIP":"請求發出從 IP", +"date":"Date", "yourLoginCodeIs":"您的登入代碼為", "yourLoginIs":"您的登入為" } \ No newline at end of file