From 3d3e022345611be7e3bb61dc5478873082b03d2a Mon Sep 17 00:00:00 2001 From: jwangen Date: Fri, 4 Oct 2002 02:32:28 +0000 Subject: 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. --- languages/danish.inc.php | 94 ++++++++++++++++++++++++------------------------ 1 file changed, 47 insertions(+), 47 deletions(-) (limited to 'languages/danish.inc.php') diff --git a/languages/danish.inc.php b/languages/danish.inc.php index cd81e65..13840b6 100644 --- a/languages/danish.inc.php +++ b/languages/danish.inc.php @@ -9,50 +9,50 @@ -$day_lang = "Dag"; -$week_lang = "Uge"; -$month_lang = "Måned"; -$year_lang = "År"; -$calendar_lang = "Kalender"; -$next_day_lang = "Næste Dag"; -$next_month_lang = "Næste Måned"; -$next_week_lang = "Næste Uge"; -$next_year_lang = "Næste År"; -$last_day_lang = "Forrige Dag"; -$last_month_lang = "Forrige Måned"; -$last_week_lang = "Forrige Uge"; -$last_year_lang = "Forrige År"; -$subscribe_lang = "Abonnér"; -$download_lang = "Hent"; -$powered_by_lang = "Drevet af"; -$version_lang = "0.5"; -$event_lang = "Aftale"; -$event_start_lang = "Start Tidspunkt"; -$event_end_lang = "Slut Tidspunkt"; -$this_months_lang = "Denne Måneds Aftaler"; -$date_lang = "Dato"; -$summary_lang = "Opsummering"; +$day_lang = 'Dag'; +$week_lang = 'Uge'; +$month_lang = 'Måned'; +$year_lang = 'År'; +$calendar_lang = 'Kalender'; +$next_day_lang = 'Næste Dag'; +$next_month_lang = 'Næste Måned'; +$next_week_lang = 'Næste Uge'; +$next_year_lang = 'Næste År'; +$last_day_lang = 'Forrige Dag'; +$last_month_lang = 'Forrige Måned'; +$last_week_lang = 'Forrige Uge'; +$last_year_lang = 'Forrige År'; +$subscribe_lang = 'Abonnér'; +$download_lang = 'Hent'; +$powered_by_lang = 'Drevet af'; +$version_lang = '0.5'; +$event_lang = 'Aftale'; +$event_start_lang = 'Start Tidspunkt'; +$event_end_lang = 'Slut Tidspunkt'; +$this_months_lang = 'Denne Måneds Aftaler'; +$date_lang = 'Dato'; +$summary_lang = 'Opsummering'; // 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. -$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'); @@ -60,15 +60,15 @@ $monthsofyearshort_lang = array ("Jan","Feb","Mar","Apr","May","Jun","Jul","Aug setlocale (LC_TIME, 'dk_DK'); // For time formatting, check out: http://www.php.net/manual/en/function.date.php -$timeFormat = "H:i"; +$timeFormat = 'H:i'; // For date formatting, see note below -$dateFormat_day = "%A, %B %e"; -$dateFormat_week = "%B %e"; -$dateFormat_week_list = "%a, %b %e"; -$dateFormat_week_jump = "%b %e"; // new since last translation -$dateFormat_month = "%B %Y"; -$dateFormat_month_list = "%A, %e %B"; +$dateFormat_day = '%A, %B %e'; +$dateFormat_week = '%B %e'; +$dateFormat_week_list = '%a, %b %e'; +$dateFormat_week_jump = '%b %e'; // new since last translation +$dateFormat_month = '%B %Y'; +$dateFormat_month_list = '%A, %e %B'; /* Notes about dateFormat_* -- cgit v1.2.3