mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
translations: brute force adjustment of tranlated text
Thanks to commit 299ba20364
("Update translation source strings") all
the translated terms in the Command classes are now part of the base
class. So remove the references to the subclasses in the translation
sources as well.
Fixes: #3068
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
299ba20364
commit
947a100d45
31 changed files with 248 additions and 248 deletions
|
@ -987,7 +987,7 @@
|
|||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>Command::AddCylinder</name>
|
||||
<name>Command</name>
|
||||
<message>
|
||||
<location filename="../commands/command_edit.cpp" line="1033"/>
|
||||
<source>Add cylinder</source>
|
||||
|
@ -1000,7 +1000,7 @@
|
|||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>Command::AddEventBookmark</name>
|
||||
<name>Command</name>
|
||||
<message>
|
||||
<location filename="../commands/command_event.cpp" line="67"/>
|
||||
<source>Add bookmark</source>
|
||||
|
@ -1008,7 +1008,7 @@
|
|||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>Command::AddEventDivemodeSwitch</name>
|
||||
<name>Command</name>
|
||||
<message>
|
||||
<location filename="../commands/command_event.cpp" line="73"/>
|
||||
<source>Add dive mode switch to %1</source>
|
||||
|
@ -1016,7 +1016,7 @@
|
|||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>Command::AddEventSetpointChange</name>
|
||||
<name>Command</name>
|
||||
<message>
|
||||
<location filename="../commands/command_event.cpp" line="79"/>
|
||||
<source>Add set point change</source>
|
||||
|
@ -1024,7 +1024,7 @@
|
|||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>Command::EditCylinder</name>
|
||||
<name>Command</name>
|
||||
<message>
|
||||
<location filename="../commands/command_edit.cpp" line="1204"/>
|
||||
<source>Edit cylinder</source>
|
||||
|
@ -1037,7 +1037,7 @@
|
|||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>Command::RemoveCylinder</name>
|
||||
<name>Command</name>
|
||||
<message>
|
||||
<location filename="../commands/command_edit.cpp" line="1154"/>
|
||||
<source>Remove cylinder</source>
|
||||
|
@ -1050,7 +1050,7 @@
|
|||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>Command::RemoveEvent</name>
|
||||
<name>Command</name>
|
||||
<message>
|
||||
<location filename="../commands/command_event.cpp" line="114"/>
|
||||
<source>Remove %1 event</source>
|
||||
|
@ -1058,7 +1058,7 @@
|
|||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>Command::RenameEvent</name>
|
||||
<name>Command</name>
|
||||
<message>
|
||||
<location filename="../commands/command_event.cpp" line="86"/>
|
||||
<source>Rename bookmark to %1</source>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue