aboutsummaryrefslogtreecommitdiffstats
path: root/event.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 /event.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 'event.php')
-rw-r--r--event.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/event.php b/event.php
index dd6fdc8..61f47a3 100644
--- a/event.php
+++ b/event.php
@@ -18,17 +18,17 @@ $event = stripslashes($event);
<td>
<table width="100%" border="0" cellspacing="0" cellpadding="0" class="calborder">
<tr height="18">
- <td align="right" valign="top" width="80" class="V12">&nbsp;<b>Event:</b></td>
+ <td align="right" valign="top" width="80" class="V12">&nbsp;<b><? echo "$event_lang"; ?>:</b></td>
<td nowrap width="7" height="18"></td>
<td align="left" valign="top" height="18" class="V12"><? echo "$event"; ?></td>
</tr>
<tr height="18">
- <td align="right" valign="top" width="80" class="V12">&nbsp;<b>Start Time:</b></td>
+ <td align="right" valign="top" width="80" class="V12">&nbsp;<b><? echo "$event_start_lang"; ?>:</b></td>
<td width="7" height="18"></td>
<td align="left" valign="top" height="18" class="V12"><? echo "$start"; ?></td>
</tr>
<tr height="18">
- <td align="right" valign="top" width="80" class="V12">&nbsp;<b>End Time:</b></td>
+ <td align="right" valign="top" width="80" class="V12">&nbsp;<b><? echo "$event_end_lang"; ?>:</b></td>
<td width="7" height="18"></td>
<td align="left" valign="top" height="18" class="V12"><? echo "$end"; ?></td>
</tr>

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