This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "IPFire 2.x development tree".
The branch, next has been updated via 2a06a0057120d25fe55f9c326a44c4f6cc3399d4 (commit) from 5a44d68fc77bf72adf2d2d961e044510bfebd4f5 (commit)
Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below.
- Log ----------------------------------------------------------------- commit 2a06a0057120d25fe55f9c326a44c4f6cc3399d4 Author: Peter Müller peter.mueller@ipfire.org Date: Fri Sep 30 22:09:31 2022 +0000
langs: Fix missing spaces for proxy password length error message
Signed-off-by: Peter Müller peter.mueller@ipfire.org
-----------------------------------------------------------------------
Summary of changes: langs/de/cgi-bin/de.pl | 2 +- langs/es/cgi-bin/es.pl | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-)
Difference in files: diff --git a/langs/de/cgi-bin/de.pl b/langs/de/cgi-bin/de.pl index 74eae3e50..798abcffc 100644 --- a/langs/de/cgi-bin/de.pl +++ b/langs/de/cgi-bin/de.pl @@ -317,7 +317,7 @@ 'advproxy errmsg ntlm pdc' => 'Hostname des primären Domain Controllers erforderlich', 'advproxy errmsg password incorrect' => 'Falsches Passwort', 'advproxy errmsg password length' => 'Ungültiger Wert für Passwortlänge', -'advproxy errmsg password length 1' => 'Passwort muss mindestens', +'advproxy errmsg password length 1' => 'Passwort muss mindestens ', 'advproxy errmsg password length 2' => ' Zeichen enthalten', 'advproxy errmsg passwords different' => 'Passwörter stimmen nicht überein', 'advproxy errmsg proxy ports equal' => 'Der Proxyport darf nicht identisch mit dem transparenten Port sein.', diff --git a/langs/es/cgi-bin/es.pl b/langs/es/cgi-bin/es.pl index f5c158bbb..998be449a 100644 --- a/langs/es/cgi-bin/es.pl +++ b/langs/es/cgi-bin/es.pl @@ -288,8 +288,8 @@ 'advproxy errmsg ntlm pdc' => 'Nombre de host para el controlador de dominio primario es requerido', 'advproxy errmsg password incorrect' => 'Contraseña incorrecta', 'advproxy errmsg password length' => 'Valor no válido para longitud de contraseña', -'advproxy errmsg password length 1' => 'La contraseña debe tener por lo menos', -'advproxy errmsg password length 2' => 'caracteres', +'advproxy errmsg password length 1' => 'La contraseña debe tener por lo menos ', +'advproxy errmsg password length 2' => ' caracteres', 'advproxy errmsg passwords different' => 'Las contraseñas no son idénticas', 'advproxy errmsg radius port' => 'Número de puerto de RADIUS no válido', 'advproxy errmsg radius secret' => 'Secreto Compartido RADIUS requerido',
hooks/post-receive -- IPFire 2.x development tree