Skip to content
Snippets Groups Projects
Commit b4c3ffb1 authored by Michael Schams's avatar Michael Schams Committed by Benni Mack
Browse files

[TASK] Improve labels of System Notes in the Dashboard

This patch updates the English labels shown in the TYPO3 Dashboard and
Dashboard widgets for System Notes.

Resolves: #104888
Releases: main
Change-Id: I4ecb3886d30459823529052ef084daf715715873
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/86000


Reviewed-by: default avatarFrank Nägler <frank.naegler@typo3.com>
Reviewed-by: default avatarBenni Mack <benni@typo3.org>
Tested-by: default avatarcore-ci <typo3@b13.com>
Tested-by: default avatarBenni Mack <benni@typo3.org>
Tested-by: default avatarFrank Nägler <frank.naegler@typo3.com>
parent e463366c
Branches
Tags
No related merge requests found
......@@ -40,49 +40,49 @@
<source>Unknown author</source>
</trans-unit>
<trans-unit id="widget_group.sys_note_widget.title" resname="widget_group.sys_note_widget.title">
<source>Sys Notes</source>
<source>System Notes</source>
</trans-unit>
<!-- All -->
<trans-unit id="widget.all.title" resname="widget.all.title">
<source>Alle Sys Notes</source>
<source>All System Notes</source>
</trans-unit>
<trans-unit id="widget.all.description" resname="widget.all.description">
<source>Shows a list of all pages which have sys_notes</source>
<source>Shows a list of all pages with system notes</source>
</trans-unit>
<!-- Default -->
<trans-unit id="widget.pagesWithInternalNoteDefault.title" resname="widget.pagesWithInternalNoteDefault.title">
<source>Notes with category Default</source>
<source>Notes in the category "Default"</source>
</trans-unit>
<trans-unit id="widget.pagesWithInternalNoteDefault.description" resname="widget.pagesWithInternalNoteDefault.description">
<source>Shows a list of all pages which have sys_notes with the category "Default"</source>
<source>Shows a list of all pages with system notes in the category "Default"</source>
</trans-unit>
<!-- ToDos -->
<trans-unit id="widget.pagesWithInternalNoteToDos.title" resname="widget.pagesWithInternalNoteToDos.title">
<source>Notes with category ToDo</source>
<source>Notes in the category "ToDo"</source>
</trans-unit>
<trans-unit id="widget.pagesWithInternalNoteToDos.description" resname="widget.pagesWithInternalNoteToDos.description">
<source>Shows a list of all pages which have sys_notes with the category "ToDo"</source>
<source>Shows a list of all pages with system notes in the category "ToDo"</source>
</trans-unit>
<!-- Template -->
<trans-unit id="widget.pagesWithInternalNoteTemplate.title" resname="widget.pagesWithInternalNoteTemplate.title">
<source>Notes with category Template</source>
<source>Notes in the category "Template"</source>
</trans-unit>
<trans-unit id="widget.pagesWithInternalNoteTemplate.description" resname="widget.pagesWithInternalNoteTemplate.description">
<source>Shows a list of all pages which have sys_notes with the category "Template"</source>
<source>Shows a list of all pages with system notes in the category "Template"</source>
</trans-unit>
<!-- Notes -->
<trans-unit id="widget.pagesWithInternalNoteNotes.title" resname="widget.pagesWithInternalNoteNotes.title">
<source>Notes with category Notes</source>
<source>Notes in the category "Notes"</source>
</trans-unit>
<trans-unit id="widget.pagesWithInternalNoteNotes.description" resname="widget.pagesWithInternalNoteNotes.description">
<source>Shows a list of all pages which have sys_notes with the category "Notes"</source>
<source>Shows a list of all pages with system notes in the category "Notes"</source>
</trans-unit>
<!-- Instructions -->
<trans-unit id="widget.pagesWithInternalNoteInstructions.title" resname="widget.pagesWithInternalNoteInstructions.title">
<source>Notes with category Instructions</source>
<source>Notes in the category "Instructions"</source>
</trans-unit>
<trans-unit id="widget.pagesWithInternalNoteInstructions.description" resname="widget.pagesWithInternalNoteInstructions.description">
<source>Shows a list of all pages which have sys_notes with the category "Instructions"</source>
<source>Shows a list of all pages with system notes in the category "Instructions"</source>
</trans-unit>
<trans-unit id="created" resname="created">
<source>Created</source>
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment