Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
dcoutadeur dcoutadeur
lemonldap-ng
Commits
3d2d08e1
Commit
3d2d08e1
authored
Oct 18, 2020
by
dcoutadeur dcoutadeur
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix previous commit: RGAA 5.4 requires arrays to have defined captions (#2356)
parent
4a1f08e6
Pipeline
#9662
passed with stage
in 19 minutes and 46 seconds
Changes
16
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
16 changed files
with
33 additions
and
30 deletions
+33
-30
lemonldap-ng-portal/site/htdocs/static/languages/ar.json
lemonldap-ng-portal/site/htdocs/static/languages/ar.json
+2
-2
lemonldap-ng-portal/site/htdocs/static/languages/de.json
lemonldap-ng-portal/site/htdocs/static/languages/de.json
+2
-2
lemonldap-ng-portal/site/htdocs/static/languages/en.json
lemonldap-ng-portal/site/htdocs/static/languages/en.json
+2
-2
lemonldap-ng-portal/site/htdocs/static/languages/es.json
lemonldap-ng-portal/site/htdocs/static/languages/es.json
+2
-2
lemonldap-ng-portal/site/htdocs/static/languages/fi.json
lemonldap-ng-portal/site/htdocs/static/languages/fi.json
+2
-2
lemonldap-ng-portal/site/htdocs/static/languages/fr.json
lemonldap-ng-portal/site/htdocs/static/languages/fr.json
+2
-2
lemonldap-ng-portal/site/htdocs/static/languages/it.json
lemonldap-ng-portal/site/htdocs/static/languages/it.json
+2
-2
lemonldap-ng-portal/site/htdocs/static/languages/nl.json
lemonldap-ng-portal/site/htdocs/static/languages/nl.json
+2
-2
lemonldap-ng-portal/site/htdocs/static/languages/pl.json
lemonldap-ng-portal/site/htdocs/static/languages/pl.json
+2
-2
lemonldap-ng-portal/site/htdocs/static/languages/pt.json
lemonldap-ng-portal/site/htdocs/static/languages/pt.json
+2
-2
lemonldap-ng-portal/site/htdocs/static/languages/ro.json
lemonldap-ng-portal/site/htdocs/static/languages/ro.json
+2
-2
lemonldap-ng-portal/site/htdocs/static/languages/tr.json
lemonldap-ng-portal/site/htdocs/static/languages/tr.json
+2
-2
lemonldap-ng-portal/site/htdocs/static/languages/vi.json
lemonldap-ng-portal/site/htdocs/static/languages/vi.json
+2
-2
lemonldap-ng-portal/site/htdocs/static/languages/zh.json
lemonldap-ng-portal/site/htdocs/static/languages/zh.json
+2
-2
lemonldap-ng-portal/site/templates/bootstrap/sessionArray.tpl
...nldap-ng-portal/site/templates/bootstrap/sessionArray.tpl
+2
-2
lemonldap-ng-portal/t/63-History.t
lemonldap-ng-portal/t/63-History.t
+3
-0
No files found.
lemonldap-ng-portal/site/htdocs/static/languages/ar.json
View file @
3d2d08e1
...
...
@@ -178,10 +178,10 @@
"info"
:
"معلومات"
,
"ipAddr"
:
"عنوان الأي بي"
,
"key"
:
"المفتاح"
,
"lastConnexionLabel"
:
"Last connections"
,
"lastFailedConnexionLabel"
:
"Last failed connections"
,
"lastFailedLogins"
:
"عمليات تسجيل الدخول الأخيرة الغير الناجحة"
,
"lastFailedLoginsCaptionLabel"
:
"Last failed logins"
,
"lastLogins"
:
"آخر تسجيلات دخول"
,
"lastLoginsCaptionLabel"
:
"Last logins"
,
"lastName"
:
"اسم العائلة"
,
"linkValidUntil"
:
"تحتوي هذه الرسالة على رابط لإعادة تعيين كلمة المرور، وهذا الرابط صالح حتى"
,
"linkValidUntilCertif"
:
"This message contains a link to reset your certificate, this link is valid until "
,
...
...
lemonldap-ng-portal/site/htdocs/static/languages/de.json
View file @
3d2d08e1
...
...
@@ -178,10 +178,10 @@
"info"
:
"Information"
,
"ipAddr"
:
"IP address"
,
"key"
:
"Key"
,
"lastConnexionLabel"
:
"Last connections"
,
"lastFailedConnexionLabel"
:
"Last failed connections"
,
"lastFailedLogins"
:
"Letzte fehlgeschlagene Anmeldungen"
,
"lastFailedLoginsCaptionLabel"
:
"Last failed logins"
,
"lastLogins"
:
"Letzte Anmeldungen"
,
"lastLoginsCaptionLabel"
:
"Last logins"
,
"lastName"
:
"Nachname"
,
"linkValidUntil"
:
"Diese Nachricht enthält einen Link zum Zurücksetzen deines Passworts. Dieser Link ist gültig bis"
,
"linkValidUntilCertif"
:
"This message contains a link to reset your certificate, this link is valid until "
,
...
...
lemonldap-ng-portal/site/htdocs/static/languages/en.json
View file @
3d2d08e1
...
...
@@ -178,10 +178,10 @@
"info"
:
"Information"
,
"ipAddr"
:
"IP address"
,
"key"
:
"Key"
,
"lastConnexionLabel"
:
"Last connections"
,
"lastFailedConnexionLabel"
:
"Last failed connections"
,
"lastFailedLogins"
:
"Last failed logins"
,
"lastFailedLoginsCaptionLabel"
:
"Last failed logins"
,
"lastLogins"
:
"Last logins"
,
"lastLoginsCaptionLabel"
:
"Last logins"
,
"lastName"
:
"Last name"
,
"linkValidUntil"
:
"This message contains a link to reset your password, this link is valid until "
,
"linkValidUntilCertif"
:
"This message contains a link to reset your certificate, this link is valid until "
,
...
...
lemonldap-ng-portal/site/htdocs/static/languages/es.json
View file @
3d2d08e1
...
...
@@ -178,10 +178,10 @@
"info"
:
"Información"
,
"ipAddr"
:
"Dirección IP"
,
"key"
:
"Llave"
,
"lastConnexionLabel"
:
"Last connections"
,
"lastFailedConnexionLabel"
:
"Last failed connections"
,
"lastFailedLogins"
:
"Últimas conexiones fallidas"
,
"lastFailedLoginsCaptionLabel"
:
"Last failed logins"
,
"lastLogins"
:
"Últimas conexiones"
,
"lastLoginsCaptionLabel"
:
"Last logins"
,
"lastName"
:
"Apellido(s)"
,
"linkValidUntil"
:
"Este mensaje contiene un enlace para reiniciar su contraseña, este enlace es válido hasta"
,
"linkValidUntilCertif"
:
"Este mensaje contiene un link para reiniciar su certificado. Este link is válido hasta"
,
...
...
lemonldap-ng-portal/site/htdocs/static/languages/fi.json
View file @
3d2d08e1
...
...
@@ -178,10 +178,10 @@
"info"
:
"Information"
,
"ipAddr"
:
"IP-osoite"
,
"key"
:
"Key"
,
"lastConnexionLabel"
:
"Last connections"
,
"lastFailedConnexionLabel"
:
"Last failed connections"
,
"lastFailedLogins"
:
"Viimeiset virheelliset kirjautumiset"
,
"lastFailedLoginsCaptionLabel"
:
"Last failed logins"
,
"lastLogins"
:
"Viimeisimmät kirjautumiset"
,
"lastLoginsCaptionLabel"
:
"Last logins"
,
"lastName"
:
"Sukunimi"
,
"linkValidUntil"
:
"Tämä viesti sisältää linkin salasanan nollaamiseen, linkki on voimassa"
,
"linkValidUntilCertif"
:
"This message contains a link to reset your certificate, this link is valid until "
,
...
...
lemonldap-ng-portal/site/htdocs/static/languages/fr.json
View file @
3d2d08e1
...
...
@@ -178,10 +178,10 @@
"info"
:
"Information"
,
"ipAddr"
:
"Adresse IP"
,
"key"
:
"Clef"
,
"lastConnexionLabel"
:
"Dernières connexions"
,
"lastFailedConnexionLabel"
:
"Dernières connexions échouées"
,
"lastFailedLogins"
:
"Dernières connexions refusées"
,
"lastFailedLoginsCaptionLabel"
:
"Dernières connexions refusées"
,
"lastLogins"
:
"Dernières connexions"
,
"lastLoginsCaptionLabel"
:
"Dernières connexions"
,
"lastName"
:
"Nom"
,
"linkValidUntil"
:
"Ce message contient un lien pour réinitialiser votre mot de passe, ce lien est valide jusqu'au "
,
"linkValidUntilCertif"
:
"Ce message contient un lien pour réinitialiser votre certificat, ce lien est valide jusqu'à "
,
...
...
lemonldap-ng-portal/site/htdocs/static/languages/it.json
View file @
3d2d08e1
...
...
@@ -178,10 +178,10 @@
"info"
:
"Informazioni"
,
"ipAddr"
:
"Indirizzo IP"
,
"key"
:
"Chiave"
,
"lastConnexionLabel"
:
"Last connections"
,
"lastFailedConnexionLabel"
:
"Last failed connections"
,
"lastFailedLogins"
:
"Ultimi login non riusciti"
,
"lastFailedLoginsCaptionLabel"
:
"Last failed logins"
,
"lastLogins"
:
"Ultimi accessi"
,
"lastLoginsCaptionLabel"
:
"Last logins"
,
"lastName"
:
"Cognome"
,
"linkValidUntil"
:
"Questo messaggio contiene un link per reimpostare la password, questo link è valido fino al"
,
"linkValidUntilCertif"
:
"This message contains a link to reset your certificate, this link is valid until "
,
...
...
lemonldap-ng-portal/site/htdocs/static/languages/nl.json
View file @
3d2d08e1
...
...
@@ -178,10 +178,10 @@
"info"
:
"Information"
,
"ipAddr"
:
"IP address"
,
"key"
:
"Key"
,
"lastConnexionLabel"
:
"Last connections"
,
"lastFailedConnexionLabel"
:
"Last failed connections"
,
"lastFailedLogins"
:
"Last failed logins"
,
"lastFailedLoginsCaptionLabel"
:
"Last failed logins"
,
"lastLogins"
:
"Last logins"
,
"lastLoginsCaptionLabel"
:
"Last logins"
,
"lastName"
:
"Last name"
,
"linkValidUntil"
:
"This message contains a link to reset your password, this link is valid until "
,
"linkValidUntilCertif"
:
"This message contains a link to reset your certificate, this link is valid until "
,
...
...
lemonldap-ng-portal/site/htdocs/static/languages/pl.json
View file @
3d2d08e1
...
...
@@ -178,10 +178,10 @@
"info"
:
"Informacja"
,
"ipAddr"
:
"Adres IP"
,
"key"
:
"Klucz"
,
"lastConnexionLabel"
:
"Last connections"
,
"lastFailedConnexionLabel"
:
"Last failed connections"
,
"lastFailedLogins"
:
"Ostatnie nieudane logowania"
,
"lastFailedLoginsCaptionLabel"
:
"Last failed logins"
,
"lastLogins"
:
"Ostatnie logowania"
,
"lastLoginsCaptionLabel"
:
"Last logins"
,
"lastName"
:
"Nazwisko"
,
"linkValidUntil"
:
"Ta wiadomość zawiera link do zresetowania hasła, ten link jest ważny do "
,
"linkValidUntilCertif"
:
"Ta wiadomość zawiera link do zresetowania certyfikatu, ten link jest ważny do "
,
...
...
lemonldap-ng-portal/site/htdocs/static/languages/pt.json
View file @
3d2d08e1
...
...
@@ -178,10 +178,10 @@
"info"
:
"Information"
,
"ipAddr"
:
"IP address"
,
"key"
:
"Key"
,
"lastConnexionLabel"
:
"Last connections"
,
"lastFailedConnexionLabel"
:
"Last failed connections"
,
"lastFailedLogins"
:
"Last failed logins"
,
"lastFailedLoginsCaptionLabel"
:
"Last failed logins"
,
"lastLogins"
:
"Last logins"
,
"lastLoginsCaptionLabel"
:
"Last logins"
,
"lastName"
:
"Last name"
,
"linkValidUntil"
:
"This message contains a link to reset your password, this link is valid until "
,
"linkValidUntilCertif"
:
"This message contains a link to reset your certificate, this link is valid until "
,
...
...
lemonldap-ng-portal/site/htdocs/static/languages/ro.json
View file @
3d2d08e1
...
...
@@ -178,10 +178,10 @@
"info"
:
"Information"
,
"ipAddr"
:
"IP address"
,
"key"
:
"Key"
,
"lastConnexionLabel"
:
"Last connections"
,
"lastFailedConnexionLabel"
:
"Last failed connections"
,
"lastFailedLogins"
:
"Last failed logins"
,
"lastFailedLoginsCaptionLabel"
:
"Last failed logins"
,
"lastLogins"
:
"Last logins"
,
"lastLoginsCaptionLabel"
:
"Last logins"
,
"lastName"
:
"Last name"
,
"linkValidUntil"
:
"This message contains a link to reset your password, this link is valid until "
,
"linkValidUntilCertif"
:
"This message contains a link to reset your certificate, this link is valid until "
,
...
...
lemonldap-ng-portal/site/htdocs/static/languages/tr.json
View file @
3d2d08e1
...
...
@@ -178,10 +178,10 @@
"info"
:
"Bilgi"
,
"ipAddr"
:
"IP adresi"
,
"key"
:
"Anahtar"
,
"lastConnexionLabel"
:
"Last connections"
,
"lastFailedConnexionLabel"
:
"Last failed connections"
,
"lastFailedLogins"
:
"Son başarısız giriş denemeleri"
,
"lastFailedLoginsCaptionLabel"
:
"Last failed logins"
,
"lastLogins"
:
"Son girişler"
,
"lastLoginsCaptionLabel"
:
"Last logins"
,
"lastName"
:
"Soyad"
,
"linkValidUntil"
:
"Bu mesaj parolanızı sıfırlamak için bir bağlantı içerir, bu bağlantı şu zamana kadar geçerlidir"
,
"linkValidUntilCertif"
:
"Bu mesaj sertifikanızı sıfırlamak için bir bağlantı içerir, bu bağlantı şu zamana kadar geçerlidir"
,
...
...
lemonldap-ng-portal/site/htdocs/static/languages/vi.json
View file @
3d2d08e1
...
...
@@ -178,10 +178,10 @@
"info"
:
"Thông tin"
,
"ipAddr"
:
"Địa chỉ IP"
,
"key"
:
"Khóa"
,
"lastConnexionLabel"
:
"Last connections"
,
"lastFailedConnexionLabel"
:
"Last failed connections"
,
"lastFailedLogins"
:
"Lần cuối đăng nhập thất bại"
,
"lastFailedLoginsCaptionLabel"
:
"Last failed logins"
,
"lastLogins"
:
"Đăng nhập lần cuối"
,
"lastLoginsCaptionLabel"
:
"Last logins"
,
"lastName"
:
"Họ"
,
"linkValidUntil"
:
"Thông báo này có chứa liên kết để đặt lại mật khẩu của bạn, liên kết này hợp lệ cho đến khi"
,
"linkValidUntilCertif"
:
"This message contains a link to reset your certificate, this link is valid until "
,
...
...
lemonldap-ng-portal/site/htdocs/static/languages/zh.json
View file @
3d2d08e1
...
...
@@ -178,10 +178,10 @@
"info"
:
"信息"
,
"ipAddr"
:
"IP 地址"
,
"key"
:
"Key"
,
"lastConnexionLabel"
:
"Last connections"
,
"lastFailedConnexionLabel"
:
"Last failed connections"
,
"lastFailedLogins"
:
"上次失败的认证"
,
"lastFailedLoginsCaptionLabel"
:
"Last failed logins"
,
"lastLogins"
:
"上次登陆"
,
"lastLoginsCaptionLabel"
:
"Last logins"
,
"lastName"
:
"姓氏"
,
"linkValidUntil"
:
"此消息包含重置您密码的链接,该链接有效期截至"
,
"linkValidUntilCertif"
:
"This message contains a link to reset your certificate, this link is valid until "
,
...
...
lemonldap-ng-portal/site/templates/bootstrap/sessionArray.tpl
View file @
3d2d08e1
...
...
@@ -3,9 +3,9 @@
</TMPL_IF>
<table
class=
"info"
>
<TMPL_IF
NAME=
"displayError"
>
<caption
trspan=
"lastFailed
Connex
ionLabel"
>
Last
denied connexio
ns
</caption>
<caption
trspan=
"lastFailed
LoginsCapt
ionLabel"
>
Last
failed logi
ns
</caption>
<TMPL_ELSE>
<caption
trspan=
"last
Connex
ionLabel"
>
Last
connexio
ns
</caption>
<caption
trspan=
"last
LoginsCapt
ionLabel"
>
Last
logi
ns
</caption>
</TMPL_IF>
<thead>
<tr>
...
...
lemonldap-ng-portal/t/63-History.t
View file @
3d2d08e1
...
...
@@ -47,6 +47,9 @@ my @c = ( $res->[2]->[0] =~ /<td>127.0.0.1/gs );
ok
(
@c
==
1
,
"
-> One entry found
"
);
count
(
2
);
ok
(
$res
->
[
2
]
->
[
0
]
=~
/trspan="lastLoginsCaptionLabel"/
,
'
History array caption found
'
)
or
explain
(
$res
->
[
2
]
->
[
0
]
);
count
(
1
);
ok
(
$res
=
$client
->
_get
(
'
/
',
cookie
=>
"
lemonldap=
$id1
"
),
'
Verify connection
'
);
count
(
1
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment