aboutsummaryrefslogtreecommitdiffstats
path: root/print.php
diff options
context:
space:
mode:
authorChad Little <clittle@users.sourceforge.net>2002-10-27 02:55:56 +0000
committerChad Little <clittle@users.sourceforge.net>2002-10-27 02:55:56 +0000
commit56a3b982a8ff3557bd908235672f36067a0d4d21 (patch)
tree63207f4605572bb4f09ec573d1c8bc20761d7da1 /print.php
parent0ea6ec6e0653a11059394d38ee75e300abe32759 (diff)
downloadphpicalendar-56a3b982a8ff3557bd908235672f36067a0d4d21.tar.gz
phpicalendar-56a3b982a8ff3557bd908235672f36067a0d4d21.tar.bz2
phpicalendar-56a3b982a8ff3557bd908235672f36067a0d4d21.zip
Translated print view.
Diffstat (limited to 'print.php')
-rw-r--r--print.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/print.php b/print.php
index 8c0e504..9d34ed2 100644
--- a/print.php
+++ b/print.php
@@ -81,16 +81,16 @@ $events_week = 0;
echo "<td align=\"left\">\n";
echo "<table width=\"100%\" border=\"0\" cellspacing=\"1\" cellpadding=\"1\">\n";
echo "<tr>\n";
- echo "<td width=\"100\" class=\"G10BOLD\">Time:</td>\n";
+ echo "<td width=\"100\" class=\"G10BOLD\">$time_lang:</td>\n";
echo "<td align=\"left\" class=\"G10B\">$event_start - $event_end</td>\n";
echo "</tr>\n";
echo "<tr>\n";
- echo "<td valign=\"top\" width=\"100\" class=\"G10BOLD\">Summary:</td>\n";
+ echo "<td valign=\"top\" width=\"100\" class=\"G10BOLD\">$summary_lang:</td>\n";
echo "<td valign=\"top\" align=\"left\" class=\"G10B\">$event_text</td>\n";
echo "</tr>\n";
if ($new_val2["description"]) {
echo "<tr>\n";
- echo "<td valign=\"top\" width=\"100\" class=\"G10BOLD\">Description:</td>\n";
+ echo "<td valign=\"top\" width=\"100\" class=\"G10BOLD\">$description_lang:</td>\n";
echo "<td valign=\"top\" align=\"left\" class=\"G10B\">$description</td>\n";
echo "</tr>\n";
}

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