aboutsummaryrefslogtreecommitdiffstats
path: root/languages/french.inc.php
blob: 6f6c3b2b8f157faf16427f6a338399ba1e2fec76 (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
<?php

// French language include
// For version 0.5 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&eacute;e";
$calendar_lang		= "Calendrier";
$next_day_lang		= "Jour suivant";
$next_month_lang	= "Mois suivant";
$next_week_lang		= "Semaine suivante";
$next_year_lang		= "Ann&eacute;e suivante";
$last_day_lang		= "Jour pr&eacute;c&eacute;dent";
$last_month_lang	= "Mois pr&eacute;c&eacute;dent";
$last_week_lang		= "Semaine pr&eacute;c&eacute;dente";
$last_year_lang		= "Ann&eacute;e pr&eacute;c&eacute;dente";
$subscribe_lang		= "Souscrire";
$download_lang		= "T&eacute;l&eacute;charger";
$powered_by_lang 	= "Produit avec";
$version_lang		= "0.5";
$event_lang			= "&Eacute;v&eacute;nement";
$event_start_lang	= "D&eacute;but";
$event_end_lang		= "Fin";
$this_months_lang	= "&Eacute;v&eacute;nements de ce mois";
$date_lang			= "Date";
$summary_lang		= "R&eacute;sum&eacute;";
$all_day_lang		= "All day event";
$notes_lang			= "Notes";

// Set Location for date formatting, check out: http://www.php.net/manual/fr/function.setlocale.php
setlocale (LC_TIME,"fr_FR");

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

// For date formatting, check out: http://www.php.net/manual/fr/function.strftime.php
$dateFormat_day = "%A %e %B";
$dateFormat_week = "%e %B";
$dateFormat_week_list = "%a %e %b";
$dateFormat_month = "%B %Y";
$dateFormat_month_list = "%A %e %B";

?>

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