mirror of
https://github.com/NaN-tic/trytond-galatea_tutorial.git
synced 2023-12-14 02:32:55 +01:00
Galatea Website configuration in new tab
This commit is contained in:
parent
62b1713a52
commit
9a21a10efe
3 changed files with 23 additions and 13 deletions
|
@ -188,15 +188,15 @@ msgstr "Usuari modificació"
|
|||
|
||||
msgctxt "field:galatea.website,tutorial_anonymous:"
|
||||
msgid "Tutorial Anonymous"
|
||||
msgstr "Tutorial anònims"
|
||||
msgstr "Tutorial anònim"
|
||||
|
||||
msgctxt "field:galatea.website,tutorial_anonymous_user:"
|
||||
msgid "Tutorial Anonymous User"
|
||||
msgstr "Tutorial usuaris anònims"
|
||||
msgstr "Tutorial usuari anònim"
|
||||
|
||||
msgctxt "field:galatea.website,tutorial_comment:"
|
||||
msgid "Tutorial Comments"
|
||||
msgstr "Tutorial comentarios"
|
||||
msgstr "Comentaris tutorial"
|
||||
|
||||
msgctxt "help:galatea.tutorial,active:"
|
||||
msgid "Dissable to not show content tutorial."
|
||||
|
@ -359,3 +359,7 @@ msgstr "Tutorials"
|
|||
msgctxt "view:galatea.tutorial:"
|
||||
msgid "Websites"
|
||||
msgstr "Llocs web"
|
||||
|
||||
msgctxt "view:galatea.website:"
|
||||
msgid "Tutorial"
|
||||
msgstr "Tutorial"
|
||||
|
|
|
@ -188,15 +188,15 @@ msgstr "Usuario modificación"
|
|||
|
||||
msgctxt "field:galatea.website,tutorial_anonymous:"
|
||||
msgid "Tutorial Anonymous"
|
||||
msgstr "Tutorial anónimos"
|
||||
msgstr "Tutorial anónimo"
|
||||
|
||||
msgctxt "field:galatea.website,tutorial_anonymous_user:"
|
||||
msgid "Tutorial Anonymous User"
|
||||
msgstr "Tutorial usuarios anónimos"
|
||||
msgstr "Tutorial usuario anónimo"
|
||||
|
||||
msgctxt "field:galatea.website,tutorial_comment:"
|
||||
msgid "Tutorial Comments"
|
||||
msgstr "Tutorial comentarios"
|
||||
msgstr "Comentarios tutorial"
|
||||
|
||||
msgctxt "help:galatea.tutorial,active:"
|
||||
msgid "Dissable to not show content tutorial."
|
||||
|
@ -360,3 +360,7 @@ msgstr "Tutoriales"
|
|||
msgctxt "view:galatea.tutorial:"
|
||||
msgid "Websites"
|
||||
msgstr "Sitios web"
|
||||
|
||||
msgctxt "view:galatea.website:"
|
||||
msgid "Tutorial"
|
||||
msgstr "Tutorial"
|
||||
|
|
|
@ -3,12 +3,14 @@
|
|||
The COPYRIGHT file at the top level of this repository contains the full
|
||||
copyright notices and license types. -->
|
||||
<data>
|
||||
<xpath expr="/form/notebook/page[@id="configuration"]" position="inside">
|
||||
<label name="tutorial_comment"/>
|
||||
<field name="tutorial_comment"/>
|
||||
<label name="tutorial_anonymous"/>
|
||||
<field name="tutorial_anonymous"/>
|
||||
<label name="tutorial_anonymous_user"/>
|
||||
<field name="tutorial_anonymous_user"/>
|
||||
<xpath expr="/form/notebook/page[@id="configuration"]" position="after">
|
||||
<page id="tutorial" string="Tutorial">
|
||||
<label name="tutorial_comment"/>
|
||||
<field name="tutorial_comment"/>
|
||||
<label name="tutorial_anonymous"/>
|
||||
<field name="tutorial_anonymous"/>
|
||||
<label name="tutorial_anonymous_user"/>
|
||||
<field name="tutorial_anonymous_user"/>
|
||||
</page>
|
||||
</xpath>
|
||||
</data>
|
||||
|
|
Loading…
Reference in a new issue