diff options
-rw-r--r-- | include/language.h | 2 | ||||
-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 |
6 files changed, 7 insertions, 7 deletions
diff --git a/include/language.h b/include/language.h index f03f6cb8e..8b9975d15 100644 --- a/include/language.h +++ b/include/language.h @@ -75,7 +75,7 @@ namespace Language #define MORE_OBSCURE_PASSWORD _("Please try again with a more obscure password. Passwords should not be\n" \ "something that could be easily guessed (e.g. your real name or your nick) and\n" \ "cannot contain the space or tab characters.\n") -#define PASSWORD_TOO_SHORT _("Your password is too short. It must must be longer than %u characters.") +#define PASSWORD_TOO_SHORT _("Your password is too short. It must be longer than %u characters.") #define PASSWORD_TOO_LONG _("Your password is too long. It must be shorter than %u characters.") #define NICK_NOT_REGISTERED _("Your nick isn't registered.") #define NICK_X_NOT_REGISTERED _("Nick \002%s\002 isn't registered.") 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." |