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

Last change on this file since 9572 was 9572, checked in by mistic100, 13 years ago

[extensions] ContestResults 1.3

  • Add error and success messages on admin page
  • Add Spain (es_ES) thanks to jpr928
  • Contest status is automatic and shows remaining days
  • More flexibility for description fields
  • Compatibility with Piwigo 2.2.0
File size: 3.4 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_summary'] = 'Summary';
23$lang['CR_textareas'] = 'Contest description';
24$lang['CR_new'] = 'New contest';
25$lang['CR_addfield'] = 'Add an element';
26$lang['CR_no_result'] = 'No element registered';
27$lang['CR_no_contest'] = 'No contest registered';
28$lang['CR_image_no'] = 'Image n°';
29$lang['CR_author'] = 'Author';
30$lang['CR_comment'] = 'Comment';
31$lang['CR_rank'] = 'Rank';
32$lang['CR_place'] = 'place';
33$lang['CR_period'] = 'Period';
34$lang['CR_visible'] = 'Public';
35$lang['CR_nopublic'] = 'This page is not available for the public !';
36$lang['CR_notavailable'] = 'This contest is not available';
37$lang['CR_id_unknown %d'] = "The picture n°%d doesn't exist";
38$lang['CR_contest_saved'] = "Contest settings saved";
39$lang['CR_contest_added'] = "Contest added";
40$lang['CR_contest_deleted'] = "Contest deleted";
41$lang['CR_results_saved'] = "Results saved";
42$lang['CR_name_empty'] = "The name of the contest can't be empty";
43$lang['CR_days'] = "days remaining";
44
45$lang['CR_order_1'] = '1<sup>st</sup>';
46$lang['CR_order_2'] = '2<sup>nd</sup>';
47$lang['CR_order_3'] = '3<sup>rd</sup>';
48$lang['CR_order_sup'] = '<sup>th</sup>';
49
50$lang['CR_menubar_mode'] = 'Add ContestResults to the menu';
51$lang['CR_menubar_link'] = 'Add a link to a existing menu-block';
52$lang['CR_menubar_link_display'] = 'Display the link in the following blocks';
53$lang['CR_menubar_block'] = 'New menu block';
54$lang['CR_menubar_block_number'] = 'Quantity of contests to display in the block';
55
56$lang['CR_help_lang'] = (CR_ED_STATE == 'active') ? "<b>You can use HTML and multilanguage descriptions.</b>" : "<b>You can use HTML.</b>";
57$lang['CR_help_title'] = "" . $lang['CR_help_lang'];
58$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/>
59        <b>Caution :</b> the contest doesn't switch automaticaly to the status 'finished' when the end date is reached !";
60$lang['CR_help_visible'] = "If the contest is not public only <b>administrators</b> can see it.";
61$lang['CR_help_summary'] = "The summary is only displayed in the general contest page.<br/>
62        <br/>" . $lang['CR_help_lang'];
63$lang['CR_help_textareas'] = "Add here some text boxes to describe your contest.<br/>
64        <br/>" . $lang['CR_help_lang'];
65$lang['CR_help_results'] = "- Descriptions are displayed on each pictures pages and on the contest page for the first three.<br/>
66        - Sort elements by drag-and-drop them.<br/>
67        - Hover this icon <img src='".CR_PATH."admin/template/image/images.png'/> to view the picture that corresponds to the id.<br/>
68        <br/>" . $lang['CR_help_lang'];
69
70?>
Note: See TracBrowser for help on using the repository browser.