Changeset 8956 for extensions/event_cats/language/en_UK
- Timestamp:
- Jan 28, 2011, 8:56:39 AM (14 years ago)
- Location:
- extensions/event_cats/language/en_UK
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
extensions/event_cats/language/en_UK/duplic.lang.php
r7832 r8956 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
r7847 r8956 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 : activated';28 $lang['Additional Pages inactive'] = $t_ap2.' plugin (display a text page) : not activated';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'; … … 80 80 $lang['Home'] = 'Home'; 81 81 $lang['Access denied'] = 'Access denied'; 82 $lang['Validity date'] = 'Validity date';83 $lang['Activate'] = 'Activate';84 $lang['Now + 2 mn'] = 'Now + 2 mn';85 $lang['Now button tooltip'] = 'Validity period can\'t be less than 1 mn. Considering processing time, 2 mn are required here.';86 $lang['Set time to'] = 'Set time to';87 $lang['Hours field tooltip'] = 'Format: hh:mm or h:m';88 $lang['Add'] = 'Add';89 $lang['Add button tooltip'] = 'Add following period to above selected date';90 $lang['Minutes'] = 'minute(s)';91 $lang['Hours'] = 'hour(s)';92 $lang['Days'] = 'day(s)';93 $lang['Months'] = 'month(s)';94 $lang['Years'] = 'year(s)';95 $lang['Do notify'] = 'When the code has<br>expired, notify';96 $lang['Notify label tooltip'] = 'This checkbox is ticked when one of the next checkboxes is';97 $lang['The user'] = 'the user';98 $lang['The webmaster'] = 'the webmaster';99 $lang['All administrators'] = 'all administrators';100 $lang['Page once code outdated'] = 'Page to assign to the code,<br>once it has expired';101 82 102 83 // Duplication page … … 107 88 $lang['Selection per group'] = 'Selection by group'; 108 89 $lang['All accounts'] = 'All accounts'; 109 $lang['Register replacement'] = 'Register link :%1$s for all accounts that can be duplicated,%1$s replace "%2$s" with "%3$s"';110 // %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 : nice line feed ; %2$s : "register" ; %3$s : "duplicate" 111 92 $lang['All but generics'] = 'All accounts but generic ones'; 112 93 $lang['Duplication allowed'] = 'Duplication allowed'; … … 133 114 $lang['Banner off'] = 'Desactivated'; 134 115 $lang['Display connection'] = 'Display "%2$s" link%1$s to generic users'; 135 // %1$s : line feed; %2$s: "Connection"116 // %1$s : nice line feed ; %2$s : "Connection" 136 117 137 118 // JS messages 138 $lang['ec_confirm_test'] = "Really test the selected code ?\n\rThis will terminate your administration session.";139 $lang['ec_confirm_delete'] = "Do you really want to delete the selected entry ?";140 $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.";141 $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.";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."; 142 123 $lang['ec_confirm_del_other'] = "This will delete all other entries using the same code, if any.\n\rOK?"; 143 124 $lang['ec_confirm_change_user'] = "Username modification will delete\n\rall other entries using the same code, if any. OK?"; … … 184 165 $lang['ec_image_miss'] = 'image doesn\'t exist (probably deleted)'; 185 166 $lang['ec_add_page_miss'] = 'Additional Pages page doesn\'t exist (probably deleted)'; 186 $lang['ec_entry_del_nok'] = 'Problem when deleting entry %s : ';167 $lang['ec_entry_del_nok'] = 'Problem when deleting entry %s : '; 187 168 $lang['ec_user_create_pb'] = 'New user creation impossible'; 188 169 $lang['ec_user_generic_pb'] = 'Problem when making user "%s" generic'; … … 193 174 $lang['ec_entry_dont_exist'] = 'Entry %s doesn\'t exist'; 194 175 $lang['ec_assoc_pb'] = 'Impossible to link "%1$s" to "%2$s"'; 195 $lang['ec_DB_problem'] = 'Database access problem (position %s) : ';176 $lang['ec_DB_problem'] = 'Database access problem (position %s) : '; 196 177 197 178 // Entries table … … 203 184 $lang['ec_nok'] = 'NO'; 204 185 $lang['ec_nok_ap_pb'] = 'NO'; 205 $lang['ec_nok_userid_miss'] = 'NO : user unknown';206 $lang['ec_nok_action_pb'] = 'NO : "action" corrupted';207 $lang['ec_nok_userid_pb'] = 'NO : "user_id" corrupted';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'; 208 189 // Username can't be displayed 209 190 $lang['ec_dspl_nok_actn'] = '"action" unusable'; … … 211 192 $lang['ec_dspl_nok_usr'] = 'User n°%s doesn\'t exist'; 212 193 // displayed pages 213 $lang['ec_dspl_ok_cat'] = 'Category n°%1$s : %2$s';214 // %1$s : category id, %2$s: name215 $lang['ec_dspl_ok_img2'] = 'image n°%1$s : %2$s (%3$s)';216 // %1$s : image id, %2$s: name, %3$s: filename217 $lang['ec_dspl_ok_ap'] = 'Additional Page n°%1$s : %2$s';218 // %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 219 200 $lang['ec_dspl_nok_ap'] = ' (Additional Page n°%s doesn\'t exist)'; 220 201 $lang['ec_dspl_nok_cat'] = ' (catégorie n°%s doesn\'t exist)'; 221 202 $lang['ec_dspl_nok_img2'] = ' (image n°%1$s doesn\'t exist in category n°%2$s)'; 222 // %1$s : image id, %2$s: category id203 // %1$s : image id, %2$s : category id 223 204 224 205 // Help banner … … 233 214 234 215 // Modify entry tab, general case 235 $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.';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.'; 236 217 237 218 // Modify entry tab, disable case … … 242 223 243 224 // Configuration tab 244 $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.'; 245 226 246 227
Note: See TracChangeset
for help on using the changeset viewer.