aboutsummaryrefslogtreecommitdiffstats
path: root/languages/french.inc.php
diff options
context:
space:
mode:
authorjwangen <jwangen>2002-10-04 02:32:28 +0000
committerjwangen <jwangen>2002-10-04 02:32:28 +0000
commit3d3e022345611be7e3bb61dc5478873082b03d2a (patch)
treeb0a28edb4af1627c64b46fa41e13aa9ce8efc180 /languages/french.inc.php
parentd6958637d6263bf539bced5c0d2d73d58b0dc5c0 (diff)
downloadphpicalendar-3d3e022345611be7e3bb61dc5478873082b03d2a.tar.gz
phpicalendar-3d3e022345611be7e3bb61dc5478873082b03d2a.tar.bz2
phpicalendar-3d3e022345611be7e3bb61dc5478873082b03d2a.zip
Modified event and init so HTTP_GET_VARS is explicitly called instead of
assuming vars are globally set. Modified language files so there are no more double quotes.
Diffstat (limited to 'languages/french.inc.php')
-rw-r--r--languages/french.inc.php96
1 files changed, 48 insertions, 48 deletions
diff --git a/languages/french.inc.php b/languages/french.inc.php
index c301517..01bdda8 100644
--- a/languages/french.inc.php
+++ b/languages/french.inc.php
@@ -9,66 +9,66 @@
-$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;";
+$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;';
// new since last translation
-$all_day_lang = "All day event";
-$notes_lang = "Notes";
-$this_years_lang = "This Year's Events";
-$today_lang = "Today";
-$this_week_lang = "This Week";
-$this_month_lang = "This Month";
-$jump_lang = "Jump to";
-$tomorrows_lang = "Tomorrow's Events";
-$goday_lang = "Go to Today";
-$goweek_lang = "Go to This Week";
-$gomonth_lang = "Go to This Month";
-$goyear_lang = "Go to This Year";
+$all_day_lang = 'All day event';
+$notes_lang = 'Notes';
+$this_years_lang = 'This Year\'s Events';
+$today_lang = 'Today';
+$this_week_lang = 'This Week';
+$this_month_lang = 'This Month';
+$jump_lang = 'Jump to';
+$tomorrows_lang = 'Tomorrow\'s Events';
+$goday_lang = 'Go to Today';
+$goweek_lang = 'Go to This Week';
+$gomonth_lang = 'Go to This Month';
+$goyear_lang = 'Go to This Year';
// Date display since setlocale isnt perfect. // new since last translation
-$daysofweek_lang = array ("Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday");
-$daysofweekshort_lang = array ("Sun","Mon","Tue","Wed","Thu","Fri","Sat");
-$daysofweekreallyshort_lang = array ("S","M","T","W","T","F","S");
-$monthsofyear_lang = array ("January","February","March","April","May","June","July","August","September","October","November","December");
-$monthsofyearshort_lang = array ("Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec");
+$daysofweek_lang = array ('Sunday','Monday','Tuesday','Wednesday','Thursday','Friday','Saturday');
+$daysofweekshort_lang = array ('Sun','Mon','Tue','Wed','Thu','Fri','Sat');
+$daysofweekreallyshort_lang = array ('S','M','T','W','T','F','S');
+$monthsofyear_lang = array ('January','February','March','April','May','June','July','August','September','October','November','December');
+$monthsofyearshort_lang = array ('Jan','Feb','Mar','Apr','May','Jun','Jul','Aug','Sep','Oct','Nov','Dec');
// Set Location for date formatting, check out: http://www.php.net/manual/fr/function.setlocale.php
-setlocale (LC_TIME,"fr_FR");
+setlocale (LC_TIME,'fr_FR');
// For time formatting, check out: http://www.php.net/manual/fr/function.date.php
-$timeFormat = "H:i";
+$timeFormat = 'H: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 = "%b %e";// new since last translation
-$dateFormat_month = "%B %Y";
-$dateFormat_month_list = "%A %e %B";
+$dateFormat_day = '%A %e %B';
+$dateFormat_week = '%e %B';
+$dateFormat_week_list = '%a %e %b';
+$dateFormat_week_jump = '%b %e';// new since last translation
+$dateFormat_month = '%B %Y';
+$dateFormat_month_list = '%A %e %B';
/*
Notes about dateFormat_*

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