Closed (fixed)
Project:
Views (for Drupal 7)
Version:
6.x-2.0
Component:
Miscellaneous
Priority:
Minor
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
19 Oct 2008 at 11:55 UTC
Updated:
18 Dec 2009 at 05:10 UTC
The current translation "Alle anzeigen" is wrong an confusing. "Liste" is the correct term.
Comments
Comment #1
mindgame commentedIt's in "views/translations/de.po":
#: views_ui.module:29
#: includes/plugins.inc:88;116
msgid "List"
msgstr "Alle anzeigen"
Correct:
#: views_ui.module:29
#: includes/plugins.inc:88;116
msgid "List"
msgstr "Liste"
Comment #2
mindgame commentedI found the reason.
The English term "List" appears in the views UI in two different contexts: For the list of all views ("Alle anzeigen") and for the display type ("Liste").
That may be a problem for many languages.
In the first context the English term should be changed to "Views list", just "Views", or something.
Comment #3
merlinofchaos commentedUsing 'List' for the list page is consistent with the rest of core. See admin/content/types where the default tabe is 'List' -- and that's just the first one I looked at.
Translating List to All Views is probably wrong.
Probably the term for 'List' style type is wrong. Perhaps it should be HTML List or something else to distinguish it.
Comment #4
merlinofchaos commentedLong ago I changed this to HTML List.