aboutsummaryrefslogtreecommitdiffstats
path: root/sidebar.php
diff options
context:
space:
mode:
authorjwangen <jwangen>2002-10-05 22:54:57 +0000
committerjwangen <jwangen>2002-10-05 22:54:57 +0000
commit54a9847b6c7c396cd5413583aee23d5d43649df3 (patch)
tree2cb40dd791fc4789b9fb7de048af90ce531547dc /sidebar.php
parentb0ffa6e457b635b6fe9951b5c6391fdbf952058c (diff)
downloadphpicalendar-54a9847b6c7c396cd5413583aee23d5d43649df3.tar.gz
phpicalendar-54a9847b6c7c396cd5413583aee23d5d43649df3.tar.bz2
phpicalendar-54a9847b6c7c396cd5413583aee23d5d43649df3.zip
Localization fixes in event and month. Adding new localization files from
translators.
Diffstat (limited to 'sidebar.php')
-rw-r--r--sidebar.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/sidebar.php b/sidebar.php
index b12628d..ef50dd7 100644
--- a/sidebar.php
+++ b/sidebar.php
@@ -173,8 +173,8 @@
echo "<td width=\"1%\"><img src=\"images/spacer.gif\" width=\"4\" height=\"1\"></td>";
echo "<td colspan=\"6\" class=\"G10B\">\n";
if (!isset($val["event_start"])) {
- $event_start = 'All';
- $event_end = 'Day';
+ $event_start = $all_day_lang;
+ $event_end = '';
echo "<a class=\"psf\" href=\"javascript:openEventInfo('$event_text2', '$calendar_name2', '$event_start', '$event_end', '$description')\"><i>$event_text</i></a>\n";
} else {
echo "<a class=\"psf\" href=\"javascript:openEventInfo('$event_text2', '$calendar_name2', '$event_start', '$event_end', '$description')\"><font class=\"G10B\">&#149; $event_text</font></a>\n";

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