Initial version of basic project task management application.

git-svn-id: https://samskivert.googlecode.com/svn/trunk@897 6335cc39-0255-0410-8fd6-9bcaacd3b74c
This commit is contained in:
mdb
2002-11-08 09:14:21 +00:00
parent ac48cced65
commit aa4c37541a
22 changed files with 1155 additions and 0 deletions
+37
View File
@@ -0,0 +1,37 @@
# -*- mode: makefile -*-
#
# $Id: messages.properties,v 1.1 2002/11/08 09:14:20 mdb Exp $
#
# Translation messages for Two Due application
#
# common translations
app_name=Two Due
#
# header.wm
header.combined_title={0}: {1}
header.title={0}
#
# app_footer.wm
app_footer.summary_link=Task Summary
app_footer.account_link=Login/out
#
# index.wm
index.title=Task Summary
index.message.task_created = Task created.
index.message.task_claimed = Task claimed.
index.message.task_completed = Task marked as completed.
index.error.missing_summary = No summary provided for new task.
index.error.missing_category = No category provided for new task.
index.error.missing_complexity = No complexity selection for new task.
index.error.invalid_priority = No priority selection for new task.
index.error.missing_taskid = Internal error. No task id provided.