source: extensions/AStat/language/en_UK/plugin.lang.php @ 3706

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

Update AStat 2.1.0 - new features
See main.inc.php file for details

  • Property svn:executable set to *
File size: 12.1 KB
Line 
1<?php
2
3//--- >> v1.1.1 >>
4$lang['Pictures_seen'] = 'Pictures seen';
5$lang['Categories_seen'] = 'Categories seen';
6$lang['IP_visit'] = 'IP addresses';
7$lang['AStat_title_page'] = 'Advanced Statistics';
8$lang['IP_label'] = 'IP address';
9$lang['CATEGORY_LABEL'] = 'Category';
10$lang['pct_Pictures_seen'] = '%Pictures';
11$lang['pct_Pages_seen'] = '%Pages';
12$lang['ratio_Pictures_seen'] = 'Pictures seen';
13
14$lang['AStat_period_label_hours'] = 'Hours';
15$lang['AStat_period_label_days'] = 'Days';
16$lang['AStat_period_label_months'] = 'Months';
17$lang['AStat_period_label_years'] = 'Years';
18$lang['AStat_period_label_all'] = 'All year';
19$lang['AStat_period_label_global'] = 'Global';
20
21
22$lang['AStat_day_of_week_0'] = 'Sunday'; //sunday
23$lang['AStat_day_of_week_1'] = 'Monday';
24$lang['AStat_day_of_week_2'] = 'Tuesday';
25$lang['AStat_day_of_week_3'] = 'Wednesday';
26$lang['AStat_day_of_week_4'] = 'Thursday';
27$lang['AStat_day_of_week_5'] = 'Friday';
28$lang['AStat_day_of_week_6'] = 'Saturday';
29
30$lang['AStat_month_of_year_1'] = 'January';
31$lang['AStat_month_of_year_2'] = 'February';
32$lang['AStat_month_of_year_3'] = 'Mach';
33$lang['AStat_month_of_year_4'] = 'April';
34$lang['AStat_month_of_year_5'] = 'May';
35$lang['AStat_month_of_year_6'] = 'June';
36$lang['AStat_month_of_year_7'] = 'July';
37$lang['AStat_month_of_year_8'] = 'August';
38$lang['AStat_month_of_year_9'] = 'September';
39$lang['AStat_month_of_year_10'] = 'October';
40$lang['AStat_month_of_year_11'] = 'November';
41$lang['AStat_month_of_year_12'] = 'December';
42
43$lang['AStat_by_period'] = 'By period';
44$lang['AStat_by_ip'] = 'By IP';
45$lang['AStat_by_category'] = 'By category';
46$lang['AStat_config'] = 'Settings';
47
48$lang['AStat_BarColor_Pages'] = 'Number of pages';
49$lang['AStat_BarColor_Img'] = 'Number of pictures';
50$lang['AStat_BarColor_IP'] = 'Number of IP addresses';
51$lang['AStat_MouseOverColor'] = 'Mouse over row';
52$lang['AStat_config_title'] = 'AStat settings';
53$lang['AStat_config_colors_and_graph'] = 'Color & graphics settings';
54$lang['AStat_specific_ip_config'] = 'Specifics settings for statistics by IP';
55$lang['AStat_NbIPPerPages'] = 'Number of IP per pages';
56$lang['AStat_MaxBarWidth'] = 'Maximum bar width (pixels)';
57$lang['AStat_NbCatPerPages'] = 'Number of category per page';
58$lang['AStat_specific_category_config'] = 'Specifics settings for statistics by categories';
59$lang['AStat_do_save'] = 'Save';
60
61$lang['AStat_page_label'] = 'Page';
62$lang['AStat_pages_label'] = 'Pages';
63$lang['AStat_nb_total_ip'] = 'Total number of IP adresses';
64$lang['AStat_nb_total_category'] = 'Total number of categories';
65
66$lang['AStat_Nfo_Category'] = "For the choosen period, represent in percent number of pages & pictures seen by categories, as the average number of view per picture";
67$lang['AStat_Nfo_IP'] = "For the choosen period, represent number of pages & pictures seen by an IP address";
68$lang['AStat_Nfo_Period'] = "For the choosen period, represent number of pages & pictures seen, as the number of distincts IP adresses connected";
69
70$lang['AStat_IP_geolocalisation'] = 'Geolocalisation';
71$lang['AStat_PeriodPerDefault'] = 'Default choosen period';
72$lang['AStat_specific_period_config'] = 'Specifics settings for statistics by periods';
73$lang['AStat_PeriodPerDefault_global'] = 'Global';
74$lang['AStat_PeriodPerDefault_all'] = 'All years';
75$lang['AStat_PeriodPerDefault_year'] = 'The actual year';
76$lang['AStat_PeriodPerDefault_month'] = 'The actual month';
77$lang['AStat_PeriodPerDefault_day'] = 'The actual day';
78$lang['AStat_config_saved'] = 'Settings are saved !';
79$lang['AStat_ShowThumbCat'] = 'Show the representative category\'s thumbnail';
80$lang['AStat_yesno_true'] = 'Yes';
81$lang['AStat_yesno_false'] = 'No';
82$lang['AStat_sortcat_page'] = 'Representation in percent of seen pages';
83$lang['AStat_sortcat_picture'] = 'Representation in percent of seen pictures';
84$lang['AStat_sortcat_nbpicture'] = 'Average number of view per picture';
85$lang['AStat_DefaultSortCat'] = 'Default sort';
86$lang['AStat_SortCatLabel'] = 'Sorted by ';
87$lang['AStat_version'] = 'version ';
88
89$lang['AStat_RefImageLabel'] = 'Category / Picture\'s name';
90$lang['AStat_by_image'] = 'Per pictures';
91$lang['AStat_nb_total_image'] = 'Total number of pictures';
92$lang['AStat_SortImgLabel'] = 'Sorted by ';
93$lang['AStat_sortimg_picture'] = 'Picture\'s number of view';
94$lang['AStat_sortimg_catname'] = 'Alphabetical order - Category / Picture\'s name';
95$lang['AStat_Nfo_Image'] = "For the choosen period, number of views for each pictures, as the representation in percent of number of views on the total number of view";
96$lang['AStat_specific_image_config'] = 'Specifics settings for statistics per pictures';
97$lang['AStat_NbImgPerPages'] = 'Number of pictures per page';
98$lang['AStat_ShowThumbImg'] = 'Show picture\'s thumbnail';
99$lang['AStat_DefaultSortImg'] = 'Default sort';
100
101//--- << v1.1.1 <<
102//--- >> v1.2.0 >>
103$lang['AStat_BarColor_Cat'] = 'Number of categories';
104$lang['AStat_deleted_user'] = 'Deleted user';
105$lang['AStat_SortIPLabel'] = 'Sorted by ';
106$lang['AStat_sortip_picture'] = 'Number of pictures seen';
107$lang['AStat_sortip_ip'] = 'User / IP Adress';
108$lang['AStat_sortip_page'] = 'Number of pages seen';
109$lang['AStat_RefIPLabel'] = 'User / IP Adress';
110$lang['AStat_DefaultSortIP'] = 'Default sort';
111$lang['AStat_general_config'] = 'Global settings';
112$lang['AStat_SeeTimeRequests'] = 'Show time execution of requests';
113$lang['AStat_time_request_label'] = 'Request executed in';
114
115$lang['AStat_section_categories'] = $lang['Categories'];
116$lang['AStat_section_tags'] = $lang['Tags'];
117$lang['AStat_section_search'] = $lang['search'];
118$lang['AStat_section_list'] = $lang['random_cat'] ; // correction v1.2.1
119$lang['AStat_section_favorites'] = $lang['favorites'];
120$lang['AStat_section_most_visited'] = $lang['most_visited_cat'];
121$lang['AStat_section_best_rated'] = $lang['best_rated_cat'];
122$lang['AStat_section_recent_pics'] = $lang['recent_pics_cat'];
123$lang['AStat_section_recent_cats'] = $lang['recent_cats_cat'];
124$lang['AStat_section_additional_page'] = 'Plugin <a href="http://phpwebgallery.net/ext/extension_view.php?eid=153">Additional pages</a>';
125$lang['AStat_section_web_services'] = 'Plugin <a href="http://phpwebgallery.net/ext/extension_view.php?eid=171">Web services statistics</a>';
126$lang['AStat_section_most_commented'] = 'Plugin <a href="http://phpwebgallery.net/ext/extension_view.php?eid=145">Most Commented</a>';
127$lang['AStat_section_unknown'] = 'Unknown [%s]';
128
129$lang['AStat_date_time_format'] = 'Y/d/m H:i:s';
130$lang['AStat_event'] = 'event';
131$lang['AStat_events'] = 'events';
132$lang['AStat_section_label'] = 'Section';
133$lang['AStat_deleted_picture'] = 'Picture doesn\'t exist anymore';
134$lang['AStat_tools'] = 'Tools';
135$lang['AStat_tools_title'] = 'Maintenance tools';
136$lang['AStat_tools_result_ok'] = "Action correctly performed";
137
138$lang['AStat_tools_deleted_user'] = 'Update history with user\'s references'; //v1.3.0
139$lang['AStat_tools_deleted_user_nfo0'] = "This function forces to <i>guest</i> a user ID generated as event in the history whose account has been since deleted.";
140$lang['AStat_tools_deleted_user_nfo1'] = "%s unknown user ID among history events impacting %s events : <ul>%s</ul>";
141$lang['AStat_tools_deleted_user_nfo2'] = "All users ID in the history of event exist, No action shall be undertaken.";
142$lang['AStat_tools_deleted_user_apply'] = 'Update';
143
144$lang['AStat_tools_general_nfo'] = 'General information on history';
145
146$lang['AStat_tools_deleted_picture'] = 'Update the history with picture referrals'; // v1.3.0
147$lang['AStat_tools_deleted_picture_nfo0'] = "Impacts events in the history referring to images that no longer exist, a <i>picture [Id #0] no longer exists in the base</i>"; // v1.3.0
148$lang['AStat_tools_deleted_picture_nfo1'] = "%s unknow picture  Id among history of event impacting %s events : <ul>%s</ul>";
149$lang['AStat_tools_deleted_picture_nfo2'] = "All pictures Id in the history of event exist, No action shall be undertaken.";
150$lang['AStat_tools_deleted_picture_apply'] = 'Update';
151
152//--- << v1.2.0 <<
153
154//--- >> v1.3.0 >>
155
156$lang['AStat_section_old_deleted_cat'] = 'Unable to be imported old category ';
157$lang['AStat_tools_general_nfo_nfo'] = "<ul><li>%s events are present in the history</li>
158            <li>Table weights %s (Table: %s ; Index: %s)</li>
159            <li>Date of first event : %s</li>
160            <li>Date of last event : %s</li>";
161$lang['AStat_tools_purge_history'] = "Cleaning of the history";
162$lang['AStat_tools_purge_history_nfo'] = "This function will clean the history from all past event from a given date and will optimize the table.<br><b>Operation cannot be reversed</b>.";
163$lang['AStat_tools_purge_history_apply'] = "Clean";
164$lang['AStat_tools_purge_history_date'] = "To purge all events prior ";
165$lang['AStat_tools_purge_history_imageid0'] = "To purge all events associated to deleted images (%s events in history)";
166$lang['AStat_tools_purge_history_categoryid0'] = "To purge events associated to deleted categories (%s events in history)";
167$lang['AStat_tools_result_ko'] = "An error has occurred. Action has not been correctly performed";
168$lang['AStat_tools_invalid_date'] = "Given date is not valid !";
169$lang['AStat_tools_invalid_date2'] = "Given date is upper or equal to date of the day";
170$lang['AStat_tools_deleted_picture_error0'] = "Priming has failed";
171$lang['AStat_tools_deleted_picture_error1'] = "New association of events in the history has failed";
172$lang['AStat_tools_deleted_picture_ok0'] = "Priming of the table succeeded, files can be reorganized on the server";
173$lang['AStat_tools_deleted_picture_ok1'] = "Linking event in the history has succeeded";
174
175$lang['AStat_tools_deleted_picture_nfo3'] = "When pictures are physically transferred from one directory, synchronization deletes pictures from the base and reinset then with a new reference. A transferred image then leaves in the history events linked to reference that no longer exist.</p><p><i>Astat</i> allows :<ul><li>to memorize picture references <u><i>before</i></u> to synchronize</li><li>link history events with exact picture reference <u><i>after</i></u> a synchronization</li></p><p><b>Beware !</b><br><ul><li>should pictures have the same file name outcome cannot be predicted</li><li>this function cannot deal with picture about which file name has been changed on the server</li></ul>";
176
177$lang['AStat_tools_deleted_picture_prepare_action'] = "<u>Prior</u> to synchronization : prepare <i>AStat</i>";
178$lang['AStat_tools_deleted_picture_do_action'] = "<u>After</u> synchronization : link again new picture ID to events in the history";
179$lang['AStat_tools_deleted_picture_do'] = "Make the process";
180$lang['AStat_tools_deleted_picture_nfo_nb'] = "(%s picture Ids cannot be linked to %s events in the history)";
181
182
183$lang['AStat_tools_deleted_category'] = 'Update categories in the history';
184$lang['AStat_tools_deleted_category_nfo0'] = "Assigns for events in the history that no longer exist. Deleted category"; // v1.3.0
185$lang['AStat_tools_deleted_category_nfo1'] = "%s unexisting directory are listed among events in history and impact %s events : <ul>%s</ul>";
186$lang['AStat_tools_deleted_category_nfo2'] = "All event categories in the history exist. No action shall be undertaken.";
187$lang['AStat_tools_deleted_category_apply'] = "Update";
188
189
190$lang['AStat_section_deleted_cat'] = "Category deleted";
191
192
193//--- << v1.3.0 <<
194//--- >> v1.3.2 >>
195$lang['AStat_adviser_not_authorized'] = "Action aborted : adviser profile dot not permit this kind of action";
196//--- << v1.3.2 <<
197//--- >> v1.4.0 >>
198$lang['AStat_catfilter_list'] = "Apply filter on categories";
199$lang['AStat_nofilter'] = "--- No filter ---";
200//--- << v1.4.0 <<
201
202//--- >> v2.0.0 >>
203$lang['AStat_confignotsaved'] = "An error has occured, settings aren't saved";
204$lang['AStat_gpc2_not_installed'] = "Plugin 'Grum Plugins Classes 2' (release >= %s) is needed to install AStat";
205
206//--- >> v2.1.0 >>
207$lang['AStat_BlackListedIP'] = "Blacklisted IP";
208$lang['AStat_AddIP'] = "Add to the blacklist";
209$lang['AStat_DelIP'] = "Delete from the blacklist";
210$lang['AStat_tools_purge_history_ipid0'] = "To purge events associated with IP from the blacklist (%s items in the blacklist, %s events in history)"
211$lang['AStat_IP_blacklist'] = "Add to the blacklist";
212
213?>
Note: See TracBrowser for help on using the repository browser.