aboutsummaryrefslogtreecommitdiffstats
path: root/languages/norwegian.inc.php
diff options
context:
space:
mode:
authorChad Little <clittle@users.sourceforge.net>2002-09-24 16:58:31 +0000
committerChad Little <clittle@users.sourceforge.net>2002-09-24 16:58:31 +0000
commit71e3870fb7658565e6cf17fea3206bff9211d981 (patch)
tree4502fdca8b9a8d2bc37e9b4110bb82d30372bcf1 /languages/norwegian.inc.php
parente1daa2bff4e6d6d308f8e8aa0f0a4a23ebfb54c7 (diff)
downloadphpicalendar-71e3870fb7658565e6cf17fea3206bff9211d981.tar.gz
phpicalendar-71e3870fb7658565e6cf17fea3206bff9211d981.tar.bz2
phpicalendar-71e3870fb7658565e6cf17fea3206bff9211d981.zip
Inital check-in of Norwegian language support.
Diffstat (limited to 'languages/norwegian.inc.php')
-rw-r--r--languages/norwegian.inc.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/languages/norwegian.inc.php b/languages/norwegian.inc.php
new file mode 100644
index 0000000..b25ca8b
--- /dev/null
+++ b/languages/norwegian.inc.php
@@ -0,0 +1 @@
+<? // 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

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