source: extensions/mypolls/language/en_UK/plugin.lang.php @ 23128

Last change on this file since 23128 was 3397, checked in by grum, 15 years ago

Add plugin MyPolls - this release is not published in PEM (functionnal but not tested yet...)

File size: 8.8 KB
Line 
1<?php
2
3
4
5$lang['mypolls_action_ko'] = 'The action failed';
6$lang['mypolls_action_ok'] = 'The action has been conducted properly';
7$lang['mypolls_add_answer'] = 'Add answer';
8$lang['mypolls_admin_add'] = 'Create a new poll';
9$lang['mypolls_admin_edit'] = 'Edit';
10$lang['mypolls_adviser_not_allowed'] = 'The adviser profile did not allow this type of action';
11$lang['mypolls_after_vote'] = 'With vote';
12$lang['mypolls_allowed_groups_empty'] = 'This survey is given to any group';
13$lang['mypolls_allowed_users_empty'] = 'This survey is accessible to any type of user';
14$lang['mypolls_answer_maxi'] = '(%s answers maximum)';
15$lang['mypolls_answer_order'] = '(Insert your order of preference)';
16$lang['mypolls_att_after_vote_text'] = 'Text shown after the vote';
17$lang['mypolls_att_allow_comment'] = 'Allow comments';
18$lang['mypolls_att_allowed_groups_default'] = 'Groups allowed to enter the poll';
19$lang['mypolls_att_allowed_users_default'] = 'Users allowed to enter the poll';
20$lang['mypolls_att_color_bars'] = 'Color chart';
21$lang['mypolls_att_creation_date'] = 'Creation date';
22$lang['mypolls_att_description'] = 'Description';
23$lang['mypolls_att_display_type'] = 'Display type';
24$lang['mypolls_att_enabled'] = 'Active';
25$lang['mypolls_att_language'] = 'Default language';
26$lang['mypolls_att_last_vote'] = 'Last vote';
27$lang['mypolls_att_multi_max_answers'] = 'Maximum number of answers';
28$lang['mypolls_att_nb_questions'] = 'Number of issues';
29$lang['mypolls_att_public_results'] = 'Results are in public access';
30$lang['mypolls_att_question_type'] = 'Question type';
31$lang['mypolls_att_show_user_comment'] = 'Show comments';
32$lang['mypolls_att_title'] = 'Title';
33$lang['mypolls_att_total_votes'] = 'Number of votes';
34$lang['mypolls_att_visible'] = 'Published';
35$lang['mypolls_att_visit_after_vote'] = 'Number of visits after vote';
36$lang['mypolls_att_visit_without_vote'] = 'The number of visits without a vote';
37$lang['mypolls_auto_translate'] = 'Proposal translation';
38$lang['mypolls_cm_answer'] = 'Answer';
39$lang['mypolls_cm_answers'] = 'Answers';
40$lang['mypolls_cm_nfo'] = 'Poll\'s description';
41$lang['mypolls_cm_question'] = 'Question';
42$lang['mypolls_cm_questions'] = 'Questions';
43$lang['mypolls_cm_settings'] = 'Options';
44$lang['mypolls_cm_stars_are_needed'] = 'Items marked with an asterisk <sup style=\\\"color:rgb(255,255,0)\\\">*</sup> are required';
45$lang['mypolls_cmt_submit_add'] = 'Add translation';
46$lang['mypolls_cmt_submit_delete'] = 'Remove translation';
47$lang['mypolls_cmt_submit_modify'] = 'Apply changes';
48$lang['mypolls_cnp_submit1'] = 'Create poll';
49$lang['mypolls_cnp_submit2'] = 'Add a question';
50$lang['mypolls_cnp_submit3'] = 'Finalizing the survey';
51$lang['mypolls_cnp_submit4'] = 'Add the question';
52$lang['mypolls_comment_list'] = 'Comment list';
53$lang['mypolls_comments'] = 'Comments';
54$lang['mypolls_config'] = 'Configuration';
55$lang['mypolls_config_admincolor'] = 'Color data (administration\'s pages)';
56$lang['mypolls_config_color_bars'] = 'Color charts';
57$lang['mypolls_config_display_type'] = 'Display type';
58$lang['mypolls_config_generic_text_guests'] = 'Default text for guests';
59$lang['mypolls_config_generic_text_users'] = 'Default text for visitors';
60$lang['mypolls_config_language'] = '(Enter the setup for)';
61$lang['mypolls_config_maxbarwidth'] = 'Maximum width of the graph';
62$lang['mypolls_config_menubar_title'] = 'Menu title';
63$lang['mypolls_config_mouseovercolor'] = 'Line overflown';
64$lang['mypolls_config_nbcomment_per_page'] = 'Number of comments displayed per page';
65$lang['mypolls_config_nbuser_per_page'] = 'Number of voters displayed per page';
66$lang['mypolls_config_not_public_result_text'] = 'Text shown in the non-public results ';
67$lang['mypolls_delete_comment'] = '[Delete this comment]';
68$lang['mypolls_display_mono'] = 'A single page with all the questions';
69$lang['mypolls_display_multi'] = 'One page per question';
70$lang['mypolls_do_save'] = 'Save';
71$lang['mypolls_dp_submit'] = 'Delete poll';
72$lang['mypolls_dqp_submit'] = 'Delete question';
73$lang['mypolls_error_on_tranlsation_number'] = 'The translations are incomplete, the survey can not be activated until all elements are not translated.';
74$lang['mypolls_errors_deleting_comment'] = 'An error occurred, the comment could not be deleted';
75$lang['mypolls_general_config'] = 'General settings';
76$lang['mypolls_gpc_not_installed'] = 'The plugin <i>grum_plugins_classes</i> isn\'t installed ; this plugin need plugin <i>grum_plugins_classes</i> be installed to work. The install process is canceled.';
77$lang['mypolls_infos_deleted_comment'] = 'The comment was deleted';
78$lang['mypolls_integration_config'] = 'Integrating MyPolls in PWG\'s interface';
79$lang['mypolls_lang'] = 'Lang';
80$lang['mypolls_langs'] = 'Langs';
81$lang['mypolls_list_actions'] = 'Actions';
82$lang['mypolls_list_date'] = 'Date';
83$lang['mypolls_list_enabled'] = 'Active';
84$lang['mypolls_list_id'] = '#Id';
85$lang['mypolls_list_lang'] = 'Langs';
86$lang['mypolls_list_last_vote'] = 'Last vote';
87$lang['mypolls_list_lnk_modify'] = 'Modify';
88$lang['mypolls_list_lnk_modify_parent'] = 'Back to change on the poll';
89$lang['mypolls_list_lnk_view'] = 'Consult';
90$lang['mypolls_list_nbquestions'] = 'Questions';
91$lang['mypolls_list_title'] = 'Title';
92$lang['mypolls_list_total'] = 'Votes';
93$lang['mypolls_list_visible'] = 'Published';
94$lang['mypolls_menu_not_enabled'] = '!A';
95$lang['mypolls_menu_not_publicr'] = '!R';
96$lang['mypolls_menu_not_visible'] = '!P';
97$lang['mypolls_modify_a_question'] = 'Edit/delete a question';
98$lang['mypolls_modify_a_translation'] = 'Edit/delete a translation';
99$lang['mypolls_modify_questions'] = 'Modifications required on the issues';
100$lang['mypolls_mp_add_a_question'] = 'Add a question';
101$lang['mypolls_mp_add_a_translation'] = 'Adding a translation';
102$lang['mypolls_mp_submit'] = 'Apply changes';
103$lang['mypolls_msg_add_question'] = 'Adding a question';
104$lang['mypolls_msg_add_translation'] = 'Adding a translation';
105$lang['mypolls_msg_create_new_poll'] = 'Creating a new poll';
106$lang['mypolls_msg_delete_poll'] = 'Delete poll';
107$lang['mypolls_msg_delete_question'] = 'Delete the question';
108$lang['mypolls_msg_delete_translation'] = 'Delete translation';
109$lang['mypolls_msg_modify_poll'] = 'Modify poll';
110$lang['mypolls_msg_modify_question'] = 'Modify the question';
111$lang['mypolls_msg_modify_translation'] = 'Changing the translation';
112$lang['mypolls_new_poll'] = 'Create a new poll';
113$lang['mypolls_next_question'] = 'Next question';
114$lang['mypolls_no'] = 'No';
115$lang['mypolls_no_comment_to_delete'] = 'There is no comment to delete';
116$lang['mypolls_not_able_to_call_google'] = 'The features offered by your host does not permit to have the function <i>proposed translation</i>';
117$lang['mypolls_not_public_results'] = 'Sorry, the survey results are not public';
118$lang['mypolls_number_of_polls0'] = '[There are no polls]';
119$lang['mypolls_number_of_polls1'] = '[1 poll]';
120$lang['mypolls_number_of_pollsn'] = '[%s polls]';
121$lang['mypolls_options_view'] = 'Consultation options';
122$lang['mypolls_page_label'] = 'Page';
123$lang['mypolls_pages_label'] = 'Pages';
124$lang['mypolls_poll_display_config'] = 'Polls viewing';
125$lang['mypolls_poll_enabled'] = 'Poll activated';
126$lang['mypolls_poll_visible'] = 'Poll published';
127$lang['mypolls_polls'] = 'Polls';
128$lang['mypolls_put_comment'] = 'You can leave a comment on the poll';
129$lang['mypolls_question_mono'] = 'One possible answer';
130$lang['mypolls_question_multi'] = 'Several possible answers';
131$lang['mypolls_question_order'] = 'Responses in order of preference';
132$lang['mypolls_result_nbanswers'] = 'Votes';
133$lang['mypolls_result_nbanswers_lang'] = 'Nb. of votes<br>(%s)';
134$lang['mypolls_result_no_vote'] = 'there has not yet been votes';
135$lang['mypolls_result_pct'] = '%of answers';
136$lang['mypolls_save_config'] = 'Saving settings';
137$lang['mypolls_select_question'] = 'Select the question to modify';
138$lang['mypolls_select_translation'] = 'Select the translation to modify';
139$lang['mypolls_submit_results'] = 'Submit my vote';
140$lang['mypolls_title'] = 'MyPolls-II';
141$lang['mypolls_title_adding'] = 'Modification of a poll - Add of a question';
142$lang['mypolls_title_config'] = 'Setting default settings';
143$lang['mypolls_title_create'] = 'Creating a new poll';
144$lang['mypolls_title_list'] = 'Polls list';
145$lang['mypolls_title_modify'] = 'Modification of a poll';
146$lang['mypolls_title_translation_adding'] = 'Modification of a poll - Add of a translation';
147$lang['mypolls_title_translation_modify'] = 'Modification of a poll - Modification of a translation';
148$lang['mypolls_title_view'] = 'Consultation of a poll';
149$lang['mypolls_trans_from'] = 'Translate from';
150$lang['mypolls_trans_fromto'] = 'Languages of translation';
151$lang['mypolls_trans_list'] = 'Translations';
152$lang['mypolls_trans_to'] = 'Translate to';
153$lang['mypolls_version'] = 'v';
154$lang['mypolls_visits'] = 'Visits';
155$lang['mypolls_voter_list'] = 'List of voting';
156$lang['mypolls_without_vote'] = 'Without a vote';
157$lang['mypolls_yes'] = 'Yes';
158$lang['mypolls_yesno_n'] = 'No';
159$lang['mypolls_yesno_y'] = 'Yes';
160
161
162?>
Note: See TracBrowser for help on using the repository browser.