Add translation to new dblayers
git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@1836 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
This commit is contained in:
@@ -396,7 +396,7 @@ class dblayer extends PDO
|
|||||||
if (! isset ($datas[$foreign]))
|
if (! isset ($datas[$foreign]))
|
||||||
{
|
{
|
||||||
$errors[] = array ("error", sprintf (dgettext("domframework",
|
$errors[] = array ("error", sprintf (dgettext("domframework",
|
||||||
"The forign column '%s' is not provided"),
|
"The foreign column '%s' is not provided"),
|
||||||
$foreign));
|
$foreign));
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|||||||
Binary file not shown.
@@ -1,156 +1,202 @@
|
|||||||
#: authorizationdb.php:314 authorizationdb.php:352
|
#: authorizationdb.php:345 authorizationdb.php:388
|
||||||
#, php-format
|
#, php-format
|
||||||
msgid "%s is write protected"
|
msgid "%s is write protected"
|
||||||
msgstr "%s is write protected"
|
msgstr "%s is write protected"
|
||||||
|
|
||||||
#: dblayer.php:570
|
#: cachefile.php:95
|
||||||
#, php-format
|
|
||||||
msgid "An entry already exists with this value in the column '%s'"
|
|
||||||
msgstr "An entry already exists with this value in the column '%s'"
|
|
||||||
|
|
||||||
#: cachefile.php:90
|
|
||||||
#, php-format
|
#, php-format
|
||||||
msgid "Cache directory %s is not readable"
|
msgid "Cache directory %s is not readable"
|
||||||
msgstr "Cache directory %s is not readable"
|
msgstr "Cache directory %s is not readable"
|
||||||
|
|
||||||
#: cachefile.php:87
|
#: cachefile.php:91
|
||||||
#, php-format
|
#, php-format
|
||||||
msgid "Cache directory %s is not writable"
|
msgid "Cache directory %s is not writable"
|
||||||
msgstr "Cache directory %s is not writable"
|
msgstr "Cache directory %s is not writable"
|
||||||
|
|
||||||
#: cachefile.php:82
|
#: cachefile.php:85
|
||||||
#, php-format
|
#, php-format
|
||||||
msgid "Can not create cache directory %s"
|
msgid "Can not create cache directory %s"
|
||||||
msgstr "Can not create cache directory %s"
|
msgstr "Can not create cache directory %s"
|
||||||
|
|
||||||
#: cachefile.php:108
|
#: cachefile.php:114
|
||||||
msgid "Can not store FALSE in cache"
|
msgid "Can not store FALSE in cache"
|
||||||
msgstr "Can not store FALSE in cache"
|
msgstr "Can not store FALSE in cache"
|
||||||
|
|
||||||
#: authsympa.php:67
|
#: authsympa.php:71
|
||||||
msgid "Can't connect with provided email/password to sympa"
|
msgid "Can't connect with provided email/password to sympa"
|
||||||
msgstr "Can't connect with provided email/password to sympa"
|
msgstr "Can't connect with provided email/password to sympa"
|
||||||
|
|
||||||
#: authorizationdb.php:148
|
#: authorizationdb.php:158
|
||||||
msgid "Can't create object not owned by myself"
|
msgid "Can't create object not owned by myself"
|
||||||
msgstr "Can't create object not owned by myself"
|
msgstr "Can't create object not owned by myself"
|
||||||
|
|
||||||
#: authorizationdb.php:150
|
#: authorizationdb.php:161
|
||||||
msgid "Can't create object with not owned group"
|
msgid "Can't create object with not owned group"
|
||||||
msgstr "Can't create object with not owned group"
|
msgstr "Can't create object with not owned group"
|
||||||
|
|
||||||
#: dblayer.php:67 dblayer.php:84 dblayer.php:192 dblayer.php:374
|
#: config.php:106
|
||||||
#: dblayer.php:455 dblayer.php:671 dblayer.php:696 dblayer.php:737
|
#, php-format
|
||||||
|
msgid "Can't save configuration file '%s'"
|
||||||
|
msgstr "Can't save configuration file '%s'"
|
||||||
|
|
||||||
|
#: authzgroups.php:144
|
||||||
|
msgid "Comment"
|
||||||
|
msgstr "Comment"
|
||||||
|
|
||||||
|
#: config.php:142
|
||||||
|
msgid "Config : missing type "
|
||||||
|
msgstr "Config : missing type"
|
||||||
|
|
||||||
|
#: config.php:91
|
||||||
|
#, php-format
|
||||||
|
msgid "Configuration file '%s' is write protected"
|
||||||
|
msgstr "Configuration file '%s' is write protected"
|
||||||
|
|
||||||
|
#: authzgroups.php:192 authzgroups.php:282 authzgroups.php:294
|
||||||
|
#: authzgroups.php:307 authzgroups.php:322
|
||||||
|
msgid "DB for Group is not connected"
|
||||||
|
msgstr "DB for Group is not connected"
|
||||||
|
|
||||||
|
#: authzgroups.php:195 authzgroups.php:338 authzgroups.php:355
|
||||||
|
#: authzgroups.php:382 authzgroups.php:406
|
||||||
|
msgid "DB for GroupMember is not connected"
|
||||||
|
msgstr "DB for GroupMember is not connected"
|
||||||
|
|
||||||
|
#: authzgroups.php:32 authzgroups.php:189 authzgroups.php:225
|
||||||
|
#: authzgroups.php:237 authzgroups.php:250 authzgroups.php:266
|
||||||
|
msgid "DB for Object is not connected"
|
||||||
|
msgstr "DB for Object is not connected"
|
||||||
|
|
||||||
|
#: authzgroups.php:199 authzgroups.php:425 authzgroups.php:454
|
||||||
|
#: authzgroups.php:468 authzgroups.php:493
|
||||||
|
msgid "DB for Right is not connected"
|
||||||
|
msgstr "DB for Right is not connected"
|
||||||
|
|
||||||
|
#: dblayer.php:141 dblayer.php:159 dblayer.php:454 dblayer.php:529
|
||||||
|
#: dblayer.php:643 dblayer.php:723 dblayer.php:758 dblayer.php:784
|
||||||
msgid "Database not connected"
|
msgid "Database not connected"
|
||||||
msgstr "Database not connected"
|
msgstr "Database not connected"
|
||||||
|
|
||||||
#: authorizationdb.php:47 authorizationdb.php:65 authorizationdb.php:137
|
#: authorizationdb.php:48 authorizationdb.php:67 authorizationdb.php:144
|
||||||
#: authorizationdb.php:200 authorizationdb.php:265 authorizationdb.php:303
|
#: authorizationdb.php:213 authorizationdb.php:287 authorizationdb.php:330
|
||||||
#: authorizationdb.php:343 authorizationdb.php:381 authorizationdb.php:415
|
#: authorizationdb.php:376 authorizationdb.php:419 authorizationdb.php:457
|
||||||
#: authorizationdb.php:449 authorizationdb.php:485
|
#: authorizationdb.php:495 authorizationdb.php:535
|
||||||
msgid "Database to authorize is not connected"
|
msgid "Database to authorize is not connected"
|
||||||
msgstr "Database to authorize is not connected"
|
msgstr "Database to authorize is not connected"
|
||||||
|
|
||||||
#: cachefile.php:79
|
#: cachefile.php:81
|
||||||
#, php-format
|
#, php-format
|
||||||
msgid "Directory %s is not writable : can not create cache directory"
|
msgid "Directory %s is not writable : can not create cache directory"
|
||||||
msgstr "Directory %s is not writable : can not create cache directory"
|
msgstr "Directory %s is not writable : can not create cache directory"
|
||||||
|
|
||||||
#: dblayer.php:379
|
#: dblayer.php:537
|
||||||
msgid "Display information provided is not an array"
|
msgid "Display information provided is not an array"
|
||||||
msgstr "Display information provided is not an array"
|
msgstr "Display information provided is not an array"
|
||||||
|
|
||||||
#: dblayer.php:513
|
#: auth.php:65
|
||||||
msgid "Don't receive any field to display"
|
|
||||||
msgstr "Don't receive any field to display"
|
|
||||||
|
|
||||||
#: auth.php:56
|
|
||||||
msgid "Email address"
|
msgid "Email address"
|
||||||
msgstr "Email address"
|
msgstr "Email address"
|
||||||
|
|
||||||
#: dblayer.php:527
|
#: dblayer.php:331
|
||||||
msgid "Entry to modify unavailable"
|
msgid "Entry to modify unavailable"
|
||||||
msgstr "Entry to modify unavailable"
|
msgstr "Entry to modify unavailable"
|
||||||
|
|
||||||
#: dblayer.php:268
|
#: config.php:97
|
||||||
msgid "Errors in consistency : "
|
msgid "Error in configuration file"
|
||||||
msgstr "Errors in consistency : "
|
msgstr "Error in configuration file"
|
||||||
|
|
||||||
#: dblayer.php:234 dblayer.php:480
|
#: dblayer.php:266
|
||||||
#, php-format
|
#, php-format
|
||||||
msgid "Errors in consistency : '%s' data is too long"
|
msgid "Errors in consistency : '%s' data is too long"
|
||||||
msgstr "Errors in consistency : '%s' data is too long"
|
msgstr "Errors in consistency : '%s' data is too long"
|
||||||
|
|
||||||
#: dblayer.php:223 dblayer.php:469
|
#: dblayer.php:247
|
||||||
#, php-format
|
#, php-format
|
||||||
msgid "Errors in consistency : '%s' is not an integer"
|
msgid "Errors in consistency : '%s' is not an integer"
|
||||||
msgstr "Errors in consistency : '%s' is not an integer"
|
msgstr "Errors in consistency : '%s' is not an integer"
|
||||||
|
|
||||||
#: dblayer.php:389
|
#: dblayer.php:549
|
||||||
#, php-format
|
#, php-format
|
||||||
msgid "Field '%s' not allowed"
|
msgid "Field '%s' not allowed"
|
||||||
msgstr "Field '%s' not allowed"
|
msgstr "Field '%s' not allowed"
|
||||||
|
|
||||||
#: cachefile.php:151
|
#: cachefile.php:158
|
||||||
#, php-format
|
#, php-format
|
||||||
msgid "File cache %s is not readable"
|
msgid "File cache %s is not readable"
|
||||||
msgstr "File cache %s is not readable"
|
msgstr "File cache %s is not readable"
|
||||||
|
|
||||||
#: cachefile.php:154
|
#: cachefile.php:162
|
||||||
#, php-format
|
#, php-format
|
||||||
msgid "File cache %s is not writable"
|
msgid "File cache %s is not writable"
|
||||||
msgstr "File cache %s is not writable"
|
msgstr "File cache %s is not writable"
|
||||||
|
|
||||||
#: dblayer.php:252 dblayer.php:498
|
#: dblayer.php:292
|
||||||
#, php-format
|
#, php-format
|
||||||
msgid "Incorrect date provided for field '%s'"
|
msgid "Incorrect date provided for field '%s'"
|
||||||
msgstr "Incorrect date provided for field '%s'"
|
msgstr "Incorrect date provided for field '%s'"
|
||||||
|
|
||||||
#: dblayer.php:243 dblayer.php:489
|
#: dblayer.php:279
|
||||||
#, php-format
|
#, php-format
|
||||||
msgid "Incorrect datetime provided for field '%s'"
|
msgid "Incorrect datetime provided for field '%s'"
|
||||||
msgstr "Incorrect datetime provided for field '%s'"
|
msgstr "Incorrect datetime provided for field '%s'"
|
||||||
|
|
||||||
#: form.php:581
|
#: form.php:584
|
||||||
msgid "Invalid CSRF token provided"
|
msgid "Invalid CSRF token provided"
|
||||||
msgstr "Invalid CSRF token provided"
|
msgstr "Invalid CSRF token provided"
|
||||||
|
|
||||||
#: dblayer.php:210
|
#: outputhtml.php:77
|
||||||
|
#, php-format
|
||||||
|
msgid "Layout File '%s' does not exists"
|
||||||
|
msgstr "Layout File '%s' does not exists"
|
||||||
|
|
||||||
|
#: dblayer.php:222
|
||||||
#, php-format
|
#, php-format
|
||||||
msgid "Mandatory field '%s' is empty"
|
msgid "Mandatory field '%s' is empty"
|
||||||
msgstr "Mandatory field '%s' is empty"
|
msgstr "Mandatory field '%s' is empty"
|
||||||
|
|
||||||
#: dblayer.php:207
|
#: dblayer.php:215
|
||||||
#, php-format
|
#, php-format
|
||||||
msgid "Mandatory field '%s' not provided"
|
msgid "Mandatory field '%s' not provided"
|
||||||
msgstr "Mandatory field '%s' not provided"
|
msgstr "Mandatory field '%s' not provided"
|
||||||
|
|
||||||
#: auth.php:108
|
#: authzgroups.php:142
|
||||||
|
msgid "Module"
|
||||||
|
msgstr "Module"
|
||||||
|
|
||||||
|
#: dblayer.php:646 dblayer.php:739 dblayer.php:787
|
||||||
|
msgid "No Field defined"
|
||||||
|
msgstr "No Field defined"
|
||||||
|
|
||||||
|
#: auth.php:125
|
||||||
msgid "No List User available"
|
msgid "No List User available"
|
||||||
msgstr "No List User available"
|
msgstr "No List User available"
|
||||||
|
|
||||||
#: authsympa.php:44
|
#: dblayer.php:648
|
||||||
|
msgid "No Primary defined"
|
||||||
|
msgstr "No Primary defined"
|
||||||
|
|
||||||
|
#: authsympa.php:45
|
||||||
msgid "No SOAP PHP library available"
|
msgid "No SOAP PHP library available"
|
||||||
msgstr "No SOAP PHP library available"
|
msgstr "No SOAP PHP library available"
|
||||||
|
|
||||||
#: dblayer.php:763 dblayer.php:850
|
#: dblayer.php:816 dblayer.php:908
|
||||||
msgid "No Size provided for varchar field"
|
msgid "No Size provided for varchar field"
|
||||||
msgstr "No Size provided for varchar field"
|
msgstr "No Size provided for varchar field"
|
||||||
|
|
||||||
#: dblayer.php:942
|
#: dblayer.php:1005
|
||||||
#, php-format
|
#, php-format
|
||||||
msgid "No Size provided for varchar field '%s'"
|
msgid "No Size provided for varchar field '%s'"
|
||||||
msgstr "No Size provided for varchar field '%s'"
|
msgstr "No Size provided for varchar field '%s'"
|
||||||
|
|
||||||
#: authsympa.php:51
|
#: authsympa.php:53
|
||||||
msgid "No WSDL provided to Sympa auth"
|
msgid "No WSDL provided to Sympa auth"
|
||||||
msgstr "No WSDL provided to Sympa auth"
|
msgstr "No WSDL provided to Sympa auth"
|
||||||
|
|
||||||
#: auth.php:86
|
#: auth.php:100
|
||||||
msgid "No authentication available"
|
msgid "No authentication available"
|
||||||
msgstr "No authentication available"
|
msgstr "No authentication available"
|
||||||
|
|
||||||
#: cachefile.php:72
|
#: cachefile.php:73
|
||||||
msgid "No cache directory defined"
|
msgid "No cache directory defined"
|
||||||
msgstr "No cache directory defined"
|
msgstr "No cache directory defined"
|
||||||
|
|
||||||
@@ -159,237 +205,297 @@ msgstr "No cache directory defined"
|
|||||||
msgid "No configuration file '%s' available and it can't be created"
|
msgid "No configuration file '%s' available and it can't be created"
|
||||||
msgstr "No configuration file '%s' available and it can't be created"
|
msgstr "No configuration file '%s' available and it can't be created"
|
||||||
|
|
||||||
#: auth.php:76
|
#: auth.php:89
|
||||||
msgid "No connect to authentication available"
|
msgid "No connect to authentication available"
|
||||||
msgstr "No connect to authentication available"
|
msgstr "No connect to authentication available"
|
||||||
|
|
||||||
#: dblayer.php:841
|
#: dblayer.php:898
|
||||||
msgid "No database type defined for field"
|
msgid "No database type defined for field"
|
||||||
msgstr "No database type defined for field"
|
msgstr "No database type defined for field"
|
||||||
|
|
||||||
#: dblayer.php:752 dblayer.php:931
|
#: dblayer.php:804 dblayer.php:993
|
||||||
#, php-format
|
#, php-format
|
||||||
msgid "No database type defined for field '%s'"
|
msgid "No database type defined for field '%s'"
|
||||||
msgstr "No database type defined for field '%s'"
|
msgstr "No database type defined for field '%s'"
|
||||||
|
|
||||||
#: authorizationdb.php:545
|
#: authorizationdb.php:597
|
||||||
#, php-format
|
#, php-format
|
||||||
msgid "No execute rights on %s"
|
msgid "No execute rights on %s"
|
||||||
msgstr "No execute rights on %s"
|
msgstr "No execute rights on %s"
|
||||||
|
|
||||||
#: auth.php:92
|
#: auth.php:107
|
||||||
msgid "No getdetails available"
|
msgid "No getdetails available"
|
||||||
msgstr "No getdetails available"
|
msgstr "No getdetails available"
|
||||||
|
|
||||||
#: authorizationdb.php:234 authorizationdb.php:252
|
#: auth.php:131
|
||||||
|
msgid "No logout method available"
|
||||||
|
msgstr "No logout method available"
|
||||||
|
|
||||||
|
#: authorizationdb.php:253 authorizationdb.php:273
|
||||||
msgid "No object removed"
|
msgid "No object removed"
|
||||||
msgstr "No object removed"
|
msgstr "No object removed"
|
||||||
|
|
||||||
#: auth.php:101
|
#: auth.php:117
|
||||||
msgid "No password change available"
|
msgid "No password change available"
|
||||||
msgstr "No password change available"
|
msgstr "No password change available"
|
||||||
|
|
||||||
#: form.php:579
|
#: form.php:581
|
||||||
msgid "No previous CSRF token : abort"
|
msgid "No previous CSRF token : abort"
|
||||||
msgstr "No previous CSRF token : abort"
|
msgstr "No previous CSRF token : abort"
|
||||||
|
|
||||||
#: form.php:417
|
#: form.php:418
|
||||||
msgid "No value provided"
|
msgid "No value provided"
|
||||||
msgstr "No value provided"
|
msgstr "No value provided"
|
||||||
|
|
||||||
#: authorizationdb.php:575
|
#: authorizationdb.php:628
|
||||||
#, php-format
|
#, php-format
|
||||||
msgid "No write rights on %s"
|
msgid "No write rights on %s"
|
||||||
msgstr "No write rights on %s"
|
msgstr "No write rights on %s"
|
||||||
|
|
||||||
#: authorizationdb.php:72 authorizationdb.php:146 authorizationdb.php:207
|
#: authorizationdb.php:76 authorizationdb.php:155 authorizationdb.php:222
|
||||||
#: authorizationdb.php:272 authorizationdb.php:310 authorizationdb.php:350
|
#: authorizationdb.php:296 authorizationdb.php:339 authorizationdb.php:385
|
||||||
#: authorizationdb.php:388 authorizationdb.php:422 authorizationdb.php:456
|
#: authorizationdb.php:428 authorizationdb.php:466 authorizationdb.php:504
|
||||||
msgid "Not authenticated"
|
msgid "Not authenticated"
|
||||||
msgstr "Not authenticated"
|
msgstr "Not authenticated"
|
||||||
|
|
||||||
#: authorizationdb.php:164
|
#: authzgroups.php:143
|
||||||
|
msgid "Object"
|
||||||
|
msgstr "Object"
|
||||||
|
|
||||||
|
#: authorizationdb.php:176
|
||||||
#, php-format
|
#, php-format
|
||||||
msgid "Object %s already defined"
|
msgid "Object %s already defined"
|
||||||
msgstr "Object %s already defined"
|
msgstr "Object %s already defined"
|
||||||
|
|
||||||
#: authorizationdb.php:86 authorizationdb.php:223 authorizationdb.php:288
|
#: authorizationdb.php:91 authorizationdb.php:240 authorizationdb.php:314
|
||||||
#: authorizationdb.php:328 authorizationdb.php:366 authorizationdb.php:402
|
#: authorizationdb.php:360 authorizationdb.php:403 authorizationdb.php:443
|
||||||
#: authorizationdb.php:436 authorizationdb.php:470
|
#: authorizationdb.php:481 authorizationdb.php:519
|
||||||
#, php-format
|
#, php-format
|
||||||
msgid "Object %s doesn't exists"
|
msgid "Object %s doesn't exists"
|
||||||
msgstr "Object %s doesn't exists"
|
msgstr "Object %s doesn't exists"
|
||||||
|
|
||||||
#: authorizationdb.php:69 authorizationdb.php:143 authorizationdb.php:204
|
#: authorizationdb.php:72 authorizationdb.php:151 authorizationdb.php:218
|
||||||
#: authorizationdb.php:269 authorizationdb.php:307 authorizationdb.php:347
|
#: authorizationdb.php:292 authorizationdb.php:335 authorizationdb.php:381
|
||||||
#: authorizationdb.php:385 authorizationdb.php:419 authorizationdb.php:453
|
#: authorizationdb.php:424 authorizationdb.php:462 authorizationdb.php:500
|
||||||
msgid "Object don't start by slash"
|
msgid "Object don't start by slash"
|
||||||
msgstr "Object don't start by slash"
|
msgstr "Object don't start by slash"
|
||||||
|
|
||||||
#: form.php:584
|
#: form.php:588
|
||||||
msgid "Obsolete CSRF token provided"
|
msgid "Obsolete CSRF token provided"
|
||||||
msgstr "Obsolete CSRF token provided"
|
msgstr "Obsolete CSRF token provided"
|
||||||
|
|
||||||
#: dblayer.php:382
|
#: dblayer.php:541
|
||||||
msgid "Order information provided is not an array"
|
msgid "Order information provided is not an array"
|
||||||
msgstr "Order information provided is not an array"
|
msgstr "Order information provided is not an array"
|
||||||
|
|
||||||
#: dblayer.php:1009
|
#: dblayer.php:1075
|
||||||
msgid "PDO Engine not supported in dbLayer"
|
msgid "PDO Engine not supported in dbLayer"
|
||||||
msgstr "PDO Engine not supported in dbLayer"
|
msgstr "PDO Engine not supported in dbLayer"
|
||||||
|
|
||||||
#: auth.php:58
|
#: auth.php:68
|
||||||
msgid "Password"
|
msgid "Password"
|
||||||
msgstr "Password"
|
msgstr "Password"
|
||||||
|
|
||||||
#: auth.php:53
|
#: auth.php:61
|
||||||
msgid "Please sign in"
|
msgid "Please sign in"
|
||||||
msgstr ""
|
msgstr "Please sign in"
|
||||||
|
|
||||||
#: auth.php:60
|
#: auth.php:71
|
||||||
msgid "Remember me"
|
msgid "Remember me"
|
||||||
msgstr "Remember me"
|
msgstr "Remember me"
|
||||||
|
|
||||||
#: authorizationdb.php:232 authorizationdb.php:250
|
#: authorizationdb.php:250 authorizationdb.php:270
|
||||||
msgid "Removing more than one object"
|
msgid "Removing more than one object"
|
||||||
msgstr "Removing more than one object"
|
msgstr "Removing more than one object"
|
||||||
|
|
||||||
#: authparams.php:32
|
#: authparams.php:66
|
||||||
msgid "Restricted access"
|
msgid "Restricted access"
|
||||||
msgstr "Restricted access"
|
msgstr "Restricted access"
|
||||||
|
|
||||||
#: dblayer.php:376
|
#: dblayer.php:533
|
||||||
msgid "Select information provided is not an array"
|
msgid "Select information provided is not an array"
|
||||||
msgstr "Select information provided is not an array"
|
msgstr "Select information provided is not an array"
|
||||||
|
|
||||||
#: auth.php:63
|
#: dblayer.php:578
|
||||||
|
#, php-format
|
||||||
|
msgid "Select not found for id=%d"
|
||||||
|
msgstr "Select not found for id=%d"
|
||||||
|
|
||||||
|
#: auth.php:21 auth.php:75
|
||||||
msgid "Sign in"
|
msgid "Sign in"
|
||||||
msgstr "Sign in"
|
msgstr "Sign in"
|
||||||
|
|
||||||
#: authsympa.php:61
|
#: authsympa.php:64
|
||||||
msgid "The SOAP connection is not opened"
|
msgid "The SOAP connection is not opened"
|
||||||
msgstr "The SOAP connection is not opened"
|
msgstr "The SOAP connection is not opened"
|
||||||
|
|
||||||
#: dblayer.php:167
|
#: dblayer.php:114
|
||||||
msgid "The SQLite database file is write protected"
|
msgid "The SQLite database file is write protected"
|
||||||
msgstr "The SQLite database file is write protected"
|
msgstr "The SQLite database file is write protected"
|
||||||
|
|
||||||
#: dblayer.php:805
|
#: dblayer.php:860
|
||||||
msgid "The Unique field definition is not an array"
|
msgid "The Unique field definition is not an array"
|
||||||
msgstr "The Unique field definition is not an array"
|
msgstr "The Unique field definition is not an array"
|
||||||
|
|
||||||
#: authorizationdb.php:274
|
#: authorizationdb.php:299
|
||||||
msgid "The chown is reserved to root user"
|
msgid "The chown is reserved to root user"
|
||||||
msgstr "The chown is reserved to root user"
|
msgstr "The chown is reserved to root user"
|
||||||
|
|
||||||
#: dblayer.php:295
|
#: dblayer.php:386
|
||||||
#, php-format
|
#, php-format
|
||||||
msgid "The column '%s' with this value already exists"
|
msgid "The column '%s' with this value already exists"
|
||||||
msgstr "The column '%s' with this value already exists"
|
msgstr "The column '%s' with this value already exists"
|
||||||
|
|
||||||
#: config.php:55 config.php:86
|
#: config.php:55 config.php:87
|
||||||
#, php-format
|
#, php-format
|
||||||
msgid "The configuration file '%s' is not readable"
|
msgid "The configuration file '%s' is not readable"
|
||||||
msgstr "The configuration file '%s' is not readable"
|
msgstr "The configuration file '%s' is not readable"
|
||||||
|
|
||||||
#: dblayer.php:196
|
#: dblayer.php:461
|
||||||
msgid "The datas provided to create are not array"
|
msgid "The datas provided to create are not array"
|
||||||
msgstr "The datas provided to create are not array"
|
msgstr "The datas provided to create are not array"
|
||||||
|
|
||||||
#: authsympa.php:80
|
#: authsympa.php:85
|
||||||
msgid "The details can't be provided by Sympa"
|
msgid "The details can't be provided by Sympa"
|
||||||
msgstr "The details can't be provided by Sympa"
|
msgstr "The details can't be provided by Sympa"
|
||||||
|
|
||||||
#: dblayer.php:164
|
#: dblayer.php:110
|
||||||
msgid "The directory for SQLite database is write protected"
|
msgid "The directory for SQLite database is write protected"
|
||||||
msgstr "The directory for SQLite database is write protected"
|
msgstr "The directory for SQLite database is write protected"
|
||||||
|
|
||||||
#: dblayer.php:330 dblayer.php:609
|
#: dblayer.php:399
|
||||||
|
#, php-format
|
||||||
|
msgid "The foreign column '%s' is not provided"
|
||||||
|
msgstr "The foreign column '%s' is not provided"
|
||||||
|
|
||||||
|
#: dblayer.php:433
|
||||||
#, php-format
|
#, php-format
|
||||||
msgid "The foreign key '%s' doesn't exists"
|
msgid "The foreign key '%s' doesn't exists"
|
||||||
msgstr "The foreign key '%s' doesn't exists"
|
msgstr "The foreign key '%s' doesn't exists"
|
||||||
|
|
||||||
#: dblayer.php:230 dblayer.php:476
|
#: dblayer.php:258
|
||||||
#, php-format
|
#, php-format
|
||||||
msgid "The length of varchar field '%s' is not provided"
|
msgid "The length of varchar field '%s' is not provided"
|
||||||
msgstr "The length of varchar field '%s' is not provided"
|
msgstr "The length of varchar field '%s' is not provided"
|
||||||
|
|
||||||
#: authsympa.php:63
|
#: authsympa.php:67
|
||||||
msgid "The list to check is not defined"
|
msgid "The list to check is not defined"
|
||||||
msgstr "The list to check is not defined"
|
msgstr "The list to check is not defined"
|
||||||
|
|
||||||
#: authldap.php:104
|
#: authldap.php:105
|
||||||
msgid "The password can't be change for LDAP users"
|
msgid "The password can't be change for LDAP users"
|
||||||
msgstr "The password can't be change for LDAP users"
|
msgstr "The password can't be change for LDAP users"
|
||||||
|
|
||||||
#: authsession.php:51
|
#: authsession.php:52
|
||||||
msgid "The password can't be change for SESSION users"
|
msgid "The password can't be change for SESSION users"
|
||||||
msgstr "The password can't be change for SESSION users"
|
msgstr "The password can't be change for SESSION users"
|
||||||
|
|
||||||
#: authsympa.php:89
|
#: authsympa.php:95
|
||||||
msgid "The password can't be change for SYMPA users"
|
msgid "The password can't be change for SYMPA users"
|
||||||
msgstr "The password can't be change for SYMPA users"
|
msgstr "The password can't be change for SYMPA users"
|
||||||
|
|
||||||
#: authorizationdb.php:521
|
#: authorizationdb.php:572
|
||||||
#, php-format
|
#, php-format
|
||||||
msgid "The path %s is not found in database"
|
msgid "The path %s is not found in database"
|
||||||
msgstr "The path %s is not found in database"
|
msgstr "The path %s is not found in database"
|
||||||
|
|
||||||
#: dblayer.php:285 dblayer.php:554
|
#: dblayer.php:364
|
||||||
#, php-format
|
#, php-format
|
||||||
msgid "The provided values for columns '%s' already exists"
|
msgid "The provided values for columns '%s' already exists"
|
||||||
msgstr "The provided values for columns '%s' already exists"
|
msgstr "The provided values for columns '%s' already exists"
|
||||||
|
|
||||||
#: authorizationdb.php:209
|
#: authorizationdb.php:225
|
||||||
msgid "The root can not be removed"
|
msgid "The root can not be removed"
|
||||||
msgstr "The root can not be removed"
|
msgstr "The root can not be removed"
|
||||||
|
|
||||||
#: authorizationdb.php:312
|
#: authorizationdb.php:342
|
||||||
msgid "The user must be in the wanted group"
|
msgid "The user must be in the wanted group"
|
||||||
msgstr "The user must be in the wanted group"
|
msgstr "The user must be in the wanted group"
|
||||||
|
|
||||||
#: dblayer.php:194
|
#: dblayer.php:458
|
||||||
msgid "Unique fields of table are not defined"
|
msgid "Unique fields of table are not defined"
|
||||||
msgstr "Unique fields of table are not defined"
|
msgstr "Unique fields of table are not defined"
|
||||||
|
|
||||||
#: dblayer.php:709
|
#: form.php:87
|
||||||
#, php-format
|
|
||||||
msgid "Unknown DB engine for drop table '%s'"
|
|
||||||
msgstr "Unknown DB engine for drop table '%s'"
|
|
||||||
|
|
||||||
#: form.php:86
|
|
||||||
msgid "Unknown FORM method (GET or POST allowed)"
|
msgid "Unknown FORM method (GET or POST allowed)"
|
||||||
msgstr "Unknown FORM method (GET or POST allowed)"
|
msgstr "Unknown FORM method (GET or POST allowed)"
|
||||||
|
|
||||||
#: dblayer.php:794
|
#: dblayer.php:849
|
||||||
msgid "Unknown additionnal parameter for field"
|
msgid "Unknown additionnal parameter for field"
|
||||||
msgstr "Unknown additionnal parameter for field"
|
msgstr "Unknown additionnal parameter for field"
|
||||||
|
|
||||||
#: dblayer.php:882 dblayer.php:974
|
#: dblayer.php:942 dblayer.php:1039
|
||||||
#, php-format
|
#, php-format
|
||||||
msgid "Unknown additionnal parameter for field '%s'"
|
msgid "Unknown additionnal parameter for field '%s'"
|
||||||
msgstr "Unknown additionnal parameter for field '%s'"
|
msgstr "Unknown additionnal parameter for field '%s'"
|
||||||
|
|
||||||
#: dblayer.php:116
|
#: dblayer.php:193
|
||||||
msgid "Unknown database driver in listTables"
|
msgid "Unknown database driver in listTables"
|
||||||
msgstr "Unknown database driver in listTables"
|
msgstr "Unknown database driver in listTables"
|
||||||
|
|
||||||
#: dblayer.php:256 dblayer.php:502
|
#: dblayer.php:300
|
||||||
#, php-format
|
#, php-format
|
||||||
msgid "Unknown field type for '%s'"
|
msgid "Unknown field type for '%s'"
|
||||||
msgstr "Unknown field type for '%s'"
|
msgstr "Unknown field type for '%s'"
|
||||||
|
|
||||||
#: dblayer.php:777
|
#: authzgroups.php:432 authzgroups.php:475
|
||||||
|
msgid "Unknown right provided (RO/RW only)"
|
||||||
|
msgstr "Unknown right provided (RO/RW only)"
|
||||||
|
|
||||||
|
#: authzgroups.php:74
|
||||||
|
msgid "Unknown right stored"
|
||||||
|
msgstr "Unknown right stored"
|
||||||
|
|
||||||
|
#: dblayer.php:831
|
||||||
#, php-format
|
#, php-format
|
||||||
msgid "Unknown type '%s' provided for field '%s'"
|
msgid "Unknown type '%s' provided for field '%s'"
|
||||||
msgstr "Unknown type '%s' provided for field '%s'"
|
msgstr "Unknown type '%s' provided for field '%s'"
|
||||||
|
|
||||||
#: dblayer.php:864 dblayer.php:957
|
#: dblayer.php:923 dblayer.php:1021
|
||||||
#, php-format
|
#, php-format
|
||||||
msgid "Unknown type provided for field '%s'"
|
msgid "Unknown type provided for field '%s'"
|
||||||
msgstr "Unknown type provided for field '%s'"
|
msgstr "Unknown type provided for field '%s'"
|
||||||
|
|
||||||
#: cacheoutput.php:30
|
#: cacheoutput.php:31
|
||||||
#, php-format
|
#, php-format
|
||||||
msgid "Unkwnown cache method : "
|
msgid "Unkwnown cache method : "
|
||||||
msgstr "Unkwnown cache method : "
|
msgstr "Unkwnown cache method : "
|
||||||
|
|
||||||
|
#: authzgroups.php:366
|
||||||
|
msgid "Wanted GroupMember not found"
|
||||||
|
msgstr "Wanted GroupMember not found"
|
||||||
|
|
||||||
|
#: authzgroups.php:298 authzgroups.php:311 authzgroups.php:343
|
||||||
|
#: authzgroups.php:360 authzgroups.php:411 authzgroups.php:438
|
||||||
|
#: authzgroups.php:497
|
||||||
|
msgid "Wanted group not found"
|
||||||
|
msgstr "Wanted group not found"
|
||||||
|
|
||||||
|
#: authzgroups.php:241 authzgroups.php:254 authzgroups.php:442
|
||||||
|
#: authzgroups.php:501
|
||||||
|
msgid "Wanted object not found"
|
||||||
|
msgstr "Wanted object not found"
|
||||||
|
|
||||||
|
#: authzgroups.php:458 authzgroups.php:481
|
||||||
|
msgid "Wanted right not found"
|
||||||
|
msgstr "Wanted right not found"
|
||||||
|
|
||||||
|
#: authzgroups.php:141
|
||||||
|
msgid "idobject"
|
||||||
|
msgstr "idobject"
|
||||||
|
|
||||||
|
#: dblayer.php:237
|
||||||
|
msgid "in"
|
||||||
|
msgstr "dans"
|
||||||
|
|
||||||
|
#~ msgid "An entry already exists with this value in the column '%s'"
|
||||||
|
#~ msgstr "An entry already exists with this value in the column '%s'"
|
||||||
|
|
||||||
|
#~ msgid "Don't receive any field to display"
|
||||||
|
#~ msgstr "Don't receive any field to display"
|
||||||
|
|
||||||
|
#~ msgid "Errors in consistency : "
|
||||||
|
#~ msgstr "Errors in consistency : "
|
||||||
|
|
||||||
|
#~ msgid "Unknown DB engine for drop table '%s'"
|
||||||
|
#~ msgstr "Unknown DB engine for drop table '%s'"
|
||||||
|
|||||||
Binary file not shown.
@@ -1,156 +1,202 @@
|
|||||||
#: authorizationdb.php:314 authorizationdb.php:352
|
#: authorizationdb.php:345 authorizationdb.php:388
|
||||||
#, php-format
|
#, php-format
|
||||||
msgid "%s is write protected"
|
msgid "%s is write protected"
|
||||||
msgstr "%s is write protected"
|
msgstr "%s is write protected"
|
||||||
|
|
||||||
#: dblayer.php:570
|
#: cachefile.php:95
|
||||||
#, php-format
|
|
||||||
msgid "An entry already exists with this value in the column '%s'"
|
|
||||||
msgstr "An entry already exists with this value in the column '%s'"
|
|
||||||
|
|
||||||
#: cachefile.php:90
|
|
||||||
#, php-format
|
#, php-format
|
||||||
msgid "Cache directory %s is not readable"
|
msgid "Cache directory %s is not readable"
|
||||||
msgstr "Cache directory %s is not readable"
|
msgstr "Cache directory %s is not readable"
|
||||||
|
|
||||||
#: cachefile.php:87
|
#: cachefile.php:91
|
||||||
#, php-format
|
#, php-format
|
||||||
msgid "Cache directory %s is not writable"
|
msgid "Cache directory %s is not writable"
|
||||||
msgstr "Cache directory %s is not writable"
|
msgstr "Cache directory %s is not writable"
|
||||||
|
|
||||||
#: cachefile.php:82
|
#: cachefile.php:85
|
||||||
#, php-format
|
#, php-format
|
||||||
msgid "Can not create cache directory %s"
|
msgid "Can not create cache directory %s"
|
||||||
msgstr "Can not create cache directory %s"
|
msgstr "Can not create cache directory %s"
|
||||||
|
|
||||||
#: cachefile.php:108
|
#: cachefile.php:114
|
||||||
msgid "Can not store FALSE in cache"
|
msgid "Can not store FALSE in cache"
|
||||||
msgstr "Can not store FALSE in cache"
|
msgstr "Can not store FALSE in cache"
|
||||||
|
|
||||||
#: authsympa.php:67
|
#: authsympa.php:71
|
||||||
msgid "Can't connect with provided email/password to sympa"
|
msgid "Can't connect with provided email/password to sympa"
|
||||||
msgstr "Can't connect with provided email/password to sympa"
|
msgstr "Can't connect with provided email/password to sympa"
|
||||||
|
|
||||||
#: authorizationdb.php:148
|
#: authorizationdb.php:158
|
||||||
msgid "Can't create object not owned by myself"
|
msgid "Can't create object not owned by myself"
|
||||||
msgstr "Can't create object not owned by myself"
|
msgstr "Can't create object not owned by myself"
|
||||||
|
|
||||||
#: authorizationdb.php:150
|
#: authorizationdb.php:161
|
||||||
msgid "Can't create object with not owned group"
|
msgid "Can't create object with not owned group"
|
||||||
msgstr "Can't create object with not owned group"
|
msgstr "Can't create object with not owned group"
|
||||||
|
|
||||||
#: dblayer.php:67 dblayer.php:84 dblayer.php:192 dblayer.php:374
|
#: config.php:106
|
||||||
#: dblayer.php:455 dblayer.php:671 dblayer.php:696 dblayer.php:737
|
#, php-format
|
||||||
|
msgid "Can't save configuration file '%s'"
|
||||||
|
msgstr "Can't save configuration file '%s'"
|
||||||
|
|
||||||
|
#: authzgroups.php:144
|
||||||
|
msgid "Comment"
|
||||||
|
msgstr "Comment"
|
||||||
|
|
||||||
|
#: config.php:142
|
||||||
|
msgid "Config : missing type "
|
||||||
|
msgstr "Config : missing type "
|
||||||
|
|
||||||
|
#: config.php:91
|
||||||
|
#, php-format
|
||||||
|
msgid "Configuration file '%s' is write protected"
|
||||||
|
msgstr "Configuration file '%s' is write protected"
|
||||||
|
|
||||||
|
#: authzgroups.php:192 authzgroups.php:282 authzgroups.php:294
|
||||||
|
#: authzgroups.php:307 authzgroups.php:322
|
||||||
|
msgid "DB for Group is not connected"
|
||||||
|
msgstr "DB for Group is not connected"
|
||||||
|
|
||||||
|
#: authzgroups.php:195 authzgroups.php:338 authzgroups.php:355
|
||||||
|
#: authzgroups.php:382 authzgroups.php:406
|
||||||
|
msgid "DB for GroupMember is not connected"
|
||||||
|
msgstr "DB for GroupMember is not connected"
|
||||||
|
|
||||||
|
#: authzgroups.php:32 authzgroups.php:189 authzgroups.php:225
|
||||||
|
#: authzgroups.php:237 authzgroups.php:250 authzgroups.php:266
|
||||||
|
msgid "DB for Object is not connected"
|
||||||
|
msgstr "DB for Object is not connected"
|
||||||
|
|
||||||
|
#: authzgroups.php:199 authzgroups.php:425 authzgroups.php:454
|
||||||
|
#: authzgroups.php:468 authzgroups.php:493
|
||||||
|
msgid "DB for Right is not connected"
|
||||||
|
msgstr "DB for Right is not connected"
|
||||||
|
|
||||||
|
#: dblayer.php:141 dblayer.php:159 dblayer.php:454 dblayer.php:529
|
||||||
|
#: dblayer.php:643 dblayer.php:723 dblayer.php:758 dblayer.php:784
|
||||||
msgid "Database not connected"
|
msgid "Database not connected"
|
||||||
msgstr "Database not connected"
|
msgstr "Database not connected"
|
||||||
|
|
||||||
#: authorizationdb.php:47 authorizationdb.php:65 authorizationdb.php:137
|
#: authorizationdb.php:48 authorizationdb.php:67 authorizationdb.php:144
|
||||||
#: authorizationdb.php:200 authorizationdb.php:265 authorizationdb.php:303
|
#: authorizationdb.php:213 authorizationdb.php:287 authorizationdb.php:330
|
||||||
#: authorizationdb.php:343 authorizationdb.php:381 authorizationdb.php:415
|
#: authorizationdb.php:376 authorizationdb.php:419 authorizationdb.php:457
|
||||||
#: authorizationdb.php:449 authorizationdb.php:485
|
#: authorizationdb.php:495 authorizationdb.php:535
|
||||||
msgid "Database to authorize is not connected"
|
msgid "Database to authorize is not connected"
|
||||||
msgstr "Database to authorize is not connected"
|
msgstr "Database to authorize is not connected"
|
||||||
|
|
||||||
#: cachefile.php:79
|
#: cachefile.php:81
|
||||||
#, php-format
|
#, php-format
|
||||||
msgid "Directory %s is not writable : can not create cache directory"
|
msgid "Directory %s is not writable : can not create cache directory"
|
||||||
msgstr "Directory %s is not writable : can not create cache directory"
|
msgstr "Directory %s is not writable : can not create cache directory"
|
||||||
|
|
||||||
#: dblayer.php:379
|
#: dblayer.php:537
|
||||||
msgid "Display information provided is not an array"
|
msgid "Display information provided is not an array"
|
||||||
msgstr "Display information provided is not an array"
|
msgstr "Display information provided is not an array"
|
||||||
|
|
||||||
#: dblayer.php:513
|
#: auth.php:65
|
||||||
msgid "Don't receive any field to display"
|
|
||||||
msgstr "Don't receive any field to display"
|
|
||||||
|
|
||||||
#: auth.php:56
|
|
||||||
msgid "Email address"
|
msgid "Email address"
|
||||||
msgstr "Email address"
|
msgstr "Email address"
|
||||||
|
|
||||||
#: dblayer.php:527
|
#: dblayer.php:331
|
||||||
msgid "Entry to modify unavailable"
|
msgid "Entry to modify unavailable"
|
||||||
msgstr "Entry to modify unavailable"
|
msgstr "Entry to modify unavailable"
|
||||||
|
|
||||||
#: dblayer.php:268
|
#: config.php:97
|
||||||
msgid "Errors in consistency : "
|
msgid "Error in configuration file"
|
||||||
msgstr "Errors in consistency : "
|
msgstr "Error in configuration file"
|
||||||
|
|
||||||
#: dblayer.php:234 dblayer.php:480
|
#: dblayer.php:266
|
||||||
#, php-format
|
#, php-format
|
||||||
msgid "Errors in consistency : '%s' data is too long"
|
msgid "Errors in consistency : '%s' data is too long"
|
||||||
msgstr "Errors in consistency : '%s' data is too long"
|
msgstr "Errors in consistency : '%s' data is too long"
|
||||||
|
|
||||||
#: dblayer.php:223 dblayer.php:469
|
#: dblayer.php:247
|
||||||
#, php-format
|
#, php-format
|
||||||
msgid "Errors in consistency : '%s' is not an integer"
|
msgid "Errors in consistency : '%s' is not an integer"
|
||||||
msgstr "Errors in consistency : '%s' is not an integer"
|
msgstr "Errors in consistency : '%s' is not an integer"
|
||||||
|
|
||||||
#: dblayer.php:389
|
#: dblayer.php:549
|
||||||
#, php-format
|
#, php-format
|
||||||
msgid "Field '%s' not allowed"
|
msgid "Field '%s' not allowed"
|
||||||
msgstr "Field '%s' not allowed"
|
msgstr "Field '%s' not allowed"
|
||||||
|
|
||||||
#: cachefile.php:151
|
#: cachefile.php:158
|
||||||
#, php-format
|
#, php-format
|
||||||
msgid "File cache %s is not readable"
|
msgid "File cache %s is not readable"
|
||||||
msgstr "File cache %s is not readable"
|
msgstr "File cache %s is not readable"
|
||||||
|
|
||||||
#: cachefile.php:154
|
#: cachefile.php:162
|
||||||
#, php-format
|
#, php-format
|
||||||
msgid "File cache %s is not writable"
|
msgid "File cache %s is not writable"
|
||||||
msgstr "File cache %s is not writable"
|
msgstr "File cache %s is not writable"
|
||||||
|
|
||||||
#: dblayer.php:252 dblayer.php:498
|
#: dblayer.php:292
|
||||||
#, php-format
|
#, php-format
|
||||||
msgid "Incorrect date provided for field '%s'"
|
msgid "Incorrect date provided for field '%s'"
|
||||||
msgstr "Incorrect date provided for field '%s'"
|
msgstr "Incorrect date provided for field '%s'"
|
||||||
|
|
||||||
#: dblayer.php:243 dblayer.php:489
|
#: dblayer.php:279
|
||||||
#, php-format
|
#, php-format
|
||||||
msgid "Incorrect datetime provided for field '%s'"
|
msgid "Incorrect datetime provided for field '%s'"
|
||||||
msgstr "Incorrect datetime provided for field '%s'"
|
msgstr "Incorrect datetime provided for field '%s'"
|
||||||
|
|
||||||
#: form.php:581
|
#: form.php:584
|
||||||
msgid "Invalid CSRF token provided"
|
msgid "Invalid CSRF token provided"
|
||||||
msgstr "Invalid CSRF token provided"
|
msgstr "Invalid CSRF token provided"
|
||||||
|
|
||||||
#: dblayer.php:210
|
#: outputhtml.php:77
|
||||||
|
#, php-format
|
||||||
|
msgid "Layout File '%s' does not exists"
|
||||||
|
msgstr "Layout File '%s' does not exists"
|
||||||
|
|
||||||
|
#: dblayer.php:222
|
||||||
#, php-format
|
#, php-format
|
||||||
msgid "Mandatory field '%s' is empty"
|
msgid "Mandatory field '%s' is empty"
|
||||||
msgstr "Mandatory field '%s' is empty"
|
msgstr "Mandatory field '%s' is empty"
|
||||||
|
|
||||||
#: dblayer.php:207
|
#: dblayer.php:215
|
||||||
#, php-format
|
#, php-format
|
||||||
msgid "Mandatory field '%s' not provided"
|
msgid "Mandatory field '%s' not provided"
|
||||||
msgstr "Mandatory field '%s' not provided"
|
msgstr "Mandatory field '%s' not provided"
|
||||||
|
|
||||||
#: auth.php:108
|
#: authzgroups.php:142
|
||||||
|
msgid "Module"
|
||||||
|
msgstr "Module"
|
||||||
|
|
||||||
|
#: dblayer.php:646 dblayer.php:739 dblayer.php:787
|
||||||
|
msgid "No Field defined"
|
||||||
|
msgstr "No Field defined"
|
||||||
|
|
||||||
|
#: auth.php:125
|
||||||
msgid "No List User available"
|
msgid "No List User available"
|
||||||
msgstr "No List User available"
|
msgstr "No List User available"
|
||||||
|
|
||||||
#: authsympa.php:44
|
#: dblayer.php:648
|
||||||
|
msgid "No Primary defined"
|
||||||
|
msgstr "No Primary defined"
|
||||||
|
|
||||||
|
#: authsympa.php:45
|
||||||
msgid "No SOAP PHP library available"
|
msgid "No SOAP PHP library available"
|
||||||
msgstr "No SOAP PHP library available"
|
msgstr "No SOAP PHP library available"
|
||||||
|
|
||||||
#: dblayer.php:763 dblayer.php:850
|
#: dblayer.php:816 dblayer.php:908
|
||||||
msgid "No Size provided for varchar field"
|
msgid "No Size provided for varchar field"
|
||||||
msgstr "No Size provided for varchar field"
|
msgstr "No Size provided for varchar field"
|
||||||
|
|
||||||
#: dblayer.php:942
|
#: dblayer.php:1005
|
||||||
#, php-format
|
#, php-format
|
||||||
msgid "No Size provided for varchar field '%s'"
|
msgid "No Size provided for varchar field '%s'"
|
||||||
msgstr "No Size provided for varchar field '%s'"
|
msgstr "No Size provided for varchar field '%s'"
|
||||||
|
|
||||||
#: authsympa.php:51
|
#: authsympa.php:53
|
||||||
msgid "No WSDL provided to Sympa auth"
|
msgid "No WSDL provided to Sympa auth"
|
||||||
msgstr "No WSDL provided to Sympa auth"
|
msgstr "No WSDL provided to Sympa auth"
|
||||||
|
|
||||||
#: auth.php:86
|
#: auth.php:100
|
||||||
msgid "No authentication available"
|
msgid "No authentication available"
|
||||||
msgstr "No authentication available"
|
msgstr "No authentication available"
|
||||||
|
|
||||||
#: cachefile.php:72
|
#: cachefile.php:73
|
||||||
msgid "No cache directory defined"
|
msgid "No cache directory defined"
|
||||||
msgstr "No cache directory defined"
|
msgstr "No cache directory defined"
|
||||||
|
|
||||||
@@ -159,237 +205,297 @@ msgstr "No cache directory defined"
|
|||||||
msgid "No configuration file '%s' available and it can't be created"
|
msgid "No configuration file '%s' available and it can't be created"
|
||||||
msgstr "No configuration file '%s' available and it can't be created"
|
msgstr "No configuration file '%s' available and it can't be created"
|
||||||
|
|
||||||
#: auth.php:76
|
#: auth.php:89
|
||||||
msgid "No connect to authentication available"
|
msgid "No connect to authentication available"
|
||||||
msgstr "No connect to authentication available"
|
msgstr "No connect to authentication available"
|
||||||
|
|
||||||
#: dblayer.php:841
|
#: dblayer.php:898
|
||||||
msgid "No database type defined for field"
|
msgid "No database type defined for field"
|
||||||
msgstr "No database type defined for field"
|
msgstr "No database type defined for field"
|
||||||
|
|
||||||
#: dblayer.php:752 dblayer.php:931
|
#: dblayer.php:804 dblayer.php:993
|
||||||
#, php-format
|
#, php-format
|
||||||
msgid "No database type defined for field '%s'"
|
msgid "No database type defined for field '%s'"
|
||||||
msgstr "No database type defined for field '%s'"
|
msgstr "No database type defined for field '%s'"
|
||||||
|
|
||||||
#: authorizationdb.php:545
|
#: authorizationdb.php:597
|
||||||
#, php-format
|
#, php-format
|
||||||
msgid "No execute rights on %s"
|
msgid "No execute rights on %s"
|
||||||
msgstr "No execute rights on %s"
|
msgstr "No execute rights on %s"
|
||||||
|
|
||||||
#: auth.php:92
|
#: auth.php:107
|
||||||
msgid "No getdetails available"
|
msgid "No getdetails available"
|
||||||
msgstr "No getdetails available"
|
msgstr "No getdetails available"
|
||||||
|
|
||||||
#: authorizationdb.php:234 authorizationdb.php:252
|
#: auth.php:131
|
||||||
|
msgid "No logout method available"
|
||||||
|
msgstr "No logout method available"
|
||||||
|
|
||||||
|
#: authorizationdb.php:253 authorizationdb.php:273
|
||||||
msgid "No object removed"
|
msgid "No object removed"
|
||||||
msgstr "No object removed"
|
msgstr "No object removed"
|
||||||
|
|
||||||
#: auth.php:101
|
#: auth.php:117
|
||||||
msgid "No password change available"
|
msgid "No password change available"
|
||||||
msgstr "No password change available"
|
msgstr "No password change available"
|
||||||
|
|
||||||
#: form.php:579
|
#: form.php:581
|
||||||
msgid "No previous CSRF token : abort"
|
msgid "No previous CSRF token : abort"
|
||||||
msgstr "No previous CSRF token : abort"
|
msgstr "No previous CSRF token : abort"
|
||||||
|
|
||||||
#: form.php:417
|
#: form.php:418
|
||||||
msgid "No value provided"
|
msgid "No value provided"
|
||||||
msgstr "No value provided"
|
msgstr "No value provided"
|
||||||
|
|
||||||
#: authorizationdb.php:575
|
#: authorizationdb.php:628
|
||||||
#, php-format
|
#, php-format
|
||||||
msgid "No write rights on %s"
|
msgid "No write rights on %s"
|
||||||
msgstr "No write rights on %s"
|
msgstr "No write rights on %s"
|
||||||
|
|
||||||
#: authorizationdb.php:72 authorizationdb.php:146 authorizationdb.php:207
|
#: authorizationdb.php:76 authorizationdb.php:155 authorizationdb.php:222
|
||||||
#: authorizationdb.php:272 authorizationdb.php:310 authorizationdb.php:350
|
#: authorizationdb.php:296 authorizationdb.php:339 authorizationdb.php:385
|
||||||
#: authorizationdb.php:388 authorizationdb.php:422 authorizationdb.php:456
|
#: authorizationdb.php:428 authorizationdb.php:466 authorizationdb.php:504
|
||||||
msgid "Not authenticated"
|
msgid "Not authenticated"
|
||||||
msgstr "Not authenticated"
|
msgstr "Not authenticated"
|
||||||
|
|
||||||
#: authorizationdb.php:164
|
#: authzgroups.php:143
|
||||||
|
msgid "Object"
|
||||||
|
msgstr "Object"
|
||||||
|
|
||||||
|
#: authorizationdb.php:176
|
||||||
#, php-format
|
#, php-format
|
||||||
msgid "Object %s already defined"
|
msgid "Object %s already defined"
|
||||||
msgstr "Object %s already defined"
|
msgstr "Object %s already defined"
|
||||||
|
|
||||||
#: authorizationdb.php:86 authorizationdb.php:223 authorizationdb.php:288
|
#: authorizationdb.php:91 authorizationdb.php:240 authorizationdb.php:314
|
||||||
#: authorizationdb.php:328 authorizationdb.php:366 authorizationdb.php:402
|
#: authorizationdb.php:360 authorizationdb.php:403 authorizationdb.php:443
|
||||||
#: authorizationdb.php:436 authorizationdb.php:470
|
#: authorizationdb.php:481 authorizationdb.php:519
|
||||||
#, php-format
|
#, php-format
|
||||||
msgid "Object %s doesn't exists"
|
msgid "Object %s doesn't exists"
|
||||||
msgstr "Object %s doesn't exists"
|
msgstr "Object %s doesn't exists"
|
||||||
|
|
||||||
#: authorizationdb.php:69 authorizationdb.php:143 authorizationdb.php:204
|
#: authorizationdb.php:72 authorizationdb.php:151 authorizationdb.php:218
|
||||||
#: authorizationdb.php:269 authorizationdb.php:307 authorizationdb.php:347
|
#: authorizationdb.php:292 authorizationdb.php:335 authorizationdb.php:381
|
||||||
#: authorizationdb.php:385 authorizationdb.php:419 authorizationdb.php:453
|
#: authorizationdb.php:424 authorizationdb.php:462 authorizationdb.php:500
|
||||||
msgid "Object don't start by slash"
|
msgid "Object don't start by slash"
|
||||||
msgstr "Object don't start by slash"
|
msgstr "Object don't start by slash"
|
||||||
|
|
||||||
#: form.php:584
|
#: form.php:588
|
||||||
msgid "Obsolete CSRF token provided"
|
msgid "Obsolete CSRF token provided"
|
||||||
msgstr "Obsolete CSRF token provided"
|
msgstr "Obsolete CSRF token provided"
|
||||||
|
|
||||||
#: dblayer.php:382
|
#: dblayer.php:541
|
||||||
msgid "Order information provided is not an array"
|
msgid "Order information provided is not an array"
|
||||||
msgstr "Order information provided is not an array"
|
msgstr "Order information provided is not an array"
|
||||||
|
|
||||||
#: dblayer.php:1009
|
#: dblayer.php:1075
|
||||||
msgid "PDO Engine not supported in dbLayer"
|
msgid "PDO Engine not supported in dbLayer"
|
||||||
msgstr "PDO Engine not supported in dbLayer"
|
msgstr "PDO Engine not supported in dbLayer"
|
||||||
|
|
||||||
#: auth.php:58
|
#: auth.php:68
|
||||||
msgid "Password"
|
msgid "Password"
|
||||||
msgstr "Password"
|
msgstr "Password"
|
||||||
|
|
||||||
#: auth.php:53
|
#: auth.php:61
|
||||||
msgid "Please sign in"
|
msgid "Please sign in"
|
||||||
msgstr ""
|
msgstr "Please sign in"
|
||||||
|
|
||||||
#: auth.php:60
|
#: auth.php:71
|
||||||
msgid "Remember me"
|
msgid "Remember me"
|
||||||
msgstr "Remember me"
|
msgstr "Remember me"
|
||||||
|
|
||||||
#: authorizationdb.php:232 authorizationdb.php:250
|
#: authorizationdb.php:250 authorizationdb.php:270
|
||||||
msgid "Removing more than one object"
|
msgid "Removing more than one object"
|
||||||
msgstr "Removing more than one object"
|
msgstr "Removing more than one object"
|
||||||
|
|
||||||
#: authparams.php:32
|
#: authparams.php:66
|
||||||
msgid "Restricted access"
|
msgid "Restricted access"
|
||||||
msgstr "Restricted access"
|
msgstr "Restricted access"
|
||||||
|
|
||||||
#: dblayer.php:376
|
#: dblayer.php:533
|
||||||
msgid "Select information provided is not an array"
|
msgid "Select information provided is not an array"
|
||||||
msgstr "Select information provided is not an array"
|
msgstr "Select information provided is not an array"
|
||||||
|
|
||||||
#: auth.php:63
|
#: dblayer.php:578
|
||||||
|
#, php-format
|
||||||
|
msgid "Select not found for id=%d"
|
||||||
|
msgstr "Select not found for id=%d"
|
||||||
|
|
||||||
|
#: auth.php:21 auth.php:75
|
||||||
msgid "Sign in"
|
msgid "Sign in"
|
||||||
msgstr "Sign in"
|
msgstr "Sign in"
|
||||||
|
|
||||||
#: authsympa.php:61
|
#: authsympa.php:64
|
||||||
msgid "The SOAP connection is not opened"
|
msgid "The SOAP connection is not opened"
|
||||||
msgstr "The SOAP connection is not opened"
|
msgstr "The SOAP connection is not opened"
|
||||||
|
|
||||||
#: dblayer.php:167
|
#: dblayer.php:114
|
||||||
msgid "The SQLite database file is write protected"
|
msgid "The SQLite database file is write protected"
|
||||||
msgstr "The SQLite database file is write protected"
|
msgstr "The SQLite database file is write protected"
|
||||||
|
|
||||||
#: dblayer.php:805
|
#: dblayer.php:860
|
||||||
msgid "The Unique field definition is not an array"
|
msgid "The Unique field definition is not an array"
|
||||||
msgstr "The Unique field definition is not an array"
|
msgstr "The Unique field definition is not an array"
|
||||||
|
|
||||||
#: authorizationdb.php:274
|
#: authorizationdb.php:299
|
||||||
msgid "The chown is reserved to root user"
|
msgid "The chown is reserved to root user"
|
||||||
msgstr "The chown is reserved to root user"
|
msgstr "The chown is reserved to root user"
|
||||||
|
|
||||||
#: dblayer.php:295
|
#: dblayer.php:386
|
||||||
#, php-format
|
#, php-format
|
||||||
msgid "The column '%s' with this value already exists"
|
msgid "The column '%s' with this value already exists"
|
||||||
msgstr "The column '%s' with this value already exists"
|
msgstr "The column '%s' with this value already exists"
|
||||||
|
|
||||||
#: config.php:55 config.php:86
|
#: config.php:55 config.php:87
|
||||||
#, php-format
|
#, php-format
|
||||||
msgid "The configuration file '%s' is not readable"
|
msgid "The configuration file '%s' is not readable"
|
||||||
msgstr "The configuration file '%s' is not readable"
|
msgstr "The configuration file '%s' is not readable"
|
||||||
|
|
||||||
#: dblayer.php:196
|
#: dblayer.php:461
|
||||||
msgid "The datas provided to create are not array"
|
msgid "The datas provided to create are not array"
|
||||||
msgstr "The datas provided to create are not array"
|
msgstr "The datas provided to create are not array"
|
||||||
|
|
||||||
#: authsympa.php:80
|
#: authsympa.php:85
|
||||||
msgid "The details can't be provided by Sympa"
|
msgid "The details can't be provided by Sympa"
|
||||||
msgstr "The details can't be provided by Sympa"
|
msgstr "The details can't be provided by Sympa"
|
||||||
|
|
||||||
#: dblayer.php:164
|
#: dblayer.php:110
|
||||||
msgid "The directory for SQLite database is write protected"
|
msgid "The directory for SQLite database is write protected"
|
||||||
msgstr "The directory for SQLite database is write protected"
|
msgstr "The directory for SQLite database is write protected"
|
||||||
|
|
||||||
#: dblayer.php:330 dblayer.php:609
|
#: dblayer.php:399
|
||||||
|
#, php-format
|
||||||
|
msgid "The foreign column '%s' is not provided"
|
||||||
|
msgstr "The foreign column '%s' is not provided"
|
||||||
|
|
||||||
|
#: dblayer.php:433
|
||||||
#, php-format
|
#, php-format
|
||||||
msgid "The foreign key '%s' doesn't exists"
|
msgid "The foreign key '%s' doesn't exists"
|
||||||
msgstr "The foreign key '%s' doesn't exists"
|
msgstr "The foreign key '%s' doesn't exists"
|
||||||
|
|
||||||
#: dblayer.php:230 dblayer.php:476
|
#: dblayer.php:258
|
||||||
#, php-format
|
#, php-format
|
||||||
msgid "The length of varchar field '%s' is not provided"
|
msgid "The length of varchar field '%s' is not provided"
|
||||||
msgstr "The length of varchar field '%s' is not provided"
|
msgstr "The length of varchar field '%s' is not provided"
|
||||||
|
|
||||||
#: authsympa.php:63
|
#: authsympa.php:67
|
||||||
msgid "The list to check is not defined"
|
msgid "The list to check is not defined"
|
||||||
msgstr "The list to check is not defined"
|
msgstr "The list to check is not defined"
|
||||||
|
|
||||||
#: authldap.php:104
|
#: authldap.php:105
|
||||||
msgid "The password can't be change for LDAP users"
|
msgid "The password can't be change for LDAP users"
|
||||||
msgstr "The password can't be change for LDAP users"
|
msgstr "The password can't be change for LDAP users"
|
||||||
|
|
||||||
#: authsession.php:51
|
#: authsession.php:52
|
||||||
msgid "The password can't be change for SESSION users"
|
msgid "The password can't be change for SESSION users"
|
||||||
msgstr "The password can't be change for SESSION users"
|
msgstr "The password can't be change for SESSION users"
|
||||||
|
|
||||||
#: authsympa.php:89
|
#: authsympa.php:95
|
||||||
msgid "The password can't be change for SYMPA users"
|
msgid "The password can't be change for SYMPA users"
|
||||||
msgstr "The password can't be change for SYMPA users"
|
msgstr "The password can't be change for SYMPA users"
|
||||||
|
|
||||||
#: authorizationdb.php:521
|
#: authorizationdb.php:572
|
||||||
#, php-format
|
#, php-format
|
||||||
msgid "The path %s is not found in database"
|
msgid "The path %s is not found in database"
|
||||||
msgstr "The path %s is not found in database"
|
msgstr "The path %s is not found in database"
|
||||||
|
|
||||||
#: dblayer.php:285 dblayer.php:554
|
#: dblayer.php:364
|
||||||
#, php-format
|
#, php-format
|
||||||
msgid "The provided values for columns '%s' already exists"
|
msgid "The provided values for columns '%s' already exists"
|
||||||
msgstr "The provided values for columns '%s' already exists"
|
msgstr "The provided values for columns '%s' already exists"
|
||||||
|
|
||||||
#: authorizationdb.php:209
|
#: authorizationdb.php:225
|
||||||
msgid "The root can not be removed"
|
msgid "The root can not be removed"
|
||||||
msgstr "The root can not be removed"
|
msgstr "The root can not be removed"
|
||||||
|
|
||||||
#: authorizationdb.php:312
|
#: authorizationdb.php:342
|
||||||
msgid "The user must be in the wanted group"
|
msgid "The user must be in the wanted group"
|
||||||
msgstr "The user must be in the wanted group"
|
msgstr "The user must be in the wanted group"
|
||||||
|
|
||||||
#: dblayer.php:194
|
#: dblayer.php:458
|
||||||
msgid "Unique fields of table are not defined"
|
msgid "Unique fields of table are not defined"
|
||||||
msgstr "Unique fields of table are not defined"
|
msgstr "Unique fields of table are not defined"
|
||||||
|
|
||||||
#: dblayer.php:709
|
#: form.php:87
|
||||||
#, php-format
|
|
||||||
msgid "Unknown DB engine for drop table '%s'"
|
|
||||||
msgstr "Unknown DB engine for drop table '%s'"
|
|
||||||
|
|
||||||
#: form.php:86
|
|
||||||
msgid "Unknown FORM method (GET or POST allowed)"
|
msgid "Unknown FORM method (GET or POST allowed)"
|
||||||
msgstr "Unknown FORM method (GET or POST allowed)"
|
msgstr "Unknown FORM method (GET or POST allowed)"
|
||||||
|
|
||||||
#: dblayer.php:794
|
#: dblayer.php:849
|
||||||
msgid "Unknown additionnal parameter for field"
|
msgid "Unknown additionnal parameter for field"
|
||||||
msgstr "Unknown additionnal parameter for field"
|
msgstr "Unknown additionnal parameter for field"
|
||||||
|
|
||||||
#: dblayer.php:882 dblayer.php:974
|
#: dblayer.php:942 dblayer.php:1039
|
||||||
#, php-format
|
#, php-format
|
||||||
msgid "Unknown additionnal parameter for field '%s'"
|
msgid "Unknown additionnal parameter for field '%s'"
|
||||||
msgstr "Unknown additionnal parameter for field '%s'"
|
msgstr "Unknown additionnal parameter for field '%s'"
|
||||||
|
|
||||||
#: dblayer.php:116
|
#: dblayer.php:193
|
||||||
msgid "Unknown database driver in listTables"
|
msgid "Unknown database driver in listTables"
|
||||||
msgstr "Unknown database driver in listTables"
|
msgstr "Unknown database driver in listTables"
|
||||||
|
|
||||||
#: dblayer.php:256 dblayer.php:502
|
#: dblayer.php:300
|
||||||
#, php-format
|
#, php-format
|
||||||
msgid "Unknown field type for '%s'"
|
msgid "Unknown field type for '%s'"
|
||||||
msgstr "Unknown field type for '%s'"
|
msgstr "Unknown field type for '%s'"
|
||||||
|
|
||||||
#: dblayer.php:777
|
#: authzgroups.php:432 authzgroups.php:475
|
||||||
|
msgid "Unknown right provided (RO/RW only)"
|
||||||
|
msgstr "Unknown right provided (RO/RW only)"
|
||||||
|
|
||||||
|
#: authzgroups.php:74
|
||||||
|
msgid "Unknown right stored"
|
||||||
|
msgstr "Unknown right stored"
|
||||||
|
|
||||||
|
#: dblayer.php:831
|
||||||
#, php-format
|
#, php-format
|
||||||
msgid "Unknown type '%s' provided for field '%s'"
|
msgid "Unknown type '%s' provided for field '%s'"
|
||||||
msgstr "Unknown type '%s' provided for field '%s'"
|
msgstr "Unknown type '%s' provided for field '%s'"
|
||||||
|
|
||||||
#: dblayer.php:864 dblayer.php:957
|
#: dblayer.php:923 dblayer.php:1021
|
||||||
#, php-format
|
#, php-format
|
||||||
msgid "Unknown type provided for field '%s'"
|
msgid "Unknown type provided for field '%s'"
|
||||||
msgstr "Unknown type provided for field '%s'"
|
msgstr "Unknown type provided for field '%s'"
|
||||||
|
|
||||||
#: cacheoutput.php:30
|
#: cacheoutput.php:31
|
||||||
#, php-format
|
#, php-format
|
||||||
msgid "Unkwnown cache method : "
|
msgid "Unkwnown cache method : "
|
||||||
msgstr "Unkwnown cache method : "
|
msgstr "Unkwnown cache method : "
|
||||||
|
|
||||||
|
#: authzgroups.php:366
|
||||||
|
msgid "Wanted GroupMember not found"
|
||||||
|
msgstr "Wanted GroupMember not found"
|
||||||
|
|
||||||
|
#: authzgroups.php:298 authzgroups.php:311 authzgroups.php:343
|
||||||
|
#: authzgroups.php:360 authzgroups.php:411 authzgroups.php:438
|
||||||
|
#: authzgroups.php:497
|
||||||
|
msgid "Wanted group not found"
|
||||||
|
msgstr "Wanted group not found"
|
||||||
|
|
||||||
|
#: authzgroups.php:241 authzgroups.php:254 authzgroups.php:442
|
||||||
|
#: authzgroups.php:501
|
||||||
|
msgid "Wanted object not found"
|
||||||
|
msgstr "Wanted object not found"
|
||||||
|
|
||||||
|
#: authzgroups.php:458 authzgroups.php:481
|
||||||
|
msgid "Wanted right not found"
|
||||||
|
msgstr "Wanted right not found"
|
||||||
|
|
||||||
|
#: authzgroups.php:141
|
||||||
|
msgid "idobject"
|
||||||
|
msgstr "idobject"
|
||||||
|
|
||||||
|
#: dblayer.php:237
|
||||||
|
msgid "in"
|
||||||
|
msgstr "in"
|
||||||
|
|
||||||
|
#~ msgid "An entry already exists with this value in the column '%s'"
|
||||||
|
#~ msgstr "An entry already exists with this value in the column '%s'"
|
||||||
|
|
||||||
|
#~ msgid "Don't receive any field to display"
|
||||||
|
#~ msgstr "Don't receive any field to display"
|
||||||
|
|
||||||
|
#~ msgid "Errors in consistency : "
|
||||||
|
#~ msgstr "Errors in consistency : "
|
||||||
|
|
||||||
|
#~ msgid "Unknown DB engine for drop table '%s'"
|
||||||
|
#~ msgstr "Unknown DB engine for drop table '%s'"
|
||||||
|
|||||||
Binary file not shown.
@@ -2,159 +2,205 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr "Content-Type: text/plain; charset=UTF-8\n"
|
msgstr "Content-Type: text/plain; charset=UTF-8\n"
|
||||||
|
|
||||||
#: authorizationdb.php:314 authorizationdb.php:352
|
#: authorizationdb.php:345 authorizationdb.php:388
|
||||||
#, php-format
|
#, php-format
|
||||||
msgid "%s is write protected"
|
msgid "%s is write protected"
|
||||||
msgstr "%s est protégé en écriture"
|
msgstr "%s est protégé en écriture"
|
||||||
|
|
||||||
#: dblayer.php:570
|
#: cachefile.php:95
|
||||||
#, php-format
|
|
||||||
msgid "An entry already exists with this value in the column '%s'"
|
|
||||||
msgstr "Une entrée existe déjà avec cette valeur dans la colonne '%s'"
|
|
||||||
|
|
||||||
#: cachefile.php:90
|
|
||||||
#, php-format
|
#, php-format
|
||||||
msgid "Cache directory %s is not readable"
|
msgid "Cache directory %s is not readable"
|
||||||
msgstr "Le répertoire de cache %s n'est pas lisible"
|
msgstr "Le répertoire de cache %s n'est pas lisible"
|
||||||
|
|
||||||
#: cachefile.php:87
|
#: cachefile.php:91
|
||||||
#, php-format
|
#, php-format
|
||||||
msgid "Cache directory %s is not writable"
|
msgid "Cache directory %s is not writable"
|
||||||
msgstr "Le répertoire de cache %s n'est pas inscriptible"
|
msgstr "Le répertoire de cache %s n'est pas inscriptible"
|
||||||
|
|
||||||
#: cachefile.php:82
|
#: cachefile.php:85
|
||||||
#, php-format
|
#, php-format
|
||||||
msgid "Can not create cache directory %s"
|
msgid "Can not create cache directory %s"
|
||||||
msgstr "Ne peut pas créer le répertoire de cache %s"
|
msgstr "Ne peut pas créer le répertoire de cache %s"
|
||||||
|
|
||||||
#: cachefile.php:108
|
#: cachefile.php:114
|
||||||
msgid "Can not store FALSE in cache"
|
msgid "Can not store FALSE in cache"
|
||||||
msgstr "Ne peut pas stocker FALSE en cache"
|
msgstr "Ne peut pas stocker FALSE en cache"
|
||||||
|
|
||||||
#: authsympa.php:67
|
#: authsympa.php:71
|
||||||
msgid "Can't connect with provided email/password to sympa"
|
msgid "Can't connect with provided email/password to sympa"
|
||||||
msgstr "Ne peut pas se connecter avec le mail/mot de passe fourni à Sympa"
|
msgstr "Ne peut pas se connecter avec le mail/mot de passe fourni à Sympa"
|
||||||
|
|
||||||
#: authorizationdb.php:148
|
#: authorizationdb.php:158
|
||||||
msgid "Can't create object not owned by myself"
|
msgid "Can't create object not owned by myself"
|
||||||
msgstr "Ne peut pas créer un objet n'appartenant pas à moi-même"
|
msgstr "Ne peut pas créer un objet n'appartenant pas à moi-même"
|
||||||
|
|
||||||
#: authorizationdb.php:150
|
#: authorizationdb.php:161
|
||||||
msgid "Can't create object with not owned group"
|
msgid "Can't create object with not owned group"
|
||||||
msgstr "Ne peut créer un objet n'appartenant pas à un group"
|
msgstr "Ne peut créer un objet n'appartenant pas à un group"
|
||||||
|
|
||||||
#: dblayer.php:67 dblayer.php:84 dblayer.php:192 dblayer.php:374
|
#: config.php:106
|
||||||
#: dblayer.php:455 dblayer.php:671 dblayer.php:696 dblayer.php:737
|
#, php-format
|
||||||
|
msgid "Can't save configuration file '%s'"
|
||||||
|
msgstr "Ne peut pas sauvegarder le fichier de configuration '%s'"
|
||||||
|
|
||||||
|
#: authzgroups.php:144
|
||||||
|
msgid "Comment"
|
||||||
|
msgstr "Commentaire"
|
||||||
|
|
||||||
|
#: config.php:142
|
||||||
|
msgid "Config : missing type "
|
||||||
|
msgstr "Configuration : type manquant "
|
||||||
|
|
||||||
|
#: config.php:91
|
||||||
|
#, php-format
|
||||||
|
msgid "Configuration file '%s' is write protected"
|
||||||
|
msgstr "Le fichier de configuration '%s' est protégé en écriture"
|
||||||
|
|
||||||
|
#: authzgroups.php:192 authzgroups.php:282 authzgroups.php:294
|
||||||
|
#: authzgroups.php:307 authzgroups.php:322
|
||||||
|
msgid "DB for Group is not connected"
|
||||||
|
msgstr "DB pour Group n'est pas connectée"
|
||||||
|
|
||||||
|
#: authzgroups.php:195 authzgroups.php:338 authzgroups.php:355
|
||||||
|
#: authzgroups.php:382 authzgroups.php:406
|
||||||
|
msgid "DB for GroupMember is not connected"
|
||||||
|
msgstr "DB pour GroupMember n'est pas connectée"
|
||||||
|
|
||||||
|
#: authzgroups.php:32 authzgroups.php:189 authzgroups.php:225
|
||||||
|
#: authzgroups.php:237 authzgroups.php:250 authzgroups.php:266
|
||||||
|
msgid "DB for Object is not connected"
|
||||||
|
msgstr "DB pour Object n'est pas connectée"
|
||||||
|
|
||||||
|
#: authzgroups.php:199 authzgroups.php:425 authzgroups.php:454
|
||||||
|
#: authzgroups.php:468 authzgroups.php:493
|
||||||
|
msgid "DB for Right is not connected"
|
||||||
|
msgstr "DB pour Right n'est pas connectée"
|
||||||
|
|
||||||
|
#: dblayer.php:141 dblayer.php:159 dblayer.php:454 dblayer.php:529
|
||||||
|
#: dblayer.php:643 dblayer.php:723 dblayer.php:758 dblayer.php:784
|
||||||
msgid "Database not connected"
|
msgid "Database not connected"
|
||||||
msgstr "Base de données non connectée"
|
msgstr "Base de données non connectée"
|
||||||
|
|
||||||
#: authorizationdb.php:47 authorizationdb.php:65 authorizationdb.php:137
|
#: authorizationdb.php:48 authorizationdb.php:67 authorizationdb.php:144
|
||||||
#: authorizationdb.php:200 authorizationdb.php:265 authorizationdb.php:303
|
#: authorizationdb.php:213 authorizationdb.php:287 authorizationdb.php:330
|
||||||
#: authorizationdb.php:343 authorizationdb.php:381 authorizationdb.php:415
|
#: authorizationdb.php:376 authorizationdb.php:419 authorizationdb.php:457
|
||||||
#: authorizationdb.php:449 authorizationdb.php:485
|
#: authorizationdb.php:495 authorizationdb.php:535
|
||||||
msgid "Database to authorize is not connected"
|
msgid "Database to authorize is not connected"
|
||||||
msgstr "Base de données d'autorisation non connectée"
|
msgstr "Base de données d'autorisation non connectée"
|
||||||
|
|
||||||
#: cachefile.php:79
|
#: cachefile.php:81
|
||||||
#, php-format
|
#, php-format
|
||||||
msgid "Directory %s is not writable : can not create cache directory"
|
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"
|
msgstr "Le répertoire %s n'est pas inscriptible : ne peut créer le répertoire de cache"
|
||||||
|
|
||||||
#: dblayer.php:379
|
#: dblayer.php:537
|
||||||
msgid "Display information provided is not an array"
|
msgid "Display information provided is not an array"
|
||||||
msgstr "Les informations à afficher ne sont pas fournies en tableau"
|
msgstr "Les informations à afficher ne sont pas fournies en tableau"
|
||||||
|
|
||||||
#: dblayer.php:513
|
#: auth.php:65
|
||||||
msgid "Don't receive any field to display"
|
|
||||||
msgstr "Pas reçu de champ à afficher"
|
|
||||||
|
|
||||||
#: auth.php:56
|
|
||||||
msgid "Email address"
|
msgid "Email address"
|
||||||
msgstr "Adresse mail"
|
msgstr "Adresse mail"
|
||||||
|
|
||||||
#: dblayer.php:527
|
#: dblayer.php:331
|
||||||
msgid "Entry to modify unavailable"
|
msgid "Entry to modify unavailable"
|
||||||
msgstr "Entrée à modifier introuvable"
|
msgstr "Entrée à modifier introuvable"
|
||||||
|
|
||||||
#: dblayer.php:268
|
#: config.php:97
|
||||||
msgid "Errors in consistency : "
|
msgid "Error in configuration file"
|
||||||
msgstr "Erreurs de consistance : "
|
msgstr "Erreur dans le fichier de configuration"
|
||||||
|
|
||||||
#: dblayer.php:234 dblayer.php:480
|
#: dblayer.php:266
|
||||||
#, php-format
|
#, php-format
|
||||||
msgid "Errors in consistency : '%s' data is too long"
|
msgid "Errors in consistency : '%s' data is too long"
|
||||||
msgstr "Erreur de consistance : '%s' est trop long"
|
msgstr "Erreur de consistance : '%s' est trop long"
|
||||||
|
|
||||||
#: dblayer.php:223 dblayer.php:469
|
#: dblayer.php:247
|
||||||
#, php-format
|
#, php-format
|
||||||
msgid "Errors in consistency : '%s' is not an integer"
|
msgid "Errors in consistency : '%s' is not an integer"
|
||||||
msgstr "Erreur de consistance : '%s' n'est pas un entier"
|
msgstr "Erreur de consistance : '%s' n'est pas un entier"
|
||||||
|
|
||||||
#: dblayer.php:389
|
#: dblayer.php:549
|
||||||
#, php-format
|
#, php-format
|
||||||
msgid "Field '%s' not allowed"
|
msgid "Field '%s' not allowed"
|
||||||
msgstr "Champ '%s' non autorisé"
|
msgstr "Champ '%s' non autorisé"
|
||||||
|
|
||||||
#: cachefile.php:151
|
#: cachefile.php:158
|
||||||
#, php-format
|
#, php-format
|
||||||
msgid "File cache %s is not readable"
|
msgid "File cache %s is not readable"
|
||||||
msgstr "Le fichier de cache %s n'est pas lisible"
|
msgstr "Le fichier de cache %s n'est pas lisible"
|
||||||
|
|
||||||
#: cachefile.php:154
|
#: cachefile.php:162
|
||||||
#, php-format
|
#, php-format
|
||||||
msgid "File cache %s is not writable"
|
msgid "File cache %s is not writable"
|
||||||
msgstr "Le fichier de cache %s n'est pas inscriptible"
|
msgstr "Le fichier de cache %s n'est pas inscriptible"
|
||||||
|
|
||||||
#: dblayer.php:252 dblayer.php:498
|
#: dblayer.php:292
|
||||||
#, php-format
|
#, php-format
|
||||||
msgid "Incorrect date provided for field '%s'"
|
msgid "Incorrect date provided for field '%s'"
|
||||||
msgstr "Date fournie incorrecte pour le champ '%s'"
|
msgstr "Date fournie incorrecte pour le champ '%s'"
|
||||||
|
|
||||||
#: dblayer.php:243 dblayer.php:489
|
#: dblayer.php:279
|
||||||
#, php-format
|
#, php-format
|
||||||
msgid "Incorrect datetime provided for field '%s'"
|
msgid "Incorrect datetime provided for field '%s'"
|
||||||
msgstr "DateHeure fournie incorrecte pour le champ '%s'"
|
msgstr "DateHeure fournie incorrecte pour le champ '%s'"
|
||||||
|
|
||||||
#: form.php:581
|
#: form.php:584
|
||||||
msgid "Invalid CSRF token provided"
|
msgid "Invalid CSRF token provided"
|
||||||
msgstr "Ticket CSRF fourni invalide"
|
msgstr "Ticket CSRF fourni invalide"
|
||||||
|
|
||||||
#: dblayer.php:210
|
#: outputhtml.php:77
|
||||||
|
#, php-format
|
||||||
|
msgid "Layout File '%s' does not exists"
|
||||||
|
msgstr "Le fichier de layout n'existe pas"
|
||||||
|
|
||||||
|
#: dblayer.php:222
|
||||||
#, php-format
|
#, php-format
|
||||||
msgid "Mandatory field '%s' is empty"
|
msgid "Mandatory field '%s' is empty"
|
||||||
msgstr "Le champ obligatoire '%s' est vide"
|
msgstr "Le champ obligatoire '%s' est vide"
|
||||||
|
|
||||||
#: dblayer.php:207
|
#: dblayer.php:215
|
||||||
#, php-format
|
#, php-format
|
||||||
msgid "Mandatory field '%s' not provided"
|
msgid "Mandatory field '%s' not provided"
|
||||||
msgstr "Le champ obligatoire '%s' n'est pas fourni"
|
msgstr "Le champ obligatoire '%s' n'est pas fourni"
|
||||||
|
|
||||||
#: auth.php:108
|
#: authzgroups.php:142
|
||||||
|
msgid "Module"
|
||||||
|
msgstr "Module"
|
||||||
|
|
||||||
|
#: dblayer.php:646 dblayer.php:739 dblayer.php:787
|
||||||
|
msgid "No Field defined"
|
||||||
|
msgstr "Pas de Field défini"
|
||||||
|
|
||||||
|
#: auth.php:125
|
||||||
msgid "No List User available"
|
msgid "No List User available"
|
||||||
msgstr "Pas de liste des utilisateurs disponible"
|
msgstr "Pas de liste des utilisateurs disponible"
|
||||||
|
|
||||||
#: authsympa.php:44
|
#: dblayer.php:648
|
||||||
|
msgid "No Primary defined"
|
||||||
|
msgstr "Pas de Primary défini"
|
||||||
|
|
||||||
|
#: authsympa.php:45
|
||||||
msgid "No SOAP PHP library available"
|
msgid "No SOAP PHP library available"
|
||||||
msgstr "Pas de bibliothèque PHP SOAP disponible"
|
msgstr "Pas de bibliothèque PHP SOAP disponible"
|
||||||
|
|
||||||
#: dblayer.php:763 dblayer.php:850
|
#: dblayer.php:816 dblayer.php:908
|
||||||
msgid "No Size provided for varchar field"
|
msgid "No Size provided for varchar field"
|
||||||
msgstr "Pas de taille fournie pour le champ varchar"
|
msgstr "Pas de taille fournie pour le champ varchar"
|
||||||
|
|
||||||
#: dblayer.php:942
|
#: dblayer.php:1005
|
||||||
#, php-format
|
#, php-format
|
||||||
msgid "No Size provided for varchar field '%s'"
|
msgid "No Size provided for varchar field '%s'"
|
||||||
msgstr "Pas de taille fournie pour le champ varchar '%s'"
|
msgstr "Pas de taille fournie pour le champ varchar '%s'"
|
||||||
|
|
||||||
#: authsympa.php:51
|
#: authsympa.php:53
|
||||||
msgid "No WSDL provided to Sympa auth"
|
msgid "No WSDL provided to Sympa auth"
|
||||||
msgstr "Pas de WSDL fournir pour l'authentification Sympa"
|
msgstr "Pas de WSDL fournir pour l'authentification Sympa"
|
||||||
|
|
||||||
#: auth.php:86
|
#: auth.php:100
|
||||||
msgid "No authentication available"
|
msgid "No authentication available"
|
||||||
msgstr "Pas d'authentification disponible"
|
msgstr "Pas d'authentification disponible"
|
||||||
|
|
||||||
#: cachefile.php:72
|
#: cachefile.php:73
|
||||||
msgid "No cache directory defined"
|
msgid "No cache directory defined"
|
||||||
msgstr "Pas de répertoire de cache défini"
|
msgstr "Pas de répertoire de cache défini"
|
||||||
|
|
||||||
@@ -163,237 +209,297 @@ msgstr "Pas de répertoire de cache défini"
|
|||||||
msgid "No configuration file '%s' available and it can't be created"
|
msgid "No configuration file '%s' available and it can't be created"
|
||||||
msgstr "Pas de fichier de configuration '%s' disponible et il ne peut pas être créé"
|
msgstr "Pas de fichier de configuration '%s' disponible et il ne peut pas être créé"
|
||||||
|
|
||||||
#: auth.php:76
|
#: auth.php:89
|
||||||
msgid "No connect to authentication available"
|
msgid "No connect to authentication available"
|
||||||
msgstr "Pas de connexion disponible pour l'authentification"
|
msgstr "Pas de connexion disponible pour l'authentification"
|
||||||
|
|
||||||
#: dblayer.php:841
|
#: dblayer.php:898
|
||||||
msgid "No database type defined for field"
|
msgid "No database type defined for field"
|
||||||
msgstr "Pas de type de base de données défini pour le champ"
|
msgstr "Pas de type de base de données défini pour le champ"
|
||||||
|
|
||||||
#: dblayer.php:752 dblayer.php:931
|
#: dblayer.php:804 dblayer.php:993
|
||||||
#, php-format
|
#, php-format
|
||||||
msgid "No database type defined for field '%s'"
|
msgid "No database type defined for field '%s'"
|
||||||
msgstr "Pas de type de base de données pour le champ '%s'"
|
msgstr "Pas de type de base de données pour le champ '%s'"
|
||||||
|
|
||||||
#: authorizationdb.php:545
|
#: authorizationdb.php:597
|
||||||
#, php-format
|
#, php-format
|
||||||
msgid "No execute rights on %s"
|
msgid "No execute rights on %s"
|
||||||
msgstr "Pas les droits d'exécution sur %s"
|
msgstr "Pas les droits d'exécution sur %s"
|
||||||
|
|
||||||
#: auth.php:92
|
#: auth.php:107
|
||||||
msgid "No getdetails available"
|
msgid "No getdetails available"
|
||||||
msgstr "Pas de getdetails disponible"
|
msgstr "Pas de getdetails disponible"
|
||||||
|
|
||||||
#: authorizationdb.php:234 authorizationdb.php:252
|
#: auth.php:131
|
||||||
|
msgid "No logout method available"
|
||||||
|
msgstr "Pas de méthode de déconnexion disponible"
|
||||||
|
|
||||||
|
#: authorizationdb.php:253 authorizationdb.php:273
|
||||||
msgid "No object removed"
|
msgid "No object removed"
|
||||||
msgstr "Pas d'objet supprimé"
|
msgstr "Pas d'objet supprimé"
|
||||||
|
|
||||||
#: auth.php:101
|
#: auth.php:117
|
||||||
msgid "No password change available"
|
msgid "No password change available"
|
||||||
msgstr "Pas de changement de mot de passe disponible"
|
msgstr "Pas de changement de mot de passe disponible"
|
||||||
|
|
||||||
#: form.php:579
|
#: form.php:581
|
||||||
msgid "No previous CSRF token : abort"
|
msgid "No previous CSRF token : abort"
|
||||||
msgstr "Pas de ticket CSRF fourni : abandon"
|
msgstr "Pas de ticket CSRF fourni : abandon"
|
||||||
|
|
||||||
#: form.php:417
|
#: form.php:418
|
||||||
msgid "No value provided"
|
msgid "No value provided"
|
||||||
msgstr "Pas de valeur fournie"
|
msgstr "Pas de valeur fournie"
|
||||||
|
|
||||||
#: authorizationdb.php:575
|
#: authorizationdb.php:628
|
||||||
#, php-format
|
#, php-format
|
||||||
msgid "No write rights on %s"
|
msgid "No write rights on %s"
|
||||||
msgstr "Pas les droits d'écriture sur %s"
|
msgstr "Pas les droits d'écriture sur %s"
|
||||||
|
|
||||||
#: authorizationdb.php:72 authorizationdb.php:146 authorizationdb.php:207
|
#: authorizationdb.php:76 authorizationdb.php:155 authorizationdb.php:222
|
||||||
#: authorizationdb.php:272 authorizationdb.php:310 authorizationdb.php:350
|
#: authorizationdb.php:296 authorizationdb.php:339 authorizationdb.php:385
|
||||||
#: authorizationdb.php:388 authorizationdb.php:422 authorizationdb.php:456
|
#: authorizationdb.php:428 authorizationdb.php:466 authorizationdb.php:504
|
||||||
msgid "Not authenticated"
|
msgid "Not authenticated"
|
||||||
msgstr "Pas authentifié"
|
msgstr "Pas authentifié"
|
||||||
|
|
||||||
#: authorizationdb.php:164
|
#: authzgroups.php:143
|
||||||
|
msgid "Object"
|
||||||
|
msgstr "Objet"
|
||||||
|
|
||||||
|
#: authorizationdb.php:176
|
||||||
#, php-format
|
#, php-format
|
||||||
msgid "Object %s already defined"
|
msgid "Object %s already defined"
|
||||||
msgstr "Objet %s déjà défini"
|
msgstr "Objet %s déjà défini"
|
||||||
|
|
||||||
#: authorizationdb.php:86 authorizationdb.php:223 authorizationdb.php:288
|
#: authorizationdb.php:91 authorizationdb.php:240 authorizationdb.php:314
|
||||||
#: authorizationdb.php:328 authorizationdb.php:366 authorizationdb.php:402
|
#: authorizationdb.php:360 authorizationdb.php:403 authorizationdb.php:443
|
||||||
#: authorizationdb.php:436 authorizationdb.php:470
|
#: authorizationdb.php:481 authorizationdb.php:519
|
||||||
#, php-format
|
#, php-format
|
||||||
msgid "Object %s doesn't exists"
|
msgid "Object %s doesn't exists"
|
||||||
msgstr "Objet %s inexistant"
|
msgstr "Objet %s inexistant"
|
||||||
|
|
||||||
#: authorizationdb.php:69 authorizationdb.php:143 authorizationdb.php:204
|
#: authorizationdb.php:72 authorizationdb.php:151 authorizationdb.php:218
|
||||||
#: authorizationdb.php:269 authorizationdb.php:307 authorizationdb.php:347
|
#: authorizationdb.php:292 authorizationdb.php:335 authorizationdb.php:381
|
||||||
#: authorizationdb.php:385 authorizationdb.php:419 authorizationdb.php:453
|
#: authorizationdb.php:424 authorizationdb.php:462 authorizationdb.php:500
|
||||||
msgid "Object don't start by slash"
|
msgid "Object don't start by slash"
|
||||||
msgstr "L'objet ne commence pas pas un slash"
|
msgstr "L'objet ne commence pas pas un slash"
|
||||||
|
|
||||||
#: form.php:584
|
#: form.php:588
|
||||||
msgid "Obsolete CSRF token provided"
|
msgid "Obsolete CSRF token provided"
|
||||||
msgstr "Ticket CSRF fourni obsolète"
|
msgstr "Ticket CSRF fourni obsolète"
|
||||||
|
|
||||||
#: dblayer.php:382
|
#: dblayer.php:541
|
||||||
msgid "Order information provided is not an array"
|
msgid "Order information provided is not an array"
|
||||||
msgstr "Les informations d'Ordre demandées ne sont pas un tableau"
|
msgstr "Les informations d'Ordre demandées ne sont pas un tableau"
|
||||||
|
|
||||||
#: dblayer.php:1009
|
#: dblayer.php:1075
|
||||||
msgid "PDO Engine not supported in dbLayer"
|
msgid "PDO Engine not supported in dbLayer"
|
||||||
msgstr "Pilote PDO non supporté dans dbLayer"
|
msgstr "Pilote PDO non supporté dans dbLayer"
|
||||||
|
|
||||||
#: auth.php:58
|
#: auth.php:68
|
||||||
msgid "Password"
|
msgid "Password"
|
||||||
msgstr "Mot de passe"
|
msgstr "Mot de passe"
|
||||||
|
|
||||||
#: auth.php:53
|
#: auth.php:61
|
||||||
msgid "Please sign in"
|
msgid "Please sign in"
|
||||||
msgstr "Merci de vous authentifier"
|
msgstr "Merci de vous authentifier"
|
||||||
|
|
||||||
#: auth.php:60
|
#: auth.php:71
|
||||||
msgid "Remember me"
|
msgid "Remember me"
|
||||||
msgstr "Se souvenir de moi"
|
msgstr "Se souvenir de moi"
|
||||||
|
|
||||||
#: authorizationdb.php:232 authorizationdb.php:250
|
#: authorizationdb.php:250 authorizationdb.php:270
|
||||||
msgid "Removing more than one object"
|
msgid "Removing more than one object"
|
||||||
msgstr "Suppression de plus d'un objet"
|
msgstr "Suppression de plus d'un objet"
|
||||||
|
|
||||||
#: authparams.php:32
|
#: authparams.php:66
|
||||||
msgid "Restricted access"
|
msgid "Restricted access"
|
||||||
msgstr "Accès réservé"
|
msgstr "Accès réservé"
|
||||||
|
|
||||||
#: dblayer.php:376
|
#: dblayer.php:533
|
||||||
msgid "Select information provided is not an array"
|
msgid "Select information provided is not an array"
|
||||||
msgstr "Les informations Select fournies ne sont pas un tableau"
|
msgstr "Les informations Select fournies ne sont pas un tableau"
|
||||||
|
|
||||||
#: auth.php:63
|
#: dblayer.php:578
|
||||||
|
#, php-format
|
||||||
|
msgid "Select not found for id=%d"
|
||||||
|
msgstr "Select introuvable pour id=%d"
|
||||||
|
|
||||||
|
#: auth.php:21 auth.php:75
|
||||||
msgid "Sign in"
|
msgid "Sign in"
|
||||||
msgstr "Authentification"
|
msgstr "Authentification"
|
||||||
|
|
||||||
#: authsympa.php:61
|
#: authsympa.php:64
|
||||||
msgid "The SOAP connection is not opened"
|
msgid "The SOAP connection is not opened"
|
||||||
msgstr "La connexion SOAP n'est pas ouverte"
|
msgstr "La connexion SOAP n'est pas ouverte"
|
||||||
|
|
||||||
#: dblayer.php:167
|
#: dblayer.php:114
|
||||||
msgid "The SQLite database file is write protected"
|
msgid "The SQLite database file is write protected"
|
||||||
msgstr "La base de données SQLite est protgée en écriture"
|
msgstr "La base de données SQLite est protgée en écriture"
|
||||||
|
|
||||||
#: dblayer.php:805
|
#: dblayer.php:860
|
||||||
msgid "The Unique field definition is not an array"
|
msgid "The Unique field definition is not an array"
|
||||||
msgstr "La définition des champs Unique n'est pas un tableau"
|
msgstr "La définition des champs Unique n'est pas un tableau"
|
||||||
|
|
||||||
#: authorizationdb.php:274
|
#: authorizationdb.php:299
|
||||||
msgid "The chown is reserved to root user"
|
msgid "The chown is reserved to root user"
|
||||||
msgstr "Le changement d'utilisateur est réservé à l'utilisateur root"
|
msgstr "Le changement d'utilisateur est réservé à l'utilisateur root"
|
||||||
|
|
||||||
#: dblayer.php:295
|
#: dblayer.php:386
|
||||||
#, php-format
|
#, php-format
|
||||||
msgid "The column '%s' with this value already exists"
|
msgid "The column '%s' with this value already exists"
|
||||||
msgstr "Une colonne '%s' avec cette valeur existe déjà"
|
msgstr "Une colonne '%s' avec cette valeur existe déjà"
|
||||||
|
|
||||||
#: config.php:55 config.php:86
|
#: config.php:55 config.php:87
|
||||||
#, php-format
|
#, php-format
|
||||||
msgid "The configuration file '%s' is not readable"
|
msgid "The configuration file '%s' is not readable"
|
||||||
msgstr "Le fichier de configuration '%s' n'est pas lisible"
|
msgstr "Le fichier de configuration '%s' n'est pas lisible"
|
||||||
|
|
||||||
#: dblayer.php:196
|
#: dblayer.php:461
|
||||||
msgid "The datas provided to create are not array"
|
msgid "The datas provided to create are not array"
|
||||||
msgstr "Les données fournies à créer ne sont pas un tableau"
|
msgstr "Les données fournies à créer ne sont pas un tableau"
|
||||||
|
|
||||||
#: authsympa.php:80
|
#: authsympa.php:85
|
||||||
msgid "The details can't be provided by Sympa"
|
msgid "The details can't be provided by Sympa"
|
||||||
msgstr "Les détails ne peuvent pas être fournis par Sympa"
|
msgstr "Les détails ne peuvent pas être fournis par Sympa"
|
||||||
|
|
||||||
#: dblayer.php:164
|
#: dblayer.php:110
|
||||||
msgid "The directory for SQLite database is write protected"
|
msgid "The directory for SQLite database is write protected"
|
||||||
msgstr "Le répertoire de la base SQLite est protégé en écriture"
|
msgstr "Le répertoire de la base SQLite est protégé en écriture"
|
||||||
|
|
||||||
#: dblayer.php:330 dblayer.php:609
|
#: dblayer.php:399
|
||||||
|
#, php-format
|
||||||
|
msgid "The foreign column '%s' is not provided"
|
||||||
|
msgstr "La clé étrangère '%s' n'est pas fournie"
|
||||||
|
|
||||||
|
#: dblayer.php:433
|
||||||
#, php-format
|
#, php-format
|
||||||
msgid "The foreign key '%s' doesn't exists"
|
msgid "The foreign key '%s' doesn't exists"
|
||||||
msgstr "La clé étrangère '%s' n'existe pas"
|
msgstr "La clé étrangère '%s' n'existe pas"
|
||||||
|
|
||||||
#: dblayer.php:230 dblayer.php:476
|
#: dblayer.php:258
|
||||||
#, php-format
|
#, php-format
|
||||||
msgid "The length of varchar field '%s' is not provided"
|
msgid "The length of varchar field '%s' is not provided"
|
||||||
msgstr "La longueur du champ varchar '%s' n'est pas fournie"
|
msgstr "La longueur du champ varchar '%s' n'est pas fournie"
|
||||||
|
|
||||||
#: authsympa.php:63
|
#: authsympa.php:67
|
||||||
msgid "The list to check is not defined"
|
msgid "The list to check is not defined"
|
||||||
msgstr "La liste à vérifier n'est pas définie"
|
msgstr "La liste à vérifier n'est pas définie"
|
||||||
|
|
||||||
#: authldap.php:104
|
#: authldap.php:105
|
||||||
msgid "The password can't be change for LDAP users"
|
msgid "The password can't be change for LDAP users"
|
||||||
msgstr "Le mot de passe ne peut pas être changé pour les utilisateurs LDAP"
|
msgstr "Le mot de passe ne peut pas être changé pour les utilisateurs LDAP"
|
||||||
|
|
||||||
#: authsession.php:51
|
#: authsession.php:52
|
||||||
msgid "The password can't be change for SESSION users"
|
msgid "The password can't be change for SESSION users"
|
||||||
msgstr "Le mot de passe ne peut pas être changé pour les utilisateurs SESSION"
|
msgstr "Le mot de passe ne peut pas être changé pour les utilisateurs SESSION"
|
||||||
|
|
||||||
#: authsympa.php:89
|
#: authsympa.php:95
|
||||||
msgid "The password can't be change for SYMPA users"
|
msgid "The password can't be change for SYMPA users"
|
||||||
msgstr "Le mot de passe ne peut pas être changé pour les utilisateurs SYMPA"
|
msgstr "Le mot de passe ne peut pas être changé pour les utilisateurs SYMPA"
|
||||||
|
|
||||||
#: authorizationdb.php:521
|
#: authorizationdb.php:572
|
||||||
#, php-format
|
#, php-format
|
||||||
msgid "The path %s is not found in database"
|
msgid "The path %s is not found in database"
|
||||||
msgstr "Le chemin %s est introuvable dans la base de données"
|
msgstr "Le chemin %s est introuvable dans la base de données"
|
||||||
|
|
||||||
#: dblayer.php:285 dblayer.php:554
|
#: dblayer.php:364
|
||||||
#, php-format
|
#, php-format
|
||||||
msgid "The provided values for columns '%s' already exists"
|
msgid "The provided values for columns '%s' already exists"
|
||||||
msgstr "Les valeurs fournies pour les colonnes '%s' existent déjà"
|
msgstr "Les valeurs fournies pour les colonnes '%s' existent déjà"
|
||||||
|
|
||||||
#: authorizationdb.php:209
|
#: authorizationdb.php:225
|
||||||
msgid "The root can not be removed"
|
msgid "The root can not be removed"
|
||||||
msgstr "La racine ne peut pas être supprimée"
|
msgstr "La racine ne peut pas être supprimée"
|
||||||
|
|
||||||
#: authorizationdb.php:312
|
#: authorizationdb.php:342
|
||||||
msgid "The user must be in the wanted group"
|
msgid "The user must be in the wanted group"
|
||||||
msgstr "L'utilisateur doit être dans le groupe voulu"
|
msgstr "L'utilisateur doit être dans le groupe voulu"
|
||||||
|
|
||||||
#: dblayer.php:194
|
#: dblayer.php:458
|
||||||
msgid "Unique fields of table are not defined"
|
msgid "Unique fields of table are not defined"
|
||||||
msgstr "Les champs Uniques de la table ne sont pas définis"
|
msgstr "Les champs Uniques de la table ne sont pas définis"
|
||||||
|
|
||||||
#: dblayer.php:709
|
#: form.php:87
|
||||||
#, php-format
|
|
||||||
msgid "Unknown DB engine for drop table '%s'"
|
|
||||||
msgstr "Pilote de base de données inconnu pour l'effacement de table '%s'"
|
|
||||||
|
|
||||||
#: form.php:86
|
|
||||||
msgid "Unknown FORM method (GET or POST allowed)"
|
msgid "Unknown FORM method (GET or POST allowed)"
|
||||||
msgstr "Méthode FORM inconnue (GET ou POST autorisés)"
|
msgstr "Méthode FORM inconnue (GET ou POST autorisés)"
|
||||||
|
|
||||||
#: dblayer.php:794
|
#: dblayer.php:849
|
||||||
msgid "Unknown additionnal parameter for field"
|
msgid "Unknown additionnal parameter for field"
|
||||||
msgstr "Paramètre additionnel inconnu pour le champ"
|
msgstr "Paramètre additionnel inconnu pour le champ"
|
||||||
|
|
||||||
#: dblayer.php:882 dblayer.php:974
|
#: dblayer.php:942 dblayer.php:1039
|
||||||
#, php-format
|
#, php-format
|
||||||
msgid "Unknown additionnal parameter for field '%s'"
|
msgid "Unknown additionnal parameter for field '%s'"
|
||||||
msgstr "Paramètre additionnel inconnu pour le champ '%s'"
|
msgstr "Paramètre additionnel inconnu pour le champ '%s'"
|
||||||
|
|
||||||
#: dblayer.php:116
|
#: dblayer.php:193
|
||||||
msgid "Unknown database driver in listTables"
|
msgid "Unknown database driver in listTables"
|
||||||
msgstr "Pilote de base de données inconnu dans listTables"
|
msgstr "Pilote de base de données inconnu dans listTables"
|
||||||
|
|
||||||
#: dblayer.php:256 dblayer.php:502
|
#: dblayer.php:300
|
||||||
#, php-format
|
#, php-format
|
||||||
msgid "Unknown field type for '%s'"
|
msgid "Unknown field type for '%s'"
|
||||||
msgstr "Type inconnu pour '%s'"
|
msgstr "Type inconnu pour '%s'"
|
||||||
|
|
||||||
#: dblayer.php:777
|
#: authzgroups.php:432 authzgroups.php:475
|
||||||
|
msgid "Unknown right provided (RO/RW only)"
|
||||||
|
msgstr "Droit fourni unconnu (RO/RW seulement)"
|
||||||
|
|
||||||
|
#: authzgroups.php:74
|
||||||
|
msgid "Unknown right stored"
|
||||||
|
msgstr "Droit inconnu sauvegardé"
|
||||||
|
|
||||||
|
#: dblayer.php:831
|
||||||
#, php-format
|
#, php-format
|
||||||
msgid "Unknown type '%s' provided for field '%s'"
|
msgid "Unknown type '%s' provided for field '%s'"
|
||||||
msgstr "Type inconnu '%s' pour le champ '%s'"
|
msgstr "Type inconnu '%s' pour le champ '%s'"
|
||||||
|
|
||||||
#: dblayer.php:864 dblayer.php:957
|
#: dblayer.php:923 dblayer.php:1021
|
||||||
#, php-format
|
#, php-format
|
||||||
msgid "Unknown type provided for field '%s'"
|
msgid "Unknown type provided for field '%s'"
|
||||||
msgstr "Type inconnu pour le champ '%s'"
|
msgstr "Type inconnu pour le champ '%s'"
|
||||||
|
|
||||||
#: cacheoutput.php:30
|
#: cacheoutput.php:31
|
||||||
#, php-format
|
#, php-format
|
||||||
msgid "Unkwnown cache method : "
|
msgid "Unkwnown cache method : "
|
||||||
msgstr "Méthode de cache inconnue : "
|
msgstr "Méthode de cache inconnue : "
|
||||||
|
|
||||||
|
#: authzgroups.php:366
|
||||||
|
msgid "Wanted GroupMember not found"
|
||||||
|
msgstr "Le GroupMember souhaité est introuvable"
|
||||||
|
|
||||||
|
#: authzgroups.php:298 authzgroups.php:311 authzgroups.php:343
|
||||||
|
#: authzgroups.php:360 authzgroups.php:411 authzgroups.php:438
|
||||||
|
#: authzgroups.php:497
|
||||||
|
msgid "Wanted group not found"
|
||||||
|
msgstr "Le Group souhaité est introuvable"
|
||||||
|
|
||||||
|
#: authzgroups.php:241 authzgroups.php:254 authzgroups.php:442
|
||||||
|
#: authzgroups.php:501
|
||||||
|
msgid "Wanted object not found"
|
||||||
|
msgstr "L'Objet souhaité est introuvable"
|
||||||
|
|
||||||
|
#: authzgroups.php:458 authzgroups.php:481
|
||||||
|
msgid "Wanted right not found"
|
||||||
|
msgstr "Le Droit souhaité est introuvable"
|
||||||
|
|
||||||
|
#: authzgroups.php:141
|
||||||
|
msgid "idobject"
|
||||||
|
msgstr "idobject"
|
||||||
|
|
||||||
|
#: dblayer.php:237
|
||||||
|
msgid "in"
|
||||||
|
msgstr " dans "
|
||||||
|
|
||||||
|
#~ msgid "An entry already exists with this value in the column '%s'"
|
||||||
|
#~ msgstr "Une entrée existe déjà avec cette valeur dans la colonne '%s'"
|
||||||
|
|
||||||
|
#~ msgid "Don't receive any field to display"
|
||||||
|
#~ msgstr "Pas reçu de champ à afficher"
|
||||||
|
|
||||||
|
#~ msgid "Errors in consistency : "
|
||||||
|
#~ msgstr "Erreurs de consistance : "
|
||||||
|
|
||||||
|
#~ msgid "Unknown DB engine for drop table '%s'"
|
||||||
|
#~ msgstr "Pilote de base de données inconnu pour l'effacement de table '%s'"
|
||||||
|
|||||||
Reference in New Issue
Block a user