aboutsummaryrefslogtreecommitdiffstats
path: root/print.php
diff options
context:
space:
mode:
authorChad Little <clittle@users.sourceforge.net>2004-05-19 04:19:53 +0000
committerChad Little <clittle@users.sourceforge.net>2004-05-19 04:19:53 +0000
commit55fb000a915cbae1336f31725805bdf9d71883d0 (patch)
treee4171a931f4219b7ac7780f7ba3685feb897f38c /print.php
parentf221f762ea85d83fa9f7978a2e91a966819d2c1e (diff)
downloadphpicalendar-55fb000a915cbae1336f31725805bdf9d71883d0.tar.gz
phpicalendar-55fb000a915cbae1336f31725805bdf9d71883d0.tar.bz2
phpicalendar-55fb000a915cbae1336f31725805bdf9d71883d0.zip
Print language checkin.
Diffstat (limited to 'print.php')
-rw-r--r--print.php13
1 files changed, 12 insertions, 1 deletions
diff --git a/print.php b/print.php
index 103c715..7892444 100644
--- a/print.php
+++ b/print.php
@@ -79,7 +79,18 @@ $page->replace_tags(array(
'list_weeks' => $list_weeks,
'list_jumps' => $list_jumps,
'legend' => $list_calcolors,
- 'style_select' => $style_select
+ 'style_select' => $style_select,
+ 'l_time' => $lang['l_time'],
+ 'l_summary' => $lang['l_summary'],
+ 'l_calendar' => $lang['l_calendar'],
+ 'l_day' => $lang['l_day'],
+ 'l_week' => $lang['l_week'],
+ 'l_month' => $lang['l_month'],
+ 'l_year' => $lang['l_year'],
+ 'l_subscribe' => $lang['l_subscribe'],
+ 'l_download' => $lang['l_download'],
+ 'l_powered_by' => $lang['l_powered_by'],
+ 'l_this_site_is' => $lang['l_this_site_is']
));
$page->draw_print($this->page);

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