Modified separator attribute and fixed locales

This commit is contained in:
Marina Nicolau 2019-12-17 11:40:58 +01:00
parent ce1edcd1e5
commit d4f489e791
4 changed files with 36 additions and 4 deletions

View File

@ -82,10 +82,26 @@ msgctxt "view:production.bom.new.version.start:"
msgid "Enter the date which new version will be effective:" msgid "Enter the date which new version will be effective:"
msgstr "Introdueix la data en que la nova versió serà efectiva:" msgstr "Introdueix la data en que la nova versió serà efectiva:"
msgctxt "view:production.bom.new.version.start:"
msgid "Modification Made"
msgstr "Modificació realitzada"
msgctxt "view:production.bom.new.version.start:"
msgid "Reason for Change"
msgstr "Motiu de canvi"
msgctxt "view:production.bom:" msgctxt "view:production.bom:"
msgid "Additional Information" msgid "Additional Information"
msgstr "Informació adicional" msgstr "Informació adicional"
msgctxt "view:production.bom:"
msgid "Modification Made"
msgstr "Modificació realitzada"
msgctxt "view:production.bom:"
msgid "Reason for Change"
msgstr "Motiu de canvi"
msgctxt "wizard_button:production.bom.new.version,start,create_:" msgctxt "wizard_button:production.bom.new.version,start,create_:"
msgid "Create" msgid "Create"
msgstr "Crea" msgstr "Crea"

View File

@ -82,10 +82,26 @@ msgctxt "view:production.bom.new.version.start:"
msgid "Enter the date which new version will be effective:" msgid "Enter the date which new version will be effective:"
msgstr "Introduce la fecha en que la nueva versión será efectiva:" msgstr "Introduce la fecha en que la nueva versión será efectiva:"
msgctxt "view:production.bom.new.version.start:"
msgid "Modification Made"
msgstr "Modificación realizada"
msgctxt "view:production.bom.new.version.start:"
msgid "Reason for Change"
msgstr "Motivo de cambio"
msgctxt "view:production.bom:" msgctxt "view:production.bom:"
msgid "Additional Information" msgid "Additional Information"
msgstr "Información adicional" msgstr "Información adicional"
msgctxt "view:production.bom:"
msgid "Modification Made"
msgstr "Modificación realizada"
msgctxt "view:production.bom:"
msgid "Reason for Change"
msgstr "Motivo de cambio"
msgctxt "wizard_button:production.bom.new.version,start,create_:" msgctxt "wizard_button:production.bom.new.version,start,create_:"
msgid "Create" msgid "Create"
msgstr "Crear" msgstr "Crear"

View File

@ -14,9 +14,9 @@ this repository contains the full copyright notices and license terms. -->
</xpath> </xpath>
<xpath expr="/form/notebook/page[@id='lines']" position="after"> <xpath expr="/form/notebook/page[@id='lines']" position="after">
<page string="Additional Information" id="aditional_information"> <page string="Additional Information" id="aditional_information">
<separator name="reason_change" colspan="4" id="reason_change"/> <separator string="Reason for Change" colspan="4" id="reason_change"/>
<field name="reason_change" colspan="4" height="100"/> <field name="reason_change" colspan="4" height="100"/>
<separator name="modification_made" colspan="4" id="modification_made"/> <separator string="Modification Made" colspan="4" id="modification_made"/>
<field name="modification_made" colspan="4" height="100"/> <field name="modification_made" colspan="4" height="100"/>
</page> </page>
</xpath> </xpath>

View File

@ -7,8 +7,8 @@ this repository contains the full copyright notices and license terms. -->
<label string="Enter the date which new version will be effective:" <label string="Enter the date which new version will be effective:"
id="explanation"/> id="explanation"/>
<field name="date"/> <field name="date"/>
<separator name="reason_change" colspan="4" id="reason_change"/> <separator string="Reason for Change" colspan="4" id="reason_change"/>
<field name="reason_change" colspan="4" height="50"/> <field name="reason_change" colspan="4" height="50"/>
<separator name="modification_made" colspan="4" id="modification_made"/> <separator string="Modification Made" colspan="4" id="modification_made"/>
<field name="modification_made" colspan="4" height="50"/> <field name="modification_made" colspan="4" height="50"/>
</form> </form>