Galatea Website configuration in new tab

This commit is contained in:
resteve 2015-01-14 16:39:22 +01:00
parent 62b1713a52
commit 9a21a10efe
3 changed files with 23 additions and 13 deletions

View file

@ -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"

View file

@ -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"

View file

@ -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=&quot;configuration&quot;]" 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=&quot;configuration&quot;]" 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>