Ticket #5552 (closed Bug: fixed)
Errors in plone.pot
| Reported by: | jonathan_lewis | Owned by: | hannosch |
|---|---|---|---|
| Priority: | minor | Milestone: | 2.5.1 |
| Component: | Infrastructure | Keywords: | |
| Cc: |
Description
I found the following errors in the default (English) strings in the plone.pot shipped with Plone 2.5rc1
(1) existing text:
#. Default: "All Anonymous Users To View About Information" #: ./skins/plone_prefs/reconfig_form.cpt msgid "label_allowAnonymousViewAbout" msgstr ""
should be:
#. Default: "Allow Anonymous Users To View About Information" #: ./skins/plone_prefs/reconfig_form.cpt msgid "label_allowAnonymousViewAbout" msgstr ""
(2) existing text:
#. Default: "Determines if your Plone is optimized for a small or large sites. In environments with a lot of users and/or groups it can be very slow or impossible to build a list all users or groups. This option tunes the user interface and behaviour of Plone for this case by allowing you to search for users/groups instead of listing all of them." #: ./skins/plone_prefs/reconfig_form.cpt msgid "help_setup_many_users" msgstr ""
should be:
#. Default: "Determines if your Plone is optimized for small or large sites. In environments with a lot of users and/or groups it can be very slow or impossible to build a list of all users or groups. This option tunes the user interface and behaviour of Plone for this case by allowing you to search for users/groups instead of listing all of them." #: ./skins/plone_prefs/reconfig_form.cpt msgid "help_setup_many_users" msgstr ""
(3) existing text:
#. Default: "Determines if the roles given to users and groups from higher levels are in effect in this context. Use this to block people that have local roles in higher-level folders from accessing this folder." #: ./skins/plone_forms/folder_localrole_form.pt msgid "help_use_acquisition" msgstr ""
should be:
#. Default: "Determines if the roles given to users and groups from higher levels are in effect in this context. Use this to block people who have local roles in higher-level folders from accessing this folder." #: ./skins/plone_forms/folder_localrole_form.pt msgid "help_use_acquisition" msgstr ""
