aboutsummaryrefslogtreecommitdiffstats
path: root/languages
diff options
context:
space:
mode:
authorChad Little <clittle@users.sourceforge.net>2002-11-26 05:53:50 +0000
committerChad Little <clittle@users.sourceforge.net>2002-11-26 05:53:50 +0000
commit1d1640f4cf55a7142ae1b9acd00454e60fe9dba4 (patch)
tree951927b0707799514cb923011767c41609ed6d2f /languages
parent65e13529dbfb308ff709cd5023177e6a4fa77965 (diff)
downloadphpicalendar-1d1640f4cf55a7142ae1b9acd00454e60fe9dba4.tar.gz
phpicalendar-1d1640f4cf55a7142ae1b9acd00454e60fe9dba4.tar.bz2
phpicalendar-1d1640f4cf55a7142ae1b9acd00454e60fe9dba4.zip
todo change
Diffstat (limited to 'languages')
-rw-r--r--languages/english.inc.php11
1 files changed, 10 insertions, 1 deletions
diff --git a/languages/english.inc.php b/languages/english.inc.php
index 2b8bed6..735b0d2 100644
--- a/languages/english.inc.php
+++ b/languages/english.inc.php
@@ -74,7 +74,16 @@ $select_view_lang = 'Select your default view:';
$select_time_lang = 'Select your default start time:';
$select_day_lang = 'Select your default start day of week:';
$select_style_lang = 'Select your default style:';
+
+//To-dos
+$completed_lang = 'Completed on ';
+$created_lang = 'Created: ';
+$due_lang = 'Due: ';
+$no_priority_lang = 'None';
+$priority_lang = 'Priority: ';
+$status_lang = 'Status: ';
$todo_lang = 'To do items';
+$unfinished_lang = 'Unfinished';
// $format_recur, items enclosed in % will be substituted with variables
$format_recur_lang['delimiter'] = ', '; // ie, 'one, two, three'
@@ -141,4 +150,4 @@ $error_remotecal_lang = 'This server blocks remote calendars which have not been
$error_restrictedcal_lang = 'You have tried to access a calendar that is restricted on this server.';
$error_invalidcal_lang = 'Invalid calendar file. Please try a different calendar.';
-?> \ No newline at end of file
+?>

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