diff options
author | Robby <robby@chatbelgie.be> | 2024-01-30 19:15:19 +0100 |
---|---|---|
committer | Robby <robby@chatbelgie.be> | 2024-01-30 19:15:19 +0100 |
commit | ae1829e5a833db0c4124d61bf3d334023316f39a (patch) | |
tree | 6b952ab8aa8ac6695f333275d610cbecee1b68eb /language | |
parent | 026661c9a25bf2f1bddcf78e62514d76de7b4573 (diff) |
Fix a typo in the PASSWORD_TOO_SHORT text string.
Diffstat (limited to 'language')
-rw-r--r-- | language/anope.en_US.po | 4 | ||||
-rw-r--r-- | language/anope.fr_FR.po | 2 | ||||
-rw-r--r-- | language/anope.it_IT.po | 2 | ||||
-rw-r--r-- | language/anope.pl_PL.po | 2 | ||||
-rw-r--r-- | language/anope.tr_TR.po | 2 |
5 files changed, 6 insertions, 6 deletions
diff --git a/language/anope.en_US.po b/language/anope.en_US.po index 5cd730a52..ccbe825f3 100644 --- a/language/anope.en_US.po +++ b/language/anope.en_US.po @@ -8770,8 +8770,8 @@ msgid "Your password is too long. It must be shorter than %u characters." msgstr "Your password is too long. It must be shorter than %u characters." #, c-format -msgid "Your password is too short. It must must be longer than %u characters." -msgstr "Your password is too short. It must must be longer than %u characters." +msgid "Your password is too short. It must be longer than %u characters." +msgstr "Your password is too short. It must be longer than %u characters." msgid "Your password reset request has expired." msgstr "Your password reset request has expired." diff --git a/language/anope.fr_FR.po b/language/anope.fr_FR.po index 4b51eb763..9aaa4d9bd 100644 --- a/language/anope.fr_FR.po +++ b/language/anope.fr_FR.po @@ -8848,7 +8848,7 @@ msgid "Your password is too long. It must be shorter than %u characters." msgstr "Votre mot de passe est trop long. Il ne doit pas dépasser %u caractères." #, c-format -msgid "Your password is too short. It must must be longer than %u characters." +msgid "Your password is too short. It must be longer than %u characters." msgstr "Votre mot de passe est trop court. Il doit faire au moins %u caractères." msgid "Your password reset request has expired." diff --git a/language/anope.it_IT.po b/language/anope.it_IT.po index c1e71571a..933f7a6ab 100644 --- a/language/anope.it_IT.po +++ b/language/anope.it_IT.po @@ -8830,7 +8830,7 @@ msgid "Your password is too long. It must be shorter than %u characters." msgstr "La password scelta è troppo lunga. Non deve superare %u caratteri." #, c-format -msgid "Your password is too short. It must must be longer than %u characters." +msgid "Your password is too short. It must be longer than %u characters." msgstr "La password scelta è troppo corta. Deve contenere almeno %u caratteri." msgid "Your password reset request has expired." diff --git a/language/anope.pl_PL.po b/language/anope.pl_PL.po index 5bea75310..a4f4c402c 100644 --- a/language/anope.pl_PL.po +++ b/language/anope.pl_PL.po @@ -8806,7 +8806,7 @@ msgid "Your password is too long. It must be shorter than %u characters." msgstr "Twoje hasło jest zbyt długie (max %u znaków)." #, c-format -msgid "Your password is too short. It must must be longer than %u characters." +msgid "Your password is too short. It must be longer than %u characters." msgstr "Twoje hasło jest zbyt krótkie. Musi mieć więcej, niż %u znaków." msgid "Your password reset request has expired." diff --git a/language/anope.tr_TR.po b/language/anope.tr_TR.po index 0a0d3ebb4..faa393ede 100644 --- a/language/anope.tr_TR.po +++ b/language/anope.tr_TR.po @@ -8768,7 +8768,7 @@ msgid "Your password is too long. It must be shorter than %u characters." msgstr "Şifreniz çok uzun. %u karakteri geçmemelidir." #, c-format -msgid "Your password is too short. It must must be longer than %u characters." +msgid "Your password is too short. It must be longer than %u characters." msgstr "Şifreniz çok kısa. %u karakterden uzun olmalıdır." msgid "Your password reset request has expired." |