diff --git a/locale/en_GB.UTF8/LC_MESSAGES/domframework.mo b/locale/en_GB.UTF8/LC_MESSAGES/domframework.mo index e867ff2..8373557 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 e163191..08270a0 100644 --- a/locale/en_GB.UTF8/LC_MESSAGES/domframework.po +++ b/locale/en_GB.UTF8/LC_MESSAGES/domframework.po @@ -3,6 +3,11 @@ msgid "%s is write protected" msgstr "%s is write protected" +#: spfcheck.php:398 +#, php-format +msgid "'all' must be the last part of the record for domain '%s'" +msgstr "" + #: authzgroups.php:179 authzgroups.php:251 authzgroupsoo.php:201 #: authzgroupsoo.php:273 routeSQL.php:350 routeSQL.php:365 routeSQL.php:428 #: routeSQL.php:443 routeSQL.php:451 routeSQL.php:455 routeSQL.php:499 @@ -57,20 +62,24 @@ msgstr "Anonymous not allowed" msgid "Are you sure to delete this entry?" msgstr "Are you sure to delete this entry?" -#: mail.php:928 mail.php:947 +#: mail.php:927 mail.php:946 #, php-format msgid "Attachment '%d' not found" msgstr "Attachment '%d' not found" -#: authentication.php:282 +#: authjwt.php:118 +msgid "AuthJWT : No email available in auth" +msgstr "" + +#: authjwt.php:121 +msgid "AuthJWT : can not create token for anonymous" +msgstr "" + +#: authentication.php:298 msgid "Authentication error" msgstr "" -#: convert.php:94 -msgid "B" -msgstr "" - -#: authentication.php:441 +#: authentication.php:474 msgid "Bad login/password" msgstr "Bad login/password" @@ -91,12 +100,12 @@ msgstr "" msgid "CIDR is not IPv6 compatible" msgstr "" -#: cachefile.php:99 +#: cachefile.php:127 #, php-format msgid "Cache directory %s is not readable" msgstr "Cache directory %s is not readable" -#: cachefile.php:95 +#: cachefile.php:123 #, php-format msgid "Cache directory %s is not writable" msgstr "Cache directory %s is not writable" @@ -109,18 +118,31 @@ msgstr "Can not change the external key" msgid "Can not change the primary key" msgstr "Can not change the primary key" -#: cachefile.php:89 +#: cachefile.php:117 #, php-format msgid "Can not create cache directory %s" msgstr "Can not create cache directory %s" -#: form.php:263 -msgid "Can not read the data from the form : Expired or missing CSRF Token" +#: encrypt.php:90 +msgid "Can not decrypt the payload : invalid salt" msgstr "" -#: cachefile.php:118 -msgid "Can not store FALSE in cache" -msgstr "Can not store FALSE in cache" +#: encrypt.php:51 +msgid "Can not encrypt the payload" +msgstr "" + +#: spfcheck.php:238 +#, php-format +msgid "Can not find a valid SPF TXT entry in DNS for domain '%s'" +msgstr "" + +#: authjwt.php:179 +msgid "Can not found the token : no logout" +msgstr "" + +#: form.php:264 +msgid "Can not read the data from the form : Expired or missing CSRF Token" +msgstr "" #: smtp.php:107 #, php-format @@ -165,15 +187,15 @@ msgstr "Can't create object not owned by myself" msgid "Can't create object with not owned group" msgstr "Can't create object with not owned group" -#: mail.php:297 +#: mail.php:296 msgid "Can't find boundary in multipart/" msgstr "Can't find boundary in multipart/" -#: mail.php:571 +#: mail.php:570 msgid "Can't find the place to store the HTML" msgstr "Can't find the place to store the HTML" -#: mail.php:659 +#: mail.php:658 msgid "Can't find the place to store the TEXT" msgstr "Can't find the place to store the TEXT" @@ -289,7 +311,7 @@ msgstr "Database to authorize is not connected" msgid "Default parameters" msgstr "Default parameters" -#: cachefile.php:85 +#: cachefile.php:113 #, php-format msgid "Directory %s is not writable : can not create cache directory" msgstr "Directory %s is not writable : can not create cache directory" @@ -347,10 +369,6 @@ msgstr "Display the element {FIRST} to {LAST} on {COUNT} elements" msgid "Driver PDO '%s' not available in PHP" msgstr "" -#: convert.php:100 -msgid "EB" -msgstr "" - #: auth.php:108 msgid "Email address" msgstr "Email address" @@ -418,7 +436,7 @@ msgstr "Field '%s' not allowed" msgid "Field data too long" msgstr "" -#: dblayeroo.php:2900 form.php:476 +#: dblayeroo.php:2900 form.php:477 msgid "Field mandatory and not provided" msgstr "Field mandatory and not provided" @@ -501,12 +519,12 @@ msgstr "" msgid "File '%s' to chmod is not writeable" msgstr "" -#: cachefile.php:162 +#: cachefile.php:206 #, php-format msgid "File cache %s is not readable" msgstr "File cache %s is not readable" -#: cachefile.php:166 +#: cachefile.php:210 #, php-format msgid "File cache %s is not writable" msgstr "File cache %s is not writable" @@ -515,10 +533,6 @@ msgstr "File cache %s is not writable" msgid "French" msgstr "French" -#: convert.php:97 -msgid "GB" -msgstr "" - #: auth.php:130 msgid "Go back to the calling page" msgstr "Go back to the calling page" @@ -549,6 +563,11 @@ msgstr "Info :" msgid "Info:" msgstr "Info:" +#: spfcheck.php:370 +#, php-format +msgid "Invalid A set for domain '%s' : empty" +msgstr "" + #: graph.php:697 graph.php:710 msgid "Invalid Array Parameter provided: not an array" msgstr "" @@ -632,6 +651,38 @@ msgstr "" msgid "Invalid char provided" msgstr "" +#: encrypt.php:33 +msgid "Invalid cipher provided to encrypt method : doesn't exists in OpenSSL" +msgstr "" + +#: encrypt.php:84 +msgid "Invalid cipherKey provided to decrypt method : length different of 24 chars" +msgstr "" + +#: encrypt.php:41 +msgid "Invalid cipherKey provided to encrypt method : length different of 24 chars" +msgstr "" + +#: encrypt.php:80 +msgid "Invalid cipherMethod provided to decrypt method : doesn't exists in OpenSSL" +msgstr "" + +#: encrypt.php:74 +msgid "Invalid cipherMethod provided to decrypt method : not a string" +msgstr "" + +#: encrypt.php:71 +msgid "Invalid cipherkey provided to decrypt method : not a string" +msgstr "" + +#: encrypt.php:77 +msgid "Invalid ciphertext provided to decrypt method : empty string" +msgstr "" + +#: encrypt.php:68 +msgid "Invalid ciphertext provided to decrypt method : not a string" +msgstr "" + #: password.php:40 msgid "Invalid clear password provided to be checked : not a string" msgstr "" @@ -705,24 +756,24 @@ msgstr "Invalid email provided : not a string" msgid "Invalid email provided : too short" msgstr "Invalid email provided : too short" -#: jwt.php:36 jwt.php:148 +#: jwt.php:46 jwt.php:172 msgid "Invalid encode algorithm requested : not allowed" msgstr "" -#: mail.php:1614 +#: mail.php:1613 msgid "Invalid encoding provided to encodeHeaderStringWithPosition" msgstr "" -#: mail.php:1575 +#: mail.php:1574 msgid "Invalid encoding provided to encodeHeaders" msgstr "Invalid encoding provided to encodeHeaders" -#: mail.php:1552 +#: mail.php:1551 #, php-format msgid "Invalid encoding provided to encodingDecode : '%s'" msgstr "Invalid encoding provided to encodingDecode : '%s'" -#: mail.php:1531 +#: mail.php:1530 #, php-format msgid "Invalid encoding provided to encodingEncode : %s" msgstr "Invalid encoding provided to encodingEncode : %s" @@ -795,6 +846,11 @@ msgstr "" msgid "Invalid horizontalData provided to graph horizontalData" msgstr "" +#: spfcheck.php:271 +#, php-format +msgid "Invalid include set for domain '%s' : empty" +msgstr "" + #: dblayeroo.php:3570 msgid "Invalid integer : can not start by Minus Zero" msgstr "" @@ -807,6 +863,26 @@ msgstr "" msgid "Invalid integer : invalid char" msgstr "" +#: spfcheck.php:319 +#, php-format +msgid "Invalid ip4 set for domain '%s' : Not a valid IPv4 '%s'" +msgstr "" + +#: spfcheck.php:311 +#, php-format +msgid "Invalid ip4 set for domain '%s' : empty" +msgstr "" + +#: spfcheck.php:342 +#, php-format +msgid "Invalid ip6 set for domain '%s' : Not a valid IPv6 '%s'" +msgstr "" + +#: spfcheck.php:334 +#, php-format +msgid "Invalid ip6 set for domain '%s' : empty" +msgstr "" + #: users.php:135 msgid "Invalid lastname provided : colon forbidden" msgstr "Invalid lastname provided : colon forbidden" @@ -839,7 +915,7 @@ msgstr "" msgid "Invalid max provided to graph Axis" msgstr "" -#: jwt.php:156 +#: jwt.php:180 msgid "Invalid method to sign the JWT" msgstr "" @@ -847,6 +923,11 @@ msgstr "" msgid "Invalid min provided to graph Axis" msgstr "" +#: spfcheck.php:288 +#, php-format +msgid "Invalid mx set for domain '%s' : empty" +msgstr "" + #: ipaddresses.php:489 msgid "Invalid netmask" msgstr "Invalid netmask" @@ -891,6 +972,10 @@ msgstr "Invalid password provided : too long" msgid "Invalid password provided : too short" msgstr "Invalid password provided : too short" +#: encrypt.php:37 +msgid "Invalid payload provided to encrypt method : Not a string" +msgstr "" + #: graph.php:2331 msgid "Invalid pointBgcolor provided to line style" msgstr "" @@ -919,6 +1004,16 @@ msgstr "" msgid "Invalid positive integer : invalid char" msgstr "" +#: spfcheck.php:354 +#, php-format +msgid "Invalid ptr set for domain '%s' : PTR must not be used anymore (see RFC7208) : Skip it" +msgstr "" + +#: spfcheck.php:257 +#, php-format +msgid "Invalid redirect set for domain '%s' : empty" +msgstr "" + #: graph.php:1465 msgid "Invalid right provided to graph Axis" msgstr "" @@ -991,43 +1086,43 @@ msgstr "" msgid "Invalid width provided to graph" msgstr "" -#: jwt.php:205 +#: jwt.php:229 msgid "JSON Encode : Null result with non-null input" msgstr "" -#: jwt.php:75 +#: jwt.php:99 msgid "JWT Header not readable" msgstr "" -#: jwt.php:78 +#: jwt.php:102 msgid "JWT Payload not readable" msgstr "" -#: jwt.php:81 +#: jwt.php:105 msgid "JWT Signature not readable" msgstr "" -#: jwt.php:97 +#: jwt.php:121 msgid "JWT Signature verification failed" msgstr "" -#: jwt.php:84 +#: jwt.php:108 msgid "JWT with Empty algorithm" msgstr "" -#: jwt.php:90 +#: jwt.php:114 msgid "JWT with Empty type set" msgstr "" -#: jwt.php:87 +#: jwt.php:111 msgid "JWT with Invalid algorithm" msgstr "" -#: jwt.php:93 +#: jwt.php:117 msgid "JWT with Invalid type" msgstr "" -#: jwt.php:63 +#: jwt.php:81 msgid "Key may not be empty" msgstr "" @@ -1035,11 +1130,7 @@ msgstr "" msgid "Logout" msgstr "" -#: convert.php:96 -msgid "MB" -msgstr "" - -#: jwt.php:67 +#: jwt.php:85 msgid "Malformed JWT Token" msgstr "" @@ -1053,21 +1144,21 @@ msgstr "Mandatory field '%s' is empty" msgid "Mandatory field '%s' not provided" msgstr "Mandatory field '%s' not provided" -#: getopts.php:395 +#: getopts.php:411 #, php-format msgid "Mandatory value for parameter '%s' is not provided" msgstr "" -#: getopts.php:344 +#: getopts.php:360 #, php-format msgid "Mandatory value for parameter '%s' is not provided after double-dash" msgstr "" -#: mail.php:470 +#: mail.php:469 msgid "Missing FileInfo PHP Extension" msgstr "Missing FileInfo PHP Extension" -#: mail.php:473 +#: mail.php:472 msgid "Missing OpenSSL PHP Extension" msgstr "Missing OpenSSL PHP Extension" @@ -1080,10 +1171,28 @@ msgstr "Modification forbidden" msgid "Module" msgstr "Module" +#: spfcheck.php:233 +#, php-format +msgid "More than one SPF record for domain '%s'" +msgstr "" + +#: spfcheck.php:392 +#, php-format +msgid "Multiple 'all' definitions for domain '%s'" +msgstr "" + #: ipaddresses.php:522 msgid "Network and IP address are not compatible" msgstr "" +#: authjwt.php:68 authjwt.php:166 +msgid "No Authentication available" +msgstr "" + +#: authjwt.php:71 authjwt.php:169 +msgid "No Bearer Authentication available" +msgstr "" + #: dbjson.php:42 msgid "No DSN provided to dbjson" msgstr "No DSN provided to dbjson" @@ -1100,10 +1209,25 @@ msgstr "" msgid "No GD support in PHP : can't create image" msgstr "" +#: spfcheck.php:479 +#, php-format +msgid "No IP record for hostname '%s' : not IPv4 nor IPv6" +msgstr "" + +#: spfcheck.php:473 +#, php-format +msgid "No IP record for hostname '%s' found" +msgstr "" + #: auth.php:201 msgid "No List User available" msgstr "No List User available" +#: spfcheck.php:461 +#, php-format +msgid "No MX record for domain '%s' : '%s' not found" +msgstr "" + #: authsql.php:47 password.php:14 users.php:167 msgid "No PHP support for openssl_random_pseudo_bytes" msgstr "No PHP support for openssl_random_pseudo_bytes" @@ -1129,6 +1253,11 @@ msgstr "No Size provided for varchar field" msgid "No Size provided for varchar field '%s'" msgstr "No Size provided for varchar field '%s'" +#: spfcheck.php:448 +#, php-format +msgid "No TXT record for domain '%s'" +msgstr "" + #: authsympa.php:54 msgid "No WSDL provided to Sympa auth" msgstr "No WSDL provided to Sympa auth" @@ -1141,10 +1270,14 @@ msgstr "No authentication available" msgid "No authentication method available for the server" msgstr "No authentication method available for the server" -#: cachefile.php:78 +#: cachefile.php:106 msgid "No cache directory defined" msgstr "No cache directory defined" +#: spfcheck.php:69 +msgid "No catch all defined for the domain" +msgstr "" + #: dblayeroo.php:3047 dblayeroo.php:3059 #, php-format msgid "No column '%s' defined but must be unique !" @@ -1244,7 +1377,7 @@ msgstr "No object removed" msgid "No openssl support in PHP" msgstr "" -#: getopts.php:491 +#: getopts.php:516 msgid "No option defined" msgstr "" @@ -1292,7 +1425,7 @@ msgstr "" msgid "No valid DSN provided" msgstr "No valid DSN provided" -#: form.php:1199 form.php:1957 +#: form.php:1213 form.php:1984 msgid "No value provided" msgstr "No value provided" @@ -1348,10 +1481,6 @@ msgstr "" msgid "Order information provided is not an array" msgstr "Order information provided is not an array" -#: convert.php:99 -msgid "PB" -msgstr "" - #: dblayer.php:1381 msgid "PDO Engine not supported in dbLayer" msgstr "PDO Engine not supported in dbLayer" @@ -1360,7 +1489,7 @@ msgstr "PDO Engine not supported in dbLayer" msgid "PDO Engine not supported in dbLayeroo" msgstr "" -#: mail.php:169 +#: mail.php:168 msgid "Param provided to sectionUpdate is not array" msgstr "Param provided to sectionUpdate is not array" @@ -1402,16 +1531,16 @@ msgstr "Path '%s' not found" msgid "Please sign in" msgstr "Please sign in" -#: authentication.php:338 +#: authentication.php:371 msgid "Previous session not found" msgstr "Previous session not found" -#: getopts.php:458 +#: getopts.php:477 #, php-format msgid "Provided parameter is not known: %s" msgstr "" -#: getopts.php:430 +#: getopts.php:446 #, php-format msgid "Provided tokens are not known: %s" msgstr "" @@ -1433,6 +1562,19 @@ msgstr "Restricted access" msgid "Right" msgstr "Right" +#: spfcheck.php:90 +msgid "SFPCheck : Invalid IP address provided : Not Ipv4 neither IPv6" +msgstr "" + +#: spfcheck.php:433 +msgid "SPFCheck : Invalid type for DNS get record" +msgstr "" + +#: spfcheck.php:437 +#, php-format +msgid "SPFCheck : Too much DNS requests (%d >= %d)" +msgstr "" + #: routeSQL.php:1390 routeSQL.php:1391 routeSQL.php:1713 routeSQL.php:1714 msgid "Save the data" msgstr "Save the data" @@ -1441,11 +1583,11 @@ msgstr "Save the data" msgid "Search:" msgstr "Search:" -#: mail.php:152 mail.php:165 mail.php:214 +#: mail.php:151 mail.php:164 mail.php:213 msgid "Section not found" msgstr "Section not found" -#: mail.php:121 mail.php:136 +#: mail.php:120 mail.php:135 msgid "Section parent not found" msgstr "Section parent not found" @@ -1482,10 +1624,6 @@ msgstr "Success : " msgid "Success:" msgstr "Success:" -#: convert.php:98 -msgid "TB" -msgstr "" - #: authhtpasswd.php:25 #, php-format msgid "The HTPasswd file '%s' is not found" @@ -1575,10 +1713,6 @@ msgstr "The length of varchar field '%s' is not provided" msgid "The list to check is not defined" msgstr "The list to check is not defined" -#: authjwt.php:95 -msgid "The logout is not available for JWT users" -msgstr "" - #: graph.php:1785 msgid "The max is not defined for graphAxisHorizontal" msgstr "" @@ -1595,7 +1729,7 @@ msgstr "The password can't be change for HTPasswd users" msgid "The password can't be change for IMAP users" msgstr "The password can't be change for IMAP users" -#: authjwt.php:74 +#: authjwt.php:141 msgid "The password can't be change for JWT users" msgstr "" @@ -1619,7 +1753,7 @@ msgstr "The password can't be change for Shibboleth users" msgid "The password can't be overwrite for IMAP users" msgstr "The password can't be overwrite for IMAP users" -#: authjwt.php:87 +#: authjwt.php:155 msgid "The password can't be overwrite for JWT users" msgstr "" @@ -1669,20 +1803,20 @@ msgstr "" msgid "The value of the foreign key '%s' doesn't exists in foreign table" msgstr "" -#: authentication.php:196 +#: authentication.php:210 msgid "Too much connections" msgstr "Too much connections" -#: route.php:624 +#: route.php:628 msgid "Too much error requests" msgstr "Too much error requests" -#: getopts.php:307 +#: getopts.php:323 #, php-format msgid "Too much identical parameters provided: %s" msgstr "" -#: getopts.php:371 +#: getopts.php:387 #, php-format msgid "Too much multiple parameters provided: %s" msgstr "" @@ -1704,7 +1838,7 @@ msgstr "" msgid "Unique fields of table are not defined" msgstr "Unique fields of table are not defined" -#: form.php:249 +#: form.php:250 msgid "Unknown FORM method (GET or POST allowed)" msgstr "Unknown FORM method (GET or POST allowed)" @@ -1749,6 +1883,11 @@ msgstr "" msgid "Unknown pointShape for serie" msgstr "" +#: spfcheck.php:409 +#, php-format +msgid "Unknown record part for domain '%s' : '%s'" +msgstr "" + #: authzgroupsoo.php:1125 authzgroupsoo.php:1244 msgid "Unknown right provided (0/1/2 only)" msgstr "" @@ -1771,7 +1910,7 @@ msgstr "Unknown right stored" msgid "Unknown type '%s' provided for field '%s'" msgstr "Unknown type '%s' provided for field '%s'" -#: imap.php:607 imap.php:653 +#: imap.php:608 imap.php:654 #, php-format msgid "Unknown type in imap_fetchstructure : %s" msgstr "Unknown type in imap_fetchstructure : %s" @@ -1839,18 +1978,28 @@ msgstr "Warning!" msgid "With login:" msgstr "" -#: convert.php:102 -msgid "YB" +#: xmppclient.php:114 +#, php-format +msgid "XMPP Client : Authentication rejected for user '%s' : %s" msgstr "" -#: authentication.php:134 +#: xmppclient.php:160 +msgid "XMPP Client : Can not get the discovery service result from server" +msgstr "" + +#: xmppclient.php:127 +msgid "XMPP Client : can not get the JID from the server" +msgstr "" + +#: xmppclient.php:105 +#, php-format +msgid "XMPP Client : unknown authentication method requested : %s" +msgstr "" + +#: authentication.php:148 msgid "You have been logged out" msgstr "You have been logged out" -#: convert.php:101 -msgid "ZB" -msgstr "" - #: routeSQL.php:278 msgid "elements" msgstr "elements" @@ -1877,10 +2026,6 @@ msgstr "idright" msgid "inifile::setString : provided data is not an array" msgstr "inifile::setString : provided data is not an array" -#: convert.php:95 -msgid "kB" -msgstr "" - #: ratelimit.php:22 ratelimit.php:33 ratelimit.php:43 msgid "ratelimit : no valid ratelimiter available" msgstr "ratelimit : no valid ratelimiter available" @@ -1906,6 +2051,9 @@ msgstr "storageDir '%s' is not writeable" #~ msgid "Attachment not found" #~ msgstr "Attachment not found" +#~ msgid "Can not store FALSE in cache" +#~ msgstr "Can not store FALSE in cache" + #~ msgid "Can't get details for IMAP users" #~ msgstr "Can't get details for IMAP users" diff --git a/locale/en_US.UTF8/LC_MESSAGES/domframework.mo b/locale/en_US.UTF8/LC_MESSAGES/domframework.mo index e867ff2..8373557 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 e163191..08270a0 100644 --- a/locale/en_US.UTF8/LC_MESSAGES/domframework.po +++ b/locale/en_US.UTF8/LC_MESSAGES/domframework.po @@ -3,6 +3,11 @@ msgid "%s is write protected" msgstr "%s is write protected" +#: spfcheck.php:398 +#, php-format +msgid "'all' must be the last part of the record for domain '%s'" +msgstr "" + #: authzgroups.php:179 authzgroups.php:251 authzgroupsoo.php:201 #: authzgroupsoo.php:273 routeSQL.php:350 routeSQL.php:365 routeSQL.php:428 #: routeSQL.php:443 routeSQL.php:451 routeSQL.php:455 routeSQL.php:499 @@ -57,20 +62,24 @@ msgstr "Anonymous not allowed" msgid "Are you sure to delete this entry?" msgstr "Are you sure to delete this entry?" -#: mail.php:928 mail.php:947 +#: mail.php:927 mail.php:946 #, php-format msgid "Attachment '%d' not found" msgstr "Attachment '%d' not found" -#: authentication.php:282 +#: authjwt.php:118 +msgid "AuthJWT : No email available in auth" +msgstr "" + +#: authjwt.php:121 +msgid "AuthJWT : can not create token for anonymous" +msgstr "" + +#: authentication.php:298 msgid "Authentication error" msgstr "" -#: convert.php:94 -msgid "B" -msgstr "" - -#: authentication.php:441 +#: authentication.php:474 msgid "Bad login/password" msgstr "Bad login/password" @@ -91,12 +100,12 @@ msgstr "" msgid "CIDR is not IPv6 compatible" msgstr "" -#: cachefile.php:99 +#: cachefile.php:127 #, php-format msgid "Cache directory %s is not readable" msgstr "Cache directory %s is not readable" -#: cachefile.php:95 +#: cachefile.php:123 #, php-format msgid "Cache directory %s is not writable" msgstr "Cache directory %s is not writable" @@ -109,18 +118,31 @@ msgstr "Can not change the external key" msgid "Can not change the primary key" msgstr "Can not change the primary key" -#: cachefile.php:89 +#: cachefile.php:117 #, php-format msgid "Can not create cache directory %s" msgstr "Can not create cache directory %s" -#: form.php:263 -msgid "Can not read the data from the form : Expired or missing CSRF Token" +#: encrypt.php:90 +msgid "Can not decrypt the payload : invalid salt" msgstr "" -#: cachefile.php:118 -msgid "Can not store FALSE in cache" -msgstr "Can not store FALSE in cache" +#: encrypt.php:51 +msgid "Can not encrypt the payload" +msgstr "" + +#: spfcheck.php:238 +#, php-format +msgid "Can not find a valid SPF TXT entry in DNS for domain '%s'" +msgstr "" + +#: authjwt.php:179 +msgid "Can not found the token : no logout" +msgstr "" + +#: form.php:264 +msgid "Can not read the data from the form : Expired or missing CSRF Token" +msgstr "" #: smtp.php:107 #, php-format @@ -165,15 +187,15 @@ msgstr "Can't create object not owned by myself" msgid "Can't create object with not owned group" msgstr "Can't create object with not owned group" -#: mail.php:297 +#: mail.php:296 msgid "Can't find boundary in multipart/" msgstr "Can't find boundary in multipart/" -#: mail.php:571 +#: mail.php:570 msgid "Can't find the place to store the HTML" msgstr "Can't find the place to store the HTML" -#: mail.php:659 +#: mail.php:658 msgid "Can't find the place to store the TEXT" msgstr "Can't find the place to store the TEXT" @@ -289,7 +311,7 @@ msgstr "Database to authorize is not connected" msgid "Default parameters" msgstr "Default parameters" -#: cachefile.php:85 +#: cachefile.php:113 #, php-format msgid "Directory %s is not writable : can not create cache directory" msgstr "Directory %s is not writable : can not create cache directory" @@ -347,10 +369,6 @@ msgstr "Display the element {FIRST} to {LAST} on {COUNT} elements" msgid "Driver PDO '%s' not available in PHP" msgstr "" -#: convert.php:100 -msgid "EB" -msgstr "" - #: auth.php:108 msgid "Email address" msgstr "Email address" @@ -418,7 +436,7 @@ msgstr "Field '%s' not allowed" msgid "Field data too long" msgstr "" -#: dblayeroo.php:2900 form.php:476 +#: dblayeroo.php:2900 form.php:477 msgid "Field mandatory and not provided" msgstr "Field mandatory and not provided" @@ -501,12 +519,12 @@ msgstr "" msgid "File '%s' to chmod is not writeable" msgstr "" -#: cachefile.php:162 +#: cachefile.php:206 #, php-format msgid "File cache %s is not readable" msgstr "File cache %s is not readable" -#: cachefile.php:166 +#: cachefile.php:210 #, php-format msgid "File cache %s is not writable" msgstr "File cache %s is not writable" @@ -515,10 +533,6 @@ msgstr "File cache %s is not writable" msgid "French" msgstr "French" -#: convert.php:97 -msgid "GB" -msgstr "" - #: auth.php:130 msgid "Go back to the calling page" msgstr "Go back to the calling page" @@ -549,6 +563,11 @@ msgstr "Info :" msgid "Info:" msgstr "Info:" +#: spfcheck.php:370 +#, php-format +msgid "Invalid A set for domain '%s' : empty" +msgstr "" + #: graph.php:697 graph.php:710 msgid "Invalid Array Parameter provided: not an array" msgstr "" @@ -632,6 +651,38 @@ msgstr "" msgid "Invalid char provided" msgstr "" +#: encrypt.php:33 +msgid "Invalid cipher provided to encrypt method : doesn't exists in OpenSSL" +msgstr "" + +#: encrypt.php:84 +msgid "Invalid cipherKey provided to decrypt method : length different of 24 chars" +msgstr "" + +#: encrypt.php:41 +msgid "Invalid cipherKey provided to encrypt method : length different of 24 chars" +msgstr "" + +#: encrypt.php:80 +msgid "Invalid cipherMethod provided to decrypt method : doesn't exists in OpenSSL" +msgstr "" + +#: encrypt.php:74 +msgid "Invalid cipherMethod provided to decrypt method : not a string" +msgstr "" + +#: encrypt.php:71 +msgid "Invalid cipherkey provided to decrypt method : not a string" +msgstr "" + +#: encrypt.php:77 +msgid "Invalid ciphertext provided to decrypt method : empty string" +msgstr "" + +#: encrypt.php:68 +msgid "Invalid ciphertext provided to decrypt method : not a string" +msgstr "" + #: password.php:40 msgid "Invalid clear password provided to be checked : not a string" msgstr "" @@ -705,24 +756,24 @@ msgstr "Invalid email provided : not a string" msgid "Invalid email provided : too short" msgstr "Invalid email provided : too short" -#: jwt.php:36 jwt.php:148 +#: jwt.php:46 jwt.php:172 msgid "Invalid encode algorithm requested : not allowed" msgstr "" -#: mail.php:1614 +#: mail.php:1613 msgid "Invalid encoding provided to encodeHeaderStringWithPosition" msgstr "" -#: mail.php:1575 +#: mail.php:1574 msgid "Invalid encoding provided to encodeHeaders" msgstr "Invalid encoding provided to encodeHeaders" -#: mail.php:1552 +#: mail.php:1551 #, php-format msgid "Invalid encoding provided to encodingDecode : '%s'" msgstr "Invalid encoding provided to encodingDecode : '%s'" -#: mail.php:1531 +#: mail.php:1530 #, php-format msgid "Invalid encoding provided to encodingEncode : %s" msgstr "Invalid encoding provided to encodingEncode : %s" @@ -795,6 +846,11 @@ msgstr "" msgid "Invalid horizontalData provided to graph horizontalData" msgstr "" +#: spfcheck.php:271 +#, php-format +msgid "Invalid include set for domain '%s' : empty" +msgstr "" + #: dblayeroo.php:3570 msgid "Invalid integer : can not start by Minus Zero" msgstr "" @@ -807,6 +863,26 @@ msgstr "" msgid "Invalid integer : invalid char" msgstr "" +#: spfcheck.php:319 +#, php-format +msgid "Invalid ip4 set for domain '%s' : Not a valid IPv4 '%s'" +msgstr "" + +#: spfcheck.php:311 +#, php-format +msgid "Invalid ip4 set for domain '%s' : empty" +msgstr "" + +#: spfcheck.php:342 +#, php-format +msgid "Invalid ip6 set for domain '%s' : Not a valid IPv6 '%s'" +msgstr "" + +#: spfcheck.php:334 +#, php-format +msgid "Invalid ip6 set for domain '%s' : empty" +msgstr "" + #: users.php:135 msgid "Invalid lastname provided : colon forbidden" msgstr "Invalid lastname provided : colon forbidden" @@ -839,7 +915,7 @@ msgstr "" msgid "Invalid max provided to graph Axis" msgstr "" -#: jwt.php:156 +#: jwt.php:180 msgid "Invalid method to sign the JWT" msgstr "" @@ -847,6 +923,11 @@ msgstr "" msgid "Invalid min provided to graph Axis" msgstr "" +#: spfcheck.php:288 +#, php-format +msgid "Invalid mx set for domain '%s' : empty" +msgstr "" + #: ipaddresses.php:489 msgid "Invalid netmask" msgstr "Invalid netmask" @@ -891,6 +972,10 @@ msgstr "Invalid password provided : too long" msgid "Invalid password provided : too short" msgstr "Invalid password provided : too short" +#: encrypt.php:37 +msgid "Invalid payload provided to encrypt method : Not a string" +msgstr "" + #: graph.php:2331 msgid "Invalid pointBgcolor provided to line style" msgstr "" @@ -919,6 +1004,16 @@ msgstr "" msgid "Invalid positive integer : invalid char" msgstr "" +#: spfcheck.php:354 +#, php-format +msgid "Invalid ptr set for domain '%s' : PTR must not be used anymore (see RFC7208) : Skip it" +msgstr "" + +#: spfcheck.php:257 +#, php-format +msgid "Invalid redirect set for domain '%s' : empty" +msgstr "" + #: graph.php:1465 msgid "Invalid right provided to graph Axis" msgstr "" @@ -991,43 +1086,43 @@ msgstr "" msgid "Invalid width provided to graph" msgstr "" -#: jwt.php:205 +#: jwt.php:229 msgid "JSON Encode : Null result with non-null input" msgstr "" -#: jwt.php:75 +#: jwt.php:99 msgid "JWT Header not readable" msgstr "" -#: jwt.php:78 +#: jwt.php:102 msgid "JWT Payload not readable" msgstr "" -#: jwt.php:81 +#: jwt.php:105 msgid "JWT Signature not readable" msgstr "" -#: jwt.php:97 +#: jwt.php:121 msgid "JWT Signature verification failed" msgstr "" -#: jwt.php:84 +#: jwt.php:108 msgid "JWT with Empty algorithm" msgstr "" -#: jwt.php:90 +#: jwt.php:114 msgid "JWT with Empty type set" msgstr "" -#: jwt.php:87 +#: jwt.php:111 msgid "JWT with Invalid algorithm" msgstr "" -#: jwt.php:93 +#: jwt.php:117 msgid "JWT with Invalid type" msgstr "" -#: jwt.php:63 +#: jwt.php:81 msgid "Key may not be empty" msgstr "" @@ -1035,11 +1130,7 @@ msgstr "" msgid "Logout" msgstr "" -#: convert.php:96 -msgid "MB" -msgstr "" - -#: jwt.php:67 +#: jwt.php:85 msgid "Malformed JWT Token" msgstr "" @@ -1053,21 +1144,21 @@ msgstr "Mandatory field '%s' is empty" msgid "Mandatory field '%s' not provided" msgstr "Mandatory field '%s' not provided" -#: getopts.php:395 +#: getopts.php:411 #, php-format msgid "Mandatory value for parameter '%s' is not provided" msgstr "" -#: getopts.php:344 +#: getopts.php:360 #, php-format msgid "Mandatory value for parameter '%s' is not provided after double-dash" msgstr "" -#: mail.php:470 +#: mail.php:469 msgid "Missing FileInfo PHP Extension" msgstr "Missing FileInfo PHP Extension" -#: mail.php:473 +#: mail.php:472 msgid "Missing OpenSSL PHP Extension" msgstr "Missing OpenSSL PHP Extension" @@ -1080,10 +1171,28 @@ msgstr "Modification forbidden" msgid "Module" msgstr "Module" +#: spfcheck.php:233 +#, php-format +msgid "More than one SPF record for domain '%s'" +msgstr "" + +#: spfcheck.php:392 +#, php-format +msgid "Multiple 'all' definitions for domain '%s'" +msgstr "" + #: ipaddresses.php:522 msgid "Network and IP address are not compatible" msgstr "" +#: authjwt.php:68 authjwt.php:166 +msgid "No Authentication available" +msgstr "" + +#: authjwt.php:71 authjwt.php:169 +msgid "No Bearer Authentication available" +msgstr "" + #: dbjson.php:42 msgid "No DSN provided to dbjson" msgstr "No DSN provided to dbjson" @@ -1100,10 +1209,25 @@ msgstr "" msgid "No GD support in PHP : can't create image" msgstr "" +#: spfcheck.php:479 +#, php-format +msgid "No IP record for hostname '%s' : not IPv4 nor IPv6" +msgstr "" + +#: spfcheck.php:473 +#, php-format +msgid "No IP record for hostname '%s' found" +msgstr "" + #: auth.php:201 msgid "No List User available" msgstr "No List User available" +#: spfcheck.php:461 +#, php-format +msgid "No MX record for domain '%s' : '%s' not found" +msgstr "" + #: authsql.php:47 password.php:14 users.php:167 msgid "No PHP support for openssl_random_pseudo_bytes" msgstr "No PHP support for openssl_random_pseudo_bytes" @@ -1129,6 +1253,11 @@ msgstr "No Size provided for varchar field" msgid "No Size provided for varchar field '%s'" msgstr "No Size provided for varchar field '%s'" +#: spfcheck.php:448 +#, php-format +msgid "No TXT record for domain '%s'" +msgstr "" + #: authsympa.php:54 msgid "No WSDL provided to Sympa auth" msgstr "No WSDL provided to Sympa auth" @@ -1141,10 +1270,14 @@ msgstr "No authentication available" msgid "No authentication method available for the server" msgstr "No authentication method available for the server" -#: cachefile.php:78 +#: cachefile.php:106 msgid "No cache directory defined" msgstr "No cache directory defined" +#: spfcheck.php:69 +msgid "No catch all defined for the domain" +msgstr "" + #: dblayeroo.php:3047 dblayeroo.php:3059 #, php-format msgid "No column '%s' defined but must be unique !" @@ -1244,7 +1377,7 @@ msgstr "No object removed" msgid "No openssl support in PHP" msgstr "" -#: getopts.php:491 +#: getopts.php:516 msgid "No option defined" msgstr "" @@ -1292,7 +1425,7 @@ msgstr "" msgid "No valid DSN provided" msgstr "No valid DSN provided" -#: form.php:1199 form.php:1957 +#: form.php:1213 form.php:1984 msgid "No value provided" msgstr "No value provided" @@ -1348,10 +1481,6 @@ msgstr "" msgid "Order information provided is not an array" msgstr "Order information provided is not an array" -#: convert.php:99 -msgid "PB" -msgstr "" - #: dblayer.php:1381 msgid "PDO Engine not supported in dbLayer" msgstr "PDO Engine not supported in dbLayer" @@ -1360,7 +1489,7 @@ msgstr "PDO Engine not supported in dbLayer" msgid "PDO Engine not supported in dbLayeroo" msgstr "" -#: mail.php:169 +#: mail.php:168 msgid "Param provided to sectionUpdate is not array" msgstr "Param provided to sectionUpdate is not array" @@ -1402,16 +1531,16 @@ msgstr "Path '%s' not found" msgid "Please sign in" msgstr "Please sign in" -#: authentication.php:338 +#: authentication.php:371 msgid "Previous session not found" msgstr "Previous session not found" -#: getopts.php:458 +#: getopts.php:477 #, php-format msgid "Provided parameter is not known: %s" msgstr "" -#: getopts.php:430 +#: getopts.php:446 #, php-format msgid "Provided tokens are not known: %s" msgstr "" @@ -1433,6 +1562,19 @@ msgstr "Restricted access" msgid "Right" msgstr "Right" +#: spfcheck.php:90 +msgid "SFPCheck : Invalid IP address provided : Not Ipv4 neither IPv6" +msgstr "" + +#: spfcheck.php:433 +msgid "SPFCheck : Invalid type for DNS get record" +msgstr "" + +#: spfcheck.php:437 +#, php-format +msgid "SPFCheck : Too much DNS requests (%d >= %d)" +msgstr "" + #: routeSQL.php:1390 routeSQL.php:1391 routeSQL.php:1713 routeSQL.php:1714 msgid "Save the data" msgstr "Save the data" @@ -1441,11 +1583,11 @@ msgstr "Save the data" msgid "Search:" msgstr "Search:" -#: mail.php:152 mail.php:165 mail.php:214 +#: mail.php:151 mail.php:164 mail.php:213 msgid "Section not found" msgstr "Section not found" -#: mail.php:121 mail.php:136 +#: mail.php:120 mail.php:135 msgid "Section parent not found" msgstr "Section parent not found" @@ -1482,10 +1624,6 @@ msgstr "Success : " msgid "Success:" msgstr "Success:" -#: convert.php:98 -msgid "TB" -msgstr "" - #: authhtpasswd.php:25 #, php-format msgid "The HTPasswd file '%s' is not found" @@ -1575,10 +1713,6 @@ msgstr "The length of varchar field '%s' is not provided" msgid "The list to check is not defined" msgstr "The list to check is not defined" -#: authjwt.php:95 -msgid "The logout is not available for JWT users" -msgstr "" - #: graph.php:1785 msgid "The max is not defined for graphAxisHorizontal" msgstr "" @@ -1595,7 +1729,7 @@ msgstr "The password can't be change for HTPasswd users" msgid "The password can't be change for IMAP users" msgstr "The password can't be change for IMAP users" -#: authjwt.php:74 +#: authjwt.php:141 msgid "The password can't be change for JWT users" msgstr "" @@ -1619,7 +1753,7 @@ msgstr "The password can't be change for Shibboleth users" msgid "The password can't be overwrite for IMAP users" msgstr "The password can't be overwrite for IMAP users" -#: authjwt.php:87 +#: authjwt.php:155 msgid "The password can't be overwrite for JWT users" msgstr "" @@ -1669,20 +1803,20 @@ msgstr "" msgid "The value of the foreign key '%s' doesn't exists in foreign table" msgstr "" -#: authentication.php:196 +#: authentication.php:210 msgid "Too much connections" msgstr "Too much connections" -#: route.php:624 +#: route.php:628 msgid "Too much error requests" msgstr "Too much error requests" -#: getopts.php:307 +#: getopts.php:323 #, php-format msgid "Too much identical parameters provided: %s" msgstr "" -#: getopts.php:371 +#: getopts.php:387 #, php-format msgid "Too much multiple parameters provided: %s" msgstr "" @@ -1704,7 +1838,7 @@ msgstr "" msgid "Unique fields of table are not defined" msgstr "Unique fields of table are not defined" -#: form.php:249 +#: form.php:250 msgid "Unknown FORM method (GET or POST allowed)" msgstr "Unknown FORM method (GET or POST allowed)" @@ -1749,6 +1883,11 @@ msgstr "" msgid "Unknown pointShape for serie" msgstr "" +#: spfcheck.php:409 +#, php-format +msgid "Unknown record part for domain '%s' : '%s'" +msgstr "" + #: authzgroupsoo.php:1125 authzgroupsoo.php:1244 msgid "Unknown right provided (0/1/2 only)" msgstr "" @@ -1771,7 +1910,7 @@ msgstr "Unknown right stored" msgid "Unknown type '%s' provided for field '%s'" msgstr "Unknown type '%s' provided for field '%s'" -#: imap.php:607 imap.php:653 +#: imap.php:608 imap.php:654 #, php-format msgid "Unknown type in imap_fetchstructure : %s" msgstr "Unknown type in imap_fetchstructure : %s" @@ -1839,18 +1978,28 @@ msgstr "Warning!" msgid "With login:" msgstr "" -#: convert.php:102 -msgid "YB" +#: xmppclient.php:114 +#, php-format +msgid "XMPP Client : Authentication rejected for user '%s' : %s" msgstr "" -#: authentication.php:134 +#: xmppclient.php:160 +msgid "XMPP Client : Can not get the discovery service result from server" +msgstr "" + +#: xmppclient.php:127 +msgid "XMPP Client : can not get the JID from the server" +msgstr "" + +#: xmppclient.php:105 +#, php-format +msgid "XMPP Client : unknown authentication method requested : %s" +msgstr "" + +#: authentication.php:148 msgid "You have been logged out" msgstr "You have been logged out" -#: convert.php:101 -msgid "ZB" -msgstr "" - #: routeSQL.php:278 msgid "elements" msgstr "elements" @@ -1877,10 +2026,6 @@ msgstr "idright" msgid "inifile::setString : provided data is not an array" msgstr "inifile::setString : provided data is not an array" -#: convert.php:95 -msgid "kB" -msgstr "" - #: ratelimit.php:22 ratelimit.php:33 ratelimit.php:43 msgid "ratelimit : no valid ratelimiter available" msgstr "ratelimit : no valid ratelimiter available" @@ -1906,6 +2051,9 @@ msgstr "storageDir '%s' is not writeable" #~ msgid "Attachment not found" #~ msgstr "Attachment not found" +#~ msgid "Can not store FALSE in cache" +#~ msgstr "Can not store FALSE in cache" + #~ msgid "Can't get details for IMAP users" #~ msgstr "Can't get details for IMAP users" diff --git a/locale/fr_FR.UTF8/LC_MESSAGES/domframework.mo b/locale/fr_FR.UTF8/LC_MESSAGES/domframework.mo index 52a5bc8..ef1b7ff 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 4032774..77ac208 100644 --- a/locale/fr_FR.UTF8/LC_MESSAGES/domframework.po +++ b/locale/fr_FR.UTF8/LC_MESSAGES/domframework.po @@ -7,6 +7,11 @@ msgstr "Content-Type: text/plain; charset=UTF-8\n" msgid "%s is write protected" msgstr "%s est protégé en écriture" +#: spfcheck.php:398 +#, php-format +msgid "'all' must be the last part of the record for domain '%s'" +msgstr "'all' doit être la dernière partie de l'enregistrement du domaine '%s'" + #: authzgroups.php:179 authzgroups.php:251 authzgroupsoo.php:201 #: authzgroupsoo.php:273 routeSQL.php:350 routeSQL.php:365 routeSQL.php:428 #: routeSQL.php:443 routeSQL.php:451 routeSQL.php:455 routeSQL.php:499 @@ -61,20 +66,24 @@ 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:928 mail.php:947 +#: mail.php:927 mail.php:946 #, php-format msgid "Attachment '%d' not found" msgstr "Fichier joint '%d' introuvable" -#: authentication.php:282 +#: authjwt.php:118 +msgid "AuthJWT : No email available in auth" +msgstr "" + +#: authjwt.php:121 +msgid "AuthJWT : can not create token for anonymous" +msgstr "" + +#: authentication.php:298 msgid "Authentication error" msgstr "Erreur d'authentification" -#: convert.php:94 -msgid "B" -msgstr "o" - -#: authentication.php:441 +#: authentication.php:474 msgid "Bad login/password" msgstr "Mauvais login/mot de passe" @@ -95,12 +104,12 @@ msgstr "Le CIDR n'est pas compatible IPv4" msgid "CIDR is not IPv6 compatible" msgstr "Le CIDR n'est pas compatible IPv6" -#: cachefile.php:99 +#: cachefile.php:127 #, php-format msgid "Cache directory %s is not readable" msgstr "Le répertoire de cache %s n'est pas lisible" -#: cachefile.php:95 +#: cachefile.php:123 #, php-format msgid "Cache directory %s is not writable" msgstr "Le répertoire de cache %s n'est pas inscriptible" @@ -113,19 +122,32 @@ msgstr "Ne peut changer la clé externe" msgid "Can not change the primary key" msgstr "Ne peut changer la clé primaire" -#: cachefile.php:89 +#: cachefile.php:117 #, php-format msgid "Can not create cache directory %s" msgstr "Ne peut pas créer le répertoire de cache %s" -#: form.php:263 +#: encrypt.php:90 +msgid "Can not decrypt the payload : invalid salt" +msgstr "Impossible de déchiffrer la charge : Sel invalide" + +#: encrypt.php:51 +msgid "Can not encrypt the payload" +msgstr "Impossible de chiffrer la charge" + +#: spfcheck.php:238 +#, php-format +msgid "Can not find a valid SPF TXT entry in DNS for domain '%s'" +msgstr "Impossible de trouver une entrée SPF TXT valide dans le DNS du domaine '%s'" + +#: authjwt.php:179 +msgid "Can not found the token : no logout" +msgstr "Impossible de trouver le jeton : pas de déconnexion" + +#: form.php:264 msgid "Can not read the data from the form : Expired or missing CSRF Token" msgstr "Impossible de lire les données du formulaire : le ticket CSRF est expiré ou absent" -#: cachefile.php:118 -msgid "Can not store FALSE in cache" -msgstr "Ne peut pas stocker FALSE en cache" - #: smtp.php:107 #, php-format msgid "Can't activate STARTTLS %s" @@ -169,15 +191,15 @@ msgstr "Ne peut pas créer un objet n'appartenant pas à moi-même" msgid "Can't create object with not owned group" msgstr "Ne peut créer un objet n'appartenant pas à un group" -#: mail.php:297 +#: mail.php:296 msgid "Can't find boundary in multipart/" msgstr "Boundary introuvable dans multipart/" -#: mail.php:571 +#: mail.php:570 msgid "Can't find the place to store the HTML" msgstr "Ne peut trouver la place de stockage pour le HTML" -#: mail.php:659 +#: mail.php:658 msgid "Can't find the place to store the TEXT" msgstr "Ne peut trouver la place de stockage pour le TEXT" @@ -293,7 +315,7 @@ msgstr "Base de données d'autorisation non connectée" msgid "Default parameters" msgstr "Paramètres par défaut" -#: cachefile.php:85 +#: cachefile.php:113 #, php-format msgid "Directory %s is not writable : can not create cache directory" msgstr "Le répertoire %s n'est pas inscriptible : ne peut créer le répertoire de cache" @@ -351,10 +373,6 @@ msgstr "Affiche les éléments {FIRST} à {LAST} sur {COUNT} elements" msgid "Driver PDO '%s' not available in PHP" msgstr "Pilote PDO '%s' non disponible dans le PHP" -#: convert.php:100 -msgid "EB" -msgstr "Eo" - #: auth.php:108 msgid "Email address" msgstr "Adresse mail" @@ -422,7 +440,7 @@ msgstr "Champ '%s' non autorisé" msgid "Field data too long" msgstr "Données trop longues" -#: dblayeroo.php:2900 form.php:476 +#: dblayeroo.php:2900 form.php:477 msgid "Field mandatory and not provided" msgstr "Champ obligatoire et non fourni" @@ -505,12 +523,12 @@ msgstr "Le fichier '%s' à changer de droits n'existe pas" msgid "File '%s' to chmod is not writeable" msgstr "Le fichier '%s' à changer de droits n'est pas modifiable" -#: cachefile.php:162 +#: cachefile.php:206 #, php-format msgid "File cache %s is not readable" msgstr "Le fichier de cache %s n'est pas lisible" -#: cachefile.php:166 +#: cachefile.php:210 #, php-format msgid "File cache %s is not writable" msgstr "Le fichier de cache %s n'est pas inscriptible" @@ -519,10 +537,6 @@ msgstr "Le fichier de cache %s n'est pas inscriptible" msgid "French" msgstr "Français" -#: convert.php:97 -msgid "GB" -msgstr "Go" - #: auth.php:130 msgid "Go back to the calling page" msgstr "Retourner à la page appelante" @@ -553,6 +567,11 @@ msgstr "Info :" msgid "Info:" msgstr "Info : " +#: spfcheck.php:370 +#, php-format +msgid "Invalid A set for domain '%s' : empty" +msgstr "Champ A invalide pour le domaine '%s' : vide" + #: graph.php:697 graph.php:710 msgid "Invalid Array Parameter provided: not an array" msgstr "Paramètre Tableau invalide : pas un tableau" @@ -636,6 +655,38 @@ msgstr "bottom fourni invalide pour l'axe du graph" msgid "Invalid char provided" msgstr "Caractère invalide fourni" +#: encrypt.php:33 +msgid "Invalid cipher provided to encrypt method : doesn't exists in OpenSSL" +msgstr "" + +#: encrypt.php:84 +msgid "Invalid cipherKey provided to decrypt method : length different of 24 chars" +msgstr "" + +#: encrypt.php:41 +msgid "Invalid cipherKey provided to encrypt method : length different of 24 chars" +msgstr "" + +#: encrypt.php:80 +msgid "Invalid cipherMethod provided to decrypt method : doesn't exists in OpenSSL" +msgstr "" + +#: encrypt.php:74 +msgid "Invalid cipherMethod provided to decrypt method : not a string" +msgstr "" + +#: encrypt.php:71 +msgid "Invalid cipherkey provided to decrypt method : not a string" +msgstr "" + +#: encrypt.php:77 +msgid "Invalid ciphertext provided to decrypt method : empty string" +msgstr "" + +#: encrypt.php:68 +msgid "Invalid ciphertext provided to decrypt method : not a string" +msgstr "" + #: password.php:40 msgid "Invalid clear password provided to be checked : not a string" msgstr "Mot de passe en clair à vérifier invalide : pas une chaîne" @@ -709,24 +760,24 @@ msgstr "Email fourni invalide : pas une chaîne" msgid "Invalid email provided : too short" msgstr "Email fourni invalide : trop court" -#: jwt.php:36 jwt.php:148 +#: jwt.php:46 jwt.php:172 msgid "Invalid encode algorithm requested : not allowed" msgstr "Algorithme d'encodage demandé invalide : interdit" -#: mail.php:1614 +#: mail.php:1613 msgid "Invalid encoding provided to encodeHeaderStringWithPosition" msgstr "Encodage invalide fourni à encodeHeaderStringWithPosition" -#: mail.php:1575 +#: mail.php:1574 msgid "Invalid encoding provided to encodeHeaders" msgstr "Encodage invalide fourni à encodeHeaders" -#: mail.php:1552 +#: mail.php:1551 #, php-format msgid "Invalid encoding provided to encodingDecode : '%s'" msgstr "Encodage incorrect fourni à encodingDecode : '%s'" -#: mail.php:1531 +#: mail.php:1530 #, php-format msgid "Invalid encoding provided to encodingEncode : %s" msgstr "Encodage incorrect fourni à encodingEncode : %s" @@ -799,6 +850,11 @@ msgstr "height invalide fourni à graph" msgid "Invalid horizontalData provided to graph horizontalData" msgstr "horizontalData fournie invalide pour les données horizontales de graph" +#: spfcheck.php:271 +#, php-format +msgid "Invalid include set for domain '%s' : empty" +msgstr "Champ Include invalide pour le domaine '%s' : vide" + #: dblayeroo.php:3570 msgid "Invalid integer : can not start by Minus Zero" msgstr "Entier fourni invalide : ne peut commencer par Moins Zéro" @@ -811,6 +867,26 @@ msgstr "Entier fourni invalide : ne peut commencer par Zéro" msgid "Invalid integer : invalid char" msgstr "Entier fourni invalide : caractère incorrect" +#: spfcheck.php:319 +#, php-format +msgid "Invalid ip4 set for domain '%s' : Not a valid IPv4 '%s'" +msgstr "Champ ip4 invalide pour le domaine '%s' : Adresse IPv4 non valide" + +#: spfcheck.php:311 +#, php-format +msgid "Invalid ip4 set for domain '%s' : empty" +msgstr "Champ ip4 invalide pour le domaine '%s' : vide" + +#: spfcheck.php:342 +#, php-format +msgid "Invalid ip6 set for domain '%s' : Not a valid IPv6 '%s'" +msgstr "Champ ip6 invalide pour le domaine '%s' : Adresse IPv6 non valide" + +#: spfcheck.php:334 +#, php-format +msgid "Invalid ip6 set for domain '%s' : empty" +msgstr "Champ ip6 invalide pour le domaine '%s' : vide" + #: users.php:135 msgid "Invalid lastname provided : colon forbidden" msgstr "Nom fourni invalide : double-points interdits" @@ -843,7 +919,7 @@ msgstr "Mail fourni invalide" msgid "Invalid max provided to graph Axis" msgstr "Max fourni invalide pour l'axe du graph" -#: jwt.php:156 +#: jwt.php:180 msgid "Invalid method to sign the JWT" msgstr "Méthode invalide pour signer le JWT" @@ -851,6 +927,11 @@ msgstr "Méthode invalide pour signer le JWT" msgid "Invalid min provided to graph Axis" msgstr "Min fourni invalide pour l'axe du graph" +#: spfcheck.php:288 +#, php-format +msgid "Invalid mx set for domain '%s' : empty" +msgstr "Champ mx invalide pour le domaine '%s' : vide" + #: ipaddresses.php:489 msgid "Invalid netmask" msgstr "Masque de sous-réseau invalide" @@ -895,6 +976,10 @@ msgstr "Mot de passe fourni invalide : trop long" msgid "Invalid password provided : too short" msgstr "Mot de passe fourni invalide : trop court" +#: encrypt.php:37 +msgid "Invalid payload provided to encrypt method : Not a string" +msgstr "Charge invalide fournie à la méthode de chiffrement : pas une chaîne" + #: graph.php:2331 msgid "Invalid pointBgcolor provided to line style" msgstr "pointBgcolor invalide pour le style de ligne" @@ -923,6 +1008,16 @@ msgstr "Entier positif invalide : ne peut commencer par le signe Moins" msgid "Invalid positive integer : invalid char" msgstr "Entier positif invalide : caractère invalide" +#: spfcheck.php:354 +#, php-format +msgid "Invalid ptr set for domain '%s' : PTR must not be used anymore (see RFC7208) : Skip it" +msgstr "Champ ptr invalide pour le domaine '%s' : PTR ne doit plus être utilisé (voir RFC7208) : Sauté" + +#: spfcheck.php:257 +#, php-format +msgid "Invalid redirect set for domain '%s' : empty" +msgstr "Champ redirect invalide pour le domaine '%s' : vide" + #: graph.php:1465 msgid "Invalid right provided to graph Axis" msgstr "Position droite demandée pour l'axe de graphique invalide" @@ -995,43 +1090,43 @@ msgstr "" msgid "Invalid width provided to graph" msgstr "width invalide fournie à graph" -#: jwt.php:205 +#: jwt.php:229 msgid "JSON Encode : Null result with non-null input" msgstr "JSON Encode : résultat Null malgré une entrée non nulle" -#: jwt.php:75 +#: jwt.php:99 msgid "JWT Header not readable" msgstr "Entête JWT non lisible" -#: jwt.php:78 +#: jwt.php:102 msgid "JWT Payload not readable" msgstr "Charge JWT non lisible" -#: jwt.php:81 +#: jwt.php:105 msgid "JWT Signature not readable" msgstr "Signature JWT non lisible" -#: jwt.php:97 +#: jwt.php:121 msgid "JWT Signature verification failed" msgstr "Vérification de signature JWT incorrecte" -#: jwt.php:84 +#: jwt.php:108 msgid "JWT with Empty algorithm" msgstr "JWT avec algorithme vide" -#: jwt.php:90 +#: jwt.php:114 msgid "JWT with Empty type set" msgstr "JWT avec type Vide défini" -#: jwt.php:87 +#: jwt.php:111 msgid "JWT with Invalid algorithm" msgstr "JWT avec algorithme invalide" -#: jwt.php:93 +#: jwt.php:117 msgid "JWT with Invalid type" msgstr "JWT avec type invalide" -#: jwt.php:63 +#: jwt.php:81 msgid "Key may not be empty" msgstr "Clé ne devrait pas être vide" @@ -1039,11 +1134,7 @@ msgstr "Clé ne devrait pas être vide" msgid "Logout" msgstr "Déconnexion" -#: convert.php:96 -msgid "MB" -msgstr "Mo" - -#: jwt.php:67 +#: jwt.php:85 msgid "Malformed JWT Token" msgstr "Jeton JWT malformé" @@ -1057,21 +1148,21 @@ msgstr "Le champ obligatoire '%s' est vide" msgid "Mandatory field '%s' not provided" msgstr "Le champ obligatoire '%s' n'est pas fourni" -#: getopts.php:395 +#: getopts.php:411 #, php-format msgid "Mandatory value for parameter '%s' is not provided" msgstr "La valeur obligatoire pour le paramètre '%s' n'est pas fournie" -#: getopts.php:344 +#: getopts.php:360 #, php-format msgid "Mandatory value for parameter '%s' is not provided after double-dash" msgstr "La valeur obligatoire du paramètre '%s' nest pas fournie après le double-tiret" -#: mail.php:470 +#: mail.php:469 msgid "Missing FileInfo PHP Extension" msgstr "Extension PHP FileInfo absente" -#: mail.php:473 +#: mail.php:472 msgid "Missing OpenSSL PHP Extension" msgstr "Extension PHP OpenSSL absente" @@ -1084,10 +1175,28 @@ msgstr "Modification interdite" msgid "Module" msgstr "Module" +#: spfcheck.php:233 +#, php-format +msgid "More than one SPF record for domain '%s'" +msgstr "Plus d'un enregistrement SPF pour le domaine '%s'" + +#: spfcheck.php:392 +#, php-format +msgid "Multiple 'all' definitions for domain '%s'" +msgstr "Plusieurs définitions 'all' pour le domaine '%s'" + #: ipaddresses.php:522 msgid "Network and IP address are not compatible" msgstr "Adresse IP et réseau sont incompatibles" +#: authjwt.php:68 authjwt.php:166 +msgid "No Authentication available" +msgstr "Pas d'authenfication disponible" + +#: authjwt.php:71 authjwt.php:169 +msgid "No Bearer Authentication available" +msgstr "Pas authenfication Bearer disponible" + #: dbjson.php:42 msgid "No DSN provided to dbjson" msgstr "Pas de DSN fourni pour dbjson" @@ -1104,10 +1213,25 @@ msgstr "Pas de support GD dans le PHP : impossible de définir la couleur" msgid "No GD support in PHP : can't create image" msgstr "Pas de support GD dans le PHP : impossible de créer l'image" +#: spfcheck.php:479 +#, php-format +msgid "No IP record for hostname '%s' : not IPv4 nor IPv6" +msgstr "Pas d'enregistrement IP pour l'hôte '%s' : ni IPv4 ni IPv6" + +#: spfcheck.php:473 +#, php-format +msgid "No IP record for hostname '%s' found" +msgstr "Pas d'enregistrement IP pour l'hôte '%s'" + #: auth.php:201 msgid "No List User available" msgstr "Pas de liste des utilisateurs disponible" +#: spfcheck.php:461 +#, php-format +msgid "No MX record for domain '%s' : '%s' not found" +msgstr "Pas d'enregistrement MX pour le domain '%s' : '%s' introuvable" + #: authsql.php:47 password.php:14 users.php:167 msgid "No PHP support for openssl_random_pseudo_bytes" msgstr "Pas de support dans le PHP pour openssl_random_pseudo_bytes" @@ -1133,6 +1257,11 @@ msgstr "Pas de taille fournie pour le champ varchar" msgid "No Size provided for varchar field '%s'" msgstr "Pas de taille fournie pour le champ varchar '%s'" +#: spfcheck.php:448 +#, php-format +msgid "No TXT record for domain '%s'" +msgstr "Pas d'enregistrement TXT pour le domaine '%s'" + #: authsympa.php:54 msgid "No WSDL provided to Sympa auth" msgstr "Pas de WSDL fournir pour l'authentification Sympa" @@ -1145,10 +1274,14 @@ msgstr "Pas d'authentification disponible" msgid "No authentication method available for the server" msgstr "Pas de methode d'authentification disponible pour ce serveur" -#: cachefile.php:78 +#: cachefile.php:106 msgid "No cache directory defined" msgstr "Pas de répertoire de cache défini" +#: spfcheck.php:69 +msgid "No catch all defined for the domain" +msgstr "Pas de 'all' défini pour le domaine" + #: dblayeroo.php:3047 dblayeroo.php:3059 #, php-format msgid "No column '%s' defined but must be unique !" @@ -1248,7 +1381,7 @@ msgstr "Pas d'objet supprimé" msgid "No openssl support in PHP" msgstr "Pas de support OpenSSL dans le PHP" -#: getopts.php:491 +#: getopts.php:516 msgid "No option defined" msgstr "Pas d'option définie" @@ -1296,7 +1429,7 @@ msgstr "Pas de nom de table défini pour mettre à jour la table" msgid "No valid DSN provided" msgstr "DSN fourni invalide" -#: form.php:1199 form.php:1957 +#: form.php:1213 form.php:1984 msgid "No value provided" msgstr "Pas de valeur fournie" @@ -1352,10 +1485,6 @@ msgstr "Seul root peut changer le propriétaire du fichier pour '%s'" msgid "Order information provided is not an array" msgstr "Les informations d'Ordre demandées ne sont pas un tableau" -#: convert.php:99 -msgid "PB" -msgstr "Po" - #: dblayer.php:1381 msgid "PDO Engine not supported in dbLayer" msgstr "Pilote PDO non supporté dans dbLayer" @@ -1364,7 +1493,7 @@ msgstr "Pilote PDO non supporté dans dbLayer" msgid "PDO Engine not supported in dbLayeroo" msgstr "PDO Engine non supporté par dbLayeroo" -#: mail.php:169 +#: mail.php:168 msgid "Param provided to sectionUpdate is not array" msgstr "Paramètre fourni à sectionUpdate non tableau" @@ -1406,16 +1535,16 @@ msgstr "Chemin '%s' introuvable" msgid "Please sign in" msgstr "Merci de vous authentifier" -#: authentication.php:338 +#: authentication.php:371 msgid "Previous session not found" msgstr "Ancienne session introuvable" -#: getopts.php:458 +#: getopts.php:477 #, php-format msgid "Provided parameter is not known: %s" msgstr "Paramètre fourni inconnu : %s" -#: getopts.php:430 +#: getopts.php:446 #, php-format msgid "Provided tokens are not known: %s" msgstr "Options fournies inconnues : %s" @@ -1437,6 +1566,19 @@ msgstr "Accès réservé" msgid "Right" msgstr "Droit" +#: spfcheck.php:90 +msgid "SFPCheck : Invalid IP address provided : Not Ipv4 neither IPv6" +msgstr "SFPCheck : Adresse IP fournie invalide : Ni IPv4 ni IPv6" + +#: spfcheck.php:433 +msgid "SPFCheck : Invalid type for DNS get record" +msgstr "SFPCheck : Type invalide pour l'enregistrement DNS" + +#: spfcheck.php:437 +#, php-format +msgid "SPFCheck : Too much DNS requests (%d >= %d)" +msgstr "SPFCheck : Trop de requêtes DNS (%d >= %d)" + #: routeSQL.php:1390 routeSQL.php:1391 routeSQL.php:1713 routeSQL.php:1714 msgid "Save the data" msgstr "Sauve les données" @@ -1445,11 +1587,11 @@ msgstr "Sauve les données" msgid "Search:" msgstr "Recherche :" -#: mail.php:152 mail.php:165 mail.php:214 +#: mail.php:151 mail.php:164 mail.php:213 msgid "Section not found" msgstr "Section introuvable" -#: mail.php:121 mail.php:136 +#: mail.php:120 mail.php:135 msgid "Section parent not found" msgstr "Section parente introuvable" @@ -1486,10 +1628,6 @@ msgstr "Succès : " msgid "Success:" msgstr "Succès : " -#: convert.php:98 -msgid "TB" -msgstr "To" - #: authhtpasswd.php:25 #, php-format msgid "The HTPasswd file '%s' is not found" @@ -1579,10 +1717,6 @@ msgstr "La longueur du champ varchar '%s' n'est pas fournie" msgid "The list to check is not defined" msgstr "La liste à vérifier n'est pas définie" -#: authjwt.php:95 -msgid "The logout is not available for JWT users" -msgstr "La déconnexion n'est pas disponible pour les utilisateurs JWT" - #: graph.php:1785 msgid "The max is not defined for graphAxisHorizontal" msgstr "La valeur max n'est pas définie pour graphAxisHorizontal" @@ -1599,7 +1733,7 @@ msgstr "Le mot de passe ne peut être changé pour les utilisateurs HTPasswd" msgid "The password can't be change for IMAP users" msgstr "Le mot de passe ne peut être changé pour les utilisateurs IMAP" -#: authjwt.php:74 +#: authjwt.php:141 msgid "The password can't be change for JWT users" msgstr "Le mot de passe ne peut pas être changé pour les utilisateurs JWT" @@ -1623,7 +1757,7 @@ msgstr "Le mot de passe ne peut être changé pour les utilisateurs Shibboleth" msgid "The password can't be overwrite for IMAP users" msgstr "Le mot de passe ne peut pas être surchargé pour les utilisateurs IMAP" -#: authjwt.php:87 +#: authjwt.php:155 msgid "The password can't be overwrite for JWT users" msgstr "Le mot de passe ne peut pas être surchargé pour les utilisateurs JWT" @@ -1673,20 +1807,20 @@ msgstr "La valeur n'est pas une chaîne" msgid "The value of the foreign key '%s' doesn't exists in foreign table" msgstr "La valeur de clé étrangère '%s' n'existe pas dans la table étrangère" -#: authentication.php:196 +#: authentication.php:210 msgid "Too much connections" msgstr "Trop de connexions" -#: route.php:624 +#: route.php:628 msgid "Too much error requests" msgstr "Trop de requêtes en erreur" -#: getopts.php:307 +#: getopts.php:323 #, php-format msgid "Too much identical parameters provided: %s" msgstr "Trop de paramètres identiques fournis : %s" -#: getopts.php:371 +#: getopts.php:387 #, php-format msgid "Too much multiple parameters provided: %s" msgstr "Trop de paramètres multiples fournis : %s" @@ -1708,7 +1842,7 @@ msgstr "Unique definition n'est ni une chaîne ni un tableau" msgid "Unique fields of table are not defined" msgstr "Les champs Uniques de la table ne sont pas définis" -#: form.php:249 +#: form.php:250 msgid "Unknown FORM method (GET or POST allowed)" msgstr "Méthode FORM inconnue (GET ou POST autorisés)" @@ -1753,6 +1887,11 @@ msgstr "Nom de palette fourni inconnu" msgid "Unknown pointShape for serie" msgstr "Forme de point pointShape inconnu pour la série" +#: spfcheck.php:409 +#, php-format +msgid "Unknown record part for domain '%s' : '%s'" +msgstr "Enregistrement inconnu pour le domaine '%s' : '%s'" + #: authzgroupsoo.php:1125 authzgroupsoo.php:1244 msgid "Unknown right provided (0/1/2 only)" msgstr "Droit demandé inconnu (seulement 0/1/2)" @@ -1775,7 +1914,7 @@ msgstr "Droit inconnu sauvegardé" msgid "Unknown type '%s' provided for field '%s'" msgstr "Type inconnu '%s' pour le champ '%s'" -#: imap.php:607 imap.php:653 +#: imap.php:608 imap.php:654 #, php-format msgid "Unknown type in imap_fetchstructure : %s" msgstr "Type inconnu dans imap_fetchstructure : %s" @@ -1843,18 +1982,28 @@ msgstr "Attention !" msgid "With login:" msgstr "Avec le login :" -#: convert.php:102 -msgid "YB" -msgstr "Yo" +#: xmppclient.php:114 +#, php-format +msgid "XMPP Client : Authentication rejected for user '%s' : %s" +msgstr "XMPP Client : Authentification rejetée pour l'utilisateur '%s' : %s" -#: authentication.php:134 +#: xmppclient.php:160 +msgid "XMPP Client : Can not get the discovery service result from server" +msgstr "XMPP Client : Impossible de découvrir le service depuis le serveur" + +#: xmppclient.php:127 +msgid "XMPP Client : can not get the JID from the server" +msgstr "XMPP Client : Impossible d'obtenir le JID depuis le serveur" + +#: xmppclient.php:105 +#, php-format +msgid "XMPP Client : unknown authentication method requested : %s" +msgstr "XMPP Client : Méthode d'authentification inconnue : %s" + +#: authentication.php:148 msgid "You have been logged out" msgstr "Vous avez été déconnecté" -#: convert.php:101 -msgid "ZB" -msgstr "Zo" - #: routeSQL.php:278 msgid "elements" msgstr "elements" @@ -1881,10 +2030,6 @@ msgstr "idright" msgid "inifile::setString : provided data is not an array" msgstr "inifile::setString : données fournies non tableau" -#: convert.php:95 -msgid "kB" -msgstr "ko" - #: ratelimit.php:22 ratelimit.php:33 ratelimit.php:43 msgid "ratelimit : no valid ratelimiter available" msgstr "ratelimit : pas de ratelimiter valide disponible" @@ -1916,6 +2061,12 @@ msgstr "storageDir '%s' n'est pas inscriptible" #~ msgid "Attachment not found" #~ msgstr "Fichier joint introuvable" +#~ msgid "B" +#~ msgstr "o" + +#~ msgid "Can not store FALSE in cache" +#~ msgstr "Ne peut pas stocker FALSE en cache" + #~ msgid "Can't get details for IMAP users" #~ msgstr "Ne peut obtenir les details des utilisateurs IMAP" @@ -1928,6 +2079,9 @@ msgstr "storageDir '%s' n'est pas inscriptible" #~ msgid "Don't receive any field to display" #~ msgstr "Pas reçu de champ à afficher" +#~ msgid "EB" +#~ msgstr "Eo" + #~ msgid "Errors in consistency : " #~ msgstr "Erreurs de consistance : " @@ -1964,6 +2118,9 @@ msgstr "storageDir '%s' n'est pas inscriptible" #~ msgid "France" #~ msgstr "France" +#~ msgid "GB" +#~ msgstr "Go" + #~ msgid "Invalid encoding provided to encodingDecode" #~ msgstr "Encodage invalide fourni à encodingDecode" @@ -1973,6 +2130,9 @@ msgstr "storageDir '%s' n'est pas inscriptible" #~ msgid "Layout File '%s' does not exists" #~ msgstr "Le fichier de layout n'existe pas" +#~ msgid "MB" +#~ msgstr "Mo" + #~ msgid "No article found" #~ msgstr "Pas d'article trouvé" @@ -1991,12 +2151,18 @@ msgstr "storageDir '%s' n'est pas inscriptible" #~ msgid "No text/plain nor text/html available" #~ msgstr "Pas de text/plain ni de text/html disponible" +#~ msgid "PB" +#~ msgstr "Po" + #~ msgid "Remember me" #~ msgstr "Se souvenir de moi" #~ msgid "Save the datas" #~ msgstr "Sauvegarder les données" +#~ msgid "TB" +#~ msgstr "To" + #~ msgid "The column '%s' with this value already exists" #~ msgstr "Une colonne '%s' avec cette valeur existe déjà" @@ -2009,6 +2175,9 @@ msgstr "storageDir '%s' n'est pas inscriptible" #~ msgid "The details can't be provided by Sympa" #~ msgstr "Les détails ne peuvent pas être fournis par Sympa" +#~ msgid "The logout is not available for JWT users" +#~ msgstr "La déconnexion n'est pas disponible pour les utilisateurs JWT" + #~ msgid "The provided values for columns '%s' already exists" #~ msgstr "Les valeurs fournies pour les colonnes '%s' existent déjà" @@ -2018,5 +2187,14 @@ msgstr "storageDir '%s' n'est pas inscriptible" #~ msgid "Unknown additionnal parameter for field" #~ msgstr "Paramètre additionnel inconnu pour le champ" +#~ msgid "YB" +#~ msgstr "Yo" + +#~ msgid "ZB" +#~ msgstr "Zo" + #~ msgid "in" #~ msgstr " dans " + +#~ msgid "kB" +#~ msgstr "ko"