Ticket #5012 (closed Bug: fixed)
check_id error messages not translated or translatable
| Reported by: | Christian Zagrodnick <cz@…> | Owned by: | hannosch |
|---|---|---|---|
| Priority: | minor | Milestone: | 2.5 |
| Component: | Internationalization | Keywords: | |
| Cc: |
Description
The error messages genererated from the skins/plone_scripts/check_id.py are neither translated nor are the translatable very easily. I suspect the script itself would need to translate the messages.
Attachments
Change History
Changed 6 years ago by Christian Zagrodnick <cz@…>
-
attachment
check_id.py
added
comment:1 Changed 6 years ago by Christian Zagrodnick <cz@…>
The German translations are
msgid "Please enter a name."
msgstr "Geben Sie bitte einen Namen an."
msgid "There is already an item named '${name}' in this folder."
msgstr "In diesem Ordner gibt es bereits einen Eintrag mit dem Namen '${name}'."
msgid "'${name}' is not a legal name."
msgstr "'${name} ist kein gültiger Name."
msgid "'${name}' is reserved."
msgstr "'${name}' ist reserviert."
Note: See
TracTickets for help on using
tickets.

New version of check_id which translates