Update Locales

git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@5968 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
This commit is contained in:
2020-04-29 11:47:08 +00:00
parent 85d57b1b25
commit d2dfe9eb62
6 changed files with 760 additions and 286 deletions

View File

@@ -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"