Tony CHEMIT pushed to branch develop at ultreiaio / ird-observe Commits: 7ef7c4b6 by Tony CHEMIT at 2017-09-06T18:59:59+00:00 fix i18n - - - - - 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: ===================================== client/src/main/java/fr/ird/observe/client/ui/content/data/seine/TargetSampleUI.jaxx ===================================== --- a/client/src/main/java/fr/ird/observe/client/ui/content/data/seine/TargetSampleUI.jaxx +++ b/client/src/main/java/fr/ird/observe/client/ui/content/data/seine/TargetSampleUI.jaxx @@ -115,7 +115,7 @@ public String getLengthDataTip(boolean computed) { <!-- species thon --> <row> <cell> - <JLabel id='speciesLabel'/> + <JLabel id='speciesLabel' styleClass="i18n"/> </cell> <cell weightx='1' anchor='east'> <BeanComboBox id='species' genericType='SpeciesReference' constructorParams='this'/> @@ -125,7 +125,7 @@ public String getLengthDataTip(boolean computed) { <!-- sex --> <row> <cell> - <JLabel id='sexLabel'/> + <JLabel id='sexLabel' styleClass="i18n"/> </cell> <cell weightx='1' anchor='east'> <BeanComboBox id='sex' genericType='SexReference' constructorParams='this'/> @@ -135,7 +135,7 @@ public String getLengthDataTip(boolean computed) { <!-- length --> <row> <cell> - <JLabel id='lengthLabel'/> + <JLabel id='lengthLabel' styleClass="i18n"/> </cell> <cell weightx='1' anchor='east'> <NumberEditor id='length' constructorParams='this' styleClass="float1"/> @@ -150,7 +150,7 @@ public String getLengthDataTip(boolean computed) { <!-- weight individuel --> <row> <cell> - <JLabel id='weightLabel'/> + <JLabel id='weightLabel' styleClass="i18n"/> </cell> <cell weightx='1' anchor='east'> <NumberEditor id='weight' constructorParams='this' styleClass="float2"/> @@ -165,7 +165,7 @@ public String getLengthDataTip(boolean computed) { <!-- count --> <row> <cell> - <JLabel id='countLabel'/> + <JLabel id='countLabel' styleClass="i18n"/> </cell> <cell weightx='1' anchor='east'> <NumberEditor id='count' constructorParams='this' styleClass="int6"/> @@ -175,7 +175,7 @@ public String getLengthDataTip(boolean computed) { <!-- tagNumber --> <row> <cell anchor='west'> - <JLabel id='tagNumberLabel'/> + <JLabel id='tagNumberLabel' styleClass="i18n"/> </cell> <cell anchor='east' weightx="1" fill="both"> <JPanel layout='{new BorderLayout()}'> ===================================== client/src/main/resources/i18n/client_en_GB.properties ===================================== --- a/client/src/main/resources/i18n/client_en_GB.properties +++ b/client/src/main/resources/i18n/client_en_GB.properties @@ -1013,6 +1013,7 @@ observe.common.TargetLengthDto.table.speciesThon=Species observe.common.TargetLengthDto.table.speciesThon.tip=Target sample species observe.common.TargetLengthDto.table.totalWeight=Total weight (in t) observe.common.TargetLengthDto.table.totalWeight.tip=Total weight (in t) +observe.common.TargetLengthDto.tagNumber=Tag number observe.common.TargetSampleCaptureDto.action.create=Insert this sample observe.common.TargetSampleCaptureDto.action.create.tip=Insert this target sample observe.common.TargetSampleCaptureDto.title=Target sample catch ===================================== client/src/main/resources/i18n/client_es_ES.properties ===================================== --- a/client/src/main/resources/i18n/client_es_ES.properties +++ b/client/src/main/resources/i18n/client_es_ES.properties @@ -1013,6 +1013,7 @@ observe.common.TargetLengthDto.table.speciesThon=Especie de atún observe.common.TargetLengthDto.table.speciesThon.tip=Especie de atún observe.common.TargetLengthDto.table.totalWeight=Peso tot. observe.common.TargetLengthDto.table.totalWeight.tip=Peso total (en t) +observe.common.TargetLengthDto.tagNumber=Numéro échantillon \#TODO observe.common.TargetSampleCaptureDto.action.create=Insertar muestreo observe.common.TargetSampleCaptureDto.action.create.tip=Insertar muestreo de atún capturado observe.common.TargetSampleCaptureDto.title=Muestreo atún capturado ===================================== client/src/main/resources/i18n/client_fr_FR.properties ===================================== --- a/client/src/main/resources/i18n/client_fr_FR.properties +++ b/client/src/main/resources/i18n/client_fr_FR.properties @@ -1013,6 +1013,7 @@ observe.common.TargetLengthDto.table.speciesThon=Espèce de thon observe.common.TargetLengthDto.table.speciesThon.tip=Espèce de thon observe.common.TargetLengthDto.table.totalWeight=Poids tot. observe.common.TargetLengthDto.table.totalWeight.tip=Poids total (en t) +observe.common.TargetLengthDto.tagNumber=Numéro échantillon observe.common.TargetSampleCaptureDto.action.create=Insérer cet échantillon observe.common.TargetSampleCaptureDto.action.create.tip=Insérer cet échantillon de thon capturé observe.common.TargetSampleCaptureDto.title=Echantillon thon capturé View it on GitLab: https://gitlab.com/ultreiaio/ird-observe/commit/7ef7c4b6b22b165601cf8b580f5f... --- View it on GitLab: https://gitlab.com/ultreiaio/ird-observe/commit/7ef7c4b6b22b165601cf8b580f5f... You're receiving this email because of your account on gitlab.com.
participants (1)
-
Tony CHEMIT