|
Description
|
6332731 pmconfig .po files are missing a lot of strings
attempted to fix many of the L10N problems with the programs in usr/src/cmd/power. As
part of that fix, an exclusion file was created, power_all.xcl. This file needs to be
kept up to date with a list of strings that should not be localized. When
6381827 Suspend to RAM on x86
integrated, it added a number of strings to the source files under usr/src/cmd/power.
These strings are being added, as part of the build process, to power_all.po. Only
a subset of these strings should be placed into power_all.po file and delivered to the
localization team. power_all.xcl needs to be updated to include the strings that should
not be delivered. Examples of strings in the power_all.po file that should not be
delivered are:
msgid "S3-support"
msgstr
msgid "autoS3"
msgstr
msgid "S3-support-enable"
msgstr
msgid "S3-support-disable"
msgstr
# msgid "S3-support"
# msgstr
There are many more besides these.
|