Ignore:
Timestamp:
Aug 20, 2010, 12:33:47 PM (14 years ago)
Author:
mistic100
Message:

Fixs some errors. Add results previews. Code revision.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/ContestResults/language/en_UK/plugin.lang.php

    r6769 r6782  
    3939$lang['CR_nopublic'] = 'This page is not available for the public !';
    4040$lang['CR_notavailable'] = 'This contest is not available';
     41$lang['CR_id_unknown %d'] = "The picture n°%d doesn't exist";
    4142
    4243$lang['CR_order_1'] = '1<sup>st</sup>';
     
    5152$lang['CR_menubar_block_number'] = 'Quantity of contests to display in the block';
    5253
    53 $lang['CR_help_lang'] = "<b>You can use HTML and multilanguage descriptions :</b>
    54         <span style='font-size:0.8em;'><br/><br/>
    55         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].
    56         <br/><br/>
    57         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.
    58         <br/><br/>
    59         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.";
    60        
     54$lang['CR_help_lang'] = ($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
    6162$lang['CR_help_title'] = "";
    62 $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.
    63         <br/><b>Caution :</b> the contest doesn't switch automaticaly to the status 'finished' when the end date is reached !";
     63$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        <b>Caution :</b> the contest doesn't switch automaticaly to the status 'finished' when the end date is reached !";
    6465$lang['CR_help_visible'] = "If the contest is 'unvisible' only <b>administrators</b> can see it.";
    65 $lang['CR_help_summary'] = "The summary is only displayed in the general contest page.<br/><br/>";
    66 $lang['CR_help_textareas'] = "These four areas allow you to describe the contest.
    67         <br/>For each area you can choose the displaying according to the contest status.<br/><br/>";
    68 $lang['CR_help_results'] = "Descriptions are displayed on each pictures pages and on the contest page for the first three.
    69         <br/>Sort elements by drag-and-drop them.<br/><br/>";
     66$lang['CR_help_summary'] = "The summary is only displayed in the general contest page.<br/>
     67        <br/>";
     68$lang['CR_help_textareas'] = "- These four areas allow you to describe the contest.<br/>
     69        - For each area you can choose the displaying according to the contest status.<br/>
     70        <br/>";
     71$lang['CR_help_results'] = "- Descriptions are displayed on each pictures pages and on the contest page for the first three.<br/>
     72        - Sort elements by drag-and-drop them.<br/>
     73        - Hover this icon <img src='".CR_PATH."admin/template/image/images.png'/> to view the picture that corresponds to the id.<br/>
     74        <br/>";
     75
    7076?>
Note: See TracChangeset for help on using the changeset viewer.