f55ec29454
things up. git-svn-id: https://samskivert.googlecode.com/svn/trunk@1341 6335cc39-0255-0410-8fd6-9bcaacd3b74c
76 lines
1.7 KiB
Properties
76 lines
1.7 KiB
Properties
# -*- mode: makefile -*-
|
|
#
|
|
# $Id: messages.properties,v 1.6 2003/12/10 20:33:42 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 status
|
|
app_footer.tasks_link=By priority
|
|
app_footer.bycategory_link=By category
|
|
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
|
|
|
|
#
|
|
# bulkedit.wm
|
|
|
|
bulkedit.title = Bulk task update
|
|
bulkedit.no_tasks = No tasks at this priority.
|
|
|
|
bulkedit.message.task_updated = Task updated.
|
|
bulkedit.message.tasks_updated = Tasks updated.
|
|
bulkedit.message.nothing_updated = No updates were detected.
|