dive master > divemaster

This commit is contained in:
Martin Měřinský 2017-02-27 12:14:22 +01:00 committed by Dirk Hohndel
parent 5fa64fd1ea
commit 869a7fcfcc
9 changed files with 15 additions and 15 deletions

View file

@ -216,7 +216,7 @@ These dives can be imported from:
This is usually the approach for dives without a dive computer. The basic record
of information within _Subsurface_ is a dive. The most important information
in a simple dive logbook usually includes dive type, date, time, duration,
depth, the names of your dive buddy and the dive master or dive guide, and
depth, the names of your dive buddy and the divemaster or dive guide, and
some remarks about the dive. _Subsurface_ can store much more
information for each dive. To add a dive to a dive log, select _Log
-> Add Dive_ from the Main Menu. The program then shows three panels
@ -758,7 +758,7 @@ rebreather) and pSCR (Passive semi-closed rebreather).
*Divemaster*: The name of the divemaster or dive guide should be
entered in this field
which offers auto selection based on the list of dive masters in
which offers auto selection based on the list of divemasters in
the current logbook.
*Buddy*: In this field, enter the name(s) of the buddy or buddies
@ -2788,7 +2788,7 @@ _Edit_. This brings up the possibility to _Undo_ or _Redo_ an action.
=== Filtering the dive list
The dives in the *Dive List* panel can be filtered, selecting only some
of the dives based on their attributes, e.g. dive tags, dive site, dive master, buddy or protective
of the dives based on their attributes, e.g. dive tags, dive site, divemaster, buddy or protective
clothing. For instance, filtering lets you list the deep dives at a particular
dive site, or otherwise the cave dives with a particular buddy.
@ -4674,7 +4674,7 @@ Only a subset of the dive data is exported:
|location| (*string*) location of the dive
|duration| (*string*) duration of the dive
|depth| (*string*) depth of the dive
|divemaster| (*string*) dive master for the dive
|divemaster| (*string*) divemaster for the dive
|buddy| (*string*) buddy for the dive
|airTemp| (*string*) air temperature of the dive
|waterTemp| (*string*) water temperature of the dive

View file

@ -234,7 +234,7 @@ Este es habitualmente el caso para inmersiones sin ordenador de buceo. La unidad
básica de información en _Subsurface_ es una inmersión. La información más
importante en un diario de inmersiones incluye, habitualmente, el tipo de
inmersión, fecha, hora, duración, profundidad, los nombres de los compañeros de
buceo o el dive master o el guía, y algunas anotaciones acerca de la inmersión.
buceo o el divemaster o el guía, y algunas anotaciones acerca de la inmersión.
_Subsurface_ puede conservar mucha más información por cada inmersión. Para
añadir una inmersión a un registro de buceo, selecciona _Registro → Añadir
Inmersión_ en el menú principal. El programa muestra entonces tres paneles para

View file

@ -244,7 +244,7 @@ obtenues. Ces plongées peuvent être importées à partir de :
This is usually the approach for dives without a dive computer. The basic
record of information within _Subsurface_ is a dive. The most important
information in a simple dive logbook usually includes dive type, date, time,
duration, depth, the names of your dive buddy and the dive master or dive
duration, depth, the names of your dive buddy and the divemaster or dive
guide, and some remarks about the dive. _Subsurface_ can store much more
information for each dive. To add a dive to a dive log, select _Log -> Add
Dive_ from the Main Menu. The program then shows three panels on which to
@ -775,7 +775,7 @@ rebreather) and pSCR (Passive semi-closed rebreather).
*Divemaster*: The name of the divemaster or dive guide should be
entered in this field
which offers auto selection based on the list of dive masters in
which offers auto selection based on the list of divemasters in
the current logbook.
*Buddy*: In this field, enter the name(s) of the buddy or buddies
@ -2934,7 +2934,7 @@ brings up the possibility to _Undo_ or _Redo_ an action.
=== Filtering the dive list
The dives in the *Dive List* panel can be filtered, selecting only some of
the dives based on their attributes, e.g. dive tags, dive site, dive master,
the dives based on their attributes, e.g. dive tags, dive site, divemaster,
buddy or protective clothing. For instance, filtering lets you list the deep
dives at a particular dive site, or otherwise the cave dives with a
particular buddy.
@ -4980,7 +4980,7 @@ Only a subset of the dive data is exported:
|location| (*string*) location of the dive
|duration| (*string*) duration of the dive
|depth| (*string*) depth of the dive
|divemaster| (*string*) dive master for the dive
|divemaster| (*string*) divemaster for the dive
|buddy| (*string*) buddy for the dive
|airTemp| (*string*) air temperature of the dive
|waterTemp| (*string*) water temperature of the dive

View file

@ -9,7 +9,7 @@
<p>
Subsurface is an opensource diving logbook that runs on Linux, Windows and Mac.
With this program, users can keep track of their dives by logging dive locations (with GPS coordinates),
weights and exposure protection used, dive masters and dive buddies, etc.
weights and exposure protection used, divemasters and dive buddies, etc.
Subsurface also enables the users to rate their dives and provide additional dive notes.
</p>
<p>

View file

@ -188,7 +188,7 @@ Item {
Kirigami.Label {
Layout.alignment: Qt.AlignRight
text: qsTr("Dive Master:")
text: qsTr("Divemaster:")
}
ComboBox {
id: divemasterBox

View file

@ -195,7 +195,7 @@ Item {
}
Kirigami.Label {
text: qsTr("Dive Master:")
text: qsTr("Divemaster:")
opacity: 0.6
width: detailsView.col1Width
Layout.alignment: Qt.AlignRight

View file

@ -179,7 +179,7 @@
</tr>
<tr>
<td class="fieldTitle">
<h1> Dive Master </h1>
<h1> Divemaster </h1>
</td>
<td class="fieldData">
<p> {{ dive.divemaster }} </p>

View file

@ -192,7 +192,7 @@
</tr>
<tr>
<td class="fieldTitle">
<h1> Dive Master </h1>
<h1> Divemaster </h1>
</td>
<td class="fieldData">
<p> {{ dive.divemaster }} </p>

View file

@ -201,7 +201,7 @@
</tr>
<tr>
<td class="fieldTitle">
<h1> Dive Master </h1>
<h1> Divemaster </h1>
</td>
<td class="fieldData">
<p> {{ dive.divemaster }} </p>