Notes, edits, tigers, oh my!
git-svn-id: https://samskivert.googlecode.com/svn/trunk@898 6335cc39-0255-0410-8fd6-9bcaacd3b74c
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
# -*- mode: makefile -*-
|
||||
#
|
||||
# $Id: messages.properties,v 1.1 2002/11/08 09:14:20 mdb Exp $
|
||||
# $Id: messages.properties,v 1.2 2002/11/08 21:49:17 mdb Exp $
|
||||
#
|
||||
# Translation messages for Two Due application
|
||||
|
||||
@@ -21,6 +21,17 @@ header.title={0}
|
||||
app_footer.summary_link=Task Summary
|
||||
app_footer.account_link=Login/out
|
||||
|
||||
#
|
||||
# General task editing messages
|
||||
|
||||
task.error.missing_summary = No summary provided for task.
|
||||
task.error.missing_category = No category provided for task.
|
||||
task.error.missing_complexity = No complexity selection for task.
|
||||
task.error.invalid_priority = No priority selection for task.
|
||||
task.error.invalid_creator = Creator not specified.
|
||||
task.error.missing_taskid = Internal error. No task id provided.
|
||||
task.error.no_such_task = No task exists with that task id.
|
||||
|
||||
#
|
||||
# index.wm
|
||||
|
||||
@@ -30,8 +41,20 @@ 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.
|
||||
index.error.invalid_detail_task = Task id specified for inspection not valid.
|
||||
|
||||
#
|
||||
# edit.wm
|
||||
|
||||
edit.title = Edit Task
|
||||
|
||||
edit.message.task_updated = Task updated.
|
||||
edit.message.note_added = Note added.
|
||||
edit.message.notes_updated = Notes updated.
|
||||
|
||||
edit.error.missing_note = Can\'t add blank note.
|
||||
|
||||
#
|
||||
# detail.wm
|
||||
|
||||
detail.title = Task Details
|
||||
|
||||
Reference in New Issue
Block a user