mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-28 05:00:20 +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
|
@ -991,7 +991,7 @@
|
|||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>Command::AddCylinder</name>
|
||||
<name>Command</name>
|
||||
<message>
|
||||
<location filename="../commands/command_edit.cpp" line="1033"/>
|
||||
<source>Add cylinder</source>
|
||||
|
@ -1004,7 +1004,7 @@
|
|||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>Command::AddEventBookmark</name>
|
||||
<name>Command</name>
|
||||
<message>
|
||||
<location filename="../commands/command_event.cpp" line="67"/>
|
||||
<source>Add bookmark</source>
|
||||
|
@ -1012,7 +1012,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>
|
||||
|
@ -1020,7 +1020,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>
|
||||
|
@ -1028,7 +1028,7 @@
|
|||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>Command::EditCylinder</name>
|
||||
<name>Command</name>
|
||||
<message>
|
||||
<location filename="../commands/command_edit.cpp" line="1204"/>
|
||||
<source>Edit cylinder</source>
|
||||
|
@ -1041,7 +1041,7 @@
|
|||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>Command::RemoveCylinder</name>
|
||||
<name>Command</name>
|
||||
<message>
|
||||
<location filename="../commands/command_edit.cpp" line="1154"/>
|
||||
<source>Remove cylinder</source>
|
||||
|
@ -1054,7 +1054,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>
|
||||
|
@ -1062,7 +1062,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>
|
||||
|
|
|
@ -991,7 +991,7 @@
|
|||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>Command::AddCylinder</name>
|
||||
<name>Command</name>
|
||||
<message>
|
||||
<location filename="../commands/command_edit.cpp" line="1033"/>
|
||||
<source>Add cylinder</source>
|
||||
|
@ -1004,7 +1004,7 @@
|
|||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>Command::AddEventBookmark</name>
|
||||
<name>Command</name>
|
||||
<message>
|
||||
<location filename="../commands/command_event.cpp" line="67"/>
|
||||
<source>Add bookmark</source>
|
||||
|
@ -1012,7 +1012,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>
|
||||
|
@ -1020,7 +1020,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>
|
||||
|
@ -1028,7 +1028,7 @@
|
|||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>Command::EditCylinder</name>
|
||||
<name>Command</name>
|
||||
<message>
|
||||
<location filename="../commands/command_edit.cpp" line="1204"/>
|
||||
<source>Edit cylinder</source>
|
||||
|
@ -1041,7 +1041,7 @@
|
|||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>Command::RemoveCylinder</name>
|
||||
<name>Command</name>
|
||||
<message>
|
||||
<location filename="../commands/command_edit.cpp" line="1154"/>
|
||||
<source>Remove cylinder</source>
|
||||
|
@ -1054,7 +1054,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>
|
||||
|
@ -1062,7 +1062,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>
|
||||
|
|
|
@ -991,7 +991,7 @@
|
|||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>Command::AddCylinder</name>
|
||||
<name>Command</name>
|
||||
<message>
|
||||
<location filename="../commands/command_edit.cpp" line="1033"/>
|
||||
<source>Add cylinder</source>
|
||||
|
@ -1004,7 +1004,7 @@
|
|||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>Command::AddEventBookmark</name>
|
||||
<name>Command</name>
|
||||
<message>
|
||||
<location filename="../commands/command_event.cpp" line="67"/>
|
||||
<source>Add bookmark</source>
|
||||
|
@ -1012,7 +1012,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>
|
||||
|
@ -1020,7 +1020,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>
|
||||
|
@ -1028,7 +1028,7 @@
|
|||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>Command::EditCylinder</name>
|
||||
<name>Command</name>
|
||||
<message>
|
||||
<location filename="../commands/command_edit.cpp" line="1204"/>
|
||||
<source>Edit cylinder</source>
|
||||
|
@ -1041,7 +1041,7 @@
|
|||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>Command::RemoveCylinder</name>
|
||||
<name>Command</name>
|
||||
<message>
|
||||
<location filename="../commands/command_edit.cpp" line="1154"/>
|
||||
<source>Remove cylinder</source>
|
||||
|
@ -1054,7 +1054,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>
|
||||
|
@ -1062,7 +1062,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>
|
||||
|
|
|
@ -990,7 +990,7 @@
|
|||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>Command::AddCylinder</name>
|
||||
<name>Command</name>
|
||||
<message>
|
||||
<location filename="../commands/command_edit.cpp" line="1033"/>
|
||||
<source>Add cylinder</source>
|
||||
|
@ -1003,7 +1003,7 @@
|
|||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>Command::AddEventBookmark</name>
|
||||
<name>Command</name>
|
||||
<message>
|
||||
<location filename="../commands/command_event.cpp" line="67"/>
|
||||
<source>Add bookmark</source>
|
||||
|
@ -1011,7 +1011,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>
|
||||
|
@ -1019,7 +1019,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>
|
||||
|
@ -1027,7 +1027,7 @@
|
|||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>Command::EditCylinder</name>
|
||||
<name>Command</name>
|
||||
<message>
|
||||
<location filename="../commands/command_edit.cpp" line="1204"/>
|
||||
<source>Edit cylinder</source>
|
||||
|
@ -1040,7 +1040,7 @@
|
|||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>Command::RemoveCylinder</name>
|
||||
<name>Command</name>
|
||||
<message>
|
||||
<location filename="../commands/command_edit.cpp" line="1154"/>
|
||||
<source>Remove cylinder</source>
|
||||
|
@ -1053,7 +1053,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>
|
||||
|
@ -1061,7 +1061,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>
|
||||
|
|
|
@ -991,7 +991,7 @@
|
|||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>Command::AddCylinder</name>
|
||||
<name>Command</name>
|
||||
<message>
|
||||
<location filename="../commands/command_edit.cpp" line="1033"/>
|
||||
<source>Add cylinder</source>
|
||||
|
@ -1004,7 +1004,7 @@
|
|||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>Command::AddEventBookmark</name>
|
||||
<name>Command</name>
|
||||
<message>
|
||||
<location filename="../commands/command_event.cpp" line="67"/>
|
||||
<source>Add bookmark</source>
|
||||
|
@ -1012,7 +1012,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>
|
||||
|
@ -1020,7 +1020,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>
|
||||
|
@ -1028,7 +1028,7 @@
|
|||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>Command::EditCylinder</name>
|
||||
<name>Command</name>
|
||||
<message>
|
||||
<location filename="../commands/command_edit.cpp" line="1204"/>
|
||||
<source>Edit cylinder</source>
|
||||
|
@ -1041,7 +1041,7 @@
|
|||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>Command::RemoveCylinder</name>
|
||||
<name>Command</name>
|
||||
<message>
|
||||
<location filename="../commands/command_edit.cpp" line="1154"/>
|
||||
<source>Remove cylinder</source>
|
||||
|
@ -1054,7 +1054,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>
|
||||
|
@ -1062,7 +1062,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>
|
||||
|
|
|
@ -990,7 +990,7 @@
|
|||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>Command::AddCylinder</name>
|
||||
<name>Command</name>
|
||||
<message>
|
||||
<location filename="../commands/command_edit.cpp" line="1033"/>
|
||||
<source>Add cylinder</source>
|
||||
|
@ -1003,7 +1003,7 @@
|
|||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>Command::AddEventBookmark</name>
|
||||
<name>Command</name>
|
||||
<message>
|
||||
<location filename="../commands/command_event.cpp" line="67"/>
|
||||
<source>Add bookmark</source>
|
||||
|
@ -1011,7 +1011,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>
|
||||
|
@ -1019,7 +1019,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>
|
||||
|
@ -1027,7 +1027,7 @@
|
|||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>Command::EditCylinder</name>
|
||||
<name>Command</name>
|
||||
<message>
|
||||
<location filename="../commands/command_edit.cpp" line="1204"/>
|
||||
<source>Edit cylinder</source>
|
||||
|
@ -1040,7 +1040,7 @@
|
|||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>Command::RemoveCylinder</name>
|
||||
<name>Command</name>
|
||||
<message>
|
||||
<location filename="../commands/command_edit.cpp" line="1154"/>
|
||||
<source>Remove cylinder</source>
|
||||
|
@ -1053,7 +1053,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>
|
||||
|
@ -1061,7 +1061,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>
|
||||
|
@ -14718,4 +14718,4 @@ p, li { white-space: pre-wrap; }
|
|||
<translation>Netzwerkfehler %1</translation>
|
||||
</message>
|
||||
</context>
|
||||
</TS>
|
||||
</TS>
|
||||
|
|
|
@ -989,7 +989,7 @@
|
|||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>Command::AddCylinder</name>
|
||||
<name>Command</name>
|
||||
<message>
|
||||
<location filename="../commands/command_edit.cpp" line="1033"/>
|
||||
<source>Add cylinder</source>
|
||||
|
@ -1002,7 +1002,7 @@
|
|||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>Command::AddEventBookmark</name>
|
||||
<name>Command</name>
|
||||
<message>
|
||||
<location filename="../commands/command_event.cpp" line="67"/>
|
||||
<source>Add bookmark</source>
|
||||
|
@ -1010,7 +1010,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>
|
||||
|
@ -1018,7 +1018,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>
|
||||
|
@ -1026,7 +1026,7 @@
|
|||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>Command::EditCylinder</name>
|
||||
<name>Command</name>
|
||||
<message>
|
||||
<location filename="../commands/command_edit.cpp" line="1204"/>
|
||||
<source>Edit cylinder</source>
|
||||
|
@ -1039,7 +1039,7 @@
|
|||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>Command::RemoveCylinder</name>
|
||||
<name>Command</name>
|
||||
<message>
|
||||
<location filename="../commands/command_edit.cpp" line="1154"/>
|
||||
<source>Remove cylinder</source>
|
||||
|
@ -1052,7 +1052,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>
|
||||
|
@ -1060,7 +1060,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>
|
||||
|
|
|
@ -991,7 +991,7 @@
|
|||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>Command::AddCylinder</name>
|
||||
<name>Command</name>
|
||||
<message>
|
||||
<location filename="../commands/command_edit.cpp" line="1033"/>
|
||||
<source>Add cylinder</source>
|
||||
|
@ -1004,7 +1004,7 @@
|
|||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>Command::AddEventBookmark</name>
|
||||
<name>Command</name>
|
||||
<message>
|
||||
<location filename="../commands/command_event.cpp" line="67"/>
|
||||
<source>Add bookmark</source>
|
||||
|
@ -1012,7 +1012,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>
|
||||
|
@ -1020,7 +1020,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>
|
||||
|
@ -1028,7 +1028,7 @@
|
|||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>Command::EditCylinder</name>
|
||||
<name>Command</name>
|
||||
<message>
|
||||
<location filename="../commands/command_edit.cpp" line="1204"/>
|
||||
<source>Edit cylinder</source>
|
||||
|
@ -1041,7 +1041,7 @@
|
|||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>Command::RemoveCylinder</name>
|
||||
<name>Command</name>
|
||||
<message>
|
||||
<location filename="../commands/command_edit.cpp" line="1154"/>
|
||||
<source>Remove cylinder</source>
|
||||
|
@ -1054,7 +1054,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>
|
||||
|
@ -1062,7 +1062,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>
|
||||
|
|
|
@ -35,7 +35,7 @@
|
|||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>Command::AddDivesToTrip</name>
|
||||
<name>Command</name>
|
||||
<message numerus="yes">
|
||||
<location filename="../commands/command_divelist.cpp" line="709"/>
|
||||
<source>add %n dives to trip</source>
|
||||
|
@ -46,7 +46,7 @@
|
|||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>Command::DeleteDive</name>
|
||||
<name>Command</name>
|
||||
<message numerus="yes">
|
||||
<location filename="../commands/command_divelist.cpp" line="549"/>
|
||||
<source>delete %n dive(s)</source>
|
||||
|
@ -57,7 +57,7 @@
|
|||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>Command::DeleteDiveSites</name>
|
||||
<name>Command</name>
|
||||
<message numerus="yes">
|
||||
<location filename="../commands/command_divesite.cpp" line="136"/>
|
||||
<source>delete %n dive site(s)</source>
|
||||
|
@ -68,7 +68,7 @@
|
|||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>Command::ImportDives</name>
|
||||
<name>Command</name>
|
||||
<message numerus="yes">
|
||||
<location filename="../commands/command_divelist.cpp" line="468"/>
|
||||
<source>import %n dive(s) from %1</source>
|
||||
|
@ -79,7 +79,7 @@
|
|||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>Command::RemoveDivesFromTrip</name>
|
||||
<name>Command</name>
|
||||
<message numerus="yes">
|
||||
<location filename="../commands/command_divelist.cpp" line="685"/>
|
||||
<source>remove %n dive(s) from trip</source>
|
||||
|
@ -90,7 +90,7 @@
|
|||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>Command::RenumberDives</name>
|
||||
<name>Command</name>
|
||||
<message numerus="yes">
|
||||
<location filename="../commands/command_divelist.cpp" line="633"/>
|
||||
<source>renumber %n dive(s)</source>
|
||||
|
@ -101,7 +101,7 @@
|
|||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>Command::ShiftTime</name>
|
||||
<name>Command</name>
|
||||
<message numerus="yes">
|
||||
<location filename="../commands/command_divelist.cpp" line="585"/>
|
||||
<source>shift time of %n dives</source>
|
||||
|
|
|
@ -991,7 +991,7 @@
|
|||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>Command::AddCylinder</name>
|
||||
<name>Command</name>
|
||||
<message>
|
||||
<location filename="../commands/command_edit.cpp" line="1033"/>
|
||||
<source>Add cylinder</source>
|
||||
|
@ -1004,7 +1004,7 @@
|
|||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>Command::AddEventBookmark</name>
|
||||
<name>Command</name>
|
||||
<message>
|
||||
<location filename="../commands/command_event.cpp" line="67"/>
|
||||
<source>Add bookmark</source>
|
||||
|
@ -1012,7 +1012,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>
|
||||
|
@ -1020,7 +1020,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>
|
||||
|
@ -1028,7 +1028,7 @@
|
|||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>Command::EditCylinder</name>
|
||||
<name>Command</name>
|
||||
<message>
|
||||
<location filename="../commands/command_edit.cpp" line="1204"/>
|
||||
<source>Edit cylinder</source>
|
||||
|
@ -1041,7 +1041,7 @@
|
|||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>Command::RemoveCylinder</name>
|
||||
<name>Command</name>
|
||||
<message>
|
||||
<location filename="../commands/command_edit.cpp" line="1154"/>
|
||||
<source>Remove cylinder</source>
|
||||
|
@ -1054,7 +1054,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>
|
||||
|
@ -1062,7 +1062,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>
|
||||
|
|
|
@ -991,7 +991,7 @@
|
|||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>Command::AddCylinder</name>
|
||||
<name>Command</name>
|
||||
<message>
|
||||
<location filename="../commands/command_edit.cpp" line="1033"/>
|
||||
<source>Add cylinder</source>
|
||||
|
@ -1004,7 +1004,7 @@
|
|||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>Command::AddEventBookmark</name>
|
||||
<name>Command</name>
|
||||
<message>
|
||||
<location filename="../commands/command_event.cpp" line="67"/>
|
||||
<source>Add bookmark</source>
|
||||
|
@ -1012,7 +1012,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>
|
||||
|
@ -1020,7 +1020,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>
|
||||
|
@ -1028,7 +1028,7 @@
|
|||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>Command::EditCylinder</name>
|
||||
<name>Command</name>
|
||||
<message>
|
||||
<location filename="../commands/command_edit.cpp" line="1204"/>
|
||||
<source>Edit cylinder</source>
|
||||
|
@ -1041,7 +1041,7 @@
|
|||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>Command::RemoveCylinder</name>
|
||||
<name>Command</name>
|
||||
<message>
|
||||
<location filename="../commands/command_edit.cpp" line="1154"/>
|
||||
<source>Remove cylinder</source>
|
||||
|
@ -1054,7 +1054,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>
|
||||
|
@ -1062,7 +1062,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>
|
||||
|
|
|
@ -991,7 +991,7 @@
|
|||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>Command::AddCylinder</name>
|
||||
<name>Command</name>
|
||||
<message>
|
||||
<location filename="../commands/command_edit.cpp" line="1033"/>
|
||||
<source>Add cylinder</source>
|
||||
|
@ -1004,7 +1004,7 @@
|
|||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>Command::AddEventBookmark</name>
|
||||
<name>Command</name>
|
||||
<message>
|
||||
<location filename="../commands/command_event.cpp" line="67"/>
|
||||
<source>Add bookmark</source>
|
||||
|
@ -1012,7 +1012,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>
|
||||
|
@ -1020,7 +1020,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>
|
||||
|
@ -1028,7 +1028,7 @@
|
|||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>Command::EditCylinder</name>
|
||||
<name>Command</name>
|
||||
<message>
|
||||
<location filename="../commands/command_edit.cpp" line="1204"/>
|
||||
<source>Edit cylinder</source>
|
||||
|
@ -1041,7 +1041,7 @@
|
|||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>Command::RemoveCylinder</name>
|
||||
<name>Command</name>
|
||||
<message>
|
||||
<location filename="../commands/command_edit.cpp" line="1154"/>
|
||||
<source>Remove cylinder</source>
|
||||
|
@ -1054,7 +1054,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>
|
||||
|
@ -1062,7 +1062,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>
|
||||
|
|
|
@ -991,7 +991,7 @@
|
|||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>Command::AddCylinder</name>
|
||||
<name>Command</name>
|
||||
<message>
|
||||
<location filename="../commands/command_edit.cpp" line="1033"/>
|
||||
<source>Add cylinder</source>
|
||||
|
@ -1004,7 +1004,7 @@
|
|||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>Command::AddEventBookmark</name>
|
||||
<name>Command</name>
|
||||
<message>
|
||||
<location filename="../commands/command_event.cpp" line="67"/>
|
||||
<source>Add bookmark</source>
|
||||
|
@ -1012,7 +1012,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>
|
||||
|
@ -1020,7 +1020,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>
|
||||
|
@ -1028,7 +1028,7 @@
|
|||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>Command::EditCylinder</name>
|
||||
<name>Command</name>
|
||||
<message>
|
||||
<location filename="../commands/command_edit.cpp" line="1204"/>
|
||||
<source>Edit cylinder</source>
|
||||
|
@ -1041,7 +1041,7 @@
|
|||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>Command::RemoveCylinder</name>
|
||||
<name>Command</name>
|
||||
<message>
|
||||
<location filename="../commands/command_edit.cpp" line="1154"/>
|
||||
<source>Remove cylinder</source>
|
||||
|
@ -1054,7 +1054,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>
|
||||
|
@ -1062,7 +1062,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>
|
||||
|
|
|
@ -991,7 +991,7 @@
|
|||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>Command::AddCylinder</name>
|
||||
<name>Command</name>
|
||||
<message>
|
||||
<location filename="../commands/command_edit.cpp" line="1033"/>
|
||||
<source>Add cylinder</source>
|
||||
|
@ -1004,7 +1004,7 @@
|
|||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>Command::AddEventBookmark</name>
|
||||
<name>Command</name>
|
||||
<message>
|
||||
<location filename="../commands/command_event.cpp" line="67"/>
|
||||
<source>Add bookmark</source>
|
||||
|
@ -1012,7 +1012,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>
|
||||
|
@ -1020,7 +1020,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>
|
||||
|
@ -1028,7 +1028,7 @@
|
|||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>Command::EditCylinder</name>
|
||||
<name>Command</name>
|
||||
<message>
|
||||
<location filename="../commands/command_edit.cpp" line="1204"/>
|
||||
<source>Edit cylinder</source>
|
||||
|
@ -1041,7 +1041,7 @@
|
|||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>Command::RemoveCylinder</name>
|
||||
<name>Command</name>
|
||||
<message>
|
||||
<location filename="../commands/command_edit.cpp" line="1154"/>
|
||||
<source>Remove cylinder</source>
|
||||
|
@ -1054,7 +1054,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>
|
||||
|
@ -1062,7 +1062,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>
|
||||
|
|
|
@ -991,7 +991,7 @@
|
|||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>Command::AddCylinder</name>
|
||||
<name>Command</name>
|
||||
<message>
|
||||
<location filename="../commands/command_edit.cpp" line="1033"/>
|
||||
<source>Add cylinder</source>
|
||||
|
@ -1004,7 +1004,7 @@
|
|||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>Command::AddEventBookmark</name>
|
||||
<name>Command</name>
|
||||
<message>
|
||||
<location filename="../commands/command_event.cpp" line="67"/>
|
||||
<source>Add bookmark</source>
|
||||
|
@ -1012,7 +1012,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>
|
||||
|
@ -1020,7 +1020,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>
|
||||
|
@ -1028,7 +1028,7 @@
|
|||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>Command::EditCylinder</name>
|
||||
<name>Command</name>
|
||||
<message>
|
||||
<location filename="../commands/command_edit.cpp" line="1204"/>
|
||||
<source>Edit cylinder</source>
|
||||
|
@ -1041,7 +1041,7 @@
|
|||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>Command::RemoveCylinder</name>
|
||||
<name>Command</name>
|
||||
<message>
|
||||
<location filename="../commands/command_edit.cpp" line="1154"/>
|
||||
<source>Remove cylinder</source>
|
||||
|
@ -1054,7 +1054,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>
|
||||
|
@ -1062,7 +1062,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>
|
||||
|
|
|
@ -989,7 +989,7 @@ Nyomd meg a mentés gombot.</translation>
|
|||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>Command::AddCylinder</name>
|
||||
<name>Command</name>
|
||||
<message>
|
||||
<location filename="../commands/command_edit.cpp" line="1033"/>
|
||||
<source>Add cylinder</source>
|
||||
|
@ -1002,7 +1002,7 @@ Nyomd meg a mentés gombot.</translation>
|
|||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>Command::AddEventBookmark</name>
|
||||
<name>Command</name>
|
||||
<message>
|
||||
<location filename="../commands/command_event.cpp" line="67"/>
|
||||
<source>Add bookmark</source>
|
||||
|
@ -1010,7 +1010,7 @@ Nyomd meg a mentés gombot.</translation>
|
|||
</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>
|
||||
|
@ -1018,7 +1018,7 @@ Nyomd meg a mentés gombot.</translation>
|
|||
</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>
|
||||
|
@ -1026,7 +1026,7 @@ Nyomd meg a mentés gombot.</translation>
|
|||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>Command::EditCylinder</name>
|
||||
<name>Command</name>
|
||||
<message>
|
||||
<location filename="../commands/command_edit.cpp" line="1204"/>
|
||||
<source>Edit cylinder</source>
|
||||
|
@ -1039,7 +1039,7 @@ Nyomd meg a mentés gombot.</translation>
|
|||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>Command::RemoveCylinder</name>
|
||||
<name>Command</name>
|
||||
<message>
|
||||
<location filename="../commands/command_edit.cpp" line="1154"/>
|
||||
<source>Remove cylinder</source>
|
||||
|
@ -1052,7 +1052,7 @@ Nyomd meg a mentés gombot.</translation>
|
|||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>Command::RemoveEvent</name>
|
||||
<name>Command</name>
|
||||
<message>
|
||||
<location filename="../commands/command_event.cpp" line="114"/>
|
||||
<source>Remove %1 event</source>
|
||||
|
@ -1060,7 +1060,7 @@ Nyomd meg a mentés gombot.</translation>
|
|||
</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>
|
||||
|
|
|
@ -988,7 +988,7 @@
|
|||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>Command::AddCylinder</name>
|
||||
<name>Command</name>
|
||||
<message>
|
||||
<location filename="../commands/command_edit.cpp" line="1033"/>
|
||||
<source>Add cylinder</source>
|
||||
|
@ -1001,7 +1001,7 @@
|
|||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>Command::AddEventBookmark</name>
|
||||
<name>Command</name>
|
||||
<message>
|
||||
<location filename="../commands/command_event.cpp" line="67"/>
|
||||
<source>Add bookmark</source>
|
||||
|
@ -1009,7 +1009,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>
|
||||
|
@ -1017,7 +1017,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>
|
||||
|
@ -1025,7 +1025,7 @@
|
|||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>Command::EditCylinder</name>
|
||||
<name>Command</name>
|
||||
<message>
|
||||
<location filename="../commands/command_edit.cpp" line="1204"/>
|
||||
<source>Edit cylinder</source>
|
||||
|
@ -1038,7 +1038,7 @@
|
|||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>Command::RemoveCylinder</name>
|
||||
<name>Command</name>
|
||||
<message>
|
||||
<location filename="../commands/command_edit.cpp" line="1154"/>
|
||||
<source>Remove cylinder</source>
|
||||
|
@ -1051,7 +1051,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>
|
||||
|
@ -1059,7 +1059,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>
|
||||
|
|
|
@ -991,7 +991,7 @@
|
|||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>Command::AddCylinder</name>
|
||||
<name>Command</name>
|
||||
<message>
|
||||
<location filename="../commands/command_edit.cpp" line="1033"/>
|
||||
<source>Add cylinder</source>
|
||||
|
@ -1004,7 +1004,7 @@
|
|||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>Command::AddEventBookmark</name>
|
||||
<name>Command</name>
|
||||
<message>
|
||||
<location filename="../commands/command_event.cpp" line="67"/>
|
||||
<source>Add bookmark</source>
|
||||
|
@ -1012,7 +1012,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>
|
||||
|
@ -1020,7 +1020,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>
|
||||
|
@ -1028,7 +1028,7 @@
|
|||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>Command::EditCylinder</name>
|
||||
<name>Command</name>
|
||||
<message>
|
||||
<location filename="../commands/command_edit.cpp" line="1204"/>
|
||||
<source>Edit cylinder</source>
|
||||
|
@ -1041,7 +1041,7 @@
|
|||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>Command::RemoveCylinder</name>
|
||||
<name>Command</name>
|
||||
<message>
|
||||
<location filename="../commands/command_edit.cpp" line="1154"/>
|
||||
<source>Remove cylinder</source>
|
||||
|
@ -1054,7 +1054,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>
|
||||
|
@ -1062,7 +1062,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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -991,7 +991,7 @@
|
|||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>Command::AddCylinder</name>
|
||||
<name>Command</name>
|
||||
<message>
|
||||
<location filename="../commands/command_edit.cpp" line="1033"/>
|
||||
<source>Add cylinder</source>
|
||||
|
@ -1004,7 +1004,7 @@
|
|||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>Command::AddEventBookmark</name>
|
||||
<name>Command</name>
|
||||
<message>
|
||||
<location filename="../commands/command_event.cpp" line="67"/>
|
||||
<source>Add bookmark</source>
|
||||
|
@ -1012,7 +1012,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>
|
||||
|
@ -1020,7 +1020,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>
|
||||
|
@ -1028,7 +1028,7 @@
|
|||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>Command::EditCylinder</name>
|
||||
<name>Command</name>
|
||||
<message>
|
||||
<location filename="../commands/command_edit.cpp" line="1204"/>
|
||||
<source>Edit cylinder</source>
|
||||
|
@ -1041,7 +1041,7 @@
|
|||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>Command::RemoveCylinder</name>
|
||||
<name>Command</name>
|
||||
<message>
|
||||
<location filename="../commands/command_edit.cpp" line="1154"/>
|
||||
<source>Remove cylinder</source>
|
||||
|
@ -1054,7 +1054,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>
|
||||
|
@ -1062,7 +1062,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>
|
||||
|
|
|
@ -991,7 +991,7 @@
|
|||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>Command::AddCylinder</name>
|
||||
<name>Command</name>
|
||||
<message>
|
||||
<location filename="../commands/command_edit.cpp" line="1033"/>
|
||||
<source>Add cylinder</source>
|
||||
|
@ -1004,7 +1004,7 @@
|
|||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>Command::AddEventBookmark</name>
|
||||
<name>Command</name>
|
||||
<message>
|
||||
<location filename="../commands/command_event.cpp" line="67"/>
|
||||
<source>Add bookmark</source>
|
||||
|
@ -1012,7 +1012,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>
|
||||
|
@ -1020,7 +1020,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>
|
||||
|
@ -1028,7 +1028,7 @@
|
|||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>Command::EditCylinder</name>
|
||||
<name>Command</name>
|
||||
<message>
|
||||
<location filename="../commands/command_edit.cpp" line="1204"/>
|
||||
<source>Edit cylinder</source>
|
||||
|
@ -1041,7 +1041,7 @@
|
|||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>Command::RemoveCylinder</name>
|
||||
<name>Command</name>
|
||||
<message>
|
||||
<location filename="../commands/command_edit.cpp" line="1154"/>
|
||||
<source>Remove cylinder</source>
|
||||
|
@ -1054,7 +1054,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>
|
||||
|
@ -1062,7 +1062,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>
|
||||
|
|
|
@ -991,7 +991,7 @@
|
|||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>Command::AddCylinder</name>
|
||||
<name>Command</name>
|
||||
<message>
|
||||
<location filename="../commands/command_edit.cpp" line="1033"/>
|
||||
<source>Add cylinder</source>
|
||||
|
@ -1004,7 +1004,7 @@
|
|||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>Command::AddEventBookmark</name>
|
||||
<name>Command</name>
|
||||
<message>
|
||||
<location filename="../commands/command_event.cpp" line="67"/>
|
||||
<source>Add bookmark</source>
|
||||
|
@ -1012,7 +1012,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>
|
||||
|
@ -1020,7 +1020,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>
|
||||
|
@ -1028,7 +1028,7 @@
|
|||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>Command::EditCylinder</name>
|
||||
<name>Command</name>
|
||||
<message>
|
||||
<location filename="../commands/command_edit.cpp" line="1204"/>
|
||||
<source>Edit cylinder</source>
|
||||
|
@ -1041,7 +1041,7 @@
|
|||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>Command::RemoveCylinder</name>
|
||||
<name>Command</name>
|
||||
<message>
|
||||
<location filename="../commands/command_edit.cpp" line="1154"/>
|
||||
<source>Remove cylinder</source>
|
||||
|
@ -1054,7 +1054,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>
|
||||
|
@ -1062,7 +1062,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>
|
||||
|
|
|
@ -991,7 +991,7 @@
|
|||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>Command::AddCylinder</name>
|
||||
<name>Command</name>
|
||||
<message>
|
||||
<location filename="../commands/command_edit.cpp" line="1033"/>
|
||||
<source>Add cylinder</source>
|
||||
|
@ -1004,7 +1004,7 @@
|
|||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>Command::AddEventBookmark</name>
|
||||
<name>Command</name>
|
||||
<message>
|
||||
<location filename="../commands/command_event.cpp" line="67"/>
|
||||
<source>Add bookmark</source>
|
||||
|
@ -1012,7 +1012,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>
|
||||
|
@ -1020,7 +1020,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>
|
||||
|
@ -1028,7 +1028,7 @@
|
|||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>Command::EditCylinder</name>
|
||||
<name>Command</name>
|
||||
<message>
|
||||
<location filename="../commands/command_edit.cpp" line="1204"/>
|
||||
<source>Edit cylinder</source>
|
||||
|
@ -1041,7 +1041,7 @@
|
|||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>Command::RemoveCylinder</name>
|
||||
<name>Command</name>
|
||||
<message>
|
||||
<location filename="../commands/command_edit.cpp" line="1154"/>
|
||||
<source>Remove cylinder</source>
|
||||
|
@ -1054,7 +1054,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>
|
||||
|
@ -1062,7 +1062,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>
|
||||
|
|
|
@ -991,7 +991,7 @@
|
|||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>Command::AddCylinder</name>
|
||||
<name>Command</name>
|
||||
<message>
|
||||
<location filename="../commands/command_edit.cpp" line="1033"/>
|
||||
<source>Add cylinder</source>
|
||||
|
@ -1004,7 +1004,7 @@
|
|||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>Command::AddEventBookmark</name>
|
||||
<name>Command</name>
|
||||
<message>
|
||||
<location filename="../commands/command_event.cpp" line="67"/>
|
||||
<source>Add bookmark</source>
|
||||
|
@ -1012,7 +1012,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>
|
||||
|
@ -1020,7 +1020,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>
|
||||
|
@ -1028,7 +1028,7 @@
|
|||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>Command::EditCylinder</name>
|
||||
<name>Command</name>
|
||||
<message>
|
||||
<location filename="../commands/command_edit.cpp" line="1204"/>
|
||||
<source>Edit cylinder</source>
|
||||
|
@ -1041,7 +1041,7 @@
|
|||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>Command::RemoveCylinder</name>
|
||||
<name>Command</name>
|
||||
<message>
|
||||
<location filename="../commands/command_edit.cpp" line="1154"/>
|
||||
<source>Remove cylinder</source>
|
||||
|
@ -1054,7 +1054,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>
|
||||
|
@ -1062,7 +1062,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>
|
||||
|
|
|
@ -991,7 +991,7 @@
|
|||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>Command::AddCylinder</name>
|
||||
<name>Command</name>
|
||||
<message>
|
||||
<location filename="../commands/command_edit.cpp" line="1033"/>
|
||||
<source>Add cylinder</source>
|
||||
|
@ -1004,7 +1004,7 @@
|
|||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>Command::AddEventBookmark</name>
|
||||
<name>Command</name>
|
||||
<message>
|
||||
<location filename="../commands/command_event.cpp" line="67"/>
|
||||
<source>Add bookmark</source>
|
||||
|
@ -1012,7 +1012,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>
|
||||
|
@ -1020,7 +1020,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>
|
||||
|
@ -1028,7 +1028,7 @@
|
|||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>Command::EditCylinder</name>
|
||||
<name>Command</name>
|
||||
<message>
|
||||
<location filename="../commands/command_edit.cpp" line="1204"/>
|
||||
<source>Edit cylinder</source>
|
||||
|
@ -1041,7 +1041,7 @@
|
|||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>Command::RemoveCylinder</name>
|
||||
<name>Command</name>
|
||||
<message>
|
||||
<location filename="../commands/command_edit.cpp" line="1154"/>
|
||||
<source>Remove cylinder</source>
|
||||
|
@ -1054,7 +1054,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>
|
||||
|
@ -1062,7 +1062,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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -991,7 +991,7 @@
|
|||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>Command::AddCylinder</name>
|
||||
<name>Command</name>
|
||||
<message>
|
||||
<location filename="../commands/command_edit.cpp" line="1033"/>
|
||||
<source>Add cylinder</source>
|
||||
|
@ -1004,7 +1004,7 @@
|
|||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>Command::AddEventBookmark</name>
|
||||
<name>Command</name>
|
||||
<message>
|
||||
<location filename="../commands/command_event.cpp" line="67"/>
|
||||
<source>Add bookmark</source>
|
||||
|
@ -1012,7 +1012,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>
|
||||
|
@ -1020,7 +1020,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>
|
||||
|
@ -1028,7 +1028,7 @@
|
|||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>Command::EditCylinder</name>
|
||||
<name>Command</name>
|
||||
<message>
|
||||
<location filename="../commands/command_edit.cpp" line="1204"/>
|
||||
<source>Edit cylinder</source>
|
||||
|
@ -1041,7 +1041,7 @@
|
|||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>Command::RemoveCylinder</name>
|
||||
<name>Command</name>
|
||||
<message>
|
||||
<location filename="../commands/command_edit.cpp" line="1154"/>
|
||||
<source>Remove cylinder</source>
|
||||
|
@ -1054,7 +1054,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>
|
||||
|
@ -1062,7 +1062,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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -991,7 +991,7 @@
|
|||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>Command::AddCylinder</name>
|
||||
<name>Command</name>
|
||||
<message>
|
||||
<location filename="../commands/command_edit.cpp" line="1033"/>
|
||||
<source>Add cylinder</source>
|
||||
|
@ -1004,7 +1004,7 @@
|
|||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>Command::AddEventBookmark</name>
|
||||
<name>Command</name>
|
||||
<message>
|
||||
<location filename="../commands/command_event.cpp" line="67"/>
|
||||
<source>Add bookmark</source>
|
||||
|
@ -1012,7 +1012,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>
|
||||
|
@ -1020,7 +1020,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>
|
||||
|
@ -1028,7 +1028,7 @@
|
|||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>Command::EditCylinder</name>
|
||||
<name>Command</name>
|
||||
<message>
|
||||
<location filename="../commands/command_edit.cpp" line="1204"/>
|
||||
<source>Edit cylinder</source>
|
||||
|
@ -1041,7 +1041,7 @@
|
|||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>Command::RemoveCylinder</name>
|
||||
<name>Command</name>
|
||||
<message>
|
||||
<location filename="../commands/command_edit.cpp" line="1154"/>
|
||||
<source>Remove cylinder</source>
|
||||
|
@ -1054,7 +1054,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>
|
||||
|
@ -1062,7 +1062,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…
Reference in a new issue