source: extensions/ContestResults/language/en_UK/plugin.lang.php @ 6782

Last change on this file since 6782 was 6782, checked in by mistic100, 14 years ago

Fixs some errors. Add results previews. Code revision.

File size: 4.0 KB
Line 
1<?php
2
3$lang['Contests'] = 'Contests';
4$lang['CR_edit_tab'] = 'Edit contest';
5$lang['CR_delete'] = 'Delete contest';
6$lang['CR_delete_result'] = 'Delete element';
7$lang['CR_manage_tab'] = 'Contests management';
8$lang['CR_new_tab'] = 'Add a new contest';
9$lang['CR_results_tab'] = 'Contest results';
10$lang['CR_pending_title'] = 'Pending contests';
11$lang['CR_finished_title'] = 'Finished contest';
12$lang['CR_results'] = 'Results';
13$lang['CR_go'] = 'Go to the contest page';
14$lang['CR_title'] = 'Title';
15$lang['CR_status'] = 'Status';
16$lang['CR_dateB'] = 'Bagin date';
17$lang['CR_dateE'] = 'Edn date';
18$lang['CR_logo'] = 'Logo';
19$lang['CR_banner'] = 'Banner';
20$lang['CR_pending'] = 'Pending';
21$lang['CR_finished'] = 'Finished';
22$lang['CR_presentation'] = 'Presentation';
23$lang['CR_rules'] = 'Rules';
24$lang['CR_prices'] = 'Prices';
25$lang['CR_final'] = 'Ending';
26$lang['CR_summary'] = 'Summary';
27$lang['CR_visibility'] = 'Visible if the contest is';
28$lang['CR_textareas'] = 'Contest description';
29$lang['CR_new'] = 'New contest';
30$lang['CR_addfield'] = 'Add an element';
31$lang['CR_no_result'] = 'No element registered';
32$lang['CR_no_contest'] = 'No contest registered';
33$lang['CR_image_no'] = 'Image n°';
34$lang['CR_author'] = 'Author';
35$lang['CR_comment'] = 'Comment';
36$lang['CR_rank'] = 'Rank';
37$lang['CR_period'] = 'Period';
38$lang['CR_visible'] = 'Visible';
39$lang['CR_nopublic'] = 'This page is not available for the public !';
40$lang['CR_notavailable'] = 'This contest is not available';
41$lang['CR_id_unknown %d'] = "The picture n°%d doesn't exist";
42
43$lang['CR_order_1'] = '1<sup>st</sup>';
44$lang['CR_order_2'] = '2<sup>nd</sup>';
45$lang['CR_order_3'] = '3<sup>rd</sup>';
46$lang['CR_order_sup'] = '<sup>th</sup>';
47
48$lang['CR_menubar_mode'] = 'Add ContestResults to the menu';
49$lang['CR_menubar_link'] = 'Add a link to a existing menu-block';
50$lang['CR_menubar_link_display'] = 'Display the link in the following blocks';
51$lang['CR_menubar_block'] = 'New menu block';
52$lang['CR_menubar_block_number'] = 'Quantity of contests to display in the block';
53
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
62$lang['CR_help_title'] = "";
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 !";
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.<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
76?>
Note: See TracBrowser for help on using the repository browser.