Tony CHEMIT pushed to branch develop at ultreiaio / ird-observe
Commits:
-
7ef7c4b6
by Tony CHEMIT at 2017-09-06T18:59:59+00:00
4 changed files:
- client/src/main/java/fr/ird/observe/client/ui/content/data/seine/TargetSampleUI.jaxx
- client/src/main/resources/i18n/client_en_GB.properties
- client/src/main/resources/i18n/client_es_ES.properties
- client/src/main/resources/i18n/client_fr_FR.properties
Changes:
| ... | ... | @@ -115,7 +115,7 @@ public String getLengthDataTip(boolean computed) { |
| 115 | 115 |
<!-- species thon -->
|
| 116 | 116 |
<row>
|
| 117 | 117 |
<cell>
|
| 118 |
- <JLabel id='speciesLabel'/>
|
|
| 118 |
+ <JLabel id='speciesLabel' styleClass="i18n"/>
|
|
| 119 | 119 |
</cell>
|
| 120 | 120 |
<cell weightx='1' anchor='east'>
|
| 121 | 121 |
<BeanComboBox id='species' genericType='SpeciesReference' constructorParams='this'/>
|
| ... | ... | @@ -125,7 +125,7 @@ public String getLengthDataTip(boolean computed) { |
| 125 | 125 |
<!-- sex -->
|
| 126 | 126 |
<row>
|
| 127 | 127 |
<cell>
|
| 128 |
- <JLabel id='sexLabel'/>
|
|
| 128 |
+ <JLabel id='sexLabel' styleClass="i18n"/>
|
|
| 129 | 129 |
</cell>
|
| 130 | 130 |
<cell weightx='1' anchor='east'>
|
| 131 | 131 |
<BeanComboBox id='sex' genericType='SexReference' constructorParams='this'/>
|
| ... | ... | @@ -135,7 +135,7 @@ public String getLengthDataTip(boolean computed) { |
| 135 | 135 |
<!-- length -->
|
| 136 | 136 |
<row>
|
| 137 | 137 |
<cell>
|
| 138 |
- <JLabel id='lengthLabel'/>
|
|
| 138 |
+ <JLabel id='lengthLabel' styleClass="i18n"/>
|
|
| 139 | 139 |
</cell>
|
| 140 | 140 |
<cell weightx='1' anchor='east'>
|
| 141 | 141 |
<NumberEditor id='length' constructorParams='this' styleClass="float1"/>
|
| ... | ... | @@ -150,7 +150,7 @@ public String getLengthDataTip(boolean computed) { |
| 150 | 150 |
<!-- weight individuel -->
|
| 151 | 151 |
<row>
|
| 152 | 152 |
<cell>
|
| 153 |
- <JLabel id='weightLabel'/>
|
|
| 153 |
+ <JLabel id='weightLabel' styleClass="i18n"/>
|
|
| 154 | 154 |
</cell>
|
| 155 | 155 |
<cell weightx='1' anchor='east'>
|
| 156 | 156 |
<NumberEditor id='weight' constructorParams='this' styleClass="float2"/>
|
| ... | ... | @@ -165,7 +165,7 @@ public String getLengthDataTip(boolean computed) { |
| 165 | 165 |
<!-- count -->
|
| 166 | 166 |
<row>
|
| 167 | 167 |
<cell>
|
| 168 |
- <JLabel id='countLabel'/>
|
|
| 168 |
+ <JLabel id='countLabel' styleClass="i18n"/>
|
|
| 169 | 169 |
</cell>
|
| 170 | 170 |
<cell weightx='1' anchor='east'>
|
| 171 | 171 |
<NumberEditor id='count' constructorParams='this' styleClass="int6"/>
|
| ... | ... | @@ -175,7 +175,7 @@ public String getLengthDataTip(boolean computed) { |
| 175 | 175 |
<!-- tagNumber -->
|
| 176 | 176 |
<row>
|
| 177 | 177 |
<cell anchor='west'>
|
| 178 |
- <JLabel id='tagNumberLabel'/>
|
|
| 178 |
+ <JLabel id='tagNumberLabel' styleClass="i18n"/>
|
|
| 179 | 179 |
</cell>
|
| 180 | 180 |
<cell anchor='east' weightx="1" fill="both">
|
| 181 | 181 |
<JPanel layout='{new BorderLayout()}'>
|
| ... | ... | @@ -1013,6 +1013,7 @@ observe.common.TargetLengthDto.table.speciesThon=Species |
| 1013 | 1013 |
observe.common.TargetLengthDto.table.speciesThon.tip=Target sample species
|
| 1014 | 1014 |
observe.common.TargetLengthDto.table.totalWeight=Total weight (in t)
|
| 1015 | 1015 |
observe.common.TargetLengthDto.table.totalWeight.tip=Total weight (in t)
|
| 1016 |
+observe.common.TargetLengthDto.tagNumber=Tag number
|
|
| 1016 | 1017 |
observe.common.TargetSampleCaptureDto.action.create=Insert this sample
|
| 1017 | 1018 |
observe.common.TargetSampleCaptureDto.action.create.tip=Insert this target sample
|
| 1018 | 1019 |
observe.common.TargetSampleCaptureDto.title=Target sample catch
|
| ... | ... | @@ -1013,6 +1013,7 @@ observe.common.TargetLengthDto.table.speciesThon=Especie de atún |
| 1013 | 1013 |
observe.common.TargetLengthDto.table.speciesThon.tip=Especie de atún
|
| 1014 | 1014 |
observe.common.TargetLengthDto.table.totalWeight=Peso tot.
|
| 1015 | 1015 |
observe.common.TargetLengthDto.table.totalWeight.tip=Peso total (en t)
|
| 1016 |
+observe.common.TargetLengthDto.tagNumber=Numéro échantillon \#TODO
|
|
| 1016 | 1017 |
observe.common.TargetSampleCaptureDto.action.create=Insertar muestreo
|
| 1017 | 1018 |
observe.common.TargetSampleCaptureDto.action.create.tip=Insertar muestreo de atún capturado
|
| 1018 | 1019 |
observe.common.TargetSampleCaptureDto.title=Muestreo atún capturado
|
| ... | ... | @@ -1013,6 +1013,7 @@ observe.common.TargetLengthDto.table.speciesThon=Espèce de thon |
| 1013 | 1013 |
observe.common.TargetLengthDto.table.speciesThon.tip=Espèce de thon
|
| 1014 | 1014 |
observe.common.TargetLengthDto.table.totalWeight=Poids tot.
|
| 1015 | 1015 |
observe.common.TargetLengthDto.table.totalWeight.tip=Poids total (en t)
|
| 1016 |
+observe.common.TargetLengthDto.tagNumber=Numéro échantillon
|
|
| 1016 | 1017 |
observe.common.TargetSampleCaptureDto.action.create=Insérer cet échantillon
|
| 1017 | 1018 |
observe.common.TargetSampleCaptureDto.action.create.tip=Insérer cet échantillon de thon capturé
|
| 1018 | 1019 |
observe.common.TargetSampleCaptureDto.title=Echantillon thon capturé
|