From 0c9468d9a6a1225137ab3b4a22c8596b41f5c12b Mon Sep 17 00:00:00 2001 From: Fabian Braun Date: Sun, 22 Dec 2024 01:10:16 +0100 Subject: [PATCH] Add missing gettext string --- djangocms_text/editors.py | 2 +- .../locale/ar/LC_MESSAGES/django.po | 6 +++- .../locale/bn/LC_MESSAGES/django.po | 6 +++- .../locale/ca/LC_MESSAGES/django.po | 6 +++- .../locale/cs/LC_MESSAGES/django.po | 6 +++- .../locale/da/LC_MESSAGES/django.po | 6 +++- .../locale/de/LC_MESSAGES/django.po | 28 ++++++++++--------- .../locale/el/LC_MESSAGES/django.po | 6 +++- .../locale/en/LC_MESSAGES/django.po | 6 +++- .../locale/es/LC_MESSAGES/django.po | 6 +++- .../locale/et/LC_MESSAGES/django.po | 6 +++- .../locale/eu/LC_MESSAGES/django.po | 6 +++- .../locale/fa/LC_MESSAGES/django.po | 6 +++- .../locale/fi/LC_MESSAGES/django.po | 6 +++- .../locale/fr/LC_MESSAGES/django.po | 6 +++- .../locale/gl/LC_MESSAGES/django.po | 6 +++- .../locale/he/LC_MESSAGES/django.po | 6 +++- .../locale/hi/LC_MESSAGES/django.po | 6 +++- .../locale/hr/LC_MESSAGES/django.po | 6 +++- .../locale/hu/LC_MESSAGES/django.po | 6 +++- .../locale/is/LC_MESSAGES/django.po | 6 +++- .../locale/it/LC_MESSAGES/django.po | 6 +++- .../locale/ja/LC_MESSAGES/django.po | 6 +++- .../locale/lt/LC_MESSAGES/django.po | 6 +++- .../locale/nl/LC_MESSAGES/django.po | 6 +++- .../locale/no/LC_MESSAGES/django.po | 6 +++- .../locale/pl/LC_MESSAGES/django.po | 6 +++- .../locale/pt/LC_MESSAGES/django.po | 6 +++- .../locale/ro/LC_MESSAGES/django.po | 6 +++- .../locale/ru/LC_MESSAGES/django.po | 6 +++- .../locale/sv/LC_MESSAGES/django.po | 6 +++- .../locale/tr/LC_MESSAGES/django.po | 6 +++- .../locale/uk/LC_MESSAGES/django.po | 6 +++- .../locale/zh_CN/LC_MESSAGES/django.po | 6 +++- 34 files changed, 176 insertions(+), 46 deletions(-) diff --git a/djangocms_text/editors.py b/djangocms_text/editors.py index 18cd382..041ac38 100644 --- a/djangocms_text/editors.py +++ b/djangocms_text/editors.py @@ -179,7 +179,7 @@ def default(self, obj): "content": [ { "name": "target", - "label": "Target", + "label": _("Target"), "type": "select", "options": [ {"value": "", "label": "-----"}, diff --git a/djangocms_text/locale/ar/LC_MESSAGES/django.po b/djangocms_text/locale/ar/LC_MESSAGES/django.po index fb25664..0eedd7c 100644 --- a/djangocms_text/locale/ar/LC_MESSAGES/django.po +++ b/djangocms_text/locale/ar/LC_MESSAGES/django.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-12-21 10:36+0100\n" +"POT-Creation-Date: 2024-12-22 01:08+0100\n" "PO-Revision-Date: 2019-01-23 16:28+0000\n" "Last-Translator: Angelo Dini , 2019\n" "Language-Team: Arabic (https://www.transifex.com/divio/teams/58664/ar/)\n" @@ -126,6 +126,10 @@ msgstr "" msgid "Link options" msgstr "" +#: editors.py:182 +msgid "Target" +msgstr "" + #: editors.py:186 msgid "New window" msgstr "" diff --git a/djangocms_text/locale/bn/LC_MESSAGES/django.po b/djangocms_text/locale/bn/LC_MESSAGES/django.po index d7131ee..2b7f869 100644 --- a/djangocms_text/locale/bn/LC_MESSAGES/django.po +++ b/djangocms_text/locale/bn/LC_MESSAGES/django.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-12-21 10:36+0100\n" +"POT-Creation-Date: 2024-12-22 01:08+0100\n" "PO-Revision-Date: 2019-01-23 16:28+0000\n" "Last-Translator: Angelo Dini , 2019\n" "Language-Team: Bengali (https://www.transifex.com/divio/teams/58664/bn/)\n" @@ -125,6 +125,10 @@ msgstr "" msgid "Link options" msgstr "" +#: editors.py:182 +msgid "Target" +msgstr "" + #: editors.py:186 msgid "New window" msgstr "" diff --git a/djangocms_text/locale/ca/LC_MESSAGES/django.po b/djangocms_text/locale/ca/LC_MESSAGES/django.po index f493078..180c6b1 100644 --- a/djangocms_text/locale/ca/LC_MESSAGES/django.po +++ b/djangocms_text/locale/ca/LC_MESSAGES/django.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-12-21 10:36+0100\n" +"POT-Creation-Date: 2024-12-22 01:08+0100\n" "PO-Revision-Date: 2019-01-23 16:28+0000\n" "Last-Translator: Angelo Dini , 2019\n" "Language-Team: Catalan (https://www.transifex.com/divio/teams/58664/ca/)\n" @@ -125,6 +125,10 @@ msgstr "" msgid "Link options" msgstr "" +#: editors.py:182 +msgid "Target" +msgstr "" + #: editors.py:186 msgid "New window" msgstr "" diff --git a/djangocms_text/locale/cs/LC_MESSAGES/django.po b/djangocms_text/locale/cs/LC_MESSAGES/django.po index d780979..574afcb 100644 --- a/djangocms_text/locale/cs/LC_MESSAGES/django.po +++ b/djangocms_text/locale/cs/LC_MESSAGES/django.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-12-21 10:36+0100\n" +"POT-Creation-Date: 2024-12-22 01:08+0100\n" "PO-Revision-Date: 2019-01-23 16:28+0000\n" "Last-Translator: Angelo Dini , 2019\n" "Language-Team: Czech (https://www.transifex.com/divio/teams/58664/cs/)\n" @@ -126,6 +126,10 @@ msgstr "" msgid "Link options" msgstr "" +#: editors.py:182 +msgid "Target" +msgstr "" + #: editors.py:186 msgid "New window" msgstr "" diff --git a/djangocms_text/locale/da/LC_MESSAGES/django.po b/djangocms_text/locale/da/LC_MESSAGES/django.po index b5aed26..1d1fdea 100644 --- a/djangocms_text/locale/da/LC_MESSAGES/django.po +++ b/djangocms_text/locale/da/LC_MESSAGES/django.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-12-21 10:36+0100\n" +"POT-Creation-Date: 2024-12-22 01:08+0100\n" "PO-Revision-Date: 2019-01-23 16:28+0000\n" "Last-Translator: Angelo Dini , 2019\n" "Language-Team: Danish (https://www.transifex.com/divio/teams/58664/da/)\n" @@ -125,6 +125,10 @@ msgstr "" msgid "Link options" msgstr "" +#: editors.py:182 +msgid "Target" +msgstr "" + #: editors.py:186 msgid "New window" msgstr "" diff --git a/djangocms_text/locale/de/LC_MESSAGES/django.po b/djangocms_text/locale/de/LC_MESSAGES/django.po index 54709a7..5cf5afc 100644 --- a/djangocms_text/locale/de/LC_MESSAGES/django.po +++ b/djangocms_text/locale/de/LC_MESSAGES/django.po @@ -2,23 +2,23 @@ # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # FIRST AUTHOR , YEAR. -# +# # Translators: # Fabian Braun , 2024 -# +# #, fuzzy msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-12-21 10:36+0100\n" +"POT-Creation-Date: 2024-12-22 01:08+0100\n" "PO-Revision-Date: 2024-02-15 10:49+0000\n" "Last-Translator: Fabian Braun , 2024\n" "Language-Team: German (https://app.transifex.com/divio/teams/58664/de/)\n" -"Language: de\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: de\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: cms_plugins.py:370 @@ -113,17 +113,17 @@ msgstr "Blockzitat" msgid "Link" msgstr "Link" -#: editors.py:170 -msgid "Type URL or search for a destination" -msgstr "URL oder Suchbegriff eintippen" - #: editors.py:171 msgid "URL or search" msgstr "URL oder Suche" #: editors.py:178 msgid "Link options" -msgstr "Linkoptionen" +msgstr "Link-Optionen" + +#: editors.py:182 +msgid "Target" +msgstr "Ziel" #: editors.py:186 msgid "New window" @@ -193,10 +193,6 @@ msgstr "Absatz" msgid "Anchor" msgstr "Anker" -#: editors.py:280 -msgid "Block format" -msgstr "Blockformat" - #: editors.py:284 msgid "Styles" msgstr "Stile" @@ -236,3 +232,9 @@ msgstr "Text" #: settings.py:40 msgid "Generic" msgstr "Generisch" + +#~ msgid "Image" +#~ msgstr "Bild" + +#~ msgid "Format" +#~ msgstr "Format" diff --git a/djangocms_text/locale/el/LC_MESSAGES/django.po b/djangocms_text/locale/el/LC_MESSAGES/django.po index 792c7a5..1ed910f 100644 --- a/djangocms_text/locale/el/LC_MESSAGES/django.po +++ b/djangocms_text/locale/el/LC_MESSAGES/django.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-12-21 10:36+0100\n" +"POT-Creation-Date: 2024-12-22 01:08+0100\n" "PO-Revision-Date: 2019-01-23 16:28+0000\n" "Last-Translator: Angelo Dini , 2019\n" "Language-Team: Greek (https://www.transifex.com/divio/teams/58664/el/)\n" @@ -125,6 +125,10 @@ msgstr "" msgid "Link options" msgstr "" +#: editors.py:182 +msgid "Target" +msgstr "" + #: editors.py:186 msgid "New window" msgstr "" diff --git a/djangocms_text/locale/en/LC_MESSAGES/django.po b/djangocms_text/locale/en/LC_MESSAGES/django.po index 3b497d2..ed78e82 100644 --- a/djangocms_text/locale/en/LC_MESSAGES/django.po +++ b/djangocms_text/locale/en/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-12-21 10:36+0100\n" +"POT-Creation-Date: 2024-12-22 01:08+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -123,6 +123,10 @@ msgstr "URL or search" msgid "Link options" msgstr "Link options" +#: editors.py:182 +msgid "Target" +msgstr "Target" + #: editors.py:186 msgid "New window" msgstr "New window" diff --git a/djangocms_text/locale/es/LC_MESSAGES/django.po b/djangocms_text/locale/es/LC_MESSAGES/django.po index 5b0c285..728d36a 100644 --- a/djangocms_text/locale/es/LC_MESSAGES/django.po +++ b/djangocms_text/locale/es/LC_MESSAGES/django.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-12-21 10:36+0100\n" +"POT-Creation-Date: 2024-12-22 01:08+0100\n" "PO-Revision-Date: 2024-02-15 10:49+0000\n" "Last-Translator: Fabian Braun , 2024\n" "Language-Team: Spanish (https://app.transifex.com/divio/teams/58664/es/)\n" @@ -126,6 +126,10 @@ msgstr "" msgid "Link options" msgstr "" +#: editors.py:182 +msgid "Target" +msgstr "" + #: editors.py:186 msgid "New window" msgstr "" diff --git a/djangocms_text/locale/et/LC_MESSAGES/django.po b/djangocms_text/locale/et/LC_MESSAGES/django.po index f107cb0..5907d3b 100644 --- a/djangocms_text/locale/et/LC_MESSAGES/django.po +++ b/djangocms_text/locale/et/LC_MESSAGES/django.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-12-21 10:36+0100\n" +"POT-Creation-Date: 2024-12-22 01:08+0100\n" "PO-Revision-Date: 2019-01-23 16:28+0000\n" "Last-Translator: Angelo Dini , 2019\n" "Language-Team: Estonian (https://www.transifex.com/divio/teams/58664/et/)\n" @@ -125,6 +125,10 @@ msgstr "" msgid "Link options" msgstr "" +#: editors.py:182 +msgid "Target" +msgstr "" + #: editors.py:186 msgid "New window" msgstr "" diff --git a/djangocms_text/locale/eu/LC_MESSAGES/django.po b/djangocms_text/locale/eu/LC_MESSAGES/django.po index 361681d..261db1c 100644 --- a/djangocms_text/locale/eu/LC_MESSAGES/django.po +++ b/djangocms_text/locale/eu/LC_MESSAGES/django.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-12-21 10:36+0100\n" +"POT-Creation-Date: 2024-12-22 01:08+0100\n" "PO-Revision-Date: 2019-01-23 16:28+0000\n" "Last-Translator: Angelo Dini , 2019\n" "Language-Team: Basque (https://www.transifex.com/divio/teams/58664/eu/)\n" @@ -125,6 +125,10 @@ msgstr "" msgid "Link options" msgstr "" +#: editors.py:182 +msgid "Target" +msgstr "" + #: editors.py:186 msgid "New window" msgstr "" diff --git a/djangocms_text/locale/fa/LC_MESSAGES/django.po b/djangocms_text/locale/fa/LC_MESSAGES/django.po index 4bbbde1..144fc22 100644 --- a/djangocms_text/locale/fa/LC_MESSAGES/django.po +++ b/djangocms_text/locale/fa/LC_MESSAGES/django.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-12-21 10:36+0100\n" +"POT-Creation-Date: 2024-12-22 01:08+0100\n" "PO-Revision-Date: 2019-01-23 16:28+0000\n" "Last-Translator: Angelo Dini , 2019\n" "Language-Team: Persian (https://www.transifex.com/divio/teams/58664/fa/)\n" @@ -125,6 +125,10 @@ msgstr "" msgid "Link options" msgstr "" +#: editors.py:182 +msgid "Target" +msgstr "" + #: editors.py:186 msgid "New window" msgstr "" diff --git a/djangocms_text/locale/fi/LC_MESSAGES/django.po b/djangocms_text/locale/fi/LC_MESSAGES/django.po index f19a191..8a76300 100644 --- a/djangocms_text/locale/fi/LC_MESSAGES/django.po +++ b/djangocms_text/locale/fi/LC_MESSAGES/django.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-12-21 10:36+0100\n" +"POT-Creation-Date: 2024-12-22 01:08+0100\n" "PO-Revision-Date: 2019-01-23 16:28+0000\n" "Last-Translator: Angelo Dini , 2019\n" "Language-Team: Finnish (https://www.transifex.com/divio/teams/58664/fi/)\n" @@ -125,6 +125,10 @@ msgstr "" msgid "Link options" msgstr "" +#: editors.py:182 +msgid "Target" +msgstr "" + #: editors.py:186 msgid "New window" msgstr "" diff --git a/djangocms_text/locale/fr/LC_MESSAGES/django.po b/djangocms_text/locale/fr/LC_MESSAGES/django.po index 5353695..0ac7ca1 100644 --- a/djangocms_text/locale/fr/LC_MESSAGES/django.po +++ b/djangocms_text/locale/fr/LC_MESSAGES/django.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-12-21 10:36+0100\n" +"POT-Creation-Date: 2024-12-22 01:08+0100\n" "PO-Revision-Date: 2024-02-15 10:49+0000\n" "Last-Translator: Fabian Braun , 2024\n" "Language-Team: French (https://app.transifex.com/divio/teams/58664/fr/)\n" @@ -126,6 +126,10 @@ msgstr "" msgid "Link options" msgstr "" +#: editors.py:182 +msgid "Target" +msgstr "" + #: editors.py:186 msgid "New window" msgstr "" diff --git a/djangocms_text/locale/gl/LC_MESSAGES/django.po b/djangocms_text/locale/gl/LC_MESSAGES/django.po index bb90178..0661af8 100644 --- a/djangocms_text/locale/gl/LC_MESSAGES/django.po +++ b/djangocms_text/locale/gl/LC_MESSAGES/django.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-12-21 10:36+0100\n" +"POT-Creation-Date: 2024-12-22 01:08+0100\n" "PO-Revision-Date: 2019-01-23 16:28+0000\n" "Last-Translator: Angelo Dini , 2019\n" "Language-Team: Galician (https://www.transifex.com/divio/teams/58664/gl/)\n" @@ -125,6 +125,10 @@ msgstr "" msgid "Link options" msgstr "" +#: editors.py:182 +msgid "Target" +msgstr "" + #: editors.py:186 msgid "New window" msgstr "" diff --git a/djangocms_text/locale/he/LC_MESSAGES/django.po b/djangocms_text/locale/he/LC_MESSAGES/django.po index 4d4fd9b..7f82fde 100644 --- a/djangocms_text/locale/he/LC_MESSAGES/django.po +++ b/djangocms_text/locale/he/LC_MESSAGES/django.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-12-21 10:36+0100\n" +"POT-Creation-Date: 2024-12-22 01:08+0100\n" "PO-Revision-Date: 2019-01-23 16:28+0000\n" "Last-Translator: Angelo Dini , 2019\n" "Language-Team: Hebrew (https://www.transifex.com/divio/teams/58664/he/)\n" @@ -126,6 +126,10 @@ msgstr "" msgid "Link options" msgstr "" +#: editors.py:182 +msgid "Target" +msgstr "" + #: editors.py:186 msgid "New window" msgstr "" diff --git a/djangocms_text/locale/hi/LC_MESSAGES/django.po b/djangocms_text/locale/hi/LC_MESSAGES/django.po index 23f29bf..fb8abab 100644 --- a/djangocms_text/locale/hi/LC_MESSAGES/django.po +++ b/djangocms_text/locale/hi/LC_MESSAGES/django.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-12-21 10:36+0100\n" +"POT-Creation-Date: 2024-12-22 01:08+0100\n" "PO-Revision-Date: 2019-01-23 16:28+0000\n" "Last-Translator: Angelo Dini , 2019\n" "Language-Team: Hindi (https://www.transifex.com/divio/teams/58664/hi/)\n" @@ -125,6 +125,10 @@ msgstr "" msgid "Link options" msgstr "" +#: editors.py:182 +msgid "Target" +msgstr "" + #: editors.py:186 msgid "New window" msgstr "" diff --git a/djangocms_text/locale/hr/LC_MESSAGES/django.po b/djangocms_text/locale/hr/LC_MESSAGES/django.po index 5d4dede..a0741d3 100644 --- a/djangocms_text/locale/hr/LC_MESSAGES/django.po +++ b/djangocms_text/locale/hr/LC_MESSAGES/django.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-12-21 10:36+0100\n" +"POT-Creation-Date: 2024-12-22 01:08+0100\n" "PO-Revision-Date: 2019-01-23 16:28+0000\n" "Last-Translator: Angelo Dini , 2019\n" "Language-Team: Croatian (https://www.transifex.com/divio/teams/58664/hr/)\n" @@ -126,6 +126,10 @@ msgstr "" msgid "Link options" msgstr "" +#: editors.py:182 +msgid "Target" +msgstr "" + #: editors.py:186 msgid "New window" msgstr "" diff --git a/djangocms_text/locale/hu/LC_MESSAGES/django.po b/djangocms_text/locale/hu/LC_MESSAGES/django.po index a64e6b8..d39e0de 100644 --- a/djangocms_text/locale/hu/LC_MESSAGES/django.po +++ b/djangocms_text/locale/hu/LC_MESSAGES/django.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-12-21 10:36+0100\n" +"POT-Creation-Date: 2024-12-22 01:08+0100\n" "PO-Revision-Date: 2019-01-23 16:28+0000\n" "Last-Translator: Angelo Dini , 2019\n" "Language-Team: Hungarian (https://www.transifex.com/divio/teams/58664/hu/)\n" @@ -125,6 +125,10 @@ msgstr "" msgid "Link options" msgstr "" +#: editors.py:182 +msgid "Target" +msgstr "" + #: editors.py:186 msgid "New window" msgstr "" diff --git a/djangocms_text/locale/is/LC_MESSAGES/django.po b/djangocms_text/locale/is/LC_MESSAGES/django.po index e8f87c9..175c04d 100644 --- a/djangocms_text/locale/is/LC_MESSAGES/django.po +++ b/djangocms_text/locale/is/LC_MESSAGES/django.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-12-21 10:36+0100\n" +"POT-Creation-Date: 2024-12-22 01:08+0100\n" "PO-Revision-Date: 2019-01-23 16:28+0000\n" "Last-Translator: Angelo Dini , 2019\n" "Language-Team: Icelandic (https://www.transifex.com/divio/teams/58664/is/)\n" @@ -125,6 +125,10 @@ msgstr "" msgid "Link options" msgstr "" +#: editors.py:182 +msgid "Target" +msgstr "" + #: editors.py:186 msgid "New window" msgstr "" diff --git a/djangocms_text/locale/it/LC_MESSAGES/django.po b/djangocms_text/locale/it/LC_MESSAGES/django.po index 77da4ff..b29fd9e 100644 --- a/djangocms_text/locale/it/LC_MESSAGES/django.po +++ b/djangocms_text/locale/it/LC_MESSAGES/django.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-12-21 10:36+0100\n" +"POT-Creation-Date: 2024-12-22 01:08+0100\n" "PO-Revision-Date: 2019-01-23 16:28+0000\n" "Last-Translator: Angelo Dini , 2019\n" "Language-Team: Italian (https://www.transifex.com/divio/teams/58664/it/)\n" @@ -125,6 +125,10 @@ msgstr "" msgid "Link options" msgstr "" +#: editors.py:182 +msgid "Target" +msgstr "" + #: editors.py:186 msgid "New window" msgstr "" diff --git a/djangocms_text/locale/ja/LC_MESSAGES/django.po b/djangocms_text/locale/ja/LC_MESSAGES/django.po index a0bb8ef..80e8ba5 100644 --- a/djangocms_text/locale/ja/LC_MESSAGES/django.po +++ b/djangocms_text/locale/ja/LC_MESSAGES/django.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-12-21 10:36+0100\n" +"POT-Creation-Date: 2024-12-22 01:08+0100\n" "PO-Revision-Date: 2019-01-23 16:28+0000\n" "Last-Translator: Angelo Dini , 2019\n" "Language-Team: Japanese (https://www.transifex.com/divio/teams/58664/ja/)\n" @@ -125,6 +125,10 @@ msgstr "" msgid "Link options" msgstr "" +#: editors.py:182 +msgid "Target" +msgstr "" + #: editors.py:186 msgid "New window" msgstr "" diff --git a/djangocms_text/locale/lt/LC_MESSAGES/django.po b/djangocms_text/locale/lt/LC_MESSAGES/django.po index dfc75c9..37eecfd 100644 --- a/djangocms_text/locale/lt/LC_MESSAGES/django.po +++ b/djangocms_text/locale/lt/LC_MESSAGES/django.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-12-21 10:36+0100\n" +"POT-Creation-Date: 2024-12-22 01:08+0100\n" "PO-Revision-Date: 2024-02-15 10:49+0000\n" "Last-Translator: Fabian Braun , 2024\n" "Language-Team: Lithuanian (https://app.transifex.com/divio/teams/58664/lt/)\n" @@ -127,6 +127,10 @@ msgstr "" msgid "Link options" msgstr "" +#: editors.py:182 +msgid "Target" +msgstr "" + #: editors.py:186 msgid "New window" msgstr "" diff --git a/djangocms_text/locale/nl/LC_MESSAGES/django.po b/djangocms_text/locale/nl/LC_MESSAGES/django.po index 8857b3a..27977dc 100644 --- a/djangocms_text/locale/nl/LC_MESSAGES/django.po +++ b/djangocms_text/locale/nl/LC_MESSAGES/django.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-12-21 10:36+0100\n" +"POT-Creation-Date: 2024-12-22 01:08+0100\n" "PO-Revision-Date: 2024-02-15 10:49+0000\n" "Last-Translator: Fabian Braun , 2024\n" "Language-Team: Dutch (https://app.transifex.com/divio/teams/58664/nl/)\n" @@ -125,6 +125,10 @@ msgstr "" msgid "Link options" msgstr "" +#: editors.py:182 +msgid "Target" +msgstr "" + #: editors.py:186 msgid "New window" msgstr "" diff --git a/djangocms_text/locale/no/LC_MESSAGES/django.po b/djangocms_text/locale/no/LC_MESSAGES/django.po index ff2ad23..6a92304 100644 --- a/djangocms_text/locale/no/LC_MESSAGES/django.po +++ b/djangocms_text/locale/no/LC_MESSAGES/django.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-12-21 10:36+0100\n" +"POT-Creation-Date: 2024-12-22 01:08+0100\n" "PO-Revision-Date: 2019-01-23 16:28+0000\n" "Last-Translator: Angelo Dini , 2019\n" "Language-Team: Norwegian (https://www.transifex.com/divio/teams/58664/no/)\n" @@ -125,6 +125,10 @@ msgstr "" msgid "Link options" msgstr "" +#: editors.py:182 +msgid "Target" +msgstr "" + #: editors.py:186 msgid "New window" msgstr "" diff --git a/djangocms_text/locale/pl/LC_MESSAGES/django.po b/djangocms_text/locale/pl/LC_MESSAGES/django.po index 096e5f5..f784ce9 100644 --- a/djangocms_text/locale/pl/LC_MESSAGES/django.po +++ b/djangocms_text/locale/pl/LC_MESSAGES/django.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-12-21 10:36+0100\n" +"POT-Creation-Date: 2024-12-22 01:08+0100\n" "PO-Revision-Date: 2019-01-23 16:28+0000\n" "Last-Translator: Angelo Dini , 2019\n" "Language-Team: Polish (https://www.transifex.com/divio/teams/58664/pl/)\n" @@ -127,6 +127,10 @@ msgstr "" msgid "Link options" msgstr "" +#: editors.py:182 +msgid "Target" +msgstr "" + #: editors.py:186 msgid "New window" msgstr "" diff --git a/djangocms_text/locale/pt/LC_MESSAGES/django.po b/djangocms_text/locale/pt/LC_MESSAGES/django.po index 30d0d30..f6053bd 100644 --- a/djangocms_text/locale/pt/LC_MESSAGES/django.po +++ b/djangocms_text/locale/pt/LC_MESSAGES/django.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-12-21 10:36+0100\n" +"POT-Creation-Date: 2024-12-22 01:08+0100\n" "PO-Revision-Date: 2019-01-23 16:28+0000\n" "Last-Translator: Angelo Dini , 2019\n" "Language-Team: Portuguese (https://www.transifex.com/divio/teams/58664/pt/)\n" @@ -125,6 +125,10 @@ msgstr "" msgid "Link options" msgstr "" +#: editors.py:182 +msgid "Target" +msgstr "" + #: editors.py:186 msgid "New window" msgstr "" diff --git a/djangocms_text/locale/ro/LC_MESSAGES/django.po b/djangocms_text/locale/ro/LC_MESSAGES/django.po index ea7aeb6..81e3fa3 100644 --- a/djangocms_text/locale/ro/LC_MESSAGES/django.po +++ b/djangocms_text/locale/ro/LC_MESSAGES/django.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-12-21 10:36+0100\n" +"POT-Creation-Date: 2024-12-22 01:08+0100\n" "PO-Revision-Date: 2019-01-23 16:28+0000\n" "Last-Translator: Angelo Dini , 2019\n" "Language-Team: Romanian (https://www.transifex.com/divio/teams/58664/ro/)\n" @@ -126,6 +126,10 @@ msgstr "" msgid "Link options" msgstr "" +#: editors.py:182 +msgid "Target" +msgstr "" + #: editors.py:186 msgid "New window" msgstr "" diff --git a/djangocms_text/locale/ru/LC_MESSAGES/django.po b/djangocms_text/locale/ru/LC_MESSAGES/django.po index 549748a..366448a 100644 --- a/djangocms_text/locale/ru/LC_MESSAGES/django.po +++ b/djangocms_text/locale/ru/LC_MESSAGES/django.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-12-21 10:36+0100\n" +"POT-Creation-Date: 2024-12-22 01:08+0100\n" "PO-Revision-Date: 2019-01-23 16:28+0000\n" "Last-Translator: Angelo Dini , 2019\n" "Language-Team: Russian (https://www.transifex.com/divio/teams/58664/ru/)\n" @@ -127,6 +127,10 @@ msgstr "" msgid "Link options" msgstr "" +#: editors.py:182 +msgid "Target" +msgstr "" + #: editors.py:186 msgid "New window" msgstr "" diff --git a/djangocms_text/locale/sv/LC_MESSAGES/django.po b/djangocms_text/locale/sv/LC_MESSAGES/django.po index 627ec6a..390f0b7 100644 --- a/djangocms_text/locale/sv/LC_MESSAGES/django.po +++ b/djangocms_text/locale/sv/LC_MESSAGES/django.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-12-21 10:36+0100\n" +"POT-Creation-Date: 2024-12-22 01:08+0100\n" "PO-Revision-Date: 2019-01-23 16:28+0000\n" "Last-Translator: Angelo Dini , 2019\n" "Language-Team: Swedish (https://www.transifex.com/divio/teams/58664/sv/)\n" @@ -125,6 +125,10 @@ msgstr "" msgid "Link options" msgstr "" +#: editors.py:182 +msgid "Target" +msgstr "" + #: editors.py:186 msgid "New window" msgstr "" diff --git a/djangocms_text/locale/tr/LC_MESSAGES/django.po b/djangocms_text/locale/tr/LC_MESSAGES/django.po index 95c641e..f453c33 100644 --- a/djangocms_text/locale/tr/LC_MESSAGES/django.po +++ b/djangocms_text/locale/tr/LC_MESSAGES/django.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-12-21 10:36+0100\n" +"POT-Creation-Date: 2024-12-22 01:08+0100\n" "PO-Revision-Date: 2019-01-23 16:28+0000\n" "Last-Translator: Angelo Dini , 2019\n" "Language-Team: Turkish (https://www.transifex.com/divio/teams/58664/tr/)\n" @@ -125,6 +125,10 @@ msgstr "" msgid "Link options" msgstr "" +#: editors.py:182 +msgid "Target" +msgstr "" + #: editors.py:186 msgid "New window" msgstr "" diff --git a/djangocms_text/locale/uk/LC_MESSAGES/django.po b/djangocms_text/locale/uk/LC_MESSAGES/django.po index 176c108..df61418 100644 --- a/djangocms_text/locale/uk/LC_MESSAGES/django.po +++ b/djangocms_text/locale/uk/LC_MESSAGES/django.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-12-21 10:36+0100\n" +"POT-Creation-Date: 2024-12-22 01:08+0100\n" "PO-Revision-Date: 2019-01-23 16:28+0000\n" "Last-Translator: Angelo Dini , 2019\n" "Language-Team: Ukrainian (https://www.transifex.com/divio/teams/58664/uk/)\n" @@ -128,6 +128,10 @@ msgstr "" msgid "Link options" msgstr "" +#: editors.py:182 +msgid "Target" +msgstr "" + #: editors.py:186 msgid "New window" msgstr "" diff --git a/djangocms_text/locale/zh_CN/LC_MESSAGES/django.po b/djangocms_text/locale/zh_CN/LC_MESSAGES/django.po index 36d10c4..70c4aeb 100644 --- a/djangocms_text/locale/zh_CN/LC_MESSAGES/django.po +++ b/djangocms_text/locale/zh_CN/LC_MESSAGES/django.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-12-21 10:36+0100\n" +"POT-Creation-Date: 2024-12-22 01:08+0100\n" "PO-Revision-Date: 2024-02-15 10:49+0000\n" "Last-Translator: Scott Jiang, 2024\n" "Language-Team: Chinese (China) (https://app.transifex.com/divio/teams/58664/" @@ -128,6 +128,10 @@ msgstr "输入URL 或者搜寻" msgid "Link options" msgstr "" +#: editors.py:182 +msgid "Target" +msgstr "" + #: editors.py:186 msgid "New window" msgstr ""