Wiki source code of CheckboxedTaskTranslations
Last modified by Admin Trust-IT on 2023/01/09 14:49
Show last authors
| author | version | line-number | content |
|---|---|---|---|
| 1 | rendering.macro.checktask.name=Task with checkbox | ||
| 2 | rendering.macro.checktask.description=Add a task with a clickable check box. | ||
| 3 | rendering.macro.checktask.content.description=Name the task to be completed.. | ||
| 4 | rendering.macro.checktask.parameter.dueDate.name=Due date | ||
| 5 | rendering.macro.checktask.parameter.dueDate.description=By when must the task be completed? | ||
| 6 | rendering.macro.checktask.parameter.responsible.name=Responsible | ||
| 7 | rendering.macro.checktask.parameter.responsible.description=Who is in charge? | ||
| 8 | rendering.macro.checktask.parameter.done.name=Completed | ||
| 9 | rendering.macro.checktask.parameter.done.description=Has the task been completed? | ||
| 10 | rendering.macro.checktask.parameter.rid.name=RID | ||
| 11 | rendering.macro.checktask.parameter.rid.description=Randomly generated ID to identify the task. This is generated automatically. Avoid setting it and do not change it! | ||
| 12 | |||
| 13 | rendering.macro.reportchecktasks.name=Task report | ||
| 14 | rendering.macro.reportchecktasks.description=Insert a tick-off list of all tasks. Filter by user, page or page range. | ||
| 15 | rendering.macro.reportchecktasks.parameter.responsible.name=Responsible | ||
| 16 | rendering.macro.reportchecktasks.parameter.responsible.description=Tasks of this user: | ||
| 17 | rendering.macro.reportchecktasks.parameter.page.name=Space | ||
| 18 | rendering.macro.reportchecktasks.parameter.page.description=Show tasks from this page and its subpages: | ||
| 19 | rendering.macro.reportchecktasks.parameter.done.name=Completed | ||
| 20 | rendering.macro.reportchecktasks.parameter.done.description=Set this value to 0 for uncompleted tasks or 1 for completed tasks. If you want to see both uncompleted and completed tasks in your report, set this value to 2. The default value for this setting is 0. | ||
| 21 | rendering.macro.reportchecktasks.parameter.filters.descritption=Instead of fixed query parameters you can use adjustible filters for the query. Use this ifyou want a comprehensive filterabel task report. Use these parameters: done, responsible, dueDate, page. Concatenate them using &. Example: done=0&responsible=username&dueDate=01.01.2023-31.03.2023&page=Main.WebHome | ||
| 22 | rendering.macro.reportchecktasks.parameter.project.name=Project or Workgroup | ||
| 23 | rendering.macro.reportchecktasks.parameter.project.description=Additionally show tasks from project or workgroup pages. | ||
| 24 | |||
| 25 | reportchecktasks.macro.report0=Task report | ||
| 26 | reportchecktasks.macro.report1=All | ||
| 27 | reportchecktasks.macro.report2=Open | ||
| 28 | reportchecktasks.macro.report3=Completed | ||
| 29 | reportchecktasks.macro.report4=tasks | ||
| 30 | reportchecktasks.macro.report5=in space | ||
| 31 | reportchecktasks.macro.report6=and | ||
| 32 | reportchecktasks.macro.report7=in project or workgroup | ||
| 33 | reportchecktasks.macro.report8=in XWiki | ||
| 34 | reportchecktasks.macro.tooltip0=Mark this task completed | ||
| 35 | reportchecktasks.macro.tooltip1=Mark this task open | ||
| 36 | reportchecktasks.macro.warning=You can insert the "Task Report" macro only once per page. Please configure the first instance of the macro to display all the required information. | ||
| 37 | |||
| 38 | checktask.macro.dateFormat=yyyy/MM/dd | ||
| 39 | checktask.macro.hint=You can mark tasks as completed by ticking them off. | ||
| 40 | checktask.macro.progress=Task status is being updated | ||
| 41 | checktask.macro.success1=You have marked the task | ||
| 42 | checktask.macro.success2= | ||
| 43 | checktask.macro.result0=Task | ||
| 44 | checktask.macro.result1=completed | ||
| 45 | checktask.macro.result2=open | ||
| 46 | checktask.macro.error=Error while saving the task status | ||
| 47 | checktask.macro.toDo=to be completed | ||
| 48 | checktask.macro.byWhen=by | ||
| 49 | checktask.macro.byWho=by | ||
| 50 | |||
| 51 | reportchecktasks.table.emptyValue=without | ||
| 52 | reportchecktasks.table.action=🗹 | ||
| 53 | reportchecktasks.table.done=Completed | ||
| 54 | reportchecktasks.table.page=Page | ||
| 55 | reportchecktasks.table.task=Task | ||
| 56 | reportchecktasks.table.responsible=Responsible | ||
| 57 | reportchecktasks.table.dueDate=Due date |