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

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

[Event Cats] Begin EN translation ; small bug corrected : no deletion of other codes when modifying only the "forced" param.

File size: 11.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 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
205unset($t_ap1, $t_ap2);
206
207?>
Note: See TracBrowser for help on using the repository browser.