source: extensions/ConcoursPhoto/language/en_UK/help/plugin.lang.php @ 9370

Last change on this file since 9370 was 9370, checked in by tiico, 13 years ago
  • Add help page for the plugin (on admin page)
  • Some Corrections
  • Property svn:eol-style set to native
File size: 2.9 KB
Line 
1<?php
2/*
3 * Plugin Name: ConcoursPhoto (help)
4 * File :  plugin.lang.php
5* Lang : EN
6 */
7
8
9$lang['ConcoursPhoto_Fonctionality']    = 'ConcoursPhoto plugin Functionnalities';
10$lang['CC_Function']                    = 'Set your photo contest on photo galleries';
11$lang['CC_hlp_1_1']                     = 'Add contest on existing albums/categories';
12$lang['CC_hlp_1_2']                     = 'Automation start and end contest';
13$lang['CC_hlp_1_3']                     = 'Save users datas';
14$lang['CC_hlp_1_4']                     = 'Manage criterias and sub criterias on each contest';
15$lang['CC_hlp_1_5']                     = 'Generate results + CSV export';
16$lang['CC_hlp_1_6']                     = '';
17
18$lang['CC_Usage']                       = 'Plugin usage';
19
20$lang['CC_Create_step1']                = 'Create a contest - Stage 1';
21$lang['CC_Create_step2']                = 'Create a contest - Stage 2';
22$lang['CC_usage']                       = 'Usage (users)';
23$lang['CC_result']                      = 'Generate results';
24
25
26$lang['CC_hlp_C1_1']          = 'Create a contest by filing datas Name, Description';   
27$lang['CC_hlp_C1_2']          = 'then select authorized  allowed to vote in the contest. None selected ==> allowed for all users';   
28$lang['CC_hlp_C1_3']          = '<i>Possibility to allow vote for Guest users by ticking the option</i>';   
29$lang['CC_hlp_C1_4']          = 'Fill the start and end date and hour. This will allow contest to start and end automatically';   
30$lang['CC_hlp_C1_5']          = 'Choose the result method : Sum or average';   
31$lang['CC_hlp_C1_6']          = 'Then select the category where the contest is active';   
32
33$lang['CC_hlp_C2_1']          = 'After stage 1, it is possible to modify criterias for the contest';
34$lang['CC_hlp_C2_2']          = 'By default, the default criterias are added to the current contest. Then it is possible to add/modify/delete criterias';
35$lang['CC_hlp_C2_3']          = 'Criterias and sub criterias contains name, description, min and max values and coefficient';
36$lang['CC_hlp_C2_4']          = 'Remark : Criterias with sub criterias don t have min and max values. The value is calculated with the summ of subcriterias';
37
38$lang['CC_hlp_C3_1']          = 'For users, a contest is active only on defined dates';
39$lang['CC_hlp_C3_2']          = 'User could also vote for photo in the contest';
40$lang['CC_hlp_C3_3']          = 'vote is stored and it\'s possible to change the vote before the end of the contest';
41$lang['CC_hlp_C3_4']          = 'When a concours is closed, user could not vote. During the contest, it\'s possible (on admin page) to audit the contest result.';
42
43$lang['CC_hlp_C4_1']          = 'When contest is closed, it\s possible (on admin page) to generate the result';
44$lang['CC_hlp_C4_2']          = 'When result is generated, users could consult the result page (dedicated page)';
45$lang['CC_hlp_C4_3']          = 'On admin page, an export to CSF file is possible';
46$lang['CC_hlp_C4_4']          = '';
47
48
49?>
Note: See TracBrowser for help on using the repository browser.