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:"
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:"
msgid "Additional Information"
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_:"
msgid "Create"
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:"
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:"
msgid "Additional Information"
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_:"
msgid "Create"
msgstr "Crear"

View File

@ -14,9 +14,9 @@ this repository contains the full copyright notices and license terms. -->
</xpath>
<xpath expr="/form/notebook/page[@id='lines']" position="after">
<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"/>
<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"/>
</page>
</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:"
id="explanation"/>
<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"/>
<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"/>
</form>