EN · DE · RU · FR · ES

#289: ToDoI18nResources.properties

plugins/org.projectforge.plugins.todo/src/main/resources/ToDoI18nResources.properties Type: Properties · Role: Component · Source: plugins/org.projectforge.plugins.todo/src/main/resources/ToDoI18nResources.properties 34 lines · 33 code · 0 comments · 1 blank
Source code file at plugins/org.projectforge.plugins.todo/src/main/resources/ToDoI18nResources.properties containing Properties code for the Component layer.

Structure

Localization properties file with 33 key-value entries.

Sample keys: plugins.todo.assignee, plugins.todo.button.close, plugins.todo.closeDialog.heading, plugins.todo.group.tooltip.content, plugins.todo.group.tooltip.title, plugins.todo.menu, plugins.todo.notification.tooltip, plugins.todo.reporter, plugins.todo.status, plugins.todo.status.closed, plugins.todo.status.inprogress, plugins.todo.status.onlyRecent, plugins.todo.status.onlyRecent.tooltip, plugins.todo.status.opened, plugins.todo.status.postponed, plugins.todo.status.reopened, plugins.todo.subject, plugins.todo.task.tooltip.content, plugins.todo.task.tooltip.title, plugins.todo.title.add...

Source Code (abridged)

plugins.todo.assignee=Assignee
plugins.todo.button.close=Close ToDo
plugins.todo.closeDialog.heading=Close to-do
plugins.todo.group.tooltip.content=This optional group defines access rights. This means that all users of this group have full access to this to-do. Otherwise the assignee and the reporter have full access to this to-do.
plugins.todo.group.tooltip.title=Teamwork
plugins.todo.menu=To-do
plugins.todo.notification.tooltip=Should an e-mail be sent to the reporter and assignee? An e-mail will not be sent to you as the logged-in user!
plugins.todo.reporter=Reporter
plugins.todo.status=Status
plugins.todo.status.closed=closed
plugins.todo.status.inprogress=in progress
plugins.todo.status.onlyRecent=only recent
plugins.todo.status.onlyRecent.tooltip=Show only recent to-do's. Recent to-do's are assigned to you and you've not yet seen the last changes.
plugins.todo.status.opened=open
plugins.todo.status.postponed=postponed
plugins.todo.status.reopened=reopened
plugins.todo.subject=Subject
plugins.todo.task.tooltip.content=This optional structure element defines access rights. This means that all users with read access to this element have also read-access to this to-do, same for the rights insert, update and delete. Otherwise the assignee and the reporter have full access to this to-do.
plugins.todo.task.tooltip.title=Teamwork
plugins.todo.title.add=Add new to-do
plugins.todo.title.edit=Edit to-do
plugins.todo.title.heading=To-do's
plugins.todo.title.list=To-do list
plugins.todo.todo=To-do
plugins.todo.type=Type
plugins.todo.type.bug=Bug
plugins.todo.type.hint=Hint
plugins.todo.type.idea=Idea
plugins.todo.type.improvement=Improvement
plugins.todo.type.requirement=Requirement
plugins.todo.type.task=Task
plugins.todo.type.wish=Wish

userPref.area.todo.favorite=To-do favorite

Git History

7cedb5bc8 Proof-reading I18nResources by Claude Code.
4113d1f69 Sort and check i18n properties of all plugins.
9ebb88522 Initial commit