Changeset 7832
- Timestamp:
- Nov 21, 2010, 10:25:44 PM (14 years ago)
- Location:
- extensions/event_cats
- Files:
-
- 22 edited
Legend:
- Unmodified
- Added
- Removed
-
extensions/event_cats/admin/autolog_entries.inc.php
r7066 r7832 36 36 // +-----------------------------------------------------------------------+ 37 37 38 // Keeps file coded in UTF-8 without BOM 38 // Keeps file coded in UTF-8 without BOM: é 39 39 40 40 if (!defined('PHPWG_ROOT_PATH')) die('Hacking attempt!'); -
extensions/event_cats/admin/autolog_new.inc.php
r7810 r7832 36 36 // +-----------------------------------------------------------------------+ 37 37 38 // Keeps file coded in UTF-8 without BOM 38 // Keeps file coded in UTF-8 without BOM: é 39 39 40 40 if (!defined('PHPWG_ROOT_PATH')) die('Hacking attempt!'); -
extensions/event_cats/admin/config.inc.php
r7811 r7832 36 36 // +-----------------------------------------------------------------------+ 37 37 38 // Keeps file coded in UTF-8 without BOM 38 // Keeps file coded in UTF-8 without BOM: é 39 39 40 40 if (!defined('PHPWG_ROOT_PATH')) die('Hacking attempt!'); -
extensions/event_cats/admin/duplication.inc.php
r7811 r7832 36 36 // +-----------------------------------------------------------------------+ 37 37 38 // Keeps file coded in UTF-8 without BOM 38 // Keeps file coded in UTF-8 without BOM: é 39 39 40 40 if (!defined('PHPWG_ROOT_PATH')) die('Hacking attempt!'); -
extensions/event_cats/admin/evntcats_admin.php
r7663 r7832 36 36 // +-----------------------------------------------------------------------+ 37 37 38 // Keeps file coded in UTF-8 without BOM 38 // Keeps file coded in UTF-8 without BOM: é 39 39 40 40 if (!defined('PHPWG_ROOT_PATH')) die('Hacking attempt!'); -
extensions/event_cats/admin/evntcats_theme.css
r4500 r7832 1 /* Keeps file coded in UTF-8 without BOM 1 /* Keeps file coded in UTF-8 without BOM: é */ 2 2 3 3 #ec_js_warn { -
extensions/event_cats/admin/template/autolog_entries.js
r5058 r7832 1 1 /* Event Cats Javascript functions LucMorizur June 2009 - ... */ 2 2 3 // Keeps file coded in UTF-8 without BOM 3 // Keeps file coded in UTF-8 without BOM: é 4 4 5 5 var ec_checked_line = -1; -
extensions/event_cats/admin/template/autolog_entries.tpl
r7663 r7832 1 1 {* <!-- Event Cats (event categories) LucMorizur June 2009 - ... --> *} 2 2 3 {* <!-- Keeps file coded in UTF-8 without BOM 3 {* <!-- Keeps file coded in UTF-8 without BOM: é --> *} 4 4 5 5 {include file=$HeaderIncTPL} -
extensions/event_cats/admin/template/autolog_new.js
r7828 r7832 1 1 /* Event Cats Javascript functions LucMorizur June 2009 - ... */ 2 2 3 // Keeps file coded in UTF-8 without BOM 3 // Keeps file coded in UTF-8 without BOM: é 4 4 5 5 // All variables declarations -
extensions/event_cats/admin/template/autolog_new.tpl
r7828 r7832 1 1 {* <!-- Event Cats (event categories) LucMorizur June 2009 - ... --> *} 2 2 3 {* <!-- Keeps file coded in UTF-8 without BOM 3 {* <!-- Keeps file coded in UTF-8 without BOM: é --> *} 4 4 5 5 {include file = $HeaderIncTPL} … … 314 314 <!-- 315 315 Next steps: 316 _ check if initialize validity date with JS is doable ; 317 _ check if ' onchange = "ec_update_ts();" ' can be used ; 316 _ check if initialize validity date with JS is doable ; DONE 317 _ check if ' onchange = "ec_update_ts();" ' can be used ; DONE 318 318 _ implement JS ; 319 319 _ implement PHP ; … … 339 339 <p style = "text-align:left;"> 340 340 <select id = "ec_validity_day_id" name = "ec_validity_day"> 341 <option value = "0"> ——</option>341 <option value = "0">--</option> 342 342 {section name=day start=1 loop=32} 343 343 <option value = "{$smarty.section.day.index}"> … … 403 403 <!-- jQuery datepicker : voir http://fr.piwigo.org/forum/viewtopic.php?id=19042 --> 404 404 <select id = "ec_min_day_id" name = "ec_min_day"> 405 <option value = "0"> ——</option>405 <option value = "0">--</option> 406 406 {section name=day start=1 loop=32} 407 407 <option value = "{$smarty.section.day.index}" {if $smarty.section.day.index == 14} selected = "selected" {/if} > -
extensions/event_cats/admin/template/config.js
r5058 r7832 1 1 /* Event Cats Javascript functions LucMorizur June 2009 - ... */ 2 2 3 // Keeps file coded in UTF-8 without BOM 3 // Keeps file coded in UTF-8 without BOM: é 4 4 5 5 // All variables declarations -
extensions/event_cats/admin/template/config.tpl
r7811 r7832 1 1 {* <!-- Event Cats (event categories) LucMorizur June 2009 - ... --> *} 2 2 3 {* <!-- Keeps file coded in UTF-8 without BOM 3 {* <!-- Keeps file coded in UTF-8 without BOM: é --> *} 4 4 5 5 {include file=$HeaderIncTPL} -
extensions/event_cats/admin/template/duplication.tpl
r7811 r7832 1 1 {* <!-- Event Cats (event categories) LucMorizur June 2009 - ... --> *} 2 2 3 {* <!-- Keeps file coded in UTF-8 without BOM 3 {* <!-- Keeps file coded in UTF-8 without BOM: é --> *} 4 4 5 5 {include file=$HeaderIncTPL} -
extensions/event_cats/admin/template/footer.inc.tpl
r7663 r7832 1 1 {* <!-- Event Cats (event categories) LucMorizur June 2009 - ... --> *} 2 2 3 {* <!-- Keeps file coded in UTF-8 without BOM 3 {* <!-- Keeps file coded in UTF-8 without BOM: é --> *} 4 4 5 5 {* <!-- Common Event Cats admin pages footer --> *} -
extensions/event_cats/admin/template/header.inc.tpl
r7663 r7832 1 1 {* <!-- Event Cats (event categories) LucMorizur June 2009 - ... --> *} 2 2 3 {* <!-- Keeps file coded in UTF-8 without BOM 3 {* <!-- Keeps file coded in UTF-8 without BOM: é --> *} 4 4 5 5 {* <!-- Common Event Cats admin pages "header" --> *} -
extensions/event_cats/admin/template/header.js
r7663 r7832 1 1 /* Event Cats Javascript functions LucMorizur June 2009 - ... */ 2 2 3 // Keeps file coded in UTF-8 without BOM 3 // Keeps file coded in UTF-8 without BOM: é 4 4 5 5 // All variables declarations -
extensions/event_cats/include/ec_conf.inc.php
r7084 r7832 23 23 // +-----------------------------------------------------------------------+ 24 24 25 // Keeps file coded in UTF-8 without BOM 25 // Keeps file coded in UTF-8 without BOM: é 26 26 27 27 if (!defined('PHPWG_ROOT_PATH')) die('Hacking attempt!'); -
extensions/event_cats/include/evntcats_admin_funcs.inc.php
r7117 r7832 23 23 // +-----------------------------------------------------------------------+ 24 24 25 // Keeps file coded in UTF-8 without BOM 25 // Keeps file coded in UTF-8 without BOM: é 26 26 27 27 // *************************************************************************** -
extensions/event_cats/language/en_UK/duplic.lang.php
r5058 r7832 7 7 */ 8 8 9 // Keeps file coded in UTF-8 without BOM 9 // Keeps file coded in UTF-8 without BOM: é 10 10 11 11 $lang['Duplicate'] = 'Duplicate'; -
extensions/event_cats/language/en_UK/plugin.lang.php
r7811 r7832 7 7 */ 8 8 9 // Keeps file coded in UTF-8 without BOM 9 // Keeps file coded in UTF-8 without BOM: é 10 10 11 11 // Convenient … … 19 19 // "Header" 20 20 $lang['Admin page title'] = 'Event Categories'; 21 $lang['Acknowledgement'] = 'the purpose of this extension is to allow automatic logging of an account ("autolog"), and duplication of the account with which the visitor is currently logged in ("duplication").<br><br>Many thanks to the Forum, plg, ddtddt, flipflip, VDigital, Gotcha for the tests, P@t for the main code :-)!';22 $lang['JS needed'] = 'Java script MUST be activated for this page to work properly!';21 $lang['Acknowledgement'] = 'the purpose of this extension is to allow automatic logging of an account ("autolog"), and duplication of the account with which the visitor is currently logged in ("duplication").<br><br>Many thanks to the Forum, plg, ddtddt, flipflip, VDigital, Gotcha for the tests, P@t for the main code :-) !'; 22 $lang['JS needed'] = 'JavaScript MUST be activated for this page to work properly!'; 23 23 $lang['Show'] = 'show'; 24 24 $lang['Hide'] = 'hide'; 25 25 26 26 // Autolog page 27 $lang['Additional Pages active'] = 'Additional Pages plugin 28 $lang['Additional Pages inactive'] = $t_ap2.' plugin (display a text page) 27 $lang['Additional Pages active'] = 'Additional Pages plugin: activated'; 28 $lang['Additional Pages inactive'] = $t_ap2.' plugin (display a text page): not activated'; 29 29 $lang['Autolog entries'] = '"Autolog" entries'; 30 30 $lang['Place title on top ttip'] = 'Display this title in the head of the page'; … … 37 37 $lang['Tools'] = 'Tools'; 38 38 $lang['Selected entry'] = 'Selected entry'; 39 $lang['URL'] = 'URL 39 $lang['URL'] = 'URL: '; 40 40 $lang['Test'] = 'Test'; 41 41 $lang['Delete'] = 'Delete'; … … 55 55 $lang['New entry'] = 'New entry'; 56 56 $lang['Full auto'] = 'Full auto (select first a page to display)'; 57 $lang['New code'] = 'New code 57 $lang['New code'] = 'New code:'; 58 58 $lang['Auto code button'] = 'Generate a code'; 59 59 $lang['Auto code mid'] = 'having'; … … 63 63 $lang['Comment'] = 'Comment'; 64 64 $lang['Optional'] = 'Personal memo displayed only in administration pages'; 65 $lang['Existing code'] = 'Existing code 65 $lang['Existing code'] = 'Existing code:'; 66 66 $lang['Identified user'] = 'Identified user'; 67 67 $lang['No user'] = 'None (outdated entry)'; … … 69 69 $lang['New username'] = 'Username'; 70 70 $lang['New password'] = 'Password'; 71 $lang['Confirm password'] = 'Confirm pwd 71 $lang['Confirm password'] = 'Confirm pwd:'; 72 72 $lang['New group'] = 'New group'; 73 73 $lang['Generate username'] = 'Generate a username (select first a page to display)'; 74 $lang['Existing user'] = 'Existing user 74 $lang['Existing user'] = 'Existing user:'; 75 75 $lang['Displayed page'] = 'Displayed page'; 76 76 $lang['Forced'] = 'Forced'; … … 88 88 $lang['Selection per group'] = 'Selection by group'; 89 89 $lang['All accounts'] = 'All accounts'; 90 $lang['Register replacement'] = 'Register link 91 // %1$s : line feed ; %2$s : "register" ; %3$s: "duplicate"90 $lang['Register replacement'] = 'Register link:%1$s for all accounts that can be duplicated,%1$s replace "%2$s" with "%3$s"'; 91 // %1$s: line feed; %2$s: "register"; %3$s: "duplicate" 92 92 $lang['All but generics'] = 'All accounts but generic ones'; 93 93 $lang['Duplication allowed'] = 'Duplication allowed'; … … 114 114 $lang['Banner off'] = 'Desactivated'; 115 115 $lang['Display connection'] = 'Display "%2$s" link%1$s to generic users'; 116 // %1$s : line feed ; %2$s: "Connection"116 // %1$s: line feed; %2$s: "Connection" 117 117 118 118 // JS messages 119 $lang['ec_confirm_test'] = "Really test the selected code 120 $lang['ec_confirm_delete'] = "Do you really want to delete the selected entry 121 $lang['ec_confirm_disable'] = "Do you really want to make the selected entry outdated 122 $lang['ec_confirm_force'] = "Do you really want to force the displayed page for the selected entry 119 $lang['ec_confirm_test'] = "Really test the selected code?\n\rThis will terminate your administration session."; 120 $lang['ec_confirm_delete'] = "Do you really want to delete the selected entry?"; 121 $lang['ec_confirm_disable'] = "Do you really want to make the selected entry outdated?\n\rThis will delete all other entries using the same code, if any."; 122 $lang['ec_confirm_force'] = "Do you really want to force the displayed page for the selected entry?\n\rThis will delete all other entries using the same code, if any."; 123 123 $lang['ec_confirm_del_other'] = "This will delete all other entries using the same code, if any.\n\rOK?"; 124 124 $lang['ec_confirm_change_user'] = "Username modification will delete\n\rall other entries using the same code, if any. OK?"; … … 165 165 $lang['ec_image_miss'] = 'image doesn\'t exist (probably deleted)'; 166 166 $lang['ec_add_page_miss'] = 'Additional Pages page doesn\'t exist (probably deleted)'; 167 $lang['ec_entry_del_nok'] = 'Problem when deleting entry %s 167 $lang['ec_entry_del_nok'] = 'Problem when deleting entry %s: '; 168 168 $lang['ec_user_create_pb'] = 'New user creation impossible'; 169 169 $lang['ec_user_generic_pb'] = 'Problem when making user "%s" generic'; … … 174 174 $lang['ec_entry_dont_exist'] = 'Entry %s doesn\'t exist'; 175 175 $lang['ec_assoc_pb'] = 'Impossible to link "%1$s" to "%2$s"'; 176 $lang['ec_DB_problem'] = 'Database access problem (position %s) 176 $lang['ec_DB_problem'] = 'Database access problem (position %s): '; 177 177 178 178 // Entries table … … 184 184 $lang['ec_nok'] = 'NO'; 185 185 $lang['ec_nok_ap_pb'] = 'NO'; 186 $lang['ec_nok_userid_miss'] = 'NO 187 $lang['ec_nok_action_pb'] = 'NO 188 $lang['ec_nok_userid_pb'] = 'NO 186 $lang['ec_nok_userid_miss'] = 'NO: user unknown'; 187 $lang['ec_nok_action_pb'] = 'NO: "action" corrupted'; 188 $lang['ec_nok_userid_pb'] = 'NO: "user_id" corrupted'; 189 189 // Username can't be displayed 190 190 $lang['ec_dspl_nok_actn'] = '"action" unusable'; … … 192 192 $lang['ec_dspl_nok_usr'] = 'User n°%s doesn\'t exist'; 193 193 // displayed pages 194 $lang['ec_dspl_ok_cat'] = 'Category n°%1$s 195 // %1$s : category id, %2$s: name196 $lang['ec_dspl_ok_img2'] = 'image n°%1$s 197 // %1$s : image id, %2$s : name, %3$s: filename198 $lang['ec_dspl_ok_ap'] = 'Additional Page n°%1$s 199 // %1$s : add. p. id, %2$s: name194 $lang['ec_dspl_ok_cat'] = 'Category n°%1$s: %2$s'; 195 // %1$s: category id, %2$s: name 196 $lang['ec_dspl_ok_img2'] = 'image n°%1$s: %2$s (%3$s)'; 197 // %1$s: image id, %2$s: name, %3$s: filename 198 $lang['ec_dspl_ok_ap'] = 'Additional Page n°%1$s: %2$s'; 199 // %1$s: add. p. id, %2$s: name 200 200 $lang['ec_dspl_nok_ap'] = ' (Additional Page n°%s doesn\'t exist)'; 201 201 $lang['ec_dspl_nok_cat'] = ' (catégorie n°%s doesn\'t exist)'; 202 202 $lang['ec_dspl_nok_img2'] = ' (image n°%1$s doesn\'t exist in category n°%2$s)'; 203 // %1$s : image id, %2$s: category id203 // %1$s: image id, %2$s: category id 204 204 205 205 // Help banner … … 214 214 215 215 // Modify entry tab, general case 216 $lang['ec_help_banner1_new_m'] = 'Select a <span class = "help_bi">code</span> to change the corresponding <span class = "help_bi">identified user</span> and / or the <span class = "help_bi">page to be displayed</span>. If you <span class = "help_b">force</span> the page to be displayed, or change the identified user, other entries using the same code will be deleted. Choosing <span class = "help_b">None</span> as identified user, or <span class = "help_b">Access denied</span> as page to display, will render the entry "outdated" 216 $lang['ec_help_banner1_new_m'] = 'Select a <span class = "help_bi">code</span> to change the corresponding <span class = "help_bi">identified user</span> and / or the <span class = "help_bi">page to be displayed</span>. If you <span class = "help_b">force</span> the page to be displayed, or change the identified user, other entries using the same code will be deleted. Choosing <span class = "help_b">None</span> as identified user, or <span class = "help_b">Access denied</span> as page to display, will render the entry "outdated": no identification, but you can display a personalized page to give an explanation. To <span class = "help_b">generate a username</span>, select first the <span class = "help_bi">page to display</span>, as the username based on the name of the page to display.'; 217 217 218 218 // Modify entry tab, disable case … … 223 223 224 224 // Configuration tab 225 $lang['ec_help_banner1_config'] = '<span class = "help_i">Duplicate an account</span> when a user is already identified, creates another account having exactly the same permissions: no need to wait for an administrator\'s validation. — Select the page you want to be displayed in case of an unknown code usage (for instance, a code you have deleted). — In the "Autolog entries" tab, the comments can be displayed as tooltips, or on a new line under the code. — As you\'re currently reading it, the help banner is currently active ;-) ! —Display the "Connection" link to generic users, allows users already registered on your gallery to log in easily.';225 $lang['ec_help_banner1_config'] = '<span class = "help_i">Duplicate an account</span> when a user is already identified, creates another account having exactly the same permissions: no need to wait for an administrator\'s validation. — Select the page you want to be displayed in case of an unknown code usage (for instance, a code you have deleted). — In the "Autolog entries" tab, the comments can be displayed as tooltips, or on a new line under the code. — As you\'re currently reading it, the help banner is currently active ;-) ! — Display the "Connection" link to generic users, allows users already registered on your gallery to log in easily.'; 226 226 227 227 -
extensions/event_cats/language/fr_FR/duplic.lang.php
r5058 r7832 7 7 */ 8 8 9 // Keeps file coded in UTF-8 without BOM 9 // Keeps file coded in UTF-8 without BOM: é 10 10 11 11 $lang['Duplicate'] = 'Dupliquer'; -
extensions/event_cats/language/fr_FR/plugin.lang.php
r7811 r7832 7 7 */ 8 8 9 // Keeps file coded in UTF-8 without BOM 9 // Keeps file coded in UTF-8 without BOM: é 10 10 11 11 // Convenient … … 19 19 // "Header" 20 20 $lang['Admin page title'] = 'Event Categories'; 21 $lang['Acknowledgement'] = 'Event Categories, pour catégories événementielles :<br>cette extension permet d\'identifier automatiquement un compte ("autolog"), et de dupliquer le compte sous lequel un visiteur est identifié ("duplication").<br><br>Merci au Forum, plg, ddtddt, flipflip, VDigital, Gotcha pour les tests, P@t pour le code principal :-)!';22 $lang['JS needed'] = 'Java script DOIT être activé sur votre navigateur pour un fonctionnement correct de cette page!';21 $lang['Acknowledgement'] = 'Event Categories, pour catégories événementielles :<br>cette extension permet d\'identifier automatiquement un compte ("autolog"), et de dupliquer le compte sous lequel un visiteur est identifié ("duplication").<br><br>Merci au Forum, plg, ddtddt, flipflip, VDigital, Gotcha pour les tests, P@t pour le code principal :-) !'; 22 $lang['JS needed'] = 'JavaScript DOIT être activé sur votre navigateur pour un fonctionnement correct de cette page !'; 23 23 $lang['Show'] = 'montrer'; 24 24 $lang['Hide'] = 'cacher'; 25 25 26 26 // Autolog page 27 $lang['Additional Pages active'] = 'Plugin Additional Pages 28 $lang['Additional Pages inactive'] = 'Plugin '.$t_ap2.' (afficher une page de texte) 27 $lang['Additional Pages active'] = 'Plugin Additional Pages : actif'; 28 $lang['Additional Pages inactive'] = 'Plugin '.$t_ap2.' (afficher une page de texte) : inactif'; 29 29 $lang['Autolog entries'] = 'Entrées du paramètre "autolog"'; 30 30 $lang['Place title on top ttip'] = 'Placer ce titre en haut de la page'; … … 33 33 $lang['Code'] = 'Code'; 34 34 $lang['Username'] = 'Utilisateur'; 35 $lang['Identification'] = 'Identification 35 $lang['Identification'] = 'Identification ?'; 36 36 $lang['Displayed page'] = 'Page affichée'; 37 37 $lang['Tools'] = 'Outils'; 38 38 $lang['Selected entry'] = 'Entrée sélectionnée'; 39 $lang['URL'] = 'URL 39 $lang['URL'] = 'URL : '; 40 40 $lang['Test'] = 'Tester'; 41 41 $lang['Delete'] = 'Supprimer'; … … 55 55 $lang['New entry'] = 'Nouvelle entrée'; 56 56 $lang['Full auto'] = 'Tout automatique (sélectionnez d\'abord une page à afficher)'; 57 $lang['New code'] = 'Nouveau code 57 $lang['New code'] = 'Nouveau code :'; 58 58 $lang['Auto code button'] = 'Générer un code'; 59 59 $lang['Auto code mid'] = 'de'; … … 63 63 $lang['Comment'] = 'Commentaire'; 64 64 $lang['Optional'] = 'Note personnelle visible uniquement dans l\'administration'; 65 $lang['Existing code'] = 'Code existant 65 $lang['Existing code'] = 'Code existant :'; 66 66 $lang['Identified user'] = 'Utilisateur identifié'; 67 67 $lang['No user'] = 'Aucun (entrée périmée)'; 68 $lang['New generic user'] = 'Nouvel utilisateur (créer un compte générique) 68 $lang['New generic user'] = 'Nouvel utilisateur (créer un compte générique) :'; 69 69 $lang['New username'] = 'Nom d\'utilisateur'; 70 70 $lang['New password'] = 'Mot de passe'; 71 $lang['Confirm password'] = 'Confirmez 71 $lang['Confirm password'] = 'Confirmez :'; 72 72 $lang['New group'] = 'Nouveau groupe'; 73 73 $lang['Generate username'] = 'Générer un nom d\'utilisateur (sélectionnez d\'abord une page à afficher)'; 74 $lang['Existing user'] = 'Utilisateur existant 74 $lang['Existing user'] = 'Utilisateur existant :'; 75 75 $lang['Displayed page'] = 'Page affichée'; 76 76 $lang['Forced'] = 'Forcée'; … … 88 88 $lang['Selection per group'] = 'Sélection par groupes'; 89 89 $lang['All accounts'] = 'Tous les comptes'; 90 $lang['Register replacement'] = 'Affichage du lien d\'enregistrement 90 $lang['Register replacement'] = 'Affichage du lien d\'enregistrement :%1$s pour les comptes pouvant être dupliqués,%1$s remplacer "%2$s" par "%3$s"'; 91 91 // %1$s : line feed ; %2$s : "register" ; %3$s : "duplicate" 92 92 $lang['All but generics'] = 'Tous les comptes sauf les génériques'; … … 133 133 $lang['ec_user_already_exists'] = "Ce nom d'utilisateur existe déjà."; 134 134 $lang['ec_conf_pwd_dont_match'] = "Le mot de passe n'est pas correctement confirmé."; 135 $lang['ec_new_pwd_gen'] = "Pensez à NOTER le mot de passe 135 $lang['ec_new_pwd_gen'] = "Pensez à NOTER le mot de passe !"; 136 136 $lang['ec_act_cat_miss'] = "Catégorie ?"; 137 137 … … 165 165 $lang['ec_image_miss'] = 'image inexistante (probablement supprimée)'; 166 166 $lang['ec_add_page_miss'] = 'page Additional Pages inexistante (probablement supprimée)'; 167 $lang['ec_entry_del_nok'] = 'Problème avec suppression entrée %s 167 $lang['ec_entry_del_nok'] = 'Problème avec suppression entrée %s : '; 168 168 $lang['ec_user_create_pb'] = 'Création nouvel utilisateur impossible'; 169 169 $lang['ec_user_generic_pb'] = 'Problème passage générique utilisateur "%s"'; … … 174 174 $lang['ec_entry_dont_exist'] = 'Entrée %s inexistante'; 175 175 $lang['ec_assoc_pb'] = 'Association "%1$s" à "%2$s" impossible'; 176 $lang['ec_DB_problem'] = 'Problème d\'accès à la base (position %s) 176 $lang['ec_DB_problem'] = 'Problème d\'accès à la base (position %s) : '; 177 177 178 178 // Entries table … … 184 184 $lang['ec_nok'] = 'NON'; 185 185 $lang['ec_nok_ap_pb'] = 'NON'; 186 $lang['ec_nok_userid_miss'] = 'NON 187 $lang['ec_nok_action_pb'] = 'NON 188 $lang['ec_nok_userid_pb'] = 'NON 186 $lang['ec_nok_userid_miss'] = 'NON : utilisateur inconnu'; 187 $lang['ec_nok_action_pb'] = 'NON : "action" corrompu'; 188 $lang['ec_nok_userid_pb'] = 'NON : "user_id" corrompu'; 189 189 // Username can't be displayed 190 190 $lang['ec_dspl_nok_actn'] = '"action" inutilisable'; … … 192 192 $lang['ec_dspl_nok_usr'] = 'Utilisateur n°%s n\'existe pas'; 193 193 // displayed pages 194 $lang['ec_dspl_ok_cat'] = 'Catégorie n°%1$s 194 $lang['ec_dspl_ok_cat'] = 'Catégorie n°%1$s : %2$s'; 195 195 // %1$s : category id, %2$s : name 196 $lang['ec_dspl_ok_img2'] = 'image n°%1$s 196 $lang['ec_dspl_ok_img2'] = 'image n°%1$s : %2$s (%3$s)'; 197 197 // %1$s : image id, %2$s : name, %3$s : filename 198 $lang['ec_dspl_ok_ap'] = 'Additional Page n°%1$s 198 $lang['ec_dspl_ok_ap'] = 'Additional Page n°%1$s : %2$s'; 199 199 // %1$s : add. p. id, %2$s : name 200 200 $lang['ec_dspl_nok_ap'] = ' (Additional Page n°%s n\'existe pas)'; … … 205 205 // Help banner 206 206 // Entries tab 207 $lang['ec_help_banner1_entries'] = '<ul><li style = "list-style-image:url(plugins/event_cats/icon/disable.png);"><span class = "help_b">Rendre l\'entrée périmée</span> : pour désactiver un code, mais en affichant un message personnalisé ;</li><li style = "list-style-image:url(plugins/event_cats/icon/nforced.png);"><span class = "help_b">Forcer</span> : pour empêcher les utilisateurs d\'essayer d\'atteindre d\'autres pages en modifiant l\'URL ;<li style = "list-style-image:url(plugins/event_cats/icon/forced.png);"><span class = "help_b">Ne plus forcer</span> : pour pouvoir proposer plusieurs pages à afficher en utilisant le même code ;</li><li style = "list-style-image:url(plugins/event_cats/icon/duplicate.png);"><span class = "help_b">Recopier</span> : pour créer une autre entrée qui utilise le même code, mais redirige vers une autre page ;</li><li style = "list-style-image:url(plugins/event_cats/icon/url2.png);"><span class = "help_b">Tester</span> : pour voir si ça fonctionne 207 $lang['ec_help_banner1_entries'] = '<ul><li style = "list-style-image:url(plugins/event_cats/icon/disable.png);"><span class = "help_b">Rendre l\'entrée périmée</span> : pour désactiver un code, mais en affichant un message personnalisé ;</li><li style = "list-style-image:url(plugins/event_cats/icon/nforced.png);"><span class = "help_b">Forcer</span> : pour empêcher les utilisateurs d\'essayer d\'atteindre d\'autres pages en modifiant l\'URL ;<li style = "list-style-image:url(plugins/event_cats/icon/forced.png);"><span class = "help_b">Ne plus forcer</span> : pour pouvoir proposer plusieurs pages à afficher en utilisant le même code ;</li><li style = "list-style-image:url(plugins/event_cats/icon/duplicate.png);"><span class = "help_b">Recopier</span> : pour créer une autre entrée qui utilise le même code, mais redirige vers une autre page ;</li><li style = "list-style-image:url(plugins/event_cats/icon/url2.png);"><span class = "help_b">Tester</span> : pour voir si ça fonctionne ;-) ;</li><li style = "list-style-image:url(plugins/event_cats/icon/delete.png);"><span class = "help_b">Supprimer</span> : supprimer l\'entrée ;</li><li style = "list-style-image:url(plugins/event_cats/icon/modify.png);"><span class = "help_b">Modifier</span> : modifier l\'entrée.</ul>'; 208 208 209 209 // New entry tab, general case … … 214 214 215 215 // Modify entry tab, general case 216 $lang['ec_help_banner1_new_m'] = 'Sélectionnez un <span class = "help_bi">code</span> pour en changer l\'<span class = "help_bi">utilisateur à identifier</span> et / ou la <span class = "help_bi">page à afficher</span>. Si vous <span class = "help_b">forcez</span> l\'affichage ou si vous changez d\'utilisateur, toutes les autres entrées utilisant le même code seront supprimées. Choisir <span class = "help_b">aucun utilisateur</span>, ou <span class = "help_b">accès refusé</span> comme page à afficher, rend l\'entrée sélectionnée "périmée" 216 $lang['ec_help_banner1_new_m'] = 'Sélectionnez un <span class = "help_bi">code</span> pour en changer l\'<span class = "help_bi">utilisateur à identifier</span> et / ou la <span class = "help_bi">page à afficher</span>. Si vous <span class = "help_b">forcez</span> l\'affichage ou si vous changez d\'utilisateur, toutes les autres entrées utilisant le même code seront supprimées. Choisir <span class = "help_b">aucun utilisateur</span>, ou <span class = "help_b">accès refusé</span> comme page à afficher, rend l\'entrée sélectionnée "périmée" : pas d\'utilisateur identifié, mais possibilité d\'afficher une page personnalisée pour donner une explication. Pour <span class = "help_b">générer un nom d\'utilisateur</span>, sélectionnez d\'abord la <span class = "help_bi">page à afficher</span> car le nom d\'utilisateur est construit sur la base du nom de cette page.'; 217 217 218 218 // Modify entry tab, disable case … … 220 220 221 221 // Duplicate tab 222 $lang['ec_help_banner1_duplic'] = '<span class = "help_i">Dupliquer un compte</span> alors qu\'un utilisateur est déjà identifié, crée un autre compte avec exactement les mêmes accès, immédiatement 222 $lang['ec_help_banner1_duplic'] = '<span class = "help_i">Dupliquer un compte</span> alors qu\'un utilisateur est déjà identifié, crée un autre compte avec exactement les mêmes accès, immédiatement : pas besoin d\'attendre la validation d\'un administrateur. Sélectionnez les <span class = "help_bi">groupes</span>, <span class = "help_bi">types</span>, et / ou directement les <span class = "help_bi">utilisateurs</span> qui pourront dupliquer leur compte. Affichez "<span class = "help_b">S\'enregistrer</span>" pour les comptes génériques afin que la duplication leur soit transparente (voir <a href="popuphelp.php?page=help" onclick="popuphelp(this.href); return false;" title="Aide"><img src="admin/template/goto/theme/clear/icon/help.png" class="button" alt="(?)"> la page d\'aide</a> pour plus de détails).'; 223 223 224 224 // Configuration tab 225 $lang['ec_help_banner1_config'] = '<span class = "help_i">Dupliquer un compte</span> alors qu\'on est déjà identifié, crée un autre compte avec exactement les mêmes accès, immédiatement : pas besoin d\'attendre la validation d\'un administrateur. — Sélectionnez la page que vous voulez afficher lors de l\'utilisation d\'un code "autolog" inexistant (par exemple, que vous aurez supprimé). — Dans l\'onglet "entrées", les commentaires peuvent être affichés en info-bulle ou en-dessous du code. — Puisque vous êtes en train de le lire, le bandeau d\'aide est actuellement actif ;-) ! —Afficher le lien "Connection" pour les utilisateurs génériques permet aux visiteurs déjà enregistrés sur votre galerie de s\'identifier facilement.';225 $lang['ec_help_banner1_config'] = '<span class = "help_i">Dupliquer un compte</span> alors qu\'on est déjà identifié, crée un autre compte avec exactement les mêmes accès, immédiatement : pas besoin d\'attendre la validation d\'un administrateur. — Sélectionnez la page que vous voulez afficher lors de l\'utilisation d\'un code "autolog" inexistant (par exemple, que vous aurez supprimé). — Dans l\'onglet "entrées", les commentaires peuvent être affichés en info-bulle ou en-dessous du code. — Puisque vous êtes en train de le lire, le bandeau d\'aide est actuellement actif ;-) ! — Afficher le lien "Connection" pour les utilisateurs génériques permet aux visiteurs déjà enregistrés sur votre galerie de s\'identifier facilement.'; 226 226 227 227
Note: See TracChangeset
for help on using the changeset viewer.