aboutsummaryrefslogtreecommitdiffstats
path: root/languages/norwegian.inc.php
diff options
context:
space:
mode:
authorChad Little <clittle@users.sourceforge.net>2002-09-25 16:42:05 +0000
committerChad Little <clittle@users.sourceforge.net>2002-09-25 16:42:05 +0000
commit0ae4fa6c3de5f2c364130f873638041ac04337fa (patch)
tree7ffbb86e95fac5e352878724ee14cb1f9107c7bb /languages/norwegian.inc.php
parentbfac43e693ac2264c1e7fbc003b869c3a91e0f29 (diff)
downloadphpicalendar-0ae4fa6c3de5f2c364130f873638041ac04337fa.tar.gz
phpicalendar-0ae4fa6c3de5f2c364130f873638041ac04337fa.tar.bz2
phpicalendar-0ae4fa6c3de5f2c364130f873638041ac04337fa.zip
Time changes.
Diffstat (limited to 'languages/norwegian.inc.php')
-rw-r--r--languages/norwegian.inc.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/languages/norwegian.inc.php b/languages/norwegian.inc.php
index 289f763..bf40025 100644
--- a/languages/norwegian.inc.php
+++ b/languages/norwegian.inc.php
@@ -1 +1 @@
-<?php // Norwegian language include // For version 0.5 PHP iCalendar // // Translation by Geir Kielland (geir.kielland@jus.uio.no) // // Submit new translations to chad@chadsdomain.com $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"; // 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 = "G:i"; // For date formatting, check out: http://www.php.net/manual/en/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"; ?> \ No newline at end of file
+<?php // Norwegian language include // For version 0.5 PHP iCalendar // // Translation by Geir Kielland (geir.kielland@jus.uio.no) // // Submit new translations to chad@chadsdomain.com $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"; // 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"; // For date formatting, check out: http://www.php.net/manual/en/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"; ?> \ No newline at end of file

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