source: extensions/EStat/language/fr_FR/plugin.lang.php @ 17758

Last change on this file since 17758 was 17758, checked in by grum, 12 years ago

version 0.1.0b

. Fix install bugs
. Manage anonymous directories
. Manage CSV export options settings
. Fix IPadress<=>country association bug & improve join performances
. Fix bug on IP filter
. Improve performances for history consult

  • Property svn:executable set to *
File size: 15.3 KB
Line 
1<?php
2
3$lang['To install this plugin, you need to install Grum Plugin Classes %s before']="Pour installer ce plugin, vous devez au préalable installer le plugin Grum Plugin Classes %s";
4
5$lang['estat_release']='v';
6$lang['estat_unknown']='inconnu';
7
8$lang['estat_install']='Installation';
9$lang['estat_update']='Mise à jour';
10
11
12$lang['estat_work_in_progress']='Traitement en cours';
13$lang['estat_prepare_db_ip']='Préparation des référentiels du plugin';
14$lang['estat_work_finished']='Traitement terminé !';
15
16$lang['estat_log_import_in_progress']='Import de l\'historique Piwigo en cours...';
17$lang['estat_log_import_period']='Période : %s';
18$lang['estat_log_import_finished']='Import terminé !';
19$lang['estat_events']='événements';
20$lang['estat_consolidate']='consolidation';
21$lang['estat_import_step1']="Etape 1/3 : import";
22$lang['estat_import_step2']="Etape 2/3 : consolidation";
23$lang['estat_import_step3']="Etape 3/3 : finalisation";
24
25$lang['estat_piwigo_history_size']='L\'historique de Piwigo dispose %s évènements entre le %s et le %s';
26$lang['estat_import_following_periods']='Importer les périodes suivantes :';
27$lang['estat_import']='Importer';
28$lang['estat_dont_import']='Ne pas importer';
29
30$lang['estat_synthesis']='Synthèse';
31$lang['estat_by_period']='Par période';
32$lang['estat_by_ip']='Par adresse IP';
33$lang['estat_by_category']='Par album';
34$lang['estat_by_image']='Par photo';
35$lang['estat_history']='Historique';
36$lang['estat_config']='Configuration';
37$lang['estat_tools']='Outils';
38
39$lang['estat_apply'] = 'Appliquer';
40$lang['estat_catfilter_list'] = 'Filtre par album';
41$lang['estat_periodfilter_list'] = 'Filtre par période';
42$lang['estat_log_period'] = 'Période de consultation de l\'historique';
43
44$lang['estat_datetime']='Date/Heure';
45$lang['estat_ip_user']='IP/Utilisateur';
46$lang['estat_ipAdress']='Adresse IP';
47$lang['estat_country']='Pays';
48$lang['estat_category']='Album';
49$lang['estat_image']='Photo';
50$lang['estat_tags']='Tags';
51$lang['estat_section']='Section';
52$lang['estat_browser']='Navigateur';
53$lang['estat_os']='Système';
54$lang['estat_type']='Support';
55$lang['estat_engine']='Moteur';
56
57$lang['estat_userName']='Utilisateur';
58$lang['estat_userId']='ID Utilisateur';
59$lang['estat_categoryId']='ID Album';
60$lang['estat_imageId']='ID Photo';
61$lang['estat_browserId']='ID Navigateur';
62$lang['estat_osId']='ID Système';
63$lang['estat_typeId']='ID Support';
64$lang['estat_engineId']='ID Moteur';
65$lang['estat_browserVersion']='Version navigateur';
66$lang['estat_osVersion']='Version système';
67$lang['estat_engineVersion']='Version moteur';
68$lang['estat_userAgentString']='Déclaration du navigateur';
69$lang['estat_countryId']='ID Pays';
70
71
72$lang['ua_Mobile']='Smartphone/Tablette';
73$lang['ua_Computer']='Ordinateur';
74$lang['ua_Console']='Console';
75$lang['ua_Unknown']='Inconnu';
76$lang['ua_Crawler']='Moteur de recherche';
77$lang['ua_Other']='Autres';
78
79$lang['estat_total']='Total';
80
81$lang['estat_viewedPages']='Pages vues';
82$lang['estat_viewedAlbums']='Albums vus';
83$lang['estat_viewedImages']='Photos vues';
84$lang['estat_uniqueIP']='Adresses IP';
85$lang['estat_visits']='Visites';
86$lang['estat_year']='Année';
87$lang['estat_allYear']='Toutes années';
88$lang['estat_period']='Période';
89$lang['estat_allPeriods']='Toutes périodes';
90
91$lang['estat_item_nb']='% élément';
92$lang['estat_items_nb']='% éléments';
93
94$lang['estat_country_nb']='%s pays';
95$lang['estat_countries_nb']='%s pays';
96
97
98$lang['estat_ok']='Ok';
99$lang['estat_cancel']='Annuler';
100$lang['estat_eraseFilter']='Effacer le filtre';
101$lang['estat_sortBy']='Trier par';
102$lang['estat_Other']='Autres';
103$lang['estat_dataExport']='Export des données';
104
105$lang['estat_deleted_category']='L\'album a été supprimé';
106$lang['estat_special_category']='Album spécial (page d\'accueil, tags, recherche...)';
107$lang['estat_deleted_image']='La photo a été supprimée';
108
109$lang['estat_fileFormatCSV']='Texte avec séparateur';
110$lang['estat_fileFormatODS']='OpenDocument - Feuille de calcul';
111$lang['estat_fileFormatSQLite']='Base de donnée SQLite';
112
113$lang['estat_fileCompressionNone']='Aucune';
114$lang['estat_fileCompressionZIP']='Archive ZIP';
115$lang['estat_fileCompressionGZ']='Compression GZip';
116$lang['estat_fileCompressionBZ2']='Compression BZip2';
117
118$lang['estat_fileODSTitle']='';
119$lang['estat_fileODSSubject']='Statistiques de visites (%s)';
120$lang['estat_fileODSComments_1']='Généré le %s par le plugin EStat v%s (Piwigo %s)';
121
122$lang['estat_downloadError']='Une erreur est survenue lors de la création du fichier...';
123$lang['estat_waitForDownload']='Merci de patienter pendant la préparation du fichier...';
124
125$lang['month_01']='Jan';
126$lang['month_02']='Fév';
127$lang['month_03']='Mar';
128$lang['month_04']='Avr';
129$lang['month_05']='Mai';
130$lang['month_06']='Jui';
131$lang['month_07']='Jui';
132$lang['month_08']='Aoû';
133$lang['month_09']='Sep';
134$lang['month_10']='Oct';
135$lang['month_11']='Nov';
136$lang['month_12']='Déc';
137$lang['letter_day_sunday']='D';
138
139
140// countries - ISO 3661
141// http://fr.wikipedia.org/wiki/ISO_3166-1
142// http://www.iso.org/iso/fr/home/standards/country_codes.htm
143$lang['estat_country_AF']='Afghanistan';
144$lang['estat_country_ZA']='Afrique du sud';
145$lang['estat_country_AX']='Åland (îles)';
146$lang['estat_country_AL']='Albanie';
147$lang['estat_country_DZ']='Algérie';
148$lang['estat_country_DE']='Allemagne';
149$lang['estat_country_AD']='Andorre';
150$lang['estat_country_AO']='Angola';
151$lang['estat_country_AI']='Anguilla';
152$lang['estat_country_AQ']='Antarctique';
153$lang['estat_country_AG']='Antigua-et-barbuda';
154$lang['estat_country_SA']='Arabie saoudite';
155$lang['estat_country_AR']='Argentine';
156$lang['estat_country_AM']='Arménie';
157$lang['estat_country_AW']='Aruba';
158$lang['estat_country_AU']='Australie';
159$lang['estat_country_AT']='Autriche';
160$lang['estat_country_AZ']='Azerbaïdjan';
161$lang['estat_country_BS']='Bahamas';
162$lang['estat_country_BH']='Bahreïn';
163$lang['estat_country_BD']='Bangladesh';
164$lang['estat_country_BB']='Barbade';
165$lang['estat_country_BY']='Bélarus';
166$lang['estat_country_BE']='Belgique';
167$lang['estat_country_BZ']='Belize';
168$lang['estat_country_BJ']='Bénin';
169$lang['estat_country_BM']='Bermudes';
170$lang['estat_country_BT']='Bhoutan';
171$lang['estat_country_BO']='Bolivie';
172$lang['estat_country_BQ']='Bonaire, saint-eustache et saba';
173$lang['estat_country_BA']='Bosnie-herzégovine';
174$lang['estat_country_BW']='Botswana';
175$lang['estat_country_BV']='Bouvet (île)';
176$lang['estat_country_BR']='Brésil';
177$lang['estat_country_BN']='Brunei darussalam';
178$lang['estat_country_BG']='Bulgarie';
179$lang['estat_country_BF']='Burkina faso';
180$lang['estat_country_BI']='Burundi';
181$lang['estat_country_KY']='Caïmans (îles)';
182$lang['estat_country_KH']='Cambodge';
183$lang['estat_country_CM']='Cameroun';
184$lang['estat_country_CA']='Canada';
185$lang['estat_country_CV']='Cap-vert';
186$lang['estat_country_CF']='République centrafricaine';
187$lang['estat_country_CL']='Chili';
188$lang['estat_country_CN']='Chine';
189$lang['estat_country_CX']='Christmas (île)';
190$lang['estat_country_CY']='Chypre';
191$lang['estat_country_CC']='Cocos  (keeling) (îles)';
192$lang['estat_country_CO']='Colombie';
193$lang['estat_country_KM']='Comores';
194$lang['estat_country_CG']='Congo';
195$lang['estat_country_CD']='Congo, la république démocratique du';
196$lang['estat_country_CK']='Cook (îles)';
197$lang['estat_country_KR']='Corée, république de';
198$lang['estat_country_KP']='Corée, république populaire démocratique de';
199$lang['estat_country_CR']='Costa rica';
200$lang['estat_country_CI']='Côte d\'ivoire';
201$lang['estat_country_HR']='Croatie';
202$lang['estat_country_CU']='Cuba';
203$lang['estat_country_CW']='Curaçao';
204$lang['estat_country_DK']='Danemark';
205$lang['estat_country_DJ']='Djibouti';
206$lang['estat_country_DO']='Dominicaine, république';
207$lang['estat_country_DM']='Dominique';
208$lang['estat_country_EG']='Égypte';
209$lang['estat_country_SV']='El salvador';
210$lang['estat_country_AE']='Émirats arabes unis';
211$lang['estat_country_EC']='Équateur';
212$lang['estat_country_ER']='Érythrée';
213$lang['estat_country_ES']='Espagne';
214$lang['estat_country_EE']='Estonie';
215$lang['estat_country_US']='États-unis';
216$lang['estat_country_ET']='Éthiopie';
217$lang['estat_country_FK']='Falkland (îles)  (malvinas)';
218$lang['estat_country_FO']='Féroé (îles)';
219$lang['estat_country_FJ']='Fidji';
220$lang['estat_country_FI']='Finlande';
221$lang['estat_country_FR']='France';
222$lang['estat_country_GA']='Gabon';
223$lang['estat_country_GM']='Gambie';
224$lang['estat_country_GE']='Géorgie';
225$lang['estat_country_GS']='Géorgie du sud-et-les îles sandwich du sud';
226$lang['estat_country_GH']='Ghana';
227$lang['estat_country_GI']='Gibraltar';
228$lang['estat_country_GR']='Grèce';
229$lang['estat_country_GD']='Grenade';
230$lang['estat_country_GL']='Groenland';
231$lang['estat_country_GP']='Guadeloupe';
232$lang['estat_country_GU']='Guam';
233$lang['estat_country_GT']='Guatemala';
234$lang['estat_country_GG']='Guernesey';
235$lang['estat_country_GN']='Guinée';
236$lang['estat_country_GW']='Guinée-bissau';
237$lang['estat_country_GQ']='Guinée équatoriale';
238$lang['estat_country_GY']='Guyana';
239$lang['estat_country_GF']='Guyane française';
240$lang['estat_country_HT']='Haïti';
241$lang['estat_country_HM']='Heard-et-îles macdonald (île)';
242$lang['estat_country_HN']='Honduras';
243$lang['estat_country_HK']='Hong kong';
244$lang['estat_country_HU']='Hongrie';
245$lang['estat_country_IM']='Île de man';
246$lang['estat_country_UM']='Îles mineures éloignées des états-unis';
247$lang['estat_country_VG']='Îles vierges britanniques';
248$lang['estat_country_VI']='Îles vierges des états-unis';
249$lang['estat_country_IN']='Inde';
250$lang['estat_country_ID']='Indonésie';
251$lang['estat_country_IR']='Iran, république islamique d\'';
252$lang['estat_country_IQ']='Iraq';
253$lang['estat_country_IE']='Irlande';
254$lang['estat_country_IS']='Islande';
255$lang['estat_country_IL']='Israël';
256$lang['estat_country_IT']='Italie';
257$lang['estat_country_JM']='Jamaïque';
258$lang['estat_country_JP']='Japon';
259$lang['estat_country_JE']='Jersey';
260$lang['estat_country_JO']='Jordanie';
261$lang['estat_country_KZ']='Kazakhstan';
262$lang['estat_country_KE']='Kenya';
263$lang['estat_country_KG']='Kirghizistan';
264$lang['estat_country_KI']='Kiribati';
265$lang['estat_country_KW']='Koweït';
266$lang['estat_country_LA']='Lao, république démocratique populaire';
267$lang['estat_country_LS']='Lesotho';
268$lang['estat_country_LV']='Lettonie';
269$lang['estat_country_LB']='Liban';
270$lang['estat_country_LR']='Libéria';
271$lang['estat_country_LY']='Libye';
272$lang['estat_country_LI']='Liechtenstein';
273$lang['estat_country_LT']='Lituanie';
274$lang['estat_country_LU']='Luxembourg';
275$lang['estat_country_MO']='Macao';
276$lang['estat_country_MK']='Macédoine, l\'ex-république yougoslave de';
277$lang['estat_country_MG']='Madagascar';
278$lang['estat_country_MY']='Malaisie';
279$lang['estat_country_MW']='Malawi';
280$lang['estat_country_MV']='Maldives';
281$lang['estat_country_ML']='Mali';
282$lang['estat_country_MT']='Malte';
283$lang['estat_country_MP']='Mariannes du nord (îles)';
284$lang['estat_country_MA']='Maroc';
285$lang['estat_country_MH']='Marshall (îles)';
286$lang['estat_country_MQ']='Martinique';
287$lang['estat_country_MU']='Maurice';
288$lang['estat_country_MR']='Mauritanie';
289$lang['estat_country_YT']='Mayotte';
290$lang['estat_country_MX']='Mexique';
291$lang['estat_country_FM']='Micronésie, états fédérés de';
292$lang['estat_country_MD']='Moldova, république de';
293$lang['estat_country_MC']='Monaco';
294$lang['estat_country_MN']='Mongolie';
295$lang['estat_country_ME']='Monténégro';
296$lang['estat_country_MS']='Montserrat';
297$lang['estat_country_MZ']='Mozambique';
298$lang['estat_country_MM']='Myanmar';
299$lang['estat_country_NA']='Namibie';
300$lang['estat_country_NR']='Nauru';
301$lang['estat_country_NP']='Népal';
302$lang['estat_country_NI']='Nicaragua';
303$lang['estat_country_NE']='Niger';
304$lang['estat_country_NG']='Nigéria';
305$lang['estat_country_NU']='Niué';
306$lang['estat_country_NF']='Norfolk (île)';
307$lang['estat_country_NO']='Norvège';
308$lang['estat_country_NC']='Nouvelle-calédonie';
309$lang['estat_country_NZ']='Nouvelle-zélande';
310$lang['estat_country_IO']='Océan indien, territoire britannique de l\'';
311$lang['estat_country_OM']='Oman';
312$lang['estat_country_UG']='Ouganda';
313$lang['estat_country_UZ']='Ouzbékistan';
314$lang['estat_country_PK']='Pakistan';
315$lang['estat_country_PW']='Palaos';
316$lang['estat_country_PS']='Palestinien occupé, territoire';
317$lang['estat_country_PA']='Panama';
318$lang['estat_country_PG']='Papouasie-nouvelle-guinée';
319$lang['estat_country_PY']='Paraguay';
320$lang['estat_country_NL']='Pays-bas';
321$lang['estat_country_PE']='Pérou';
322$lang['estat_country_PH']='Philippines';
323$lang['estat_country_PN']='Pitcairn';
324$lang['estat_country_PL']='Pologne';
325$lang['estat_country_PF']='Polynésie française';
326$lang['estat_country_PR']='Porto rico';
327$lang['estat_country_PT']='Portugal';
328$lang['estat_country_QA']='Qatar';
329$lang['estat_country_RE']='Réunion';
330$lang['estat_country_RO']='Roumanie';
331$lang['estat_country_GB']='Royaume-uni';
332$lang['estat_country_RU']='Russie, fédération de';
333$lang['estat_country_RW']='Rwanda';
334$lang['estat_country_EH']='Sahara occidental';
335$lang['estat_country_BL']='Saint-barthélemy';
336$lang['estat_country_SH']='Sainte-hélène, ascension et tristan da cunha';
337$lang['estat_country_LC']='Sainte-lucie';
338$lang['estat_country_KN']='Saint-kitts-et-nevis';
339$lang['estat_country_SM']='Saint-marin';
340$lang['estat_country_MF']='Saint-martin (partie française)';
341$lang['estat_country_SX']='Saint-martin  (partie néerlandaise)';
342$lang['estat_country_PM']='Saint-pierre-et-miquelon';
343$lang['estat_country_VA']='Saint-siège  (état de la cité du vatican)';
344$lang['estat_country_VC']='Saint-vincent-et-les grenadines';
345$lang['estat_country_SB']='Salomon (îles)';
346$lang['estat_country_WS']='Samoa';
347$lang['estat_country_AS']='Samoa américaines';
348$lang['estat_country_ST']='Sao tomé-et-principe';
349$lang['estat_country_SN']='Sénégal';
350$lang['estat_country_RS']='Serbie';
351$lang['estat_country_SC']='Seychelles';
352$lang['estat_country_SL']='Sierra leone';
353$lang['estat_country_SG']='Singapour';
354$lang['estat_country_SK']='Slovaquie';
355$lang['estat_country_SI']='Slovénie';
356$lang['estat_country_SO']='Somalie';
357$lang['estat_country_SD']='Soudan';
358$lang['estat_country_SS']='Soudan du sud';
359$lang['estat_country_LK']='Sri lanka';
360$lang['estat_country_SE']='Suède';
361$lang['estat_country_CH']='Suisse';
362$lang['estat_country_SR']='Suriname';
363$lang['estat_country_SJ']='Svalbard et île jan mayen';
364$lang['estat_country_SZ']='Swaziland';
365$lang['estat_country_SY']='Syrienne, république arabe';
366$lang['estat_country_TJ']='Tadjikistan';
367$lang['estat_country_TW']='Taïwan, province de chine';
368$lang['estat_country_TZ']='Tanzanie, république-unie de';
369$lang['estat_country_TD']='Tchad';
370$lang['estat_country_CZ']='Tchèque, république';
371$lang['estat_country_TF']='Terres australes françaises';
372$lang['estat_country_TH']='Thaïlande';
373$lang['estat_country_TL']='Timor-leste';
374$lang['estat_country_TG']='Togo';
375$lang['estat_country_TK']='Tokelau';
376$lang['estat_country_TO']='Tonga';
377$lang['estat_country_TT']='Trinité-et-tobago';
378$lang['estat_country_TN']='Tunisie';
379$lang['estat_country_TM']='Turkménistan';
380$lang['estat_country_TC']='Turks-et-caïcos (îles)';
381$lang['estat_country_TR']='Turquie';
382$lang['estat_country_TV']='Tuvalu';
383$lang['estat_country_UA']='Ukraine';
384$lang['estat_country_UY']='Uruguay';
385$lang['estat_country_VU']='Vanuatu';
386$lang['estat_country_VE']='Venezuela, république bolivarienne du';
387$lang['estat_country_VN']='Viet nam';
388$lang['estat_country_WF']='Wallis et futuna';
389$lang['estat_country_YE']='Yémen';
390$lang['estat_country_ZM']='Zambie';
391$lang['estat_country_ZW']='Zimbabwe';
392
393$lang['estat_country_XA']='Réseau local, autre';
394
395
396?>
Note: See TracBrowser for help on using the repository browser.