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

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

First commit for EStat files

  • Property svn:executable set to *
File size: 15.6 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
92$lang['estat_item_nb']='% événement';
93$lang['estat_items_nb']='% événements';
94$lang['estat_ip_nb']='% adresse IP';
95$lang['estat_ips_nb']='% adresses IP';
96$lang['estat_category_nb']='% album';
97$lang['estat_categories_nb']='% albums';
98$lang['estat_image_nb']='% photo';
99$lang['estat_images_nb']='% photos';
100$lang['estat_country_nb']='%s pays';
101$lang['estat_countries_nb']='%s pays';
102$lang['estat_items']='Evénements';
103$lang['estat_ok']='Ok';
104$lang['estat_cancel']='Annuler';
105$lang['estat_eraseFilter']='Effacer le filtre';
106$lang['estat_sortBy']='Trier par';
107$lang['estat_Other']='Autres';
108$lang['estat_dataExport']='Export des données';
109
110$lang['estat_deleted_category']='L\'album a été supprimé';
111$lang['estat_special_category']='Album spécial (page d\'accueil, tags, recherche...)';
112$lang['estat_deleted_image']='La photo a été supprimée';
113
114$lang['estat_fileFormatCSV']='Texte avec séparateur';
115$lang['estat_fileFormatODS']='OpenDocument - Feuille de calcul';
116$lang['estat_fileFormatSQLite']='Base de donnée SQLite';
117
118$lang['estat_fileCompressionNone']='Aucune';
119$lang['estat_fileCompressionZIP']='Archive ZIP';
120$lang['estat_fileCompressionGZ']='Compression GZip';
121$lang['estat_fileCompressionBZ2']='Compression BZip2';
122
123$lang['estat_fileODSTitle']='';
124$lang['estat_fileODSSubject']='Statistiques de visites (%s)';
125$lang['estat_fileODSComments_1']='Généré le %s par le plugin EStat v%s (Piwigo %s)';
126
127$lang['estat_downloadError']='Une erreur est survenue lors de la création du fichier...';
128$lang['estat_waitForDownload']='Merci de patienter pendant la préparation du fichier...';
129
130$lang['month_01']='Jan';
131$lang['month_02']='Fév';
132$lang['month_03']='Mar';
133$lang['month_04']='Avr';
134$lang['month_05']='Mai';
135$lang['month_06']='Jui';
136$lang['month_07']='Jui';
137$lang['month_08']='Aoû';
138$lang['month_09']='Sep';
139$lang['month_10']='Oct';
140$lang['month_11']='Nov';
141$lang['month_12']='Déc';
142$lang['letter_day_sunday']='D';
143
144
145// countries - ISO 3661
146// http://fr.wikipedia.org/wiki/ISO_3166-1
147// http://www.iso.org/iso/fr/home/standards/country_codes.htm
148$lang['estat_country_AF']='Afghanistan';
149$lang['estat_country_ZA']='Afrique du sud';
150$lang['estat_country_AX']='Åland (îles)';
151$lang['estat_country_AL']='Albanie';
152$lang['estat_country_DZ']='Algérie';
153$lang['estat_country_DE']='Allemagne';
154$lang['estat_country_AD']='Andorre';
155$lang['estat_country_AO']='Angola';
156$lang['estat_country_AI']='Anguilla';
157$lang['estat_country_AQ']='Antarctique';
158$lang['estat_country_AG']='Antigua-et-barbuda';
159$lang['estat_country_SA']='Arabie saoudite';
160$lang['estat_country_AR']='Argentine';
161$lang['estat_country_AM']='Arménie';
162$lang['estat_country_AW']='Aruba';
163$lang['estat_country_AU']='Australie';
164$lang['estat_country_AT']='Autriche';
165$lang['estat_country_AZ']='Azerbaïdjan';
166$lang['estat_country_BS']='Bahamas';
167$lang['estat_country_BH']='Bahreïn';
168$lang['estat_country_BD']='Bangladesh';
169$lang['estat_country_BB']='Barbade';
170$lang['estat_country_BY']='Bélarus';
171$lang['estat_country_BE']='Belgique';
172$lang['estat_country_BZ']='Belize';
173$lang['estat_country_BJ']='Bénin';
174$lang['estat_country_BM']='Bermudes';
175$lang['estat_country_BT']='Bhoutan';
176$lang['estat_country_BO']='Bolivie';
177$lang['estat_country_BQ']='Bonaire, saint-eustache et saba';
178$lang['estat_country_BA']='Bosnie-herzégovine';
179$lang['estat_country_BW']='Botswana';
180$lang['estat_country_BV']='Bouvet (île)';
181$lang['estat_country_BR']='Brésil';
182$lang['estat_country_BN']='Brunei darussalam';
183$lang['estat_country_BG']='Bulgarie';
184$lang['estat_country_BF']='Burkina faso';
185$lang['estat_country_BI']='Burundi';
186$lang['estat_country_KY']='Caïmans (îles)';
187$lang['estat_country_KH']='Cambodge';
188$lang['estat_country_CM']='Cameroun';
189$lang['estat_country_CA']='Canada';
190$lang['estat_country_CV']='Cap-vert';
191$lang['estat_country_CF']='République centrafricaine';
192$lang['estat_country_CL']='Chili';
193$lang['estat_country_CN']='Chine';
194$lang['estat_country_CX']='Christmas (île)';
195$lang['estat_country_CY']='Chypre';
196$lang['estat_country_CC']='Cocos  (keeling) (îles)';
197$lang['estat_country_CO']='Colombie';
198$lang['estat_country_KM']='Comores';
199$lang['estat_country_CG']='Congo';
200$lang['estat_country_CD']='Congo, la république démocratique du';
201$lang['estat_country_CK']='Cook (îles)';
202$lang['estat_country_KR']='Corée, république de';
203$lang['estat_country_KP']='Corée, république populaire démocratique de';
204$lang['estat_country_CR']='Costa rica';
205$lang['estat_country_CI']='Côte d\'ivoire';
206$lang['estat_country_HR']='Croatie';
207$lang['estat_country_CU']='Cuba';
208$lang['estat_country_CW']='Curaçao';
209$lang['estat_country_DK']='Danemark';
210$lang['estat_country_DJ']='Djibouti';
211$lang['estat_country_DO']='Dominicaine, république';
212$lang['estat_country_DM']='Dominique';
213$lang['estat_country_EG']='Égypte';
214$lang['estat_country_SV']='El salvador';
215$lang['estat_country_AE']='Émirats arabes unis';
216$lang['estat_country_EC']='Équateur';
217$lang['estat_country_ER']='Érythrée';
218$lang['estat_country_ES']='Espagne';
219$lang['estat_country_EE']='Estonie';
220$lang['estat_country_US']='États-unis';
221$lang['estat_country_ET']='Éthiopie';
222$lang['estat_country_FK']='Falkland (îles)  (malvinas)';
223$lang['estat_country_FO']='Féroé (îles)';
224$lang['estat_country_FJ']='Fidji';
225$lang['estat_country_FI']='Finlande';
226$lang['estat_country_FR']='France';
227$lang['estat_country_GA']='Gabon';
228$lang['estat_country_GM']='Gambie';
229$lang['estat_country_GE']='Géorgie';
230$lang['estat_country_GS']='Géorgie du sud-et-les îles sandwich du sud';
231$lang['estat_country_GH']='Ghana';
232$lang['estat_country_GI']='Gibraltar';
233$lang['estat_country_GR']='Grèce';
234$lang['estat_country_GD']='Grenade';
235$lang['estat_country_GL']='Groenland';
236$lang['estat_country_GP']='Guadeloupe';
237$lang['estat_country_GU']='Guam';
238$lang['estat_country_GT']='Guatemala';
239$lang['estat_country_GG']='Guernesey';
240$lang['estat_country_GN']='Guinée';
241$lang['estat_country_GW']='Guinée-bissau';
242$lang['estat_country_GQ']='Guinée équatoriale';
243$lang['estat_country_GY']='Guyana';
244$lang['estat_country_GF']='Guyane française';
245$lang['estat_country_HT']='Haïti';
246$lang['estat_country_HM']='Heard-et-îles macdonald (île)';
247$lang['estat_country_HN']='Honduras';
248$lang['estat_country_HK']='Hong kong';
249$lang['estat_country_HU']='Hongrie';
250$lang['estat_country_IM']='Île de man';
251$lang['estat_country_UM']='Îles mineures éloignées des états-unis';
252$lang['estat_country_VG']='Îles vierges britanniques';
253$lang['estat_country_VI']='Îles vierges des états-unis';
254$lang['estat_country_IN']='Inde';
255$lang['estat_country_ID']='Indonésie';
256$lang['estat_country_IR']='Iran, république islamique d\'';
257$lang['estat_country_IQ']='Iraq';
258$lang['estat_country_IE']='Irlande';
259$lang['estat_country_IS']='Islande';
260$lang['estat_country_IL']='Israël';
261$lang['estat_country_IT']='Italie';
262$lang['estat_country_JM']='Jamaïque';
263$lang['estat_country_JP']='Japon';
264$lang['estat_country_JE']='Jersey';
265$lang['estat_country_JO']='Jordanie';
266$lang['estat_country_KZ']='Kazakhstan';
267$lang['estat_country_KE']='Kenya';
268$lang['estat_country_KG']='Kirghizistan';
269$lang['estat_country_KI']='Kiribati';
270$lang['estat_country_KW']='Koweït';
271$lang['estat_country_LA']='Lao, république démocratique populaire';
272$lang['estat_country_LS']='Lesotho';
273$lang['estat_country_LV']='Lettonie';
274$lang['estat_country_LB']='Liban';
275$lang['estat_country_LR']='Libéria';
276$lang['estat_country_LY']='Libye';
277$lang['estat_country_LI']='Liechtenstein';
278$lang['estat_country_LT']='Lituanie';
279$lang['estat_country_LU']='Luxembourg';
280$lang['estat_country_MO']='Macao';
281$lang['estat_country_MK']='Macédoine, l\'ex-république yougoslave de';
282$lang['estat_country_MG']='Madagascar';
283$lang['estat_country_MY']='Malaisie';
284$lang['estat_country_MW']='Malawi';
285$lang['estat_country_MV']='Maldives';
286$lang['estat_country_ML']='Mali';
287$lang['estat_country_MT']='Malte';
288$lang['estat_country_MP']='Mariannes du nord (îles)';
289$lang['estat_country_MA']='Maroc';
290$lang['estat_country_MH']='Marshall (îles)';
291$lang['estat_country_MQ']='Martinique';
292$lang['estat_country_MU']='Maurice';
293$lang['estat_country_MR']='Mauritanie';
294$lang['estat_country_YT']='Mayotte';
295$lang['estat_country_MX']='Mexique';
296$lang['estat_country_FM']='Micronésie, états fédérés de';
297$lang['estat_country_MD']='Moldova, république de';
298$lang['estat_country_MC']='Monaco';
299$lang['estat_country_MN']='Mongolie';
300$lang['estat_country_ME']='Monténégro';
301$lang['estat_country_MS']='Montserrat';
302$lang['estat_country_MZ']='Mozambique';
303$lang['estat_country_MM']='Myanmar';
304$lang['estat_country_NA']='Namibie';
305$lang['estat_country_NR']='Nauru';
306$lang['estat_country_NP']='Népal';
307$lang['estat_country_NI']='Nicaragua';
308$lang['estat_country_NE']='Niger';
309$lang['estat_country_NG']='Nigéria';
310$lang['estat_country_NU']='Niué';
311$lang['estat_country_NF']='Norfolk (île)';
312$lang['estat_country_NO']='Norvège';
313$lang['estat_country_NC']='Nouvelle-calédonie';
314$lang['estat_country_NZ']='Nouvelle-zélande';
315$lang['estat_country_IO']='Océan indien, territoire britannique de l\'';
316$lang['estat_country_OM']='Oman';
317$lang['estat_country_UG']='Ouganda';
318$lang['estat_country_UZ']='Ouzbékistan';
319$lang['estat_country_PK']='Pakistan';
320$lang['estat_country_PW']='Palaos';
321$lang['estat_country_PS']='Palestinien occupé, territoire';
322$lang['estat_country_PA']='Panama';
323$lang['estat_country_PG']='Papouasie-nouvelle-guinée';
324$lang['estat_country_PY']='Paraguay';
325$lang['estat_country_NL']='Pays-bas';
326$lang['estat_country_PE']='Pérou';
327$lang['estat_country_PH']='Philippines';
328$lang['estat_country_PN']='Pitcairn';
329$lang['estat_country_PL']='Pologne';
330$lang['estat_country_PF']='Polynésie française';
331$lang['estat_country_PR']='Porto rico';
332$lang['estat_country_PT']='Portugal';
333$lang['estat_country_QA']='Qatar';
334$lang['estat_country_RE']='Réunion';
335$lang['estat_country_RO']='Roumanie';
336$lang['estat_country_GB']='Royaume-uni';
337$lang['estat_country_RU']='Russie, fédération de';
338$lang['estat_country_RW']='Rwanda';
339$lang['estat_country_EH']='Sahara occidental';
340$lang['estat_country_BL']='Saint-barthélemy';
341$lang['estat_country_SH']='Sainte-hélène, ascension et tristan da cunha';
342$lang['estat_country_LC']='Sainte-lucie';
343$lang['estat_country_KN']='Saint-kitts-et-nevis';
344$lang['estat_country_SM']='Saint-marin';
345$lang['estat_country_MF']='Saint-martin (partie française)';
346$lang['estat_country_SX']='Saint-martin  (partie néerlandaise)';
347$lang['estat_country_PM']='Saint-pierre-et-miquelon';
348$lang['estat_country_VA']='Saint-siège  (état de la cité du vatican)';
349$lang['estat_country_VC']='Saint-vincent-et-les grenadines';
350$lang['estat_country_SB']='Salomon (îles)';
351$lang['estat_country_WS']='Samoa';
352$lang['estat_country_AS']='Samoa américaines';
353$lang['estat_country_ST']='Sao tomé-et-principe';
354$lang['estat_country_SN']='Sénégal';
355$lang['estat_country_RS']='Serbie';
356$lang['estat_country_SC']='Seychelles';
357$lang['estat_country_SL']='Sierra leone';
358$lang['estat_country_SG']='Singapour';
359$lang['estat_country_SK']='Slovaquie';
360$lang['estat_country_SI']='Slovénie';
361$lang['estat_country_SO']='Somalie';
362$lang['estat_country_SD']='Soudan';
363$lang['estat_country_SS']='Soudan du sud';
364$lang['estat_country_LK']='Sri lanka';
365$lang['estat_country_SE']='Suède';
366$lang['estat_country_CH']='Suisse';
367$lang['estat_country_SR']='Suriname';
368$lang['estat_country_SJ']='Svalbard et île jan mayen';
369$lang['estat_country_SZ']='Swaziland';
370$lang['estat_country_SY']='Syrienne, république arabe';
371$lang['estat_country_TJ']='Tadjikistan';
372$lang['estat_country_TW']='Taïwan, province de chine';
373$lang['estat_country_TZ']='Tanzanie, république-unie de';
374$lang['estat_country_TD']='Tchad';
375$lang['estat_country_CZ']='Tchèque, république';
376$lang['estat_country_TF']='Terres australes françaises';
377$lang['estat_country_TH']='Thaïlande';
378$lang['estat_country_TL']='Timor-leste';
379$lang['estat_country_TG']='Togo';
380$lang['estat_country_TK']='Tokelau';
381$lang['estat_country_TO']='Tonga';
382$lang['estat_country_TT']='Trinité-et-tobago';
383$lang['estat_country_TN']='Tunisie';
384$lang['estat_country_TM']='Turkménistan';
385$lang['estat_country_TC']='Turks-et-caïcos (îles)';
386$lang['estat_country_TR']='Turquie';
387$lang['estat_country_TV']='Tuvalu';
388$lang['estat_country_UA']='Ukraine';
389$lang['estat_country_UY']='Uruguay';
390$lang['estat_country_VU']='Vanuatu';
391$lang['estat_country_VE']='Venezuela, république bolivarienne du';
392$lang['estat_country_VN']='Viet nam';
393$lang['estat_country_WF']='Wallis et futuna';
394$lang['estat_country_YE']='Yémen';
395$lang['estat_country_ZM']='Zambie';
396$lang['estat_country_ZW']='Zimbabwe';
397
398$lang['estat_country_XA']='Réseau local, autre';
399
400
401?>
Note: See TracBrowser for help on using the repository browser.