aboutsummaryrefslogtreecommitdiffstats
path: root/rss/index.php
diff options
context:
space:
mode:
authorChad Little <clittle@users.sourceforge.net>2004-05-19 04:09:11 +0000
committerChad Little <clittle@users.sourceforge.net>2004-05-19 04:09:11 +0000
commita218cbb1a42531b405be391a59320135f7df79ac (patch)
tree3ba9c733e05657a3ba7b52b4bafb59718731885b /rss/index.php
parent342424b6a16552df5d770c030360a90958c06933 (diff)
downloadphpicalendar-a218cbb1a42531b405be391a59320135f7df79ac.tar.gz
phpicalendar-a218cbb1a42531b405be391a59320135f7df79ac.tar.bz2
phpicalendar-a218cbb1a42531b405be391a59320135f7df79ac.zip
RSS languages added.
Diffstat (limited to 'rss/index.php')
-rw-r--r--rss/index.php13
1 files changed, 12 insertions, 1 deletions
diff --git a/rss/index.php b/rss/index.php
index ae02010..98eb16b 100644
--- a/rss/index.php
+++ b/rss/index.php
@@ -45,7 +45,18 @@ $page->replace_tags(array(
'rssdisable' => '',
'rss_valid' => '',
'todo_js' => '',
- 'show_search' => ''
+ 'show_search' => '',
+ 'l_rss_info' => $lang['l_rss_info'],
+ 'l_rss_subhead' => $lang['l_rss_subhead'],
+ '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_this_months' => $lang['l_this_months'],
+ 'l_powered_by' => $lang['l_powered_by'],
+ 'l_this_site_is' => $lang['l_this_site_is']
));
$page->output();

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