source: extensions/event_cats/language/en_UK/plugin.lang.php @ 4500

Last change on this file since 4500 was 4500, checked in by LucMorizur, 14 years ago

[Event Cats] Continue EN translation

File size: 17.6 KB
Line 
1<?php
2
3/*
4Language module for plugin Even Cats
5English
6LucMorizur June - ... 2009
7*/
8
9// Keeps file coded in UTF-8 without BOM : é
10
11// Convenient
12$t_ap1                             = 'Open a new window on plugin Additional Pages';
13$t_ap2                             = '<a href = "http://fr.piwigo.org/ext/extension_view.php?eid=153" title = "'.$t_ap1.'" onClick = "window.open(this.href); return false;">Additional Pages</a>';
14
15// +-------------------------------------------------------------------------+
16// | In templates                                                            |
17// +-------------------------------------------------------------------------+
18
19// "Header"
20$lang['Admin page title']          = 'Event Categories';
21$lang['Acknowledgement']           = 'the purpose of this extension is to allow automatic log in of an account ("autolog"), and duplication of the account with which the visitor is currently logged in ("duplication").<br /><br />Many thanks to the Forum, plg, ddtddt, flipflip, VDigital, Gotcha for the tests, P@t for the main code :-) !';
22$lang['JS needed']                 = 'Javascript MUST be activated for this page to work properly !';
23$lang['Show']                      = 'show';
24$lang['Hide']                      = 'hide';
25
26// Autolog page
27$lang['Additional Pages active']   = 'Additional Pages plugin : activated';
28$lang['Additional Pages inactive'] = $t_ap2.' plugin (display a text page) : not activated';
29$lang['Autolog entries']           = '"Autolog" entries';
30$lang['Place title on top ttip']   = 'Head this page on this title';
31// Table
32$lang['Entry']                     = 'Entry';
33$lang['Code']                      = 'Code';
34$lang['Username']                  = 'Username';
35$lang['Identification']            = 'Identified ?';
36$lang['Displayed page']            = 'Displayed page';
37$lang['Tools']                     = 'Tools';
38$lang['Selected entry']            = 'Selected entry';
39$lang['URL']                       = 'URL : ';
40$lang['Test']                      = 'Test';
41$lang['Delete']                    = 'Delete';
42$lang['Modify']                    = 'Modify';
43$lang['Copy URL ttip']             = 'Copy this link, to be allowed to communicate it';
44$lang['Test URL ttip']             = 'Test the URL ( => admin. session terminated)';
45$lang['Delete entry ttip']         = 'Delete entry';
46$lang['Modify entry ttip']         = 'Modify entry';
47$lang['Outdate entry ttip']        = 'Make entry outdated';
48$lang['Unforce display ttip']      = 'Don\'t force any more this code to display this page';
49$lang['Force display ttip']        = 'Force this code to display this page';
50$lang['Duplicate entry ttip']      = 'Create a new entry using this same code';
51
52// New entry and Modify entry pages (it is the same actually)
53$lang['New entry title']           = 'New entry of an "autolog" parameter';
54$lang['Modify entry title']        = 'Modification of an "autolog" parameter entry';
55$lang['New entry']                 = 'New entry';
56$lang['Full auto']                 = 'Full auto (select a displayed page first)';
57$lang['New code']                  = 'New code :';
58$lang['Auto code button']          = 'Generate a code';
59$lang['Auto code mid']             = 'having';
60$lang['Auto code min']             = ' (min)';
61$lang['Auto code max']             = ' (max)';
62$lang['Auto code end']             = 'digits';
63$lang['Comment']                   = 'Comment';
64$lang['Optional']                  = 'Personal memo displayed only in administration pages';
65$lang['Existing code']             = 'Existing code :';
66$lang['Identified user']           = 'Identified user';
67$lang['No user']                   = 'None (outdated entry)';
68$lang['New generic user']          = 'New user (generic) :';
69$lang['New username']              = 'Username';
70$lang['New password']              = 'Password';
71$lang['Confirm password']          = 'Confirm pwd :';
72$lang['New group']                 = 'New group';
73$lang['Generate username']         = 'Generate a username (select a displayed page first)';
74$lang['Existing user']             = 'Existing user :';
75$lang['Displayed page']            = 'Displayed page';
76$lang['Forced']                    = 'Forced';
77$lang['Additional Page']           = 'Additional Page';
78$lang['Category']                  = 'Category';
79$lang['Image id']                  = 'Image id';
80$lang['Home']                      = 'Home';
81$lang['Access denied']             = 'Access denied';
82
83// Duplication page
84$lang['Configuration']             = 'Configuration';
85$lang['Types']                     = 'Useres types';
86$lang['Duplication allowance']     = 'Duplication allowance';
87$lang['No account']                = 'No account';
88$lang['Selection per group']       = 'Per group selection';
89$lang['All accounts']              = 'All accounts';
90$lang['Register replacement']      = 'Register link :%1$s for all accounts which can be duplicated,%1$s replace "%2$s" with "%3$s"';
91                                 // %1$s : nice line feed ; %2$s : "register" ; %3$s : "duplicate"
92$lang['All but generics']          = 'All accounts but generic ones';
93$lang['Duplication allowed']       = 'Duplication allowed';
94$lang['Dup. allowed tks to']       = 'Duplication allowed thanks to groups and types belonging';
95$lang['Duplication denied']        = 'Duplication denied';
96$lang['Deny to groups btn']        = 'Deny duplication to selected groups';
97$lang['Grant to groups btn']       = 'Grant selected groups to duplication';
98$lang['Deny to types btn']         = 'Deny duplication to selected types';
99$lang['Grant to types btn']        = 'Grant selected types to duplication';
100$lang['Deny to users btn']         = 'Deny duplication to selected users';
101$lang['Grant to users btn']        = 'Grant selected users to duplication';
102$lang['Save dup. config btn']      = 'Save duplication configuration';
103
104// Configuration page
105$lang['Duplication']               = 'Duplication';
106$lang['Unknown code']              = 'Unknown code';
107$lang['Page for unknown code']     = 'Displayed page in case of an unknown code';
108$lang['Other']                     = 'Other';
109$lang['Comments display']          = 'Comments display';
110$lang['As tooltip']                = 'As tooltip';
111$lang['In a row']                  = 'In a row';
112$lang['Help banner']               = 'Help banner';
113$lang['Banner on']                 = 'Activated';
114$lang['Banner off']                = 'Not activated';
115
116// JS messages
117$lang['ec_confirm_test']           = "Really test the selected code ?\n\rThis will terminate your administration session.";
118$lang['ec_confirm_delete']         = "Do you really want to delete the selected entry ?";
119$lang['ec_confirm_disable']        = "Do you really want to make the selected entry outdated ?\n\rThis will delete all other entries using the same code, if there is any.";
120$lang['ec_confirm_force']          = "Do you really want to force the displayed page for the selected entry ?\n\rThis will delete all other entries using the same code, if there is any.";
121$lang['ec_confirm_del_other']      = "This will delete all other entries using the same code, if there is any.\n\rOK ?";
122$lang['ec_confirm_change_user']    = "Change username will delete\n\rall other entries using the same code, if there is any. OK ?";
123$lang['ec_gen_user_act_miss']      = "Select a page to display, first";
124$lang['ec_act_img_miss']           = "An image identifier must be a number.";
125$lang['ec_submit_code_miss']       = "You have to provide a code.";
126$lang['ec_submit_code_bad']        = "A code must be between 4 and 32 digits included in [a-zA-Z0-9_-].";
127$lang['ec_submit_user_miss']       = "You have to provide a username.";
128$lang['ec_submit_action_miss']     = "You have to provide a displayed page.";
129$lang['ec_clk_entry_miss']         = "Select an entry, first.";
130$lang['ec_code_already_exists']    = "This code already exists.";
131$lang['ec_user_already_exists']    = "This username already exists.";
132$lang['ec_conf_pwd_dont_match']    = "The password is not properly confirmed.";
133$lang['ec_new_pwd_gen']            = "Don\'t forget to MARK the password !";
134$lang['ec_act_cat_miss']           = "Category ?";
135
136
137// +-------------------------------------------------------------------------+
138// | In PHP files                                                            |
139// +-------------------------------------------------------------------------+
140
141// Tabs
142$lang['ec_tab_autoid_entries']     = 'Autolog entries';
143$lang['ec_tab_autoid_modif']       = 'Autolog modification';
144$lang['ec_tab_autoid_new']         = 'New autolog';
145$lang['ec_tab_duplication']        = 'Duplication';
146$lang['ec_tab_config']             = 'Configuration';
147
148// Infos
149$lang['ec_user_create_OK']         = 'User "%s" created';
150$lang['ec_user_generic_OK']        = 'User "%s" generic';
151$lang['ec_group_create_OK']        = 'Group "%s" created';
152$lang['ec_group_create_OK2']       = '"%1$s" linked to "%2$s"';
153$lang['ec_entry_create_OK']        = 'Entry %s created';
154$lang['ec_cnfrm_forced']           = ' (displayed page forced)';
155$lang['ec_entry_modify_OK']        = 'Entry %s modified';
156$lang['ec_entry_del_ok']           = 'Entry %1$s ("%2$s") deleted.';
157$lang['ec_config_saved']           = 'Configuration saved';
158// Errors
159$lang['ec_action_pb']              = 'field "action" corrupted (different values in entries using the same code)';
160$lang['ec_username_pb']            = 'field "user_id" corrupted (different values in entries using the same code)';
161$lang['ec_username_miss']          = 'user (probablement supprimé)';
162$lang['ec_category_miss']          = 'category doesn\'t exist (probably deleted)';
163$lang['ec_image_miss']             = 'image doesn\'t exist (probably deleted)';
164$lang['ec_add_page_miss']          = 'Additional Pages page doesn\'t exist (probably deleted)';
165$lang['ec_entry_del_nok']          = 'Problem deleting entry %s : ';
166$lang['ec_user_create_pb']         = 'Impossible to create new user';
167$lang['ec_user_generic_pb']        = 'Problem making user "%s" generic';
168$lang['ec_group_create_pb']        = 'Impossible to create group "%s"';
169$lang['ec_user_access_AP']         = 'Take care that user "%2$s" is allowed on Additional Pages page "%1$s".';
170$lang['ec_entry_create_pb']        = 'Entry creation impossible';
171$lang['ec_entry_already_exists']   = 'Entry %s already exists with exactly the same configuration';
172$lang['ec_entry_dont_exist']       = 'Entry %s doesn\'t exist';
173$lang['ec_assoc_pb']               = 'Impossible to link "%1$s" to "%2$s"';
174$lang['ec_DB_problem']             = 'Database access problem (position %s) : ';
175
176// Entries table
177//   actions
178$lang['ec_ok']                     = 'YES';
179$lang['ec_ok_ap_pb']               = 'YES, but unknown Add. Page';
180$lang['ec_ok_cat_pb']              = 'YES, but unknown category';
181$lang['ec_ok_img_pb']              = 'YES, but unknown image';
182$lang['ec_nok']                    = 'NO';
183$lang['ec_nok_ap_pb']              = 'NO';
184$lang['ec_nok_userid_miss']        = 'NO : user unknown';
185$lang['ec_nok_action_pb']          = 'NO : "action" corrupted';
186$lang['ec_nok_userid_pb']          = 'NO : "user_id" corrupted';
187// Username can't be displayed
188$lang['ec_dspl_nok_actn']          = '"action" unusable';
189$lang['ec_dspl_usr_pb']            = '"user_id" unusable';
190$lang['ec_dspl_nok_usr']           = 'User n°%s doesn\'t exist';
191//   displayed pages
192$lang['ec_dspl_ok_cat']            = 'Category n°%1$s : %2$s';
193                                 // %1$s : category id, %2$s : name
194$lang['ec_dspl_ok_img2']           = 'image n°%1$s : %2$s (%3$s)';
195                                 // %1$s : image id, %2$s : name, %3$s : filename
196$lang['ec_dspl_ok_ap']             = 'Additional Page n°%1$s : %2$s';
197                                 // %1$s : add. p. id, %2$s : name
198$lang['ec_dspl_nok_ap']            = ' (Additional Page n°%s doesn\'t exist)';
199$lang['ec_dspl_nok_cat']           = ' (catégorie n°%s doesn\'t exist)';
200$lang['ec_dspl_nok_img2']          = ' (image n°%1$s doesn\'t exist in category n°%2$s)';
201                                 // %1$s : image id, %2$s : category id
202
203// Help banner
204// Entries tab
205$lang['ec_help_banner1_entries']   = '<ul><li style = "list-style-image:url(plugins/event_cats/icon/disable.png);"><span class = "help_b">Make entry outdated</span>: to make a code unusable any more, but with a customized message;</li><li style = "list-style-image:url(plugins/event_cats/icon/nforced.png);"><span class = "help_b">Force</span>: to make impossible to reach other pages by modifying the URL;<li style = "list-style-image:url(plugins/event_cats/icon/forced.png);"><span class = "help_b">Don\'t force</span>: to be able to use the same code to reach different pages;</li><li style = "list-style-image:url(plugins/event_cats/icon/duplicate.png);"><span class = "help_b">Copy</span>: to create a new entry using the same code but heading to a different page;</li><li style = "list-style-image:url(plugins/event_cats/icon/url2.png);"><span class = "help_b">Test</span>: to check whether it works or not ;-)&nbsp;;</li><li style = "list-style-image:url(plugins/event_cats/icon/delete.png);"><span class = "help_b">Delete</span>: Delete entry;</li><li style = "list-style-image:url(plugins/event_cats/icon/modify.png);"><span class = "help_b">Modify</span>: Modify entry.</ul>';
206
207// New entry tab, general case
208$lang['ec_help_banner1_new_c']   = 'Link here a <span class = "help_bi">code</span> to an <span class = "help_bi">identified user</span> and to a <span class = "help_bi">displayed page</span>; it will create a corresponding URL in tab "Autolog entries", and you will then be able to copy and transmit it to concerned people. (It is too complicated, too heavy to provide here a list of all images, thus you must mark an image identifier ("<span class = "help_b">Image id</span>"), if you want to use this field.) <span class = "help_b">Generate a username</span> and <span class = "help_b">Full auto</span>: select a <span class = "help_bi">displayed page</span> first, as the username creation is based on the name of this page. <span class = "help_b">Comment</span>: memo, personal note, visible only in administration part. <span class = "help_b">Existing code</span>: to use the same code to identify the same account, making it head to another displayed page. Displayed page <span class = "help_b">Forced</span>: to impose the displayed page whatever are the parameters <span class = "help_bi">&cat=</span>, <span class = "help_bi">&img=</span>, <span class = "help_bi">&ap=</span> in the URL.';
209
210// New entry tab, "copy an entry" (duplicate entry) case
211$lang['ec_help_banner2_new_c']     = 'Copy an entry to use the same <span class = "help_bi">code</span> (of course associated to the same <span class = "help_bi">identified user</span>), and head the account to a different <span class = "help_bi">displayed page</span>, to provide access to another event (thus a different category) to the same group of people for which you had alreday created an entry. <span class = "help_b">Reset</span> to come back to a "normal" entry creation.';
212
213// Modify entry tab, general case
214$lang['ec_help_banner1_new_m']     = 'Select a <span class = "help_bi">code</span> to change its <span class = "help_bi">identified user</span> and&nbsp;/&nbsp;or its <span class = "help_bi">displayed page</span>. If you <span class = "help_b">force</span> the displayed page, or change the identified user, other entries using the same code will be deleted. Choosing <span class = "help_b">None</span> as identified user, or <span class = "help_b">Access denied</span> as displayed page, makes the entry "outdated" : no identification, but you can display a personalized page to give an explanation. To <span class = "help_b">generate a username</span>, select the <span class = "help_bi">displayed page</span> first, as the username is built thanks to the name of the displayed page.';
215
216// Modify entry tab, disable case
217$lang['ec_help_banner2_new_m']     = 'Log in an account not requiring the username and the password, is obvisously not secured. Thus is it better to not let active too much time an "autolog" code, it can be used an unwanted way. To make an entry outdated allows to display an explicative message thanks to an Additional Page. You can also use the plugin <a href = "http://piwigo.org/ext/extension_view.php?eid=190" title = "Open a new window on plugin PWG Stuffs" onClick = "window.open(this.href); return false;">PWG Stuffs</a> to display messages on index and picture pages. <span class = "help_b">Reset</span> to combe back to a "normal" code modification.';
218
219// Duplicate tab
220$lang['ec_help_banner1_duplic']    = '<span class = "help_i">Duplicate an account</span> when a user is already identified, creates another account having exactly the same permissions: no need to wait for an administrator\'s validation. Select the <span class = "help_bi">groups</span>, <span class = "help_bi">types</span>, and&nbsp;/&nbsp;or directly <span class = "help_bi">users</span> allowed to duplicate their account. Display "<span class = "help_b">Register</span>" to the generic accounts so that duplication is not noticed to them (see <a href="popuphelp.php?page=help" onclick="popuphelp(this.href); return false;" title="Help"><img src="admin/template/goto/theme/clear/icon/help.png" class="button" alt="(?)">&nbsp;help page</a> for more details).';
221
222// Configuration tab
223$lang['ec_help_banner1_config']    = '<span class = "help_i">Duplicate an account</span> when a user is already identified, creates another account having exactly the same permissions: no need to wait for an administrator\'s validation.&nbsp;&#151; Select the page you want to be displayed in case of an unknown code usage (for instance, a code you have deleted).&nbsp;&#151; In the "Autolog entries" tab, the comments can be displayed as tooltips, or on a new line under the code.&nbsp;&#151; As you\'re currently reading it, the help banner is currently active ;-) !';
224
225
226unset($t_ap1, $t_ap2);
227
228?>
Note: See TracBrowser for help on using the repository browser.