Revert "translations: use %% instead of percent"

This reverts commit 1ac7ac999b.

The %% sequence turned out to not be dealt with specially by gettext
tools.

Signed-off-by: Rafael Kitover <rkitover@gmail.com>
This commit is contained in:
Rafael Kitover 2022-12-28 18:51:37 +00:00
parent ab4ae96e05
commit 87bdc93e15
No known key found for this signature in database
GPG Key ID: 08AB596679D86240
3 changed files with 4 additions and 5 deletions

View File

@ -8,7 +8,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: PACKAGE VERSION\n" "Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2022-12-04 15:52+0000\n" "POT-Creation-Date: 2022-12-02 22:20+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n" "Language-Team: LANGUAGE <LL@li.org>\n"
@ -2877,8 +2877,7 @@ msgid "&Throttle"
msgstr "" msgstr ""
#: xrc/GeneralConfig.xrc:96 xrc/SpeedupConfig.xrc:27 #: xrc/GeneralConfig.xrc:96 xrc/SpeedupConfig.xrc:27
#, c-format msgid "percent of normal:"
msgid "%% of normal:"
msgstr "" msgstr ""
#: xrc/GeneralConfig.xrc:106 #: xrc/GeneralConfig.xrc:106

View File

@ -93,7 +93,7 @@
<orient>wxHORIZONTAL</orient> <orient>wxHORIZONTAL</orient>
<object class="sizeritem"> <object class="sizeritem">
<object class="wxStaticText"> <object class="wxStaticText">
<label>%% of normal:</label> <label>percent of normal:</label>
</object> </object>
<flag>wxALL|wxALIGN_CENTRE_VERTICAL</flag> <flag>wxALL|wxALIGN_CENTRE_VERTICAL</flag>
<border>5</border> <border>5</border>

View File

@ -24,7 +24,7 @@
<orient>wxHORIZONTAL</orient> <orient>wxHORIZONTAL</orient>
<object class="sizeritem"> <object class="sizeritem">
<object class="wxStaticText"> <object class="wxStaticText">
<label>%% of normal:</label> <label>percent of normal:</label>
<size>60,-1d</size> <size>60,-1d</size>
</object> </object>
<flag>wxALL|wxALIGN_CENTRE_VERTICAL</flag> <flag>wxALL|wxALIGN_CENTRE_VERTICAL</flag>