forked from dolphin-emu/dolphin
-
Notifications
You must be signed in to change notification settings - Fork 44
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix predefined Qt strings not getting translated
- Loading branch information
Showing
2 changed files
with
82 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,76 @@ | ||
# This file contains strings which are defined in Qt's source code | ||
# and may be shown in applications which use Qt. Extracted from Qt 5.15.1. | ||
msgid "" | ||
msgstr "" | ||
|
||
#: qtbase/src/gui/kernel/qplatformtheme.cpp:708 | ||
msgid "OK" | ||
msgstr "" | ||
|
||
#: qtbase/src/gui/kernel/qplatformtheme.cpp:710 | ||
msgid "Save" | ||
msgstr "" | ||
|
||
#: qtbase/src/gui/kernel/qplatformtheme.cpp:712 | ||
msgid "Save All" | ||
msgstr "" | ||
|
||
#: qtbase/src/gui/kernel/qplatformtheme.cpp:714 | ||
msgid "Open" | ||
msgstr "" | ||
|
||
#: qtbase/src/gui/kernel/qplatformtheme.cpp:716 | ||
msgid "&Yes" | ||
msgstr "" | ||
|
||
#: qtbase/src/gui/kernel/qplatformtheme.cpp:718 | ||
msgid "Yes to &All" | ||
msgstr "" | ||
|
||
#: qtbase/src/gui/kernel/qplatformtheme.cpp:720 | ||
msgid "&No" | ||
msgstr "" | ||
|
||
#: qtbase/src/gui/kernel/qplatformtheme.cpp:722 | ||
msgid "N&o to All" | ||
msgstr "" | ||
|
||
#: qtbase/src/gui/kernel/qplatformtheme.cpp:724 | ||
msgid "Abort" | ||
msgstr "" | ||
|
||
#: qtbase/src/gui/kernel/qplatformtheme.cpp:726 | ||
msgid "Retry" | ||
msgstr "" | ||
|
||
#: qtbase/src/gui/kernel/qplatformtheme.cpp:728 | ||
msgid "Ignore" | ||
msgstr "" | ||
|
||
#: qtbase/src/gui/kernel/qplatformtheme.cpp:730 | ||
msgid "Close" | ||
msgstr "" | ||
|
||
#: qtbase/src/gui/kernel/qplatformtheme.cpp:732 | ||
msgid "Cancel" | ||
msgstr "" | ||
|
||
#: qtbase/src/gui/kernel/qplatformtheme.cpp:734 | ||
msgid "Discard" | ||
msgstr "" | ||
|
||
#: qtbase/src/gui/kernel/qplatformtheme.cpp:736 | ||
msgid "Help" | ||
msgstr "" | ||
|
||
#: qtbase/src/gui/kernel/qplatformtheme.cpp:738 | ||
msgid "Apply" | ||
msgstr "" | ||
|
||
#: qtbase/src/gui/kernel/qplatformtheme.cpp:740 | ||
msgid "Reset" | ||
msgstr "" | ||
|
||
#: qtbase/src/gui/kernel/qplatformtheme.cpp:742 | ||
msgid "Restore Defaults" | ||
msgstr "" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters