aboutsummaryrefslogtreecommitdiffstats
path: root/languages/polish.inc.php
diff options
context:
space:
mode:
authorChad Little <clittle@users.sourceforge.net>2002-09-24 06:37:54 +0000
committerChad Little <clittle@users.sourceforge.net>2002-09-24 06:37:54 +0000
commitff53a53b1d58864e6bd8f38a204c54d6a7bb47ec (patch)
tree8aa9258d8b89d35950766a17ec7d5d49a713ca97 /languages/polish.inc.php
parent199d7f107ed3c98a1c6356ddaa034f9eb9dedf1f (diff)
downloadphpicalendar-ff53a53b1d58864e6bd8f38a204c54d6a7bb47ec.tar.gz
phpicalendar-ff53a53b1d58864e6bd8f38a204c54d6a7bb47ec.tar.bz2
phpicalendar-ff53a53b1d58864e6bd8f38a204c54d6a7bb47ec.zip
Language adds more text, localization of date and time.
Diffstat (limited to 'languages/polish.inc.php')
-rw-r--r--languages/polish.inc.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/languages/polish.inc.php b/languages/polish.inc.php
index 98c8b44..dc88a37 100644
--- a/languages/polish.inc.php
+++ b/languages/polish.inc.php
@@ -1 +1 @@
-<? // Polish language include // For version 0.4 PHP iCalendar // // Translation by Stanislaw Cieslicki (stahoo@poczta.onet.pl) // // Submit new translations to chad@chadsdomain.com $day_lang = "Dzień"; $week_lang = "Tydzień"; $month_lang = "Miesiąc"; $year_lang = "Rok"; $calendar_lang = "Kalendarz"; $next_day_lang = "Następny dzień"; $next_month_lang = "Przyszły miesiąc"; $next_week_lang = "Przyszły tydzień"; $next_year_lang = "Przyszły rok"; $last_day_lang = "Poprzedni dzień"; $last_month_lang = "Zeszły Miesiąc"; $last_week_lang = "Zeszły tydzień"; $last_year_lang = "Zeszły rok"; $subscribe_lang = "Subskrybuj"; $download_lang = "Pobież"; $powered_by_lang = "Powered by"; $version_lang = "0.4"; ?> \ No newline at end of file
+<? // Polish language include // For version 0.5 PHP iCalendar // // Translation by Stanislaw Cieslicki (stahoo@poczta.onet.pl) // // Submit new translations to chad@chadsdomain.com $day_lang = "Dzień"; $week_lang = "Tydzień"; $month_lang = "Miesiąc"; $year_lang = "Rok"; $calendar_lang = "Kalendarz"; $next_day_lang = "Następny dzień"; $next_month_lang = "Przyszły miesiąc"; $next_week_lang = "Przyszły tydzień"; $next_year_lang = "Przyszły rok"; $last_day_lang = "Poprzedni dzień"; $last_month_lang = "Zeszły Miesiąc"; $last_week_lang = "Zeszły tydzień"; $last_year_lang = "Zeszły rok"; $subscribe_lang = "Subskrybuj"; $download_lang = "Pobież"; $powered_by_lang = "Powered by"; $version_lang = "0.5"; $event_lang = "Event"; $event_start_lang = "Start Time"; $event_end_lang = "End Time"; $this_months_lang = "This Month's Events"; $date_lang = "Date"; $summary_lang = "Summary"; // Set Location for date formatting, check out: http://www.php.net/manual/en/function.setlocale.php setlocale (LC_TIME, 'en_EN'); // For time formatting, check out: http://www.php.net/manual/en/function.date.php $timeFormat = "g:i A"; // For date formatting, cehck out: http://www.php.net/manual/en/function.strftime.php $dateFormat_day = "%A, %B %e"; $dateFormat_week = "%B %e"; $dateFormat_week_list = "%a, %b %e"; $dateFormat_month = "%B %Y"; $dateFormat_month_list = "%A, %B %e"; ?> \ No newline at end of file

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