Ignore:
Timestamp:
Feb 13, 2011, 11:12:58 AM (13 years ago)
Author:
mistic100
Message:

ContestResults :

  • Code revision
  • Add Letton (lv_LV) language, thanks to Aivars Baldone
  • Delete display options
  • Fix languages bugs
  • Improve public appearence
File:
1 edited

Legend:

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

    r8650 r9200  
    2525$lang['CR_final'] = 'Ending';
    2626$lang['CR_summary'] = 'Summary';
    27 $lang['CR_visibility'] = 'Visible if the contest is';
    2827$lang['CR_textareas'] = 'Contest description';
    2928$lang['CR_new'] = 'New contest';
     
    3534$lang['CR_comment'] = 'Comment';
    3635$lang['CR_rank'] = 'Rank';
     36$lang['CR_place'] = 'place';
    3737$lang['CR_period'] = 'Period';
    38 $lang['CR_visible'] = 'Visible';
     38$lang['CR_visible'] = 'Public';
    3939$lang['CR_nopublic'] = 'This page is not available for the public !';
    4040$lang['CR_notavailable'] = 'This contest is not available';
     
    5252$lang['CR_menubar_block_number'] = 'Quantity of contests to display in the block';
    5353
    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'];
    6356$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/>
    6457        <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'];
    7063$lang['CR_help_results'] = "- Descriptions are displayed on each pictures pages and on the contest page for the first three.<br/>
    7164        - 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'];
    7367
    7468?>
Note: See TracChangeset for help on using the changeset viewer.