From da11334d9d325f3be588f1b17969ba5c44ed248c Mon Sep 17 00:00:00 2001 From: fenner Date: Sat, 30 Nov 2002 21:05:38 +0000 Subject: Change alt="" to alt=" ", since that renders better in w3m. Add alt tags to navigation images like back, next week, etc. --- languages/english.inc.php | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'languages') diff --git a/languages/english.inc.php b/languages/english.inc.php index fd45306..6756ef2 100644 --- a/languages/english.inc.php +++ b/languages/english.inc.php @@ -90,6 +90,15 @@ $status_lang = 'Status:'; $todo_lang = 'To do items'; $unfinished_lang = 'Unfinished'; +// - navigation +$back_lang = 'Back'; +$next_lang = 'Next'; +$prev_lang = 'Prev'; +$day_view_lang = 'Day View'; +$week_view_lang = 'Week View'; +$month_view_lang = 'Month View'; +$year_view_lang = 'Year View'; + // $format_recur, items enclosed in % will be substituted with variables $format_recur_lang['delimiter'] = ', '; // ie, 'one, two, three' -- cgit v1.2.3