Skip to content

Commit

Permalink
replace head_title with kicker
Browse files Browse the repository at this point in the history
  • Loading branch information
iFlameing committed Mar 4, 2024
1 parent fdb85bb commit d6f129d
Show file tree
Hide file tree
Showing 9 changed files with 88 additions and 88 deletions.
8 changes: 4 additions & 4 deletions src/plone/volto/behaviors/configure.zcml
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,10 @@
/>

<plone:behavior
name="volto.head_title"
title="Head title field"
description="Adds Head title field"
provides=".headtitle.IHeadTitle"
name="volto.kicker"
title="Kicker field"
description="Adds kicker field"
provides=".kicker.IKicker"
/>

</configure>
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@


@provider(IFormFieldProvider)
class IHeadTitle(model.Schema):
class IKicker(model.Schema):

head_title = schema.TextLine(
title=_("label_head_title", default="Header title"),
kicker = schema.TextLine(
title=_("label_kicker", default="Kicker"),
required=False,
description=_(
"help_head_title",
default="The header title is shown above the title in teasers.",
"help_kicker",
default="The kicker is shown above the title in teasers.",
),
)
26 changes: 13 additions & 13 deletions src/plone/volto/locales/de/LC_MESSAGES/plone.volto.po
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"POT-Creation-Date: 2023-08-07 18:19+0000\n"
"POT-Creation-Date: 2024-03-04 15:08+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI +ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
Expand All @@ -18,8 +18,8 @@ msgstr ""
"Domain: plone.volto\n"

#: plone/volto/behaviors/configure.zcml:42
msgid "Adds Head title field"
msgstr "Kopftitel Feld hinzufügen"
msgid "Adds kicker field"
msgstr ""

#: plone/volto/profiles.zcml:16
msgid "Configures the Plone backend to work with Volto, the new default frontend for Plone 6."
Expand All @@ -38,8 +38,8 @@ msgid "Creates a default page for the site using slate blocks"
msgstr ""

#: plone/volto/behaviors/configure.zcml:42
msgid "Head title field"
msgstr "Kopftitel Feld"
msgid "Kicker field"
msgstr ""

#: plone/volto/behaviors/configure.zcml:35
#: plone/volto/behaviors/navtitle.py:12
Expand Down Expand Up @@ -121,21 +121,21 @@ msgstr ""
msgid "heading_available_languages"
msgstr ""

#. Default: "The header title is shown above the title in teasers."
#: plone/volto/behaviors/headtitle.py:15
msgid "help_head_title"
msgstr "Der Kopftitel wird in Teaser-Blöcken über dem Titel angezeigt."
#. Default: "The kicker is shown above the title in teasers."
#: plone/volto/behaviors/kicker.py:15
msgid "help_kicker"
msgstr ""

#. Default: "Insert an image that will be used in listing and teaser blocks."
#: plone/volto/behaviors/preview.py:15
#: plone/volto/behaviors/preview_link.py:25
msgid "help_previewimage"
msgstr "Bild einfügen welches in Auflistungen und Anreißer-Blöcken verwendet wird."

#. Default: "Header title"
#: plone/volto/behaviors/headtitle.py:13
msgid "label_head_title"
msgstr "Kopftitel"
#. Default: "Kicker"
#: plone/volto/behaviors/kicker.py:13
msgid "label_kicker"
msgstr ""

#. Default: "Preview image"
#: plone/volto/behaviors/preview.py:14
Expand Down
18 changes: 9 additions & 9 deletions src/plone/volto/locales/en/LC_MESSAGES/plone.volto.po
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"POT-Creation-Date: 2023-08-07 18:19+0000\n"
"POT-Creation-Date: 2024-03-04 15:08+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI +ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
Expand All @@ -18,7 +18,7 @@ msgstr ""
"Domain: plone.volto\n"

#: plone/volto/behaviors/configure.zcml:42
msgid "Adds Head title field"
msgid "Adds kicker field"
msgstr ""

#: plone/volto/profiles.zcml:16
Expand All @@ -38,7 +38,7 @@ msgid "Creates a default page for the site using slate blocks"
msgstr ""

#: plone/volto/behaviors/configure.zcml:42
msgid "Head title field"
msgid "Kicker field"
msgstr ""

#: plone/volto/behaviors/configure.zcml:35
Expand Down Expand Up @@ -121,9 +121,9 @@ msgstr ""
msgid "heading_available_languages"
msgstr ""

#. Default: "The header title is shown above the title in teasers."
#: plone/volto/behaviors/headtitle.py:15
msgid "help_head_title"
#. Default: "The kicker is shown above the title in teasers."
#: plone/volto/behaviors/kicker.py:15
msgid "help_kicker"
msgstr ""

#. Default: "Insert an image that will be used in listing and teaser blocks."
Expand All @@ -132,9 +132,9 @@ msgstr ""
msgid "help_previewimage"
msgstr ""

#. Default: "Header title"
#: plone/volto/behaviors/headtitle.py:13
msgid "label_head_title"
#. Default: "Kicker"
#: plone/volto/behaviors/kicker.py:13
msgid "label_kicker"
msgstr ""

#. Default: "Preview image"
Expand Down
26 changes: 13 additions & 13 deletions src/plone/volto/locales/es/LC_MESSAGES/plone.volto.po
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
msgid ""
msgstr ""
"Project-Id-Version: \n"
"POT-Creation-Date: 2023-08-07 18:19+0000\n"
"POT-Creation-Date: 2024-03-04 15:08+0000\n"
"PO-Revision-Date: 2021-11-21 16:58+0100\n"
"Last-Translator: \n"
"Language-Team: \n"
Expand All @@ -20,8 +20,8 @@ msgstr ""
"X-Generator: Poedit 2.3\n"

#: plone/volto/behaviors/configure.zcml:42
msgid "Adds Head title field"
msgstr "Añade el campo de título de cabecera"
msgid "Adds kicker field"
msgstr ""

#: plone/volto/profiles.zcml:16
msgid "Configures the Plone backend to work with Volto, the new default frontend for Plone 6."
Expand All @@ -40,8 +40,8 @@ msgid "Creates a default page for the site using slate blocks"
msgstr ""

#: plone/volto/behaviors/configure.zcml:42
msgid "Head title field"
msgstr "Campo de título de cabecera"
msgid "Kicker field"
msgstr ""

#: plone/volto/behaviors/configure.zcml:35
#: plone/volto/behaviors/navtitle.py:12
Expand Down Expand Up @@ -123,21 +123,21 @@ msgstr ""
msgid "heading_available_languages"
msgstr ""

#. Default: "The header title is shown above the title in teasers."
#: plone/volto/behaviors/headtitle.py:15
msgid "help_head_title"
msgstr "El título del cabecera se muestra encima del título en los bloques teaser."
#. Default: "The kicker is shown above the title in teasers."
#: plone/volto/behaviors/kicker.py:15
msgid "help_kicker"
msgstr ""

#. Default: "Insert an image that will be used in listing and teaser blocks."
#: plone/volto/behaviors/preview.py:15
#: plone/volto/behaviors/preview_link.py:25
msgid "help_previewimage"
msgstr "Introduzca la imagen que se utilizará en los listados y otros bloques"

#. Default: "Header title"
#: plone/volto/behaviors/headtitle.py:13
msgid "label_head_title"
msgstr "Título de cabecera"
#. Default: "Kicker"
#: plone/volto/behaviors/kicker.py:13
msgid "label_kicker"
msgstr ""

#. Default: "Preview image"
#: plone/volto/behaviors/preview.py:14
Expand Down
26 changes: 13 additions & 13 deletions src/plone/volto/locales/eu/LC_MESSAGES/plone.volto.po
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
msgid ""
msgstr ""
"Project-Id-Version: \n"
"POT-Creation-Date: 2023-08-07 18:19+0000\n"
"POT-Creation-Date: 2024-03-04 15:08+0000\n"
"PO-Revision-Date: 2021-11-21 16:50+0100\n"
"Last-Translator: \n"
"Language-Team: \n"
Expand All @@ -20,8 +20,8 @@ msgstr ""
"X-Generator: Poedit 2.3\n"

#: plone/volto/behaviors/configure.zcml:42
msgid "Adds Head title field"
msgstr "Goiburuko izenburua gehitu"
msgid "Adds kicker field"
msgstr ""

#: plone/volto/profiles.zcml:16
msgid "Configures the Plone backend to work with Volto, the new default frontend for Plone 6."
Expand All @@ -40,8 +40,8 @@ msgid "Creates a default page for the site using slate blocks"
msgstr ""

#: plone/volto/behaviors/configure.zcml:42
msgid "Head title field"
msgstr "Goiburuko izenburuaren eremua"
msgid "Kicker field"
msgstr ""

#: plone/volto/behaviors/configure.zcml:35
#: plone/volto/behaviors/navtitle.py:12
Expand Down Expand Up @@ -123,21 +123,21 @@ msgstr ""
msgid "heading_available_languages"
msgstr ""

#. Default: "The header title is shown above the title in teasers."
#: plone/volto/behaviors/headtitle.py:15
msgid "help_head_title"
msgstr "Goiburukoan erabiliko den izenburua"
#. Default: "The kicker is shown above the title in teasers."
#: plone/volto/behaviors/kicker.py:15
msgid "help_kicker"
msgstr ""

#. Default: "Insert an image that will be used in listing and teaser blocks."
#: plone/volto/behaviors/preview.py:15
#: plone/volto/behaviors/preview_link.py:25
msgid "help_previewimage"
msgstr "Kargatu zerrendetan eta destakatuen blokeetan defektuz erabiliko den irudia"

#. Default: "Header title"
#: plone/volto/behaviors/headtitle.py:13
msgid "label_head_title"
msgstr "Goiburuko izenburua"
#. Default: "Kicker"
#: plone/volto/behaviors/kicker.py:13
msgid "label_kicker"
msgstr ""

#. Default: "Preview image"
#: plone/volto/behaviors/preview.py:14
Expand Down
18 changes: 9 additions & 9 deletions src/plone/volto/locales/it/LC_MESSAGES/plone.volto.po
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"POT-Creation-Date: 2023-08-07 18:19+0000\n"
"POT-Creation-Date: 2024-03-04 15:08+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI +ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
Expand All @@ -18,7 +18,7 @@ msgstr ""
"Domain: plone.volto\n"

#: plone/volto/behaviors/configure.zcml:42
msgid "Adds Head title field"
msgid "Adds kicker field"
msgstr ""

#: plone/volto/profiles.zcml:16
Expand All @@ -38,7 +38,7 @@ msgid "Creates a default page for the site using slate blocks"
msgstr ""

#: plone/volto/behaviors/configure.zcml:42
msgid "Head title field"
msgid "Kicker field"
msgstr ""

#: plone/volto/behaviors/configure.zcml:35
Expand Down Expand Up @@ -121,9 +121,9 @@ msgstr ""
msgid "heading_available_languages"
msgstr ""

#. Default: "The header title is shown above the title in teasers."
#: plone/volto/behaviors/headtitle.py:15
msgid "help_head_title"
#. Default: "The kicker is shown above the title in teasers."
#: plone/volto/behaviors/kicker.py:15
msgid "help_kicker"
msgstr ""

#. Default: "Insert an image that will be used in listing and teaser blocks."
Expand All @@ -132,9 +132,9 @@ msgstr ""
msgid "help_previewimage"
msgstr "Immagine che verrà utilizzata nei blocchi listing e teaser."

#. Default: "Header title"
#: plone/volto/behaviors/headtitle.py:13
msgid "label_head_title"
#. Default: "Kicker"
#: plone/volto/behaviors/kicker.py:13
msgid "label_kicker"
msgstr ""

#. Default: "Preview image"
Expand Down
18 changes: 9 additions & 9 deletions src/plone/volto/locales/plone.volto.pot
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"POT-Creation-Date: 2023-08-07 18:19+0000\n"
"POT-Creation-Date: 2024-03-04 15:08+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI +ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
Expand All @@ -18,7 +18,7 @@ msgstr ""
"Domain: plone.volto\n"

#: plone/volto/behaviors/configure.zcml:42
msgid "Adds Head title field"
msgid "Adds kicker field"
msgstr ""

#: plone/volto/profiles.zcml:16
Expand All @@ -38,7 +38,7 @@ msgid "Creates a default page for the site using slate blocks"
msgstr ""

#: plone/volto/behaviors/configure.zcml:42
msgid "Head title field"
msgid "Kicker field"
msgstr ""

#: plone/volto/behaviors/configure.zcml:35
Expand Down Expand Up @@ -121,9 +121,9 @@ msgstr ""
msgid "heading_available_languages"
msgstr ""

#. Default: "The header title is shown above the title in teasers."
#: plone/volto/behaviors/headtitle.py:15
msgid "help_head_title"
#. Default: "The kicker is shown above the title in teasers."
#: plone/volto/behaviors/kicker.py:15
msgid "help_kicker"
msgstr ""

#. Default: "Insert an image that will be used in listing and teaser blocks."
Expand All @@ -132,9 +132,9 @@ msgstr ""
msgid "help_previewimage"
msgstr ""

#. Default: "Header title"
#: plone/volto/behaviors/headtitle.py:13
msgid "label_head_title"
#. Default: "Kicker"
#: plone/volto/behaviors/kicker.py:13
msgid "label_kicker"
msgstr ""

#. Default: "Preview image"
Expand Down
Loading

0 comments on commit d6f129d

Please sign in to comment.