mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-23 13:31:49 +00:00
Amend 30ec879
, Add a translator as a fallback to Qt inner one
Add the needed strings to GuiApplication.cpp
This commit is contained in:
parent
30ec879d3a
commit
41ebc3fcfc
@ -689,6 +689,10 @@ public:
|
|||||||
_("Reconfigure");
|
_("Reconfigure");
|
||||||
_("Quit %1"));
|
_("Quit %1"));
|
||||||
#endif
|
#endif
|
||||||
|
_("&OK");
|
||||||
|
// Already in po: "Cancel", "&Cancel"
|
||||||
|
_("Apply"); // Already in po: "&Apply"
|
||||||
|
_("Reset"); // Already in po: "&Reset" "R&eset" "Rese&t"
|
||||||
docstring s = getGuiMessages().getIfFound(sourceText);
|
docstring s = getGuiMessages().getIfFound(sourceText);
|
||||||
// This test should eventually be removed when translations are updated
|
// This test should eventually be removed when translations are updated
|
||||||
if (s.empty())
|
if (s.empty())
|
||||||
|
Loading…
Reference in New Issue
Block a user