1 | <?php |
---|
2 | |
---|
3 | $lang['To install this plugin, you need to install Grum Plugin Classes %s before']="To install this plugin, you need to install Grum Plugin Classes %s before"; |
---|
4 | |
---|
5 | $lang['estat_release']='v'; |
---|
6 | $lang['estat_unknown']='unknown'; |
---|
7 | |
---|
8 | $lang['estat_install']='Install'; |
---|
9 | $lang['estat_update']='Update'; |
---|
10 | |
---|
11 | |
---|
12 | $lang['estat_work_in_progress']='Work in progress'; |
---|
13 | $lang['estat_prepare_db_ip']='Initialize plugin database'; |
---|
14 | $lang['estat_work_finished']='Work finished!'; |
---|
15 | |
---|
16 | $lang['estat_log_import_in_progress']='Piwigo history is being imported...'; |
---|
17 | $lang['estat_log_import_period']='Period: %s'; |
---|
18 | $lang['estat_log_import_finished']='Import finished!'; |
---|
19 | $lang['estat_events']='events'; |
---|
20 | $lang['estat_consolidate']='consolidate'; |
---|
21 | $lang['estat_import_step1']="Step 1/3: import"; |
---|
22 | $lang['estat_import_step2']="Step 2/3: consolidate"; |
---|
23 | $lang['estat_import_step3']="Step 3/3: finalize"; |
---|
24 | |
---|
25 | $lang['estat_piwigo_history_size']='Piwigo history have %s events between %s and %s'; |
---|
26 | $lang['estat_import_following_periods']='Import the following periodes:'; |
---|
27 | $lang['estat_import']='Import'; |
---|
28 | $lang['estat_dont_import']='Don\'t import'; |
---|
29 | |
---|
30 | $lang['estat_synthesis']='Synthesis'; |
---|
31 | $lang['estat_by_period']='Per period'; |
---|
32 | $lang['estat_by_ip']='Per IP adress'; |
---|
33 | $lang['estat_by_category']='Per album'; |
---|
34 | $lang['estat_by_image']='Per photo'; |
---|
35 | $lang['estat_history']='Historic'; |
---|
36 | $lang['estat_config']='Settings'; |
---|
37 | $lang['estat_tools']='Tools'; |
---|
38 | |
---|
39 | $lang['estat_apply'] = 'Apply'; |
---|
40 | $lang['estat_catfilter_list'] = 'Filter on album'; |
---|
41 | $lang['estat_periodfilter_list'] = 'Filter on period'; |
---|
42 | $lang['estat_log_period'] = 'History consultation period'; |
---|
43 | |
---|
44 | $lang['estat_datetime']='Date/Time'; |
---|
45 | $lang['estat_ip_user']='IP/User'; |
---|
46 | $lang['estat_ipAdress']='IP Adress'; |
---|
47 | $lang['estat_country']='Country'; |
---|
48 | $lang['estat_category']='Album'; |
---|
49 | $lang['estat_image']='Photo'; |
---|
50 | $lang['estat_tags']='Tags'; |
---|
51 | $lang['estat_section']='Section'; |
---|
52 | $lang['estat_browser']='Browser'; |
---|
53 | $lang['estat_os']='System'; |
---|
54 | $lang['estat_type']='Type'; |
---|
55 | $lang['estat_engine']='Engine'; |
---|
56 | |
---|
57 | $lang['estat_userName']='User'; |
---|
58 | $lang['estat_userId']='User ID'; |
---|
59 | $lang['estat_categoryId']='Album ID'; |
---|
60 | $lang['estat_imageId']='Photo ID'; |
---|
61 | $lang['estat_browserId']='Browser ID'; |
---|
62 | $lang['estat_osId']='System ID'; |
---|
63 | $lang['estat_typeId']='Type ID'; |
---|
64 | $lang['estat_engineId']='Engine ID'; |
---|
65 | $lang['estat_browserVersion']='Browser version'; |
---|
66 | $lang['estat_osVersion']='System version'; |
---|
67 | $lang['estat_engineVersion']='Engine version'; |
---|
68 | $lang['estat_userAgentString']='User agent string'; |
---|
69 | $lang['estat_countryId']='Country ID'; |
---|
70 | |
---|
71 | |
---|
72 | $lang['ua_Mobile']='Smartphone/Tablet'; |
---|
73 | $lang['ua_Computer']='Computer'; |
---|
74 | $lang['ua_Console']='Console'; |
---|
75 | $lang['ua_Unknown']='Unknown'; |
---|
76 | $lang['ua_Crawler']='Crawler'; |
---|
77 | $lang['ua_Other']='Other'; |
---|
78 | |
---|
79 | $lang['estat_total']='Total'; |
---|
80 | |
---|
81 | $lang['estat_viewedPages']='Viewed pages'; |
---|
82 | $lang['estat_viewedAlbums']='Viewed albums'; |
---|
83 | $lang['estat_viewedImages']='Viewed photos'; |
---|
84 | $lang['estat_uniqueIP']='IP Adress'; |
---|
85 | $lang['estat_visits']='Visits'; |
---|
86 | $lang['estat_year']='Year'; |
---|
87 | $lang['estat_allYear']='All years'; |
---|
88 | $lang['estat_period']='Period'; |
---|
89 | $lang['estat_allPeriods']='All periods'; |
---|
90 | |
---|
91 | $lang['estat_item_nb']='% item'; |
---|
92 | $lang['estat_items_nb']='% items'; |
---|
93 | |
---|
94 | $lang['estat_country_nb']='%s country'; |
---|
95 | $lang['estat_countries_nb']='%s countries'; |
---|
96 | |
---|
97 | $lang['estat_ok']='Ok'; |
---|
98 | $lang['estat_cancel']='Cancel'; |
---|
99 | $lang['estat_eraseFilter']='Remove filter'; |
---|
100 | $lang['estat_sortBy']='Sort by'; |
---|
101 | $lang['estat_Other']='Other'; |
---|
102 | $lang['estat_dataExport']='Data export'; |
---|
103 | |
---|
104 | $lang['estat_deleted_category']='Album was deleted'; |
---|
105 | $lang['estat_special_category']='Special album (home, tags, search page...)'; |
---|
106 | $lang['estat_deleted_image']='Photo was deleted'; |
---|
107 | |
---|
108 | $lang['estat_fileFormatCSV']='Text with separator'; |
---|
109 | $lang['estat_fileFormatODS']='OpenDocument - Spreadsheet'; |
---|
110 | $lang['estat_fileFormatSQLite']='SQLite database'; |
---|
111 | |
---|
112 | $lang['estat_fileCompressionNone']='None'; |
---|
113 | $lang['estat_fileCompressionZIP']='ZIP'; |
---|
114 | $lang['estat_fileCompressionGZ']='GZip compressed'; |
---|
115 | $lang['estat_fileCompressionBZ2']='BZip2 compressed'; |
---|
116 | |
---|
117 | $lang['estat_fileODSTitle']=''; |
---|
118 | $lang['estat_fileODSSubject']='Visits statistics (%s)'; |
---|
119 | $lang['estat_fileODSComments_1']='File written on %s by EStat plugin v%s (Piwigo %s)'; |
---|
120 | |
---|
121 | $lang['estat_downloadError']='An error has occured during the file creation...'; |
---|
122 | $lang['estat_waitForDownload']='Please wait while the file prepared for download...'; |
---|
123 | |
---|
124 | $lang['month_01']='Jan'; |
---|
125 | $lang['month_02']='Feb'; |
---|
126 | $lang['month_03']='Mar'; |
---|
127 | $lang['month_04']='Apr'; |
---|
128 | $lang['month_05']='May'; |
---|
129 | $lang['month_06']='Jun'; |
---|
130 | $lang['month_07']='Jul'; |
---|
131 | $lang['month_08']='Aug'; |
---|
132 | $lang['month_09']='Sep'; |
---|
133 | $lang['month_10']='Oct'; |
---|
134 | $lang['month_11']='Nov'; |
---|
135 | $lang['month_12']='Dec'; |
---|
136 | $lang['letter_day_sunday']='S'; |
---|
137 | |
---|
138 | |
---|
139 | // countries - ISO 3661 |
---|
140 | // http://fr.wikipedia.org/wiki/ISO_3166-1 |
---|
141 | // http://www.iso.org/iso/fr/home/standards/country_codes.htm |
---|
142 | $lang['estat_country_AF']='Afghanistan'; |
---|
143 | $lang['estat_country_AX']='Åland islands'; |
---|
144 | $lang['estat_country_AL']='Albania'; |
---|
145 | $lang['estat_country_DZ']='Algeria'; |
---|
146 | $lang['estat_country_AS']='American samoa'; |
---|
147 | $lang['estat_country_AD']='Andorra'; |
---|
148 | $lang['estat_country_AO']='Angola'; |
---|
149 | $lang['estat_country_AI']='Anguilla'; |
---|
150 | $lang['estat_country_AQ']='Antarctica'; |
---|
151 | $lang['estat_country_AG']='Antigua and barbuda'; |
---|
152 | $lang['estat_country_AR']='Argentina'; |
---|
153 | $lang['estat_country_AM']='Armenia'; |
---|
154 | $lang['estat_country_AW']='Aruba'; |
---|
155 | $lang['estat_country_AU']='Australia'; |
---|
156 | $lang['estat_country_AT']='Austria'; |
---|
157 | $lang['estat_country_AZ']='Azerbaijan'; |
---|
158 | $lang['estat_country_BS']='Bahamas'; |
---|
159 | $lang['estat_country_BH']='Bahrain'; |
---|
160 | $lang['estat_country_BD']='Bangladesh'; |
---|
161 | $lang['estat_country_BB']='Barbados'; |
---|
162 | $lang['estat_country_BY']='Belarus'; |
---|
163 | $lang['estat_country_BE']='Belgium'; |
---|
164 | $lang['estat_country_BZ']='Belize'; |
---|
165 | $lang['estat_country_BJ']='Benin'; |
---|
166 | $lang['estat_country_BM']='Bermuda'; |
---|
167 | $lang['estat_country_BT']='Bhutan'; |
---|
168 | $lang['estat_country_BO']='Bolivia, plurinational state of'; |
---|
169 | $lang['estat_country_BQ']='Bonaire, sint eustatius and saba'; |
---|
170 | $lang['estat_country_BA']='Bosnia and herzegovina'; |
---|
171 | $lang['estat_country_BW']='Botswana'; |
---|
172 | $lang['estat_country_BV']='Bouvet island'; |
---|
173 | $lang['estat_country_BR']='Brazil'; |
---|
174 | $lang['estat_country_IO']='British indian ocean territory'; |
---|
175 | $lang['estat_country_BN']='Brunei darussalam'; |
---|
176 | $lang['estat_country_BG']='Bulgaria'; |
---|
177 | $lang['estat_country_BF']='Burkina faso'; |
---|
178 | $lang['estat_country_BI']='Burundi'; |
---|
179 | $lang['estat_country_KH']='Cambodia'; |
---|
180 | $lang['estat_country_CM']='Cameroon'; |
---|
181 | $lang['estat_country_CA']='Canada'; |
---|
182 | $lang['estat_country_CV']='Cape verde'; |
---|
183 | $lang['estat_country_KY']='Cayman islands'; |
---|
184 | $lang['estat_country_CF']='Central african republic'; |
---|
185 | $lang['estat_country_TD']='Chad'; |
---|
186 | $lang['estat_country_CL']='Chile'; |
---|
187 | $lang['estat_country_CN']='China'; |
---|
188 | $lang['estat_country_CX']='Christmas island'; |
---|
189 | $lang['estat_country_CC']='Cocos (keeling) islands'; |
---|
190 | $lang['estat_country_CO']='Colombia'; |
---|
191 | $lang['estat_country_KM']='Comoros'; |
---|
192 | $lang['estat_country_CG']='Congo'; |
---|
193 | $lang['estat_country_CD']='Congo, the democratic republic of the'; |
---|
194 | $lang['estat_country_CK']='Cook islands'; |
---|
195 | $lang['estat_country_CR']='Costa rica'; |
---|
196 | $lang['estat_country_CI']='Côte d\'ivoire'; |
---|
197 | $lang['estat_country_HR']='Croatia'; |
---|
198 | $lang['estat_country_CU']='Cuba'; |
---|
199 | $lang['estat_country_CW']='Curaçao'; |
---|
200 | $lang['estat_country_CY']='Cyprus'; |
---|
201 | $lang['estat_country_CZ']='Czech republic'; |
---|
202 | $lang['estat_country_DK']='Denmark'; |
---|
203 | $lang['estat_country_DJ']='Djibouti'; |
---|
204 | $lang['estat_country_DM']='Dominica'; |
---|
205 | $lang['estat_country_DO']='Dominican republic'; |
---|
206 | $lang['estat_country_EC']='Ecuador'; |
---|
207 | $lang['estat_country_EG']='Egypt'; |
---|
208 | $lang['estat_country_SV']='El salvador'; |
---|
209 | $lang['estat_country_GQ']='Equatorial guinea'; |
---|
210 | $lang['estat_country_ER']='Eritrea'; |
---|
211 | $lang['estat_country_EE']='Estonia'; |
---|
212 | $lang['estat_country_ET']='Ethiopia'; |
---|
213 | $lang['estat_country_FK']='Falkland islands (malvinas)'; |
---|
214 | $lang['estat_country_FO']='Faroe islands'; |
---|
215 | $lang['estat_country_FJ']='Fiji'; |
---|
216 | $lang['estat_country_FI']='Finland'; |
---|
217 | $lang['estat_country_FR']='France'; |
---|
218 | $lang['estat_country_GF']='French guiana'; |
---|
219 | $lang['estat_country_PF']='French polynesia'; |
---|
220 | $lang['estat_country_TF']='French southern territories'; |
---|
221 | $lang['estat_country_GA']='Gabon'; |
---|
222 | $lang['estat_country_GM']='Gambia'; |
---|
223 | $lang['estat_country_GE']='Georgia'; |
---|
224 | $lang['estat_country_DE']='Germany'; |
---|
225 | $lang['estat_country_GH']='Ghana'; |
---|
226 | $lang['estat_country_GI']='Gibraltar'; |
---|
227 | $lang['estat_country_GR']='Greece'; |
---|
228 | $lang['estat_country_GL']='Greenland'; |
---|
229 | $lang['estat_country_GD']='Grenada'; |
---|
230 | $lang['estat_country_GP']='Guadeloupe'; |
---|
231 | $lang['estat_country_GU']='Guam'; |
---|
232 | $lang['estat_country_GT']='Guatemala'; |
---|
233 | $lang['estat_country_GG']='Guernsey'; |
---|
234 | $lang['estat_country_GN']='Guinea'; |
---|
235 | $lang['estat_country_GW']='Guinea-bissau'; |
---|
236 | $lang['estat_country_GY']='Guyana'; |
---|
237 | $lang['estat_country_HT']='Haiti'; |
---|
238 | $lang['estat_country_HM']='Heard island and mcdonald islands'; |
---|
239 | $lang['estat_country_VA']='Holy see (vatican city state)'; |
---|
240 | $lang['estat_country_HN']='Honduras'; |
---|
241 | $lang['estat_country_HK']='Hong kong'; |
---|
242 | $lang['estat_country_HU']='Hungary'; |
---|
243 | $lang['estat_country_IS']='Iceland'; |
---|
244 | $lang['estat_country_IN']='India'; |
---|
245 | $lang['estat_country_ID']='Indonesia'; |
---|
246 | $lang['estat_country_IR']='Iran, islamic republic of'; |
---|
247 | $lang['estat_country_IQ']='Iraq'; |
---|
248 | $lang['estat_country_IE']='Ireland'; |
---|
249 | $lang['estat_country_IM']='Isle of man'; |
---|
250 | $lang['estat_country_IL']='Israel'; |
---|
251 | $lang['estat_country_IT']='Italy'; |
---|
252 | $lang['estat_country_JM']='Jamaica'; |
---|
253 | $lang['estat_country_JP']='Japan'; |
---|
254 | $lang['estat_country_JE']='Jersey'; |
---|
255 | $lang['estat_country_JO']='Jordan'; |
---|
256 | $lang['estat_country_KZ']='Kazakhstan'; |
---|
257 | $lang['estat_country_KE']='Kenya'; |
---|
258 | $lang['estat_country_KI']='Kiribati'; |
---|
259 | $lang['estat_country_KP']='Korea, democratic people\'s republic of'; |
---|
260 | $lang['estat_country_KR']='Korea, republic of'; |
---|
261 | $lang['estat_country_KW']='Kuwait'; |
---|
262 | $lang['estat_country_KG']='Kyrgyzstan'; |
---|
263 | $lang['estat_country_LA']='Lao people\'s democratic republic'; |
---|
264 | $lang['estat_country_LV']='Latvia'; |
---|
265 | $lang['estat_country_LB']='Lebanon'; |
---|
266 | $lang['estat_country_LS']='Lesotho'; |
---|
267 | $lang['estat_country_LR']='Liberia'; |
---|
268 | $lang['estat_country_LY']='Libya'; |
---|
269 | $lang['estat_country_LI']='Liechtenstein'; |
---|
270 | $lang['estat_country_LT']='Lithuania'; |
---|
271 | $lang['estat_country_LU']='Luxembourg'; |
---|
272 | $lang['estat_country_MO']='Macao'; |
---|
273 | $lang['estat_country_MK']='Macedonia, the former yugoslav republic of'; |
---|
274 | $lang['estat_country_MG']='Madagascar'; |
---|
275 | $lang['estat_country_MW']='Malawi'; |
---|
276 | $lang['estat_country_MY']='Malaysia'; |
---|
277 | $lang['estat_country_MV']='Maldives'; |
---|
278 | $lang['estat_country_ML']='Mali'; |
---|
279 | $lang['estat_country_MT']='Malta'; |
---|
280 | $lang['estat_country_MH']='Marshall islands'; |
---|
281 | $lang['estat_country_MQ']='Martinique'; |
---|
282 | $lang['estat_country_MR']='Mauritania'; |
---|
283 | $lang['estat_country_MU']='Mauritius'; |
---|
284 | $lang['estat_country_YT']='Mayotte'; |
---|
285 | $lang['estat_country_MX']='Mexico'; |
---|
286 | $lang['estat_country_FM']='Micronesia, federated states of'; |
---|
287 | $lang['estat_country_MD']='Moldova, republic of'; |
---|
288 | $lang['estat_country_MC']='Monaco'; |
---|
289 | $lang['estat_country_MN']='Mongolia'; |
---|
290 | $lang['estat_country_ME']='Montenegro'; |
---|
291 | $lang['estat_country_MS']='Montserrat'; |
---|
292 | $lang['estat_country_MA']='Morocco'; |
---|
293 | $lang['estat_country_MZ']='Mozambique'; |
---|
294 | $lang['estat_country_MM']='Myanmar'; |
---|
295 | $lang['estat_country_NA']='Namibia'; |
---|
296 | $lang['estat_country_NR']='Nauru'; |
---|
297 | $lang['estat_country_NP']='Nepal'; |
---|
298 | $lang['estat_country_NL']='Netherlands'; |
---|
299 | $lang['estat_country_NC']='New caledonia'; |
---|
300 | $lang['estat_country_NZ']='New zealand'; |
---|
301 | $lang['estat_country_NI']='Nicaragua'; |
---|
302 | $lang['estat_country_NE']='Niger'; |
---|
303 | $lang['estat_country_NG']='Nigeria'; |
---|
304 | $lang['estat_country_NU']='Niue'; |
---|
305 | $lang['estat_country_NF']='Norfolk island'; |
---|
306 | $lang['estat_country_MP']='Northern mariana islands'; |
---|
307 | $lang['estat_country_NO']='Norway'; |
---|
308 | $lang['estat_country_OM']='Oman'; |
---|
309 | $lang['estat_country_PK']='Pakistan'; |
---|
310 | $lang['estat_country_PW']='Palau'; |
---|
311 | $lang['estat_country_PS']='Palestinian territory, occupied'; |
---|
312 | $lang['estat_country_PA']='Panama'; |
---|
313 | $lang['estat_country_PG']='Papua new guinea'; |
---|
314 | $lang['estat_country_PY']='Paraguay'; |
---|
315 | $lang['estat_country_PE']='Peru'; |
---|
316 | $lang['estat_country_PH']='Philippines'; |
---|
317 | $lang['estat_country_PN']='Pitcairn'; |
---|
318 | $lang['estat_country_PL']='Poland'; |
---|
319 | $lang['estat_country_PT']='Portugal'; |
---|
320 | $lang['estat_country_PR']='Puerto rico'; |
---|
321 | $lang['estat_country_QA']='Qatar'; |
---|
322 | $lang['estat_country_RE']='Réunion'; |
---|
323 | $lang['estat_country_RO']='Romania'; |
---|
324 | $lang['estat_country_RU']='Russian federation'; |
---|
325 | $lang['estat_country_RW']='Rwanda'; |
---|
326 | $lang['estat_country_BL']='Saint barthélemy'; |
---|
327 | $lang['estat_country_SH']='Saint helena, ascension and tristan da cunha'; |
---|
328 | $lang['estat_country_KN']='Saint kitts and nevis'; |
---|
329 | $lang['estat_country_LC']='Saint lucia'; |
---|
330 | $lang['estat_country_MF']='Saint martin (french part)'; |
---|
331 | $lang['estat_country_PM']='Saint pierre and miquelon'; |
---|
332 | $lang['estat_country_VC']='Saint vincent and the grenadines'; |
---|
333 | $lang['estat_country_WS']='Samoa'; |
---|
334 | $lang['estat_country_SM']='San marino'; |
---|
335 | $lang['estat_country_ST']='Sao tome and principe'; |
---|
336 | $lang['estat_country_SA']='Saudi arabia'; |
---|
337 | $lang['estat_country_SN']='Senegal'; |
---|
338 | $lang['estat_country_RS']='Serbia'; |
---|
339 | $lang['estat_country_SC']='Seychelles'; |
---|
340 | $lang['estat_country_SL']='Sierra leone'; |
---|
341 | $lang['estat_country_SG']='Singapore'; |
---|
342 | $lang['estat_country_SX']='Sint maarten (dutch part)'; |
---|
343 | $lang['estat_country_SK']='Slovakia'; |
---|
344 | $lang['estat_country_SI']='Slovenia'; |
---|
345 | $lang['estat_country_SB']='Solomon islands'; |
---|
346 | $lang['estat_country_SO']='Somalia'; |
---|
347 | $lang['estat_country_ZA']='South africa'; |
---|
348 | $lang['estat_country_GS']='South georgia and the south sandwich islands'; |
---|
349 | $lang['estat_country_SS']='South sudan'; |
---|
350 | $lang['estat_country_ES']='Spain'; |
---|
351 | $lang['estat_country_LK']='Sri lanka'; |
---|
352 | $lang['estat_country_SD']='Sudan'; |
---|
353 | $lang['estat_country_SR']='Suriname'; |
---|
354 | $lang['estat_country_SJ']='Svalbard and jan mayen'; |
---|
355 | $lang['estat_country_SZ']='Swaziland'; |
---|
356 | $lang['estat_country_SE']='Sweden'; |
---|
357 | $lang['estat_country_CH']='Switzerland'; |
---|
358 | $lang['estat_country_SY']='Syrian arab republic'; |
---|
359 | $lang['estat_country_TW']='Taiwan, province of china'; |
---|
360 | $lang['estat_country_TJ']='Tajikistan'; |
---|
361 | $lang['estat_country_TZ']='Tanzania, united republic of'; |
---|
362 | $lang['estat_country_TH']='Thailand'; |
---|
363 | $lang['estat_country_TL']='Timor-leste'; |
---|
364 | $lang['estat_country_TG']='Togo'; |
---|
365 | $lang['estat_country_TK']='Tokelau'; |
---|
366 | $lang['estat_country_TO']='Tonga'; |
---|
367 | $lang['estat_country_TT']='Trinidad and tobago'; |
---|
368 | $lang['estat_country_TN']='Tunisia'; |
---|
369 | $lang['estat_country_TR']='Turkey'; |
---|
370 | $lang['estat_country_TM']='Turkmenistan'; |
---|
371 | $lang['estat_country_TC']='Turks and caicos islands'; |
---|
372 | $lang['estat_country_TV']='Tuvalu'; |
---|
373 | $lang['estat_country_UG']='Uganda'; |
---|
374 | $lang['estat_country_UA']='Ukraine'; |
---|
375 | $lang['estat_country_AE']='United arab emirates'; |
---|
376 | $lang['estat_country_GB']='United kingdom'; |
---|
377 | $lang['estat_country_US']='United states'; |
---|
378 | $lang['estat_country_UM']='United states minor outlying islands'; |
---|
379 | $lang['estat_country_UY']='Uruguay'; |
---|
380 | $lang['estat_country_UZ']='Uzbekistan'; |
---|
381 | $lang['estat_country_VU']='Vanuatu'; |
---|
382 | $lang['estat_country_VE']='Venezuela, bolivarian republic of'; |
---|
383 | $lang['estat_country_VN']='Viet nam'; |
---|
384 | $lang['estat_country_VG']='Virgin islands, british'; |
---|
385 | $lang['estat_country_VI']='Virgin islands, u.s.'; |
---|
386 | $lang['estat_country_WF']='Wallis and futuna'; |
---|
387 | $lang['estat_country_EH']='Western sahara'; |
---|
388 | $lang['estat_country_YE']='Yemen'; |
---|
389 | $lang['estat_country_ZM']='Zambia'; |
---|
390 | $lang['estat_country_ZW']='Zimbabwe'; |
---|
391 | |
---|
392 | $lang['estat_country_XA']='Local network or other'; |
---|
393 | |
---|
394 | |
---|
395 | ?> |
---|