aboutsummaryrefslogtreecommitdiffstats
path: root/languages/norwegian.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/norwegian.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/norwegian.inc.php')
-rw-r--r--languages/norwegian.inc.php96
1 files changed, 48 insertions, 48 deletions
diff --git a/languages/norwegian.inc.php b/languages/norwegian.inc.php
index 557e00b..4cfd037 100644
--- a/languages/norwegian.inc.php
+++ b/languages/norwegian.inc.php
@@ -9,65 +9,65 @@
-$day_lang = "Dag";
-$week_lang = "Uke";
-$month_lang = "M&aring;ned";
-$year_lang = "&aring;r";
-$calendar_lang = "Kalender";
-$next_day_lang = "Neste Dag";
-$next_month_lang = "Neste M&aring;ned";
-$next_week_lang = "Neste Uke";
-$next_year_lang = "Neste &Aring;r";
-$last_day_lang = "Forrige Dag";
-$last_month_lang = "Forrige M&aring;ned";
-$last_week_lang = "Forrige Uke";
-$last_year_lang = "Forrige &Aring;r";
-$subscribe_lang = "Abonn&eacute;r";
-$download_lang = "Last Ned";
-$powered_by_lang = "Powered by";
-$version_lang = "0.5";
-$event_lang = "Hendelse";
-$event_start_lang = "Start Tid";
-$event_end_lang = "Slutt Tid";
-$this_months_lang = "Denne M&aring;nedens Hendelser";
-$date_lang = "Dato";
-$summary_lang = "Sammendrag";
-$all_day_lang = "Hele dagen";
-$notes_lang = "Notater";
+$day_lang = 'Dag';
+$week_lang = 'Uke';
+$month_lang = 'M&aring;ned';
+$year_lang = '&aring;r';
+$calendar_lang = 'Kalender';
+$next_day_lang = 'Neste Dag';
+$next_month_lang = 'Neste M&aring;ned';
+$next_week_lang = 'Neste Uke';
+$next_year_lang = 'Neste &Aring;r';
+$last_day_lang = 'Forrige Dag';
+$last_month_lang = 'Forrige M&aring;ned';
+$last_week_lang = 'Forrige Uke';
+$last_year_lang = 'Forrige &Aring;r';
+$subscribe_lang = 'Abonn&eacute;r';
+$download_lang = 'Last Ned';
+$powered_by_lang = 'Powered by';
+$version_lang = '0.5';
+$event_lang = 'Hendelse';
+$event_start_lang = 'Start Tid';
+$event_end_lang = 'Slutt Tid';
+$this_months_lang = 'Denne M&aring;nedens Hendelser';
+$date_lang = 'Dato';
+$summary_lang = 'Sammendrag';
+$all_day_lang = 'Hele dagen';
+$notes_lang = 'Notater';
// new since last translation
-$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";
+$this_years_lang = 'Hendelser dette &aring;ret';
+$today_lang = 'I dag';
+$this_week_lang = 'Denne uken';
+$this_month_lang = 'Denne m&aring;neden';
+$jump_lang = 'Hopp til';
+$tomorrows_lang = 'Morgendagens hendelser';
+$goday_lang = 'G&aring; til i dag';
+$goweek_lang = 'G&aring; til denne uken';
+$gomonth_lang = 'G&aring; til denne m&aring;neden';
+$goyear_lang = 'G&aring; til dette &aring;ret';
// 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('S&oslash;ndag','Mandag','Tirsdag','Onsdag','Torsdag','Fredag','L&oslash;rdag');
+$daysofweekshort_lang = array ('S&oslash;n','Man','Tir','Ons','Tor','Fre','L&oslash;r');
+$daysofweekreallyshort_lang = array ('S','M','T','O','T','F','L');
+$monthsofyear_lang = array ('Januar','Februar','Mars','April','Mai','Juni','Juli','August','September','Oktober','November','Desember');
+$monthsofyearshort_lang = array ('Jan','Feb','Mar','Apr','Mai','Jun','Jul','Aug','Sep','Okt','Nov','Des');
// Set Location for date formatting, check out: http://www.php.net/manual/en/function.setlocale.php
setlocale (LC_TIME, 'no_NO');
// 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, %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_*
@@ -85,4 +85,4 @@ Notes about dateFormat_*
us know. We will be happy to modify this if needed.
*/
-?> \ No newline at end of file
+?>

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