diff --git a/locale/en_GB.UTF8/LC_MESSAGES/domframework.mo b/locale/en_GB.UTF8/LC_MESSAGES/domframework.mo index c983ae7..12cc82e 100644 Binary files a/locale/en_GB.UTF8/LC_MESSAGES/domframework.mo and b/locale/en_GB.UTF8/LC_MESSAGES/domframework.mo differ diff --git a/locale/en_GB.UTF8/LC_MESSAGES/domframework.po b/locale/en_GB.UTF8/LC_MESSAGES/domframework.po index 3842ecc..eaed521 100644 --- a/locale/en_GB.UTF8/LC_MESSAGES/domframework.po +++ b/locale/en_GB.UTF8/LC_MESSAGES/domframework.po @@ -50,6 +50,15 @@ msgstr "Anonymous not allowed" msgid "Are you sure to delete this entry?" msgstr "Are you sure to delete this entry?" +#: mail.php:215 +#, php-format +msgid "Attachment '%d' not found" +msgstr "Attachment '%d' not found" + +#: mail.php:202 +msgid "Attachment not found" +msgstr "Attachment not found" + #: authentication.php:279 msgid "Bad login/password" msgstr "Bad login/password" @@ -98,6 +107,11 @@ msgstr "Can't change the password" msgid "Can't change the password if the user is not authenticated" msgstr "Can't change the password if the user is not authenticated" +#: smtp.php:44 +#, php-format +msgid "Can't connect to SMTP server : %s" +msgstr "Can't connect to SMTP server : %s" + #: authsympa.php:71 msgid "Can't connect with provided email/password to sympa" msgstr "Can't connect with provided email/password to sympa" @@ -128,6 +142,10 @@ msgstr "Can't get list of users for IMAP server" msgid "Can't save configuration file '%s'" msgstr "Can't save configuration file '%s'" +#: smtp.php:102 smtp.php:120 smtp.php:131 +msgid "Can't send email : not connected to SMTP server" +msgstr "Can't send email : not connected to SMTP server" + #: auth.php:112 msgid "Click here to logout" msgstr "Click here to logout" @@ -298,7 +316,7 @@ msgstr "Field '%s' (defined in titles) not found in fields" msgid "Field '%s' not allowed" msgstr "Field '%s' not allowed" -#: form.php:243 +#: form.php:244 msgid "Field mandatory and not provided" msgstr "Field mandatory and not provided" @@ -375,7 +393,7 @@ msgstr "Info:" msgid "Invalid CIDR" msgstr "Invalid CIDR" -#: form.php:931 +#: form.php:940 msgid "Invalid CSRF token provided" msgstr "Invalid CSRF token provided" @@ -408,6 +426,18 @@ msgstr "Invalid email provided : not a string" msgid "Invalid email provided : too short" msgstr "Invalid email provided : too short" +#: mail.php:638 +msgid "Invalid encoding provided to encodeHeaders" +msgstr "Invalid encoding provided to encodeHeaders" + +#: mail.php:617 +msgid "Invalid encoding provided to encodingDecode" +msgstr "Invalid encoding provided to encodingDecode" + +#: mail.php:603 +msgid "Invalid encoding provided to encodingEncode" +msgstr "Invalid encoding provided to encodingEncode" + #: users.php:95 msgid "Invalid firstname provided : colon forbidden" msgstr "Invalid firstname provided : colon forbidden" @@ -458,6 +488,14 @@ msgstr "Mandatory field '%s' is empty" msgid "Mandatory field '%s' not provided" msgstr "Mandatory field '%s' not provided" +#: mail.php:49 +msgid "Missing FileInfo PHP Extension" +msgstr "Missing FileInfo PHP Extension" + +#: mail.php:51 +msgid "Missing OpenSSL PHP Extension" +msgstr "Missing OpenSSL PHP Extension" + #: authzgroups.php:194 msgid "Modification forbidden" msgstr "Modification forbidden" @@ -511,6 +549,10 @@ msgstr "No WSDL provided to Sympa auth" msgid "No authentication available" msgstr "No authentication available" +#: smtp.php:85 +msgid "No authentication method available for the server" +msgstr "No authentication method available for the server" + #: cachefile.php:78 msgid "No cache directory defined" msgstr "No cache directory defined" @@ -524,6 +566,10 @@ msgstr "No configuration file '%s' available and it can't be created" msgid "No connect to authentication available" msgstr "No connect to authentication available" +#: mail.php:410 +msgid "No content in the mail" +msgstr "No content in the mail" + #: outputhtml.php:52 #, php-format msgid "No data provided from view %s::%s" @@ -603,15 +649,19 @@ msgstr "No password change available" msgid "No password overwrite available" msgstr "No password overwrite available" -#: form.php:926 +#: form.php:935 msgid "No previous CSRF token : abort" msgstr "No previous CSRF token : abort" +#: mail.php:460 +msgid "No text/plain nor text/html available" +msgstr "No text/plain nor text/html available" + #: dblayer.php:102 msgid "No valid DSN provided" msgstr "No valid DSN provided" -#: form.php:718 +#: form.php:723 msgid "No value provided" msgstr "No value provided" @@ -654,7 +704,7 @@ msgstr "Object don't start by slash" msgid "Object not found" msgstr "Object not found" -#: form.php:937 +#: form.php:946 msgid "Obsolete CSRF token provided" msgstr "Obsolete CSRF token provided" @@ -737,6 +787,10 @@ msgstr "Select information provided is not an array" msgid "Select not found for id=%d" msgstr "Select not found for id=%d" +#: smtp.php:63 +msgid "Server doesn't supports STARTTLS" +msgstr "Server doesn't supports STARTTLS" + #: authshibboleth.php:90 msgid "Shibboleth is not configured to allow logout" msgstr "Shibboleth is not configured to allow logout" @@ -918,7 +972,7 @@ msgstr "Unable to get the user password from database" msgid "Unique fields of table are not defined" msgstr "Unique fields of table are not defined" -#: form.php:100 +#: form.php:101 msgid "Unknown FORM method (GET or POST allowed)" msgstr "Unknown FORM method (GET or POST allowed)" diff --git a/locale/en_US.UTF8/LC_MESSAGES/domframework.mo b/locale/en_US.UTF8/LC_MESSAGES/domframework.mo index c983ae7..12cc82e 100644 Binary files a/locale/en_US.UTF8/LC_MESSAGES/domframework.mo and b/locale/en_US.UTF8/LC_MESSAGES/domframework.mo differ diff --git a/locale/en_US.UTF8/LC_MESSAGES/domframework.po b/locale/en_US.UTF8/LC_MESSAGES/domframework.po index 3842ecc..eaed521 100644 --- a/locale/en_US.UTF8/LC_MESSAGES/domframework.po +++ b/locale/en_US.UTF8/LC_MESSAGES/domframework.po @@ -50,6 +50,15 @@ msgstr "Anonymous not allowed" msgid "Are you sure to delete this entry?" msgstr "Are you sure to delete this entry?" +#: mail.php:215 +#, php-format +msgid "Attachment '%d' not found" +msgstr "Attachment '%d' not found" + +#: mail.php:202 +msgid "Attachment not found" +msgstr "Attachment not found" + #: authentication.php:279 msgid "Bad login/password" msgstr "Bad login/password" @@ -98,6 +107,11 @@ msgstr "Can't change the password" msgid "Can't change the password if the user is not authenticated" msgstr "Can't change the password if the user is not authenticated" +#: smtp.php:44 +#, php-format +msgid "Can't connect to SMTP server : %s" +msgstr "Can't connect to SMTP server : %s" + #: authsympa.php:71 msgid "Can't connect with provided email/password to sympa" msgstr "Can't connect with provided email/password to sympa" @@ -128,6 +142,10 @@ msgstr "Can't get list of users for IMAP server" msgid "Can't save configuration file '%s'" msgstr "Can't save configuration file '%s'" +#: smtp.php:102 smtp.php:120 smtp.php:131 +msgid "Can't send email : not connected to SMTP server" +msgstr "Can't send email : not connected to SMTP server" + #: auth.php:112 msgid "Click here to logout" msgstr "Click here to logout" @@ -298,7 +316,7 @@ msgstr "Field '%s' (defined in titles) not found in fields" msgid "Field '%s' not allowed" msgstr "Field '%s' not allowed" -#: form.php:243 +#: form.php:244 msgid "Field mandatory and not provided" msgstr "Field mandatory and not provided" @@ -375,7 +393,7 @@ msgstr "Info:" msgid "Invalid CIDR" msgstr "Invalid CIDR" -#: form.php:931 +#: form.php:940 msgid "Invalid CSRF token provided" msgstr "Invalid CSRF token provided" @@ -408,6 +426,18 @@ msgstr "Invalid email provided : not a string" msgid "Invalid email provided : too short" msgstr "Invalid email provided : too short" +#: mail.php:638 +msgid "Invalid encoding provided to encodeHeaders" +msgstr "Invalid encoding provided to encodeHeaders" + +#: mail.php:617 +msgid "Invalid encoding provided to encodingDecode" +msgstr "Invalid encoding provided to encodingDecode" + +#: mail.php:603 +msgid "Invalid encoding provided to encodingEncode" +msgstr "Invalid encoding provided to encodingEncode" + #: users.php:95 msgid "Invalid firstname provided : colon forbidden" msgstr "Invalid firstname provided : colon forbidden" @@ -458,6 +488,14 @@ msgstr "Mandatory field '%s' is empty" msgid "Mandatory field '%s' not provided" msgstr "Mandatory field '%s' not provided" +#: mail.php:49 +msgid "Missing FileInfo PHP Extension" +msgstr "Missing FileInfo PHP Extension" + +#: mail.php:51 +msgid "Missing OpenSSL PHP Extension" +msgstr "Missing OpenSSL PHP Extension" + #: authzgroups.php:194 msgid "Modification forbidden" msgstr "Modification forbidden" @@ -511,6 +549,10 @@ msgstr "No WSDL provided to Sympa auth" msgid "No authentication available" msgstr "No authentication available" +#: smtp.php:85 +msgid "No authentication method available for the server" +msgstr "No authentication method available for the server" + #: cachefile.php:78 msgid "No cache directory defined" msgstr "No cache directory defined" @@ -524,6 +566,10 @@ msgstr "No configuration file '%s' available and it can't be created" msgid "No connect to authentication available" msgstr "No connect to authentication available" +#: mail.php:410 +msgid "No content in the mail" +msgstr "No content in the mail" + #: outputhtml.php:52 #, php-format msgid "No data provided from view %s::%s" @@ -603,15 +649,19 @@ msgstr "No password change available" msgid "No password overwrite available" msgstr "No password overwrite available" -#: form.php:926 +#: form.php:935 msgid "No previous CSRF token : abort" msgstr "No previous CSRF token : abort" +#: mail.php:460 +msgid "No text/plain nor text/html available" +msgstr "No text/plain nor text/html available" + #: dblayer.php:102 msgid "No valid DSN provided" msgstr "No valid DSN provided" -#: form.php:718 +#: form.php:723 msgid "No value provided" msgstr "No value provided" @@ -654,7 +704,7 @@ msgstr "Object don't start by slash" msgid "Object not found" msgstr "Object not found" -#: form.php:937 +#: form.php:946 msgid "Obsolete CSRF token provided" msgstr "Obsolete CSRF token provided" @@ -737,6 +787,10 @@ msgstr "Select information provided is not an array" msgid "Select not found for id=%d" msgstr "Select not found for id=%d" +#: smtp.php:63 +msgid "Server doesn't supports STARTTLS" +msgstr "Server doesn't supports STARTTLS" + #: authshibboleth.php:90 msgid "Shibboleth is not configured to allow logout" msgstr "Shibboleth is not configured to allow logout" @@ -918,7 +972,7 @@ msgstr "Unable to get the user password from database" msgid "Unique fields of table are not defined" msgstr "Unique fields of table are not defined" -#: form.php:100 +#: form.php:101 msgid "Unknown FORM method (GET or POST allowed)" msgstr "Unknown FORM method (GET or POST allowed)" diff --git a/locale/fr_FR.UTF8/LC_MESSAGES/domframework.mo b/locale/fr_FR.UTF8/LC_MESSAGES/domframework.mo index a2ead83..210eea3 100644 Binary files a/locale/fr_FR.UTF8/LC_MESSAGES/domframework.mo and b/locale/fr_FR.UTF8/LC_MESSAGES/domframework.mo differ diff --git a/locale/fr_FR.UTF8/LC_MESSAGES/domframework.po b/locale/fr_FR.UTF8/LC_MESSAGES/domframework.po index ce0dbec..1a80318 100644 --- a/locale/fr_FR.UTF8/LC_MESSAGES/domframework.po +++ b/locale/fr_FR.UTF8/LC_MESSAGES/domframework.po @@ -54,6 +54,15 @@ msgstr "Accès anonyme interdit" msgid "Are you sure to delete this entry?" msgstr "Etes-vous sûr de vouloir supprimer cette entrée ?" +#: mail.php:215 +#, php-format +msgid "Attachment '%d' not found" +msgstr "Fichier joint '%d' introuvable" + +#: mail.php:202 +msgid "Attachment not found" +msgstr "Fichier joint introuvable" + #: authentication.php:279 msgid "Bad login/password" msgstr "Mauvais login/mot de passe" @@ -102,6 +111,11 @@ msgstr "Impossible de changer le mot de passe" msgid "Can't change the password if the user is not authenticated" msgstr "Impossible de changer le mot de passe si l'utilisateur n'est pas authentifié" +#: smtp.php:44 +#, php-format +msgid "Can't connect to SMTP server : %s" +msgstr "Ne peut se connecter au serveur SMTP : %s" + #: authsympa.php:71 msgid "Can't connect with provided email/password to sympa" msgstr "Ne peut pas se connecter avec le mail/mot de passe fourni à Sympa" @@ -132,6 +146,10 @@ msgstr "Ne peut obtenir la liste des utilisateurs d'un serveur IMAP" msgid "Can't save configuration file '%s'" msgstr "Ne peut pas sauvegarder le fichier de configuration '%s'" +#: smtp.php:102 smtp.php:120 smtp.php:131 +msgid "Can't send email : not connected to SMTP server" +msgstr "Ne peut pas envoyer l'email : non connecté au serveur SMTP" + #: auth.php:112 msgid "Click here to logout" msgstr "Cliquer ici pour se déconnecter" @@ -302,7 +320,7 @@ msgstr "Champ '%s' (defini dans les titres) introuvable dans les champs" msgid "Field '%s' not allowed" msgstr "Champ '%s' non autorisé" -#: form.php:243 +#: form.php:244 msgid "Field mandatory and not provided" msgstr "Champ obligatoire et non fourni" @@ -379,7 +397,7 @@ msgstr "Info : " msgid "Invalid CIDR" msgstr "CIDR invalide" -#: form.php:931 +#: form.php:940 msgid "Invalid CSRF token provided" msgstr "Ticket CSRF fourni invalide" @@ -412,6 +430,18 @@ msgstr "Email fourni invalide : pas une chaîne" msgid "Invalid email provided : too short" msgstr "Email fourni invalide : trop court" +#: mail.php:638 +msgid "Invalid encoding provided to encodeHeaders" +msgstr "Encodage invalide fourni à encodeHeaders" + +#: mail.php:617 +msgid "Invalid encoding provided to encodingDecode" +msgstr "Encodage invalide fourni à encodingDecode" + +#: mail.php:603 +msgid "Invalid encoding provided to encodingEncode" +msgstr "Encodage invalide fourni à encodingEncode" + #: users.php:95 msgid "Invalid firstname provided : colon forbidden" msgstr "Prénom fourni invalide : double-points interdits" @@ -462,6 +492,14 @@ msgstr "Le champ obligatoire '%s' est vide" msgid "Mandatory field '%s' not provided" msgstr "Le champ obligatoire '%s' n'est pas fourni" +#: mail.php:49 +msgid "Missing FileInfo PHP Extension" +msgstr "Extension PHP FileInfo absente" + +#: mail.php:51 +msgid "Missing OpenSSL PHP Extension" +msgstr "Extension PHP OpenSSL absente" + #: authzgroups.php:194 msgid "Modification forbidden" msgstr "Modification interdite" @@ -515,6 +553,10 @@ msgstr "Pas de WSDL fournir pour l'authentification Sympa" msgid "No authentication available" msgstr "Pas d'authentification disponible" +#: smtp.php:85 +msgid "No authentication method available for the server" +msgstr "Pas de methode d'authentification disponible pour ce serveur" + #: cachefile.php:78 msgid "No cache directory defined" msgstr "Pas de répertoire de cache défini" @@ -528,6 +570,10 @@ msgstr "Pas de fichier de configuration '%s' disponible et il ne peut pas être msgid "No connect to authentication available" msgstr "Pas de connexion disponible pour l'authentification" +#: mail.php:410 +msgid "No content in the mail" +msgstr "Pas de contenu dans le mail" + #: outputhtml.php:52 #, php-format msgid "No data provided from view %s::%s" @@ -607,15 +653,19 @@ msgstr "Pas de changement de mot de passe disponible" msgid "No password overwrite available" msgstr "Pas de surcharge de mot de passe disponible" -#: form.php:926 +#: form.php:935 msgid "No previous CSRF token : abort" msgstr "Pas de ticket CSRF fourni : abandon" +#: mail.php:460 +msgid "No text/plain nor text/html available" +msgstr "Pas de text/plain ni de text/html disponible" + #: dblayer.php:102 msgid "No valid DSN provided" msgstr "DSN fourni invalide" -#: form.php:718 +#: form.php:723 msgid "No value provided" msgstr "Pas de valeur fournie" @@ -658,7 +708,7 @@ msgstr "L'objet ne commence pas pas un slash" msgid "Object not found" msgstr "Objet introuvable" -#: form.php:937 +#: form.php:946 msgid "Obsolete CSRF token provided" msgstr "Ticket CSRF fourni obsolète" @@ -741,6 +791,10 @@ msgstr "Les informations Select fournies ne sont pas un tableau" msgid "Select not found for id=%d" msgstr "Select introuvable pour id=%d" +#: smtp.php:63 +msgid "Server doesn't supports STARTTLS" +msgstr "Le serveur ne supporte pas STARTTLS" + #: authshibboleth.php:90 msgid "Shibboleth is not configured to allow logout" msgstr "Shibboleth n'est pas configuré pour autoriser les déconnexions" @@ -922,7 +976,7 @@ msgstr "Impossible d'obtenir le mot de passe utilisateur depuis la base de donn msgid "Unique fields of table are not defined" msgstr "Les champs Uniques de la table ne sont pas définis" -#: form.php:100 +#: form.php:101 msgid "Unknown FORM method (GET or POST allowed)" msgstr "Méthode FORM inconnue (GET ou POST autorisés)"