aboutsummaryrefslogtreecommitdiffstats
path: root/languages/french.inc.php
blob: 3bc5a2ee7ae98e2105cff66ab5580ececdd7948b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
<?php

// French language include
// For version 1.0 PHP iCalendar
//
// Translation by La Shampouineuse (info@lashampoo.com)
//
// Submit new translations to chad@chadsdomain.com

$day_lang			= 'Jour';
$week_lang			= 'Semaine';
$month_lang			= 'Mois';
$year_lang			= 'Année';
$calendar_lang		= 'Calendrier';
$next_day_lang		= 'Jour suivant';
$next_month_lang	= 'Mois suivant';
$next_week_lang		= 'Semaine suivante';
$next_year_lang		= 'Année suivante';
$last_day_lang		= 'Jour précédent';
$last_month_lang	= 'Mois précédent';
$last_week_lang		= 'Semaine précédente';
$last_year_lang		= 'Année précédente';
$subscribe_lang		= 'Souscrire';
$download_lang		= 'Télécharger';
$powered_by_lang 	= 'Produit avec';
$event_lang			= 'Événement';
$event_start_lang	= 'Début';
$event_end_lang		= 'Fin';
$this_months_lang	= 'Événements de ce mois';
$date_lang			= 'Date';
$summary_lang		= 'Résumé';
$all_day_lang		= 'Événement quotidien';
$notes_lang			= 'Notes';
$this_years_lang	= 'Événements de cette anné';
$today_lang			= 'Aujourd\'hui';
$this_week_lang		= 'Cette semaine';
$this_month_lang	= 'Ce mois';
$jump_lang			= 'Voir';
$tomorrows_lang		= 'Événements de demain';
$goday_lang			= 'Voir aujourd\'hui';
$goweek_lang		= 'Voir cette semaine';
$gomonth_lang		= 'Voir ce mois';
$goyear_lang		= 'Voir cette année';
$search_lang		= 'Recherche'; // the verb
$results_lang		= 'Résultats de la recherche';
$query_lang			= 'Requête: '; // will be followed by the search query
$no_results_lang	= 'Aucun événement trouvé';
$goprint_lang		= 'Version imprimable';
$time_lang			= 'Heure';
$summary_lang		= 'Résumé';
$description_lang	= 'Description';
$this_site_is_lang		= 'Ce site est';
$no_events_day_lang		= 'Pas d\'événement aujourd\'hui.';
$no_events_week_lang	= 'Pas d\'événement cette semaine.';
$no_events_month_lang	= 'Pas d\'événement ce mois-ci.';
$rss_day_date			= 'H:i';  // Lists just the time
$rss_week_date			= '%e %b';  // Lists just the day
$rss_month_date			= '%e %b';  // Lists just the day
$rss_language			= 'fr-fr';
$search_took_lang		= 'La recherche a pris %s secondes';
$recurring_event_lang	= 'Événement récurent';
$exception_lang			= 'Exception';
$no_query_lang			= 'Aucune requête';
$preferences_lang		= 'Préférences';
$printer_lang			= 'Imprimante';
$select_lang_lang		= 'Choisissez votre language par défaut:';
$select_cal_lang		= 'Choisissez votre calendrier par défaut:';
$select_view_lang		= 'Choisissez votre vue par défaut:';
$select_time_lang		= 'Choisissez votre heure de début par défaut:';
$select_day_lang		= 'Choisissez votre jour de début de semaine:';
$select_style_lang		= 'Choisissez votre style par défaut:';
$set_prefs_lang			= 'Enregistrer les préférences';
$completed_date_lang	= 'Terminé le';
$completed_lang			= 'Terminé';
$created_lang			= 'Créé:';
$due_lang				= 'Fin:';
$priority_lang			= 'Priorité:';
$priority_high_lang		= 'Haute';
$priority_low_lang		= 'Basse';
$priority_medium_lang	= 'Moyenne';
$priority_none_lang		= 'Aucune';
$status_lang			= 'Status:';
$todo_lang				= 'Tâches à faire';
$unfinished_lang		= 'Non faites';
$organizer_lang			= 'Organizer';
$attendee_lang			= 'Attendee';
$status_lang			= 'Status';
$location_lang			= 'Location';
$admin_header_lang		= 'Administration de PHP iCalendar';
$username_lang			= 'Utilisateur';
$password_lang			= 'Mot de passe';
$login_lang				= 'Connexion';
$invalid_login_lang		= 'Mauvais utilisateur ou mot de passe.';
$addupdate_cal_lang		= 'Ajouter ou mettre à jour un calendrier';
$addupdate_desc_lang	= 'Ajout d\'un calendrier en téléchargeant un nouveau fichier. Mettre à jour un calendrier en téléchargeant un fichier du même nom.';
$delete_cal_lang		= 'Effacer un calendrier';
$logout_lang			= 'Deconnexion';
$cal_file_lang			= 'Fichier calendrier';
$php_error_lang			= 'Erreur PHP';
$upload_error_gen_lang	= 'Il y a eut un problème avec votre téléchargement.';
$upload_error_lang[0]	= 'Il y a eut un problème avec votre téléchargement.';
$upload_error_lang[1]	= 'Le fichier que vous envoyez est trop gros.';
$upload_error_lang[2]	= 'Le fichier que vous envoyez est trop gros.';
$upload_error_lang[3]	= 'Le fichier que vous envoyez a été partiellement envoyé.';
$upload_error_lang[4]	= 'Vous devez selectionner un fichier à envoyer.';
$upload_error_type_lang = 'Seuls les fichiers en .ics peuvent être ajoutés.';
$copy_error_lang		= 'La copie du fichier a échoué';
$delete_error_lang		= 'La suppression du fichier a échoué';
$delete_success_lang	= 'a été effacé avec succès.';
$action_success_lang	= 'Action effectuée avec succès.';
$submit_lang			= 'Envoyer';
$delete_lang			= 'Supprimer';

// ----- New for 0.9.4
$all_cal_comb_lang		= 'Tous les calendriers';

// - navigation
$back_lang = 'Retour';
$next_lang = 'Suivant';
$prev_lang = 'Précédent';
$day_view_lang = 'Vue Journaliere';
$week_view_lang = 'Vue Hebdomadaire';
$month_view_lang = 'Vue Mensuelle';
$year_view_lang = 'Vue Annuelle';
$prefs_set_lang = 'Vos préférences ont été enregistrées';
$prefs_unset_lang = 'Préférences non définies. Les Changements seront pris en compte au prochain chargement de la page.';
$unset_prefs_lang = 'Préférences non définies:';


// ---------------------------------

// $format_recur, items enclosed in % will be substituted with variables
$format_recur_lang['delimiter']	= ', ';								// ie, 'one, two, three'

$format_recur_lang['yearly']		= array('an','ans');		// for these, put singular
$format_recur_lang['monthly']		= array('mois','mois');		// and plural forms
$format_recur_lang['weekly']		= array('semaines','semaines');		// these will be %freq%
$format_recur_lang['daily']			= array('jour','jours');			// in the replacement below
$format_recur_lang['hourly']		= array('heure','heures');
$format_recur_lang['minutely']		= array('minute','minutes');
$format_recur_lang['secondly']		= array('seconde','secondes');

$format_recur_lang['start']			= 'Tou(te)s les %int% %freq% %for%';	// ie, 'Every 1 day until January 4' or 'Every 1 day for a count of 5'
$format_recur_lang['until']			= 'jusqu\'au %date%';			// ie, 'until January 4'
$format_recur_lang['count']			= 'pendant %int% fois';		// ie, 'for 5 times'

$format_recur_lang['bymonth']		= 'Aux mois: %list%';			// ie, 'In months: January, February, March'
$format_recur_lang['bymonthday']	= 'Aux dates: %list%';			// ie, 'On dates: 1, 2, 3, 4'
$format_recur_lang['byday']			= 'Aux jours: %list%';			// ie, 'On days: Mon, Tues, Wed, Thurs'

// ---------------------------------

$daysofweek_lang			= array ('Dimanche','Lundi','Mardi','Mercredi','Jeudi','Vendredi','Samedi');
$daysofweekshort_lang		= array ('Dim','Lun','Mar','Mer','Jeu','Ven','Sam');
$daysofweekreallyshort_lang	= array ('D','L','M','M','J','V','S');
$monthsofyear_lang			= array ('Janvier','Février','Mars','Avril','Mai','Juin','Juillet','Août','Septembre','Octobre','Novembre','Décembre');
$monthsofyearshort_lang		= array ('jan','fév','mar','avr','mai','juin','juil','aoû','sep','oct','nov','déc');



// For time formatting, check out: http://www.php.net/manual/fr/function.date.php
$timeFormat = 'H:i';
$timeFormat_small = 'g:i';

// For date formatting, see note below
$dateFormat_day = '%A %e %B';
$dateFormat_week = '%e %B';
$dateFormat_week_list = '%a %e %b';
$dateFormat_week_jump = '%e %b';
$dateFormat_month = '%B %Y';
$dateFormat_month_list = '%A %e %B';

/*
Notes about dateFormat_*
	The pieces are similar to that of the PHP function strftime(), 
	however only the following is supported at this time:
	
	%A - the full week day name as specified in $daysofweek_lang
	%a - the shortened week day name as specified in $daysofweekshort_lang
	%B - the full month name as specified in $monthsofyear_lang
	%b - the shortened month name as specified in $monthsofyearshort_lang
	%e - the day of the month as a decimal number (1 to 31)
	%Y - the 4-digit year

	If this causes problems with representing your language accurately, let
	us know. We will be happy to modify this if needed.
*/

// Error messages - %s will be replaced with a variable
$error_title_lang = 'Erreur!';
$error_window_lang = 'Une erreur s\'est produite!';
$error_calendar_lang = 'L\'erreur s\'est produite lors du traitement du calendrier "%s".';
$error_path_lang = 'Impossible d\'ouvrir le chemin: "%s"';
$error_back_lang = 'Veuillez utiliser le bouton "Retour" pour revenir en arrière.';
$error_remotecal_lang = 'Ce serveur refuse les calendriers distants non approuvés.';
$error_restrictedcal_lang = 'Vous avez essayé d\'utiliser un calendrier dont les permissions sont restreintes sur ce serveur.';
$error_invalidcal_lang = 'Fichier calendrier invalide. Veuillez utiliser un autre calendrier.';


?>

© 2014-2024 Faster IT GmbH | imprint | privacy policy