dc16669058
messages. git-svn-id: https://samskivert.googlecode.com/svn/trunk@1034 6335cc39-0255-0410-8fd6-9bcaacd3b74c
64 lines
1.4 KiB
Properties
64 lines
1.4 KiB
Properties
# -*- mode: makefile -*-
|
|
#
|
|
# $Id: messages.properties,v 1.4 2003/01/23 21:22:56 mdb Exp $
|
|
#
|
|
# Translation messages for Two Due application
|
|
|
|
#
|
|
# common translations
|
|
|
|
app_name=Two Due
|
|
|
|
error.no_such_task = No task exists with that task id.
|
|
|
|
#
|
|
# 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.
|
|
|
|
#
|
|
# 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.message.task_deleted = Task deleted.
|
|
|
|
edit.error.missing_note = Can\'t add blank note.
|
|
|
|
#
|
|
# detail.wm
|
|
|
|
detail.title = Task Details
|