Files
samskivert/runtime/twodue/etc/messages.properties
T
mdb ee37ff3a93 Added support for simple queries.
git-svn-id: https://samskivert.googlecode.com/svn/trunk@903 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2002-11-09 01:40:01 +00:00

62 lines
1.4 KiB
Properties

# -*- mode: makefile -*-
#
# $Id: messages.properties,v 1.3 2002/11/09 01:40:01 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
#
# 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
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.invalid_detail_task = Task id specified for inspection not valid.
index.error.no_matching_tasks = No tasks matched that query string.
#
# 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