diff --git a/bureau/locales/en_US/LC_MESSAGES/manual.po b/bureau/locales/en_US/LC_MESSAGES/manual.po index 67253e3b..ee557c51 100644 --- a/bureau/locales/en_US/LC_MESSAGES/manual.po +++ b/bureau/locales/en_US/LC_MESSAGES/manual.po @@ -72,6 +72,10 @@ msgstr "This TLD already exists" msgid "err_admin_13" msgstr "The login is too long (16 chars max)" +#. The account '%s' cannot be created. %s +msgid "err_admin_19" +msgstr "The account '%s' cannot be created. %s" + #. Domain names msgid "quota_dom" msgstr "Domain names" diff --git a/bureau/locales/en_US/LC_MESSAGES/messages.po b/bureau/locales/en_US/LC_MESSAGES/messages.po index 60a9befa..74ce95dc 100644 --- a/bureau/locales/en_US/LC_MESSAGES/messages.po +++ b/bureau/locales/en_US/LC_MESSAGES/messages.po @@ -4691,6 +4691,10 @@ msgstr "" msgid "Login can only contains characters a-z, 0-9 and -" msgstr "" +#: ../class/m_admin.php:647 +msgid "The account '%s' cannot be created. %s" +msgstr "" + #: ../class/m_admin.php:672 msgid "This login already exists" msgstr "" diff --git a/bureau/locales/es_ES/LC_MESSAGES/messages.po b/bureau/locales/es_ES/LC_MESSAGES/messages.po index 438241fd..567e14ef 100644 --- a/bureau/locales/es_ES/LC_MESSAGES/messages.po +++ b/bureau/locales/es_ES/LC_MESSAGES/messages.po @@ -5097,6 +5097,10 @@ msgstr "" msgid "Login can only contains characters a-z, 0-9 and -" msgstr "" +#: ../class/m_admin.php:647 +msgid "The account '%s' cannot be created. %s" +msgstr "" + #: ../class/m_admin.php:672 msgid "This login already exists" msgstr "" diff --git a/bureau/locales/fr_FR/LC_MESSAGES/manual.po b/bureau/locales/fr_FR/LC_MESSAGES/manual.po index 2a16f082..ee502468 100644 --- a/bureau/locales/fr_FR/LC_MESSAGES/manual.po +++ b/bureau/locales/fr_FR/LC_MESSAGES/manual.po @@ -74,6 +74,10 @@ msgstr "Ce TLD existe déjà" msgid "err_admin_13" msgstr "Le login est trop long (16 caractères maximum)" +#. The account '%s' cannot be created. %s +msgid "err_admin_19" +msgstr "Le compte '%s' ne peut être créé. %s" + #. Domain names msgid "quota_dom" msgstr "Noms de domaines" diff --git a/bureau/locales/fr_FR/LC_MESSAGES/messages.po b/bureau/locales/fr_FR/LC_MESSAGES/messages.po index d4db3d58..207c02c1 100644 --- a/bureau/locales/fr_FR/LC_MESSAGES/messages.po +++ b/bureau/locales/fr_FR/LC_MESSAGES/messages.po @@ -1601,18 +1601,22 @@ msgid "Quit" msgstr "Fermer" #: ../admin/bro_main.php:73 +#, php-format msgid "The folder '%s' was successfully created" msgstr "Le dossier %s a été effacé avec succès" #: ../admin/bro_main.php:79 +#, fuzzy, php-format msgid "The file '%s' was successfully created" msgstr "Le fichier a été créé avec succès" #: ../admin/bro_main.php:94 +#, php-format msgid "The folder '%s' was successfully deleted" msgstr "Le dossier %s a été effacé avec succès" #: ../admin/bro_main.php:96 +#, php-format msgid "The file '%s' was successfully deleted" msgstr "Le fichier %s a été effacé avec succès" @@ -1663,10 +1667,12 @@ msgid "The files / folders were successfully moved" msgstr "Les fichiers / répertoires %s ont été déplacé avec succès" #: ../admin/bro_main.php:153 +#, php-format msgid "The folder '%s' was successfully renamed to '%s'" msgstr "Le dossier '%s' a été renommé '%s' avec succès" #: ../admin/bro_main.php:155 +#, php-format msgid "The file '%s' was successfully renamed to '%s'" msgstr "Le fichier '%s' a été renommé '%s' avec succès" @@ -1675,6 +1681,7 @@ msgid "The files / folders were successfully renamed" msgstr "Les fichiers / répertoires ont été renommés avec succès" #: ../admin/bro_main.php:162 +#, php-format msgid "The file '%s' was successfully uploaded" msgstr "Le fichier '%s' a été téléversé avec succès" @@ -1683,6 +1690,7 @@ msgid "The permissions were successfully set" msgstr "Les permissions ont été appliquées avec succès" #: ../admin/bro_main.php:175 +#, php-format msgid "The extraction of the file '%s' succeeded" msgstr "L'extraction du fichier '%s' a été effectuée avec succés" @@ -2702,10 +2710,12 @@ msgid "Folder %s is protected" msgstr "" #: ../admin/hta_doadduser.php:45 +#, php-format msgid "The user %s was added to the protected folder %s" msgstr "L'utilisateur %s a été ajouté au répertoire protégé %s" #: ../admin/hta_dodeluser.php:39 +#, php-format msgid "The user '%s' was successfully deleted" msgstr "L'utilisateur %s a été effacée avec succès" @@ -4260,6 +4270,7 @@ msgid "Create this new MySQL user" msgstr "Créer ce nouvel utilisateur MySQL" #: ../admin/sql_users_del.php:38 ../class/m_mysql.php:770 +#, php-format msgid "The user '%s' has been successfully deleted" msgstr "L'utilisateur MySQL %s a été effacé avec succès" @@ -4280,10 +4291,12 @@ msgid "Yes, delete the MySQL user" msgstr "Oui, effacer cet utilisateur MySQL" #: ../admin/sql_users_doadd.php:41 ../admin/sql_users_doadd.php:50 +#, php-format msgid "The user '%s' has been successfully created." msgstr "L'utilisateur %s a été ajouté avec succès" #: ../admin/sql_users_dopassword.php:35 +#, php-format msgid "Password changed for user '%s'." msgstr "Mot de passe changé pour l'utilisateur '%s'." @@ -4984,6 +4997,10 @@ msgstr "Le nom d'utilisateur est trop long (14 caractères maximum)" msgid "Login can only contains characters a-z, 0-9 and -" msgstr "Le nom d'utilisateur ne peut contenir que les caractères a-z, 0-9 et -" +#: ../class/m_admin.php:647 +msgid "The account '%s' cannot be created. %s" +msgstr "Le compte '%s' ne peut être créé. %s" + #: ../class/m_admin.php:672 msgid "This login already exists" msgstr "Ce nom d'utilisateur existe déjà" diff --git a/bureau/locales/it_IT/LC_MESSAGES/messages.po b/bureau/locales/it_IT/LC_MESSAGES/messages.po index 42d24e5a..61e69bd7 100644 --- a/bureau/locales/it_IT/LC_MESSAGES/messages.po +++ b/bureau/locales/it_IT/LC_MESSAGES/messages.po @@ -4677,6 +4677,10 @@ msgstr "" msgid "Login can only contains characters a-z, 0-9 and -" msgstr "" +#: ../class/m_admin.php:647 +msgid "The account '%s' cannot be created. %s" +msgstr "" + #: ../class/m_admin.php:672 msgid "This login already exists" msgstr "" diff --git a/bureau/locales/messages.pot b/bureau/locales/messages.pot index a2fd4e69..f8b0f5d4 100644 --- a/bureau/locales/messages.pot +++ b/bureau/locales/messages.pot @@ -4677,6 +4677,10 @@ msgstr "" msgid "Login can only contains characters a-z, 0-9 and -" msgstr "" +#: ../class/m_admin.php:647 +msgid "The account '%s' cannot be created. %s" +msgstr "" + #: ../class/m_admin.php:672 msgid "This login already exists" msgstr "" diff --git a/bureau/locales/nl_NL/LC_MESSAGES/messages.po b/bureau/locales/nl_NL/LC_MESSAGES/messages.po index b683c7fd..84d23453 100644 --- a/bureau/locales/nl_NL/LC_MESSAGES/messages.po +++ b/bureau/locales/nl_NL/LC_MESSAGES/messages.po @@ -4677,6 +4677,10 @@ msgstr "" msgid "Login can only contains characters a-z, 0-9 and -" msgstr "" +#: ../class/m_admin.php:647 +msgid "The account '%s' cannot be created. %s" +msgstr "" + #: ../class/m_admin.php:672 msgid "This login already exists" msgstr "" diff --git a/bureau/locales/pt_BR/LC_MESSAGES/messages.po b/bureau/locales/pt_BR/LC_MESSAGES/messages.po index 0591e4f1..b9e85f2e 100644 --- a/bureau/locales/pt_BR/LC_MESSAGES/messages.po +++ b/bureau/locales/pt_BR/LC_MESSAGES/messages.po @@ -5030,6 +5030,10 @@ msgstr "" msgid "Login can only contains characters a-z, 0-9 and -" msgstr "" +#: ../class/m_admin.php:647 +msgid "The account '%s' cannot be created. %s" +msgstr "" + #: ../class/m_admin.php:672 msgid "This login already exists" msgstr "" diff --git a/lang/en_US.po b/lang/en_US.po index 11911572..36ef5938 100644 --- a/lang/en_US.po +++ b/lang/en_US.po @@ -5767,6 +5767,10 @@ msgstr "" msgid "Login can only contains characters a-z, 0-9 and -" msgstr "" +#: ../class/m_admin.php:647 +msgid "The account '%s' cannot be created. %s" +msgstr "" + #: ../class/m_admin.php:672 msgid "This login already exists" msgstr "" diff --git a/lang/nl_NL.po b/lang/nl_NL.po index 3a0995d6..6f6070d7 100644 --- a/lang/nl_NL.po +++ b/lang/nl_NL.po @@ -5764,6 +5764,10 @@ msgstr "" msgid "Login can only contains characters a-z, 0-9 and -" msgstr "In de login kunnen alleen gebruikt worden a-z, 0-9 en -" +#: ../class/m_admin.php:647 +msgid "The account '%s' cannot be created. %s" +msgstr "" + #: ../class/m_admin.php:672 msgid "This login already exists" msgstr "Deze login bestaat al"