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

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

[Event Cats] Add "Event Cats" fieldset in admin category modification page ;
modify header information about developpement period of all files

File size: 17.8 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 in 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 logging 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']   = 'Display this title in the head of the page';
31// Table
32$lang['Entry']                     = 'Entry';
33$lang['Code']                      = 'Code';
34$lang['Username']                  = 'Username';
35$lang['Identification']            = 'Identification?';
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, in order to transmit 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 first a page to display)';
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 (create a generic account):';
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 first a page to display)';
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']                     = 'Users types';
86$lang['Duplication allowance']     = 'Allow duplication';
87$lang['No account']                = 'No account';
88$lang['Selection per group']       = 'Selection by group';
89$lang['All accounts']              = 'All accounts';
90$lang['Register replacement']      = 'Register link :%1$s for all accounts that 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 membership';
95$lang['Duplication denied']        = 'Duplication denied';
96$lang['Deny to groups btn']        = 'Deny duplication to selected groups';
97$lang['Grant to groups btn']       = 'Grant groups to selected groups';
98$lang['Deny to types btn']         = 'Deny duplication to selected types';
99$lang['Grant to types btn']        = 'Grant duplication to selected types';
100$lang['Deny to users btn']         = 'Deny duplication to selected users';
101$lang['Grant to users btn']        = 'Grant duplication to selected users';
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']     = 'Page display when an "autolog0 code is unknown"';
108$lang['Other']                     = 'Other';
109$lang['Comments display']          = 'Display comments';
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']                = 'Desactivated';
115$lang['Display connection']        = 'Display "%2$s" link%1$s to generic users';
116                                 // %1$s : nice line feed ; %2$s : "Connection"
117
118// JS messages
119$lang['ec_confirm_test']           = "Really test the selected code ?\n\rThis will terminate your administration session.";
120$lang['ec_confirm_delete']         = "Do you really want to delete the selected entry ?";
121$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 any.";
122$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 any.";
123$lang['ec_confirm_del_other']      = "This will delete all other entries using the same code, if any.\n\rOK?";
124$lang['ec_confirm_change_user']    = "Username modification will delete\n\rall other entries using the same code, if any. OK?";
125$lang['ec_gen_user_act_miss']      = "Select first a page to display";
126$lang['ec_act_img_miss']           = "The image identifier must be a number.";
127$lang['ec_submit_code_miss']       = "You must provide a code.";
128$lang['ec_submit_code_bad']        = "A code comprise from 4 to 32 digits included in [a-zA-Z0-9_-].";
129$lang['ec_submit_user_miss']       = "You must provide a username.";
130$lang['ec_submit_action_miss']     = "You must provide a page to display.";
131$lang['ec_clk_entry_miss']         = "Select an entry first.";
132$lang['ec_code_already_exists']    = "This code already exists.";
133$lang['ec_user_already_exists']    = "This username already exists.";
134$lang['ec_conf_pwd_dont_match']    = "The password is not properly confirmed.";
135$lang['ec_new_pwd_gen']            = "Don\'t forget to write the password down!";
136$lang['ec_act_cat_miss']           = "Category?";
137
138
139// +-------------------------------------------------------------------------+
140// | In PHP files                                                            |
141// +-------------------------------------------------------------------------+
142
143// Tabs
144$lang['ec_tab_autoid_entries']     = 'Autolog entries';
145$lang['ec_tab_autoid_modif']       = 'Autolog modification';
146$lang['ec_tab_autoid_new']         = 'New autolog';
147$lang['ec_tab_duplication']        = 'Duplication';
148$lang['ec_tab_config']             = 'Configuration';
149
150// Infos
151$lang['ec_user_create_OK']         = 'User "%s" created';
152$lang['ec_user_generic_OK']        = 'User "%s" generic';
153$lang['ec_group_create_OK']        = 'Group "%s" created';
154$lang['ec_group_create_OK2']       = '"%1$s" linked to "%2$s"';
155$lang['ec_entry_create_OK']        = 'Entry %s created ';
156$lang['ec_cnfrm_forced']           = ' (displayed page forced)';
157$lang['ec_entry_modify_OK']        = 'Entry %s modified';
158$lang['ec_entry_del_ok']           = 'Entry %1$s ("%2$s") deleted.';
159$lang['ec_config_saved']           = 'Configuration saved';
160// Errors
161$lang['ec_action_pb']              = 'field "action" corrupted (different values in entries using the same code)';
162$lang['ec_username_pb']            = 'field "user_id" corrupted (different values in entries using the same code)';
163$lang['ec_username_miss']          = 'user doesn\'t exist (probablyt deleted)';
164$lang['ec_category_miss']          = 'category doesn\'t exist (probably deleted)';
165$lang['ec_image_miss']             = 'image doesn\'t exist (probably deleted)';
166$lang['ec_add_page_miss']          = 'Additional Pages page doesn\'t exist (probably deleted)';
167$lang['ec_entry_del_nok']          = 'Problem when deleting entry %s : ';
168$lang['ec_user_create_pb']         = 'New user creation impossible';
169$lang['ec_user_generic_pb']        = 'Problem when making user "%s" generic';
170$lang['ec_group_create_pb']        = 'Group "%s" creation impossible';
171$lang['ec_user_access_AP']         = 'Take care that user "%2$s" is allowed on Additional Pages page "%1$s".';
172$lang['ec_entry_create_pb']        = 'Entry creation impossible';
173$lang['ec_entry_already_exists']   = 'Entry %s already exists with exactly the same configuration';
174$lang['ec_entry_dont_exist']       = 'Entry %s doesn\'t exist';
175$lang['ec_assoc_pb']               = 'Impossible to link "%1$s" to "%2$s"';
176$lang['ec_DB_problem']             = 'Database access problem (position %s) : ';
177
178// Entries table
179//   actions
180$lang['ec_ok']                     = 'YES';
181$lang['ec_ok_ap_pb']               = 'YES, but unknown Add. Page';
182$lang['ec_ok_cat_pb']              = 'YES, but unknown category';
183$lang['ec_ok_img_pb']              = 'YES, but unknown image';
184$lang['ec_nok']                    = 'NO';
185$lang['ec_nok_ap_pb']              = 'NO';
186$lang['ec_nok_userid_miss']        = 'NO : user unknown';
187$lang['ec_nok_action_pb']          = 'NO : "action" corrupted';
188$lang['ec_nok_userid_pb']          = 'NO : "user_id" corrupted';
189// Username can't be displayed
190$lang['ec_dspl_nok_actn']          = '"action" unusable';
191$lang['ec_dspl_usr_pb']            = '"user_id" unusable';
192$lang['ec_dspl_nok_usr']           = 'User n°%s doesn\'t exist';
193//   displayed pages
194$lang['ec_dspl_ok_cat']            = 'Category n°%1$s : %2$s';
195                                 // %1$s : category id, %2$s : name
196$lang['ec_dspl_ok_img2']           = 'image n°%1$s : %2$s (%3$s)';
197                                 // %1$s : image id, %2$s : name, %3$s : filename
198$lang['ec_dspl_ok_ap']             = 'Additional Page n°%1$s : %2$s';
199                                 // %1$s : add. p. id, %2$s : name
200$lang['ec_dspl_nok_ap']            = ' (Additional Page n°%s doesn\'t exist)';
201$lang['ec_dspl_nok_cat']           = ' (catégorie n°%s doesn\'t exist)';
202$lang['ec_dspl_nok_img2']          = ' (image n°%1$s doesn\'t exist in category n°%2$s)';
203                                 // %1$s : image id, %2$s : category id
204
205// Help banner
206// Entries tab
207$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 not usable 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 prevent users from accessing to 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 it works;-)&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>';
208
209// New entry tab, general case
210$lang['ec_help_banner1_new_c']   = 'Link 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 the "Autolog entries" tab, so you will be able to copy and transmit it to people involved. (It is too complicated, too heavy to provide here a list of all images, thus you must write down the 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 first a <span class = "help_bi">page to display</span>, as the username is based on the name of this page. <span class = "help_b">Comment</span>: memo, personal note, visible only in the administration part. <span class = "help_b">Existing code</span>: to use the same code to identify the same account, but redirect it to another 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.';
211
212// New entry tab, "copy an entry" (duplicate entry) case
213$lang['ec_help_banner2_new_c']     = 'Copy an entry to associate the same <span class = "help_bi">code</span> (still linked to the same <span class = "help_bi">identified user</span>), to a different <span class = "help_bi">displayed page</span>, for example to provide access to another event (thus a different category) for the same group of people  you already have created an entry. <span class = "help_b">Reset</span> to come back to a "normal" entry creation.';
214
215// Modify entry tab, general case
216$lang['ec_help_banner1_new_m']     = 'Select a <span class = "help_bi">code</span> to change the corresponding <span class = "help_bi">identified user</span> and&nbsp;/&nbsp;or the <span class = "help_bi">page to be displayed</span>. If you <span class = "help_b">force</span> the page to be displayed, 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 page to display, will render 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 first the <span class = "help_bi">page to display</span>, as the username based on the name of the page to display.';
217
218// Modify entry tab, disable case
219$lang['ec_help_banner2_new_m']     = 'Logging an account that doesn\'t not require username nor password is obvisously insecured. Thus, it is better to not let an "autolog" code active for too long, as it can be misused. To make an entry outdated allows to display an explaining message with 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 come back to a "normal" code modification.';
220
221// Duplicate tab
222$lang['ec_help_banner1_duplic']    = '<span class = "help_i">Duplicate an account</span> when a user is already identified, creates another account with 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 generic accounts so that duplication get unnoticed 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).';
223
224// Configuration tab
225$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 ;-) !&nbsp;&#151; Display the "Connection" link to generic users, allows users already registered on your gallery to log in easily.';
226
227
228unset($t_ap1, $t_ap2);
229
230?>
Note: See TracBrowser for help on using the repository browser.