Changeset 9200 for extensions/ContestResults/language/en_UK/plugin.lang.php
- Timestamp:
- Feb 13, 2011, 11:12:58 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
extensions/ContestResults/language/en_UK/plugin.lang.php
r8650 r9200 25 25 $lang['CR_final'] = 'Ending'; 26 26 $lang['CR_summary'] = 'Summary'; 27 $lang['CR_visibility'] = 'Visible if the contest is';28 27 $lang['CR_textareas'] = 'Contest description'; 29 28 $lang['CR_new'] = 'New contest'; … … 35 34 $lang['CR_comment'] = 'Comment'; 36 35 $lang['CR_rank'] = 'Rank'; 36 $lang['CR_place'] = 'place'; 37 37 $lang['CR_period'] = 'Period'; 38 $lang['CR_visible'] = ' Visible';38 $lang['CR_visible'] = 'Public'; 39 39 $lang['CR_nopublic'] = 'This page is not available for the public !'; 40 40 $lang['CR_notavailable'] = 'This contest is not available'; … … 52 52 $lang['CR_menubar_block_number'] = 'Quantity of contests to display in the block'; 53 53 54 $lang['CR_help_lang'] = (CR_ED_state == 'active') ? "<b>You can use HTML and multilanguage descriptions.</b>" : "<b>You can use HTML.</b>"; 55 // <span style='font-size:0.8em;'><br/><br/> 56 // Multilanguage descriptions are placed between [lang=xx] and [/lang] tags, where xx is the language code (for example en, es, fr). There is also 2 special languages : [lang=default] and [lang=all]. 57 // <br/><br/> 58 // Special language <i>default</i> : the default description will be used if the description is not available in the connected user selected language. If [lang=default] does not exists, anything outside the [lang] tags will be considered as the default description. 59 // <br/><br/> 60 // Special language <i>all</i> : anything inside [lang=all] will be included in the description, anywhat the connected user defined language is. This is mainly useful to include HTML/JavaScript code inside a description."; 61 62 $lang['CR_help_title'] = ""; 54 $lang['CR_help_lang'] = (CR_ED_STATE == 'active') ? "<b>You can use HTML and multilanguage descriptions.</b>" : "<b>You can use HTML.</b>"; 55 $lang['CR_help_title'] = "" . $lang['CR_help_lang']; 63 56 $lang['CR_help_status'] = "When the contest is <i>Finished</i> the results are displayed on the contest page and the marker <span style='color:#a00;'>(Finished)</span> is activated.<br/> 64 57 <b>Caution :</b> the contest doesn't switch automaticaly to the status 'finished' when the end date is reached !"; 65 $lang['CR_help_visible'] = "If the contest is 'unvisible'only <b>administrators</b> can see it.";66 $lang['CR_help_summary'] = "The summary is only displayed in the general contest page. 67 <br/>" ;68 $lang['CR_help_textareas'] = " - These four areas allow you to describe the contest.69 - For each area you can choose the displaying according to the contest status.";58 $lang['CR_help_visible'] = "If the contest is not public only <b>administrators</b> can see it."; 59 $lang['CR_help_summary'] = "The summary is only displayed in the general contest page.<br/> 60 <br/>" . $lang['CR_help_lang']; 61 $lang['CR_help_textareas'] = "These four areas allow you to describe the contest.<br/> 62 <br/>" . $lang['CR_help_lang']; 70 63 $lang['CR_help_results'] = "- Descriptions are displayed on each pictures pages and on the contest page for the first three.<br/> 71 64 - Sort elements by drag-and-drop them.<br/> 72 - Hover this icon <img src='".CR_PATH."admin/template/image/images.png'/> to view the picture that corresponds to the id.<br/>"; 65 - Hover this icon <img src='".CR_PATH."admin/template/image/images.png'/> to view the picture that corresponds to the id.<br/> 66 <br/>" . $lang['CR_help_lang']; 73 67 74 68 ?>
Note: See TracChangeset
for help on using the changeset viewer.