From 7fa3976a7086f22c88a46619862bd19e926a312d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stefan=20Fr=C3=B6mken?= <123929835+sfroemkenjw@users.noreply.github.com> Date: Tue, 5 Mar 2024 14:35:31 +0100 Subject: [PATCH 001/103] New translations locallang_db.xlf (Romanian) --- .../Private/Language/ro.locallang_db.xlf | 48 +++++++++++++++++++ 1 file changed, 48 insertions(+) create mode 100644 Resources/Private/Language/ro.locallang_db.xlf diff --git a/Resources/Private/Language/ro.locallang_db.xlf b/Resources/Private/Language/ro.locallang_db.xlf new file mode 100644 index 0000000..3114e92 --- /dev/null +++ b/Resources/Private/Language/ro.locallang_db.xlf @@ -0,0 +1,48 @@ + + + +
+ + + First name + First name + + + Last name + Last name + + + Phone + Phone + + + Street, number + Street, number + + + ZIP city + ZIP city + + + Email + Email + + + Message + Message + + + Content + Content + + + This field will not be filled automatically in default configuration. To change that you have to configure "mapOnDatabaseColumn" in yaml. + This field will not be filled automatically in default configuration. To change that you have to configure "mapOnDatabaseColumn" in yaml. + + + This field will be filled automatically by the first found text field which is of type email. You can override that when you configure "mapOnDatabaseColumn" in yaml. + This field will be filled automatically by the first found text field which is of type email. You can override that when you configure "mapOnDatabaseColumn" in yaml. + + + + From 95c70242d17840a99c058fec01549adad245637b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stefan=20Fr=C3=B6mken?= <123929835+sfroemkenjw@users.noreply.github.com> Date: Tue, 5 Mar 2024 14:35:32 +0100 Subject: [PATCH 002/103] New translations locallang_db.xlf (French) --- .../Private/Language/fr.locallang_db.xlf | 48 +++++++++++++++++++ 1 file changed, 48 insertions(+) create mode 100644 Resources/Private/Language/fr.locallang_db.xlf diff --git a/Resources/Private/Language/fr.locallang_db.xlf b/Resources/Private/Language/fr.locallang_db.xlf new file mode 100644 index 0000000..7a70c50 --- /dev/null +++ b/Resources/Private/Language/fr.locallang_db.xlf @@ -0,0 +1,48 @@ + + + +
+ + + First name + First name + + + Last name + Last name + + + Phone + Phone + + + Street, number + Street, number + + + ZIP city + ZIP city + + + Email + Email + + + Message + Message + + + Content + Content + + + This field will not be filled automatically in default configuration. To change that you have to configure "mapOnDatabaseColumn" in yaml. + This field will not be filled automatically in default configuration. To change that you have to configure "mapOnDatabaseColumn" in yaml. + + + This field will be filled automatically by the first found text field which is of type email. You can override that when you configure "mapOnDatabaseColumn" in yaml. + This field will be filled automatically by the first found text field which is of type email. You can override that when you configure "mapOnDatabaseColumn" in yaml. + + + + From 5df38e271544e4e77febab60e4a5e6840ec3304c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stefan=20Fr=C3=B6mken?= <123929835+sfroemkenjw@users.noreply.github.com> Date: Tue, 5 Mar 2024 14:35:33 +0100 Subject: [PATCH 003/103] New translations locallang_db.xlf (Spanish) --- .../Private/Language/es.locallang_db.xlf | 48 +++++++++++++++++++ 1 file changed, 48 insertions(+) create mode 100644 Resources/Private/Language/es.locallang_db.xlf diff --git a/Resources/Private/Language/es.locallang_db.xlf b/Resources/Private/Language/es.locallang_db.xlf new file mode 100644 index 0000000..71e5ab7 --- /dev/null +++ b/Resources/Private/Language/es.locallang_db.xlf @@ -0,0 +1,48 @@ + + + +
+ + + First name + First name + + + Last name + Last name + + + Phone + Phone + + + Street, number + Street, number + + + ZIP city + ZIP city + + + Email + Email + + + Message + Message + + + Content + Content + + + This field will not be filled automatically in default configuration. To change that you have to configure "mapOnDatabaseColumn" in yaml. + This field will not be filled automatically in default configuration. To change that you have to configure "mapOnDatabaseColumn" in yaml. + + + This field will be filled automatically by the first found text field which is of type email. You can override that when you configure "mapOnDatabaseColumn" in yaml. + This field will be filled automatically by the first found text field which is of type email. You can override that when you configure "mapOnDatabaseColumn" in yaml. + + + + From b73c3d86714d96e565fb2f22a7eda185a55ab8b8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stefan=20Fr=C3=B6mken?= <123929835+sfroemkenjw@users.noreply.github.com> Date: Tue, 5 Mar 2024 14:35:34 +0100 Subject: [PATCH 004/103] New translations locallang_db.xlf (Czech) --- .../Private/Language/cs.locallang_db.xlf | 48 +++++++++++++++++++ 1 file changed, 48 insertions(+) create mode 100644 Resources/Private/Language/cs.locallang_db.xlf diff --git a/Resources/Private/Language/cs.locallang_db.xlf b/Resources/Private/Language/cs.locallang_db.xlf new file mode 100644 index 0000000..75c4f05 --- /dev/null +++ b/Resources/Private/Language/cs.locallang_db.xlf @@ -0,0 +1,48 @@ + + + +
+ + + First name + First name + + + Last name + Last name + + + Phone + Phone + + + Street, number + Street, number + + + ZIP city + ZIP city + + + Email + Email + + + Message + Message + + + Content + Content + + + This field will not be filled automatically in default configuration. To change that you have to configure "mapOnDatabaseColumn" in yaml. + This field will not be filled automatically in default configuration. To change that you have to configure "mapOnDatabaseColumn" in yaml. + + + This field will be filled automatically by the first found text field which is of type email. You can override that when you configure "mapOnDatabaseColumn" in yaml. + This field will be filled automatically by the first found text field which is of type email. You can override that when you configure "mapOnDatabaseColumn" in yaml. + + + + From e24b3a75c3a8d52e548925a7dbdb5e2cc6925587 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stefan=20Fr=C3=B6mken?= <123929835+sfroemkenjw@users.noreply.github.com> Date: Tue, 5 Mar 2024 14:35:34 +0100 Subject: [PATCH 005/103] New translations locallang_db.xlf (Danish) --- .../Private/Language/da.locallang_db.xlf | 48 +++++++++++++++++++ 1 file changed, 48 insertions(+) create mode 100644 Resources/Private/Language/da.locallang_db.xlf diff --git a/Resources/Private/Language/da.locallang_db.xlf b/Resources/Private/Language/da.locallang_db.xlf new file mode 100644 index 0000000..ab669e9 --- /dev/null +++ b/Resources/Private/Language/da.locallang_db.xlf @@ -0,0 +1,48 @@ + + + +
+ + + First name + First name + + + Last name + Last name + + + Phone + Phone + + + Street, number + Street, number + + + ZIP city + ZIP city + + + Email + Email + + + Message + Message + + + Content + Content + + + This field will not be filled automatically in default configuration. To change that you have to configure "mapOnDatabaseColumn" in yaml. + This field will not be filled automatically in default configuration. To change that you have to configure "mapOnDatabaseColumn" in yaml. + + + This field will be filled automatically by the first found text field which is of type email. You can override that when you configure "mapOnDatabaseColumn" in yaml. + This field will be filled automatically by the first found text field which is of type email. You can override that when you configure "mapOnDatabaseColumn" in yaml. + + + + From b3bcd1bd403cdac63545449b1061ea312243544d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stefan=20Fr=C3=B6mken?= <123929835+sfroemkenjw@users.noreply.github.com> Date: Tue, 5 Mar 2024 14:35:35 +0100 Subject: [PATCH 006/103] New translations locallang_db.xlf (German) --- .../Private/Language/de.locallang_db.xlf | 93 +++++++++---------- 1 file changed, 46 insertions(+), 47 deletions(-) diff --git a/Resources/Private/Language/de.locallang_db.xlf b/Resources/Private/Language/de.locallang_db.xlf index 5e2ca2a..745a1fc 100644 --- a/Resources/Private/Language/de.locallang_db.xlf +++ b/Resources/Private/Language/de.locallang_db.xlf @@ -1,49 +1,48 @@ - + - -
- - - First name - Vorname - - - Last name - Nachname - - - Phone - Telefon - - - Street, number - Straße Hausnummer - - - ZIP city - PLZ Ort - - - Email - E-Mail - - - Message - Nachricht - - - Content - Inhalt - - - - This field will not be filled automatically in default configuration. To change that you have to configure "mapOnDatabaseColumn" in yaml. - Dieses Feld wird im Rahmen der Standardkonfiguration nicht automatisch befüllt. Um das zu ändern muss die Option "mapOnDatabaseColumn" in der YAML Konfiguration manuell hinzugefügt werden. - - - This field will be filled automatically by the first found text field which is of type email. You can override that when you configure "mapOnDatabaseColumn" in yaml. - Dieses Feld wird automatisch mit dem Wert des ersten Textfeldes vom Typ Email befüllt. Um das zu ändern muss die Option "mapOnDatabaseColumn" in der YAML Konfiguration manuell angepasst werden. - - - + +
+ + + First name + First name + + + Last name + Last name + + + Phone + Phone + + + Street, number + Street, number + + + ZIP city + ZIP city + + + Email + Email + + + Message + Message + + + Content + Content + + + This field will not be filled automatically in default configuration. To change that you have to configure "mapOnDatabaseColumn" in yaml. + This field will not be filled automatically in default configuration. To change that you have to configure "mapOnDatabaseColumn" in yaml. + + + This field will be filled automatically by the first found text field which is of type email. You can override that when you configure "mapOnDatabaseColumn" in yaml. + This field will be filled automatically by the first found text field which is of type email. You can override that when you configure "mapOnDatabaseColumn" in yaml. + + + From 8cf256ceb69b65e9f3cd92154b1f1e2651d4b638 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stefan=20Fr=C3=B6mken?= <123929835+sfroemkenjw@users.noreply.github.com> Date: Tue, 5 Mar 2024 14:35:36 +0100 Subject: [PATCH 007/103] New translations locallang_db.xlf (Greek) --- .../Private/Language/el.locallang_db.xlf | 48 +++++++++++++++++++ 1 file changed, 48 insertions(+) create mode 100644 Resources/Private/Language/el.locallang_db.xlf diff --git a/Resources/Private/Language/el.locallang_db.xlf b/Resources/Private/Language/el.locallang_db.xlf new file mode 100644 index 0000000..caa7cfa --- /dev/null +++ b/Resources/Private/Language/el.locallang_db.xlf @@ -0,0 +1,48 @@ + + + +
+ + + First name + First name + + + Last name + Last name + + + Phone + Phone + + + Street, number + Street, number + + + ZIP city + ZIP city + + + Email + Email + + + Message + Message + + + Content + Content + + + This field will not be filled automatically in default configuration. To change that you have to configure "mapOnDatabaseColumn" in yaml. + This field will not be filled automatically in default configuration. To change that you have to configure "mapOnDatabaseColumn" in yaml. + + + This field will be filled automatically by the first found text field which is of type email. You can override that when you configure "mapOnDatabaseColumn" in yaml. + This field will be filled automatically by the first found text field which is of type email. You can override that when you configure "mapOnDatabaseColumn" in yaml. + + + + From c60dafad817b7808594d6cc380c2969d33556f01 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stefan=20Fr=C3=B6mken?= <123929835+sfroemkenjw@users.noreply.github.com> Date: Tue, 5 Mar 2024 14:35:37 +0100 Subject: [PATCH 008/103] New translations locallang_db.xlf (Finnish) --- .../Private/Language/fi.locallang_db.xlf | 48 +++++++++++++++++++ 1 file changed, 48 insertions(+) create mode 100644 Resources/Private/Language/fi.locallang_db.xlf diff --git a/Resources/Private/Language/fi.locallang_db.xlf b/Resources/Private/Language/fi.locallang_db.xlf new file mode 100644 index 0000000..d9fa795 --- /dev/null +++ b/Resources/Private/Language/fi.locallang_db.xlf @@ -0,0 +1,48 @@ + + + +
+ + + First name + First name + + + Last name + Last name + + + Phone + Phone + + + Street, number + Street, number + + + ZIP city + ZIP city + + + Email + Email + + + Message + Message + + + Content + Content + + + This field will not be filled automatically in default configuration. To change that you have to configure "mapOnDatabaseColumn" in yaml. + This field will not be filled automatically in default configuration. To change that you have to configure "mapOnDatabaseColumn" in yaml. + + + This field will be filled automatically by the first found text field which is of type email. You can override that when you configure "mapOnDatabaseColumn" in yaml. + This field will be filled automatically by the first found text field which is of type email. You can override that when you configure "mapOnDatabaseColumn" in yaml. + + + + From a07b886fdb5a37ce70b2d56f66b8ad2350ff4706 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stefan=20Fr=C3=B6mken?= <123929835+sfroemkenjw@users.noreply.github.com> Date: Tue, 5 Mar 2024 14:35:38 +0100 Subject: [PATCH 009/103] New translations locallang_db.xlf (Hebrew) --- .../Private/Language/he.locallang_db.xlf | 48 +++++++++++++++++++ 1 file changed, 48 insertions(+) create mode 100644 Resources/Private/Language/he.locallang_db.xlf diff --git a/Resources/Private/Language/he.locallang_db.xlf b/Resources/Private/Language/he.locallang_db.xlf new file mode 100644 index 0000000..bd2c5c1 --- /dev/null +++ b/Resources/Private/Language/he.locallang_db.xlf @@ -0,0 +1,48 @@ + + + +
+ + + First name + First name + + + Last name + Last name + + + Phone + Phone + + + Street, number + Street, number + + + ZIP city + ZIP city + + + Email + Email + + + Message + Message + + + Content + Content + + + This field will not be filled automatically in default configuration. To change that you have to configure "mapOnDatabaseColumn" in yaml. + This field will not be filled automatically in default configuration. To change that you have to configure "mapOnDatabaseColumn" in yaml. + + + This field will be filled automatically by the first found text field which is of type email. You can override that when you configure "mapOnDatabaseColumn" in yaml. + This field will be filled automatically by the first found text field which is of type email. You can override that when you configure "mapOnDatabaseColumn" in yaml. + + + + From de8896d7c9d95cb9d581dad4005a18c16b61faca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stefan=20Fr=C3=B6mken?= <123929835+sfroemkenjw@users.noreply.github.com> Date: Tue, 5 Mar 2024 14:35:39 +0100 Subject: [PATCH 010/103] New translations locallang_db.xlf (Hungarian) --- .../Private/Language/hu.locallang_db.xlf | 48 +++++++++++++++++++ 1 file changed, 48 insertions(+) create mode 100644 Resources/Private/Language/hu.locallang_db.xlf diff --git a/Resources/Private/Language/hu.locallang_db.xlf b/Resources/Private/Language/hu.locallang_db.xlf new file mode 100644 index 0000000..fa12785 --- /dev/null +++ b/Resources/Private/Language/hu.locallang_db.xlf @@ -0,0 +1,48 @@ + + + +
+ + + First name + First name + + + Last name + Last name + + + Phone + Phone + + + Street, number + Street, number + + + ZIP city + ZIP city + + + Email + Email + + + Message + Message + + + Content + Content + + + This field will not be filled automatically in default configuration. To change that you have to configure "mapOnDatabaseColumn" in yaml. + This field will not be filled automatically in default configuration. To change that you have to configure "mapOnDatabaseColumn" in yaml. + + + This field will be filled automatically by the first found text field which is of type email. You can override that when you configure "mapOnDatabaseColumn" in yaml. + This field will be filled automatically by the first found text field which is of type email. You can override that when you configure "mapOnDatabaseColumn" in yaml. + + + + From eb6ea81009c5bbef5599d37c9a8922fa36ead4cc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stefan=20Fr=C3=B6mken?= <123929835+sfroemkenjw@users.noreply.github.com> Date: Tue, 5 Mar 2024 14:35:40 +0100 Subject: [PATCH 011/103] New translations locallang_db.xlf (Italian) --- .../Private/Language/it.locallang_db.xlf | 48 +++++++++++++++++++ 1 file changed, 48 insertions(+) create mode 100644 Resources/Private/Language/it.locallang_db.xlf diff --git a/Resources/Private/Language/it.locallang_db.xlf b/Resources/Private/Language/it.locallang_db.xlf new file mode 100644 index 0000000..c938c2e --- /dev/null +++ b/Resources/Private/Language/it.locallang_db.xlf @@ -0,0 +1,48 @@ + + + +
+ + + First name + First name + + + Last name + Last name + + + Phone + Phone + + + Street, number + Street, number + + + ZIP city + ZIP city + + + Email + Email + + + Message + Message + + + Content + Content + + + This field will not be filled automatically in default configuration. To change that you have to configure "mapOnDatabaseColumn" in yaml. + This field will not be filled automatically in default configuration. To change that you have to configure "mapOnDatabaseColumn" in yaml. + + + This field will be filled automatically by the first found text field which is of type email. You can override that when you configure "mapOnDatabaseColumn" in yaml. + This field will be filled automatically by the first found text field which is of type email. You can override that when you configure "mapOnDatabaseColumn" in yaml. + + + + From 122ec3e8207fcb34b6b619353a6ae8a7bfda0643 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stefan=20Fr=C3=B6mken?= <123929835+sfroemkenjw@users.noreply.github.com> Date: Tue, 5 Mar 2024 14:35:40 +0100 Subject: [PATCH 012/103] New translations locallang_db.xlf (Japanese) --- .../Private/Language/ja.locallang_db.xlf | 48 +++++++++++++++++++ 1 file changed, 48 insertions(+) create mode 100644 Resources/Private/Language/ja.locallang_db.xlf diff --git a/Resources/Private/Language/ja.locallang_db.xlf b/Resources/Private/Language/ja.locallang_db.xlf new file mode 100644 index 0000000..c3d27eb --- /dev/null +++ b/Resources/Private/Language/ja.locallang_db.xlf @@ -0,0 +1,48 @@ + + + +
+ + + First name + First name + + + Last name + Last name + + + Phone + Phone + + + Street, number + Street, number + + + ZIP city + ZIP city + + + Email + Email + + + Message + Message + + + Content + Content + + + This field will not be filled automatically in default configuration. To change that you have to configure "mapOnDatabaseColumn" in yaml. + This field will not be filled automatically in default configuration. To change that you have to configure "mapOnDatabaseColumn" in yaml. + + + This field will be filled automatically by the first found text field which is of type email. You can override that when you configure "mapOnDatabaseColumn" in yaml. + This field will be filled automatically by the first found text field which is of type email. You can override that when you configure "mapOnDatabaseColumn" in yaml. + + + + From a0e55fa6d94ace463b13025884eb5a281bf52c48 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stefan=20Fr=C3=B6mken?= <123929835+sfroemkenjw@users.noreply.github.com> Date: Tue, 5 Mar 2024 14:35:41 +0100 Subject: [PATCH 013/103] New translations locallang_db.xlf (Korean) --- .../Private/Language/ko.locallang_db.xlf | 48 +++++++++++++++++++ 1 file changed, 48 insertions(+) create mode 100644 Resources/Private/Language/ko.locallang_db.xlf diff --git a/Resources/Private/Language/ko.locallang_db.xlf b/Resources/Private/Language/ko.locallang_db.xlf new file mode 100644 index 0000000..c194689 --- /dev/null +++ b/Resources/Private/Language/ko.locallang_db.xlf @@ -0,0 +1,48 @@ + + + +
+ + + First name + First name + + + Last name + Last name + + + Phone + Phone + + + Street, number + Street, number + + + ZIP city + ZIP city + + + Email + Email + + + Message + Message + + + Content + Content + + + This field will not be filled automatically in default configuration. To change that you have to configure "mapOnDatabaseColumn" in yaml. + This field will not be filled automatically in default configuration. To change that you have to configure "mapOnDatabaseColumn" in yaml. + + + This field will be filled automatically by the first found text field which is of type email. You can override that when you configure "mapOnDatabaseColumn" in yaml. + This field will be filled automatically by the first found text field which is of type email. You can override that when you configure "mapOnDatabaseColumn" in yaml. + + + + From c6eab524c835d3a29318a4ab333191890df700c7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stefan=20Fr=C3=B6mken?= <123929835+sfroemkenjw@users.noreply.github.com> Date: Tue, 5 Mar 2024 14:35:42 +0100 Subject: [PATCH 014/103] New translations locallang_db.xlf (Dutch) --- .../Private/Language/nl.locallang_db.xlf | 48 +++++++++++++++++++ 1 file changed, 48 insertions(+) create mode 100644 Resources/Private/Language/nl.locallang_db.xlf diff --git a/Resources/Private/Language/nl.locallang_db.xlf b/Resources/Private/Language/nl.locallang_db.xlf new file mode 100644 index 0000000..7717f37 --- /dev/null +++ b/Resources/Private/Language/nl.locallang_db.xlf @@ -0,0 +1,48 @@ + + + +
+ + + First name + First name + + + Last name + Last name + + + Phone + Phone + + + Street, number + Street, number + + + ZIP city + ZIP city + + + Email + Email + + + Message + Message + + + Content + Content + + + This field will not be filled automatically in default configuration. To change that you have to configure "mapOnDatabaseColumn" in yaml. + This field will not be filled automatically in default configuration. To change that you have to configure "mapOnDatabaseColumn" in yaml. + + + This field will be filled automatically by the first found text field which is of type email. You can override that when you configure "mapOnDatabaseColumn" in yaml. + This field will be filled automatically by the first found text field which is of type email. You can override that when you configure "mapOnDatabaseColumn" in yaml. + + + + From 92b02fd027bafa9d719272677d6f5cb9fc41fa00 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stefan=20Fr=C3=B6mken?= <123929835+sfroemkenjw@users.noreply.github.com> Date: Tue, 5 Mar 2024 14:35:43 +0100 Subject: [PATCH 015/103] New translations locallang_db.xlf (Norwegian) --- .../Private/Language/no.locallang_db.xlf | 48 +++++++++++++++++++ 1 file changed, 48 insertions(+) create mode 100644 Resources/Private/Language/no.locallang_db.xlf diff --git a/Resources/Private/Language/no.locallang_db.xlf b/Resources/Private/Language/no.locallang_db.xlf new file mode 100644 index 0000000..935832a --- /dev/null +++ b/Resources/Private/Language/no.locallang_db.xlf @@ -0,0 +1,48 @@ + + + +
+ + + First name + First name + + + Last name + Last name + + + Phone + Phone + + + Street, number + Street, number + + + ZIP city + ZIP city + + + Email + Email + + + Message + Message + + + Content + Content + + + This field will not be filled automatically in default configuration. To change that you have to configure "mapOnDatabaseColumn" in yaml. + This field will not be filled automatically in default configuration. To change that you have to configure "mapOnDatabaseColumn" in yaml. + + + This field will be filled automatically by the first found text field which is of type email. You can override that when you configure "mapOnDatabaseColumn" in yaml. + This field will be filled automatically by the first found text field which is of type email. You can override that when you configure "mapOnDatabaseColumn" in yaml. + + + + From f586624776b1bb4e4a6e3d76fa98fbdeaf8dcee7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stefan=20Fr=C3=B6mken?= <123929835+sfroemkenjw@users.noreply.github.com> Date: Tue, 5 Mar 2024 14:35:44 +0100 Subject: [PATCH 016/103] New translations locallang_db.xlf (Polish) --- .../Private/Language/pl.locallang_db.xlf | 48 +++++++++++++++++++ 1 file changed, 48 insertions(+) create mode 100644 Resources/Private/Language/pl.locallang_db.xlf diff --git a/Resources/Private/Language/pl.locallang_db.xlf b/Resources/Private/Language/pl.locallang_db.xlf new file mode 100644 index 0000000..959b1e3 --- /dev/null +++ b/Resources/Private/Language/pl.locallang_db.xlf @@ -0,0 +1,48 @@ + + + +
+ + + First name + First name + + + Last name + Last name + + + Phone + Phone + + + Street, number + Street, number + + + ZIP city + ZIP city + + + Email + Email + + + Message + Message + + + Content + Content + + + This field will not be filled automatically in default configuration. To change that you have to configure "mapOnDatabaseColumn" in yaml. + This field will not be filled automatically in default configuration. To change that you have to configure "mapOnDatabaseColumn" in yaml. + + + This field will be filled automatically by the first found text field which is of type email. You can override that when you configure "mapOnDatabaseColumn" in yaml. + This field will be filled automatically by the first found text field which is of type email. You can override that when you configure "mapOnDatabaseColumn" in yaml. + + + + From 794f6fd1d7b0f433f01caaf12ab52cbad28b6893 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stefan=20Fr=C3=B6mken?= <123929835+sfroemkenjw@users.noreply.github.com> Date: Tue, 5 Mar 2024 14:35:45 +0100 Subject: [PATCH 017/103] New translations locallang_db.xlf (Portuguese) --- .../Private/Language/pt.locallang_db.xlf | 48 +++++++++++++++++++ 1 file changed, 48 insertions(+) create mode 100644 Resources/Private/Language/pt.locallang_db.xlf diff --git a/Resources/Private/Language/pt.locallang_db.xlf b/Resources/Private/Language/pt.locallang_db.xlf new file mode 100644 index 0000000..185877e --- /dev/null +++ b/Resources/Private/Language/pt.locallang_db.xlf @@ -0,0 +1,48 @@ + + + +
+ + + First name + First name + + + Last name + Last name + + + Phone + Phone + + + Street, number + Street, number + + + ZIP city + ZIP city + + + Email + Email + + + Message + Message + + + Content + Content + + + This field will not be filled automatically in default configuration. To change that you have to configure "mapOnDatabaseColumn" in yaml. + This field will not be filled automatically in default configuration. To change that you have to configure "mapOnDatabaseColumn" in yaml. + + + This field will be filled automatically by the first found text field which is of type email. You can override that when you configure "mapOnDatabaseColumn" in yaml. + This field will be filled automatically by the first found text field which is of type email. You can override that when you configure "mapOnDatabaseColumn" in yaml. + + + + From 977b7114c34959472c75e73a9f087903c31701a1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stefan=20Fr=C3=B6mken?= <123929835+sfroemkenjw@users.noreply.github.com> Date: Tue, 5 Mar 2024 14:35:46 +0100 Subject: [PATCH 018/103] New translations locallang_db.xlf (Russian) --- .../Private/Language/ru.locallang_db.xlf | 48 +++++++++++++++++++ 1 file changed, 48 insertions(+) create mode 100644 Resources/Private/Language/ru.locallang_db.xlf diff --git a/Resources/Private/Language/ru.locallang_db.xlf b/Resources/Private/Language/ru.locallang_db.xlf new file mode 100644 index 0000000..cb1213a --- /dev/null +++ b/Resources/Private/Language/ru.locallang_db.xlf @@ -0,0 +1,48 @@ + + + +
+ + + First name + First name + + + Last name + Last name + + + Phone + Phone + + + Street, number + Street, number + + + ZIP city + ZIP city + + + Email + Email + + + Message + Message + + + Content + Content + + + This field will not be filled automatically in default configuration. To change that you have to configure "mapOnDatabaseColumn" in yaml. + This field will not be filled automatically in default configuration. To change that you have to configure "mapOnDatabaseColumn" in yaml. + + + This field will be filled automatically by the first found text field which is of type email. You can override that when you configure "mapOnDatabaseColumn" in yaml. + This field will be filled automatically by the first found text field which is of type email. You can override that when you configure "mapOnDatabaseColumn" in yaml. + + + + From 0ce48b506d84423f6ee8384ced8b998ac785abc3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stefan=20Fr=C3=B6mken?= <123929835+sfroemkenjw@users.noreply.github.com> Date: Tue, 5 Mar 2024 14:35:46 +0100 Subject: [PATCH 019/103] New translations locallang_db.xlf (Serbian (Cyrillic)) --- .../Private/Language/sr.locallang_db.xlf | 48 +++++++++++++++++++ 1 file changed, 48 insertions(+) create mode 100644 Resources/Private/Language/sr.locallang_db.xlf diff --git a/Resources/Private/Language/sr.locallang_db.xlf b/Resources/Private/Language/sr.locallang_db.xlf new file mode 100644 index 0000000..e054d8d --- /dev/null +++ b/Resources/Private/Language/sr.locallang_db.xlf @@ -0,0 +1,48 @@ + + + +
+ + + First name + First name + + + Last name + Last name + + + Phone + Phone + + + Street, number + Street, number + + + ZIP city + ZIP city + + + Email + Email + + + Message + Message + + + Content + Content + + + This field will not be filled automatically in default configuration. To change that you have to configure "mapOnDatabaseColumn" in yaml. + This field will not be filled automatically in default configuration. To change that you have to configure "mapOnDatabaseColumn" in yaml. + + + This field will be filled automatically by the first found text field which is of type email. You can override that when you configure "mapOnDatabaseColumn" in yaml. + This field will be filled automatically by the first found text field which is of type email. You can override that when you configure "mapOnDatabaseColumn" in yaml. + + + + From 8bc59d82b5b6ec31e746c1f7d6e56ed797022df7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stefan=20Fr=C3=B6mken?= <123929835+sfroemkenjw@users.noreply.github.com> Date: Tue, 5 Mar 2024 14:35:47 +0100 Subject: [PATCH 020/103] New translations locallang_db.xlf (Swedish) --- .../Private/Language/sv.locallang_db.xlf | 48 +++++++++++++++++++ 1 file changed, 48 insertions(+) create mode 100644 Resources/Private/Language/sv.locallang_db.xlf diff --git a/Resources/Private/Language/sv.locallang_db.xlf b/Resources/Private/Language/sv.locallang_db.xlf new file mode 100644 index 0000000..bd210cb --- /dev/null +++ b/Resources/Private/Language/sv.locallang_db.xlf @@ -0,0 +1,48 @@ + + + +
+ + + First name + First name + + + Last name + Last name + + + Phone + Phone + + + Street, number + Street, number + + + ZIP city + ZIP city + + + Email + Email + + + Message + Message + + + Content + Content + + + This field will not be filled automatically in default configuration. To change that you have to configure "mapOnDatabaseColumn" in yaml. + This field will not be filled automatically in default configuration. To change that you have to configure "mapOnDatabaseColumn" in yaml. + + + This field will be filled automatically by the first found text field which is of type email. You can override that when you configure "mapOnDatabaseColumn" in yaml. + This field will be filled automatically by the first found text field which is of type email. You can override that when you configure "mapOnDatabaseColumn" in yaml. + + + + From 7a79ed7d6febf9dc8222f689bc7ade9db7aa345f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stefan=20Fr=C3=B6mken?= <123929835+sfroemkenjw@users.noreply.github.com> Date: Tue, 5 Mar 2024 14:35:48 +0100 Subject: [PATCH 021/103] New translations locallang_db.xlf (Turkish) --- .../Private/Language/tr.locallang_db.xlf | 48 +++++++++++++++++++ 1 file changed, 48 insertions(+) create mode 100644 Resources/Private/Language/tr.locallang_db.xlf diff --git a/Resources/Private/Language/tr.locallang_db.xlf b/Resources/Private/Language/tr.locallang_db.xlf new file mode 100644 index 0000000..0254eee --- /dev/null +++ b/Resources/Private/Language/tr.locallang_db.xlf @@ -0,0 +1,48 @@ + + + +
+ + + First name + First name + + + Last name + Last name + + + Phone + Phone + + + Street, number + Street, number + + + ZIP city + ZIP city + + + Email + Email + + + Message + Message + + + Content + Content + + + This field will not be filled automatically in default configuration. To change that you have to configure "mapOnDatabaseColumn" in yaml. + This field will not be filled automatically in default configuration. To change that you have to configure "mapOnDatabaseColumn" in yaml. + + + This field will be filled automatically by the first found text field which is of type email. You can override that when you configure "mapOnDatabaseColumn" in yaml. + This field will be filled automatically by the first found text field which is of type email. You can override that when you configure "mapOnDatabaseColumn" in yaml. + + + + From 24a9644f5b52f71733c5b54e6271eb377e7c5e70 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stefan=20Fr=C3=B6mken?= <123929835+sfroemkenjw@users.noreply.github.com> Date: Tue, 5 Mar 2024 14:35:49 +0100 Subject: [PATCH 022/103] New translations locallang_db.xlf (Ukrainian) --- .../Private/Language/uk.locallang_db.xlf | 48 +++++++++++++++++++ 1 file changed, 48 insertions(+) create mode 100644 Resources/Private/Language/uk.locallang_db.xlf diff --git a/Resources/Private/Language/uk.locallang_db.xlf b/Resources/Private/Language/uk.locallang_db.xlf new file mode 100644 index 0000000..8cf7329 --- /dev/null +++ b/Resources/Private/Language/uk.locallang_db.xlf @@ -0,0 +1,48 @@ + + + +
+ + + First name + First name + + + Last name + Last name + + + Phone + Phone + + + Street, number + Street, number + + + ZIP city + ZIP city + + + Email + Email + + + Message + Message + + + Content + Content + + + This field will not be filled automatically in default configuration. To change that you have to configure "mapOnDatabaseColumn" in yaml. + This field will not be filled automatically in default configuration. To change that you have to configure "mapOnDatabaseColumn" in yaml. + + + This field will be filled automatically by the first found text field which is of type email. You can override that when you configure "mapOnDatabaseColumn" in yaml. + This field will be filled automatically by the first found text field which is of type email. You can override that when you configure "mapOnDatabaseColumn" in yaml. + + + + From 0606db30188ebcb032d0dcdb94abe290cc40f663 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stefan=20Fr=C3=B6mken?= <123929835+sfroemkenjw@users.noreply.github.com> Date: Tue, 5 Mar 2024 14:35:49 +0100 Subject: [PATCH 023/103] New translations locallang_db.xlf (English) --- .../Private/Language/en.locallang_db.xlf | 48 +++++++++++++++++++ 1 file changed, 48 insertions(+) create mode 100644 Resources/Private/Language/en.locallang_db.xlf diff --git a/Resources/Private/Language/en.locallang_db.xlf b/Resources/Private/Language/en.locallang_db.xlf new file mode 100644 index 0000000..adc369d --- /dev/null +++ b/Resources/Private/Language/en.locallang_db.xlf @@ -0,0 +1,48 @@ + + + +
+ + + First name + First name + + + Last name + Last name + + + Phone + Phone + + + Street, number + Street, number + + + ZIP city + ZIP city + + + Email + Email + + + Message + Message + + + Content + Content + + + This field will not be filled automatically in default configuration. To change that you have to configure "mapOnDatabaseColumn" in yaml. + This field will not be filled automatically in default configuration. To change that you have to configure "mapOnDatabaseColumn" in yaml. + + + This field will be filled automatically by the first found text field which is of type email. You can override that when you configure "mapOnDatabaseColumn" in yaml. + This field will be filled automatically by the first found text field which is of type email. You can override that when you configure "mapOnDatabaseColumn" in yaml. + + + + From 362975d16eea9416a01d8fe9960ebcde9f7f9e52 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stefan=20Fr=C3=B6mken?= <123929835+sfroemkenjw@users.noreply.github.com> Date: Tue, 5 Mar 2024 14:35:50 +0100 Subject: [PATCH 024/103] New translations locallang_db.xlf (Vietnamese) --- .../Private/Language/vi.locallang_db.xlf | 48 +++++++++++++++++++ 1 file changed, 48 insertions(+) create mode 100644 Resources/Private/Language/vi.locallang_db.xlf diff --git a/Resources/Private/Language/vi.locallang_db.xlf b/Resources/Private/Language/vi.locallang_db.xlf new file mode 100644 index 0000000..ed6c1bf --- /dev/null +++ b/Resources/Private/Language/vi.locallang_db.xlf @@ -0,0 +1,48 @@ + + + +
+ + + First name + First name + + + Last name + Last name + + + Phone + Phone + + + Street, number + Street, number + + + ZIP city + ZIP city + + + Email + Email + + + Message + Message + + + Content + Content + + + This field will not be filled automatically in default configuration. To change that you have to configure "mapOnDatabaseColumn" in yaml. + This field will not be filled automatically in default configuration. To change that you have to configure "mapOnDatabaseColumn" in yaml. + + + This field will be filled automatically by the first found text field which is of type email. You can override that when you configure "mapOnDatabaseColumn" in yaml. + This field will be filled automatically by the first found text field which is of type email. You can override that when you configure "mapOnDatabaseColumn" in yaml. + + + + From 83c2333747d21bea31a7c9ff7a84c26c6f36b28b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stefan=20Fr=C3=B6mken?= <123929835+sfroemkenjw@users.noreply.github.com> Date: Tue, 5 Mar 2024 14:35:51 +0100 Subject: [PATCH 025/103] New translations locallang_db.xlf (Portuguese, Brazilian) --- .../Private/Language/pt_BR.locallang_db.xlf | 48 +++++++++++++++++++ 1 file changed, 48 insertions(+) create mode 100644 Resources/Private/Language/pt_BR.locallang_db.xlf diff --git a/Resources/Private/Language/pt_BR.locallang_db.xlf b/Resources/Private/Language/pt_BR.locallang_db.xlf new file mode 100644 index 0000000..76415b3 --- /dev/null +++ b/Resources/Private/Language/pt_BR.locallang_db.xlf @@ -0,0 +1,48 @@ + + + +
+ + + First name + First name + + + Last name + Last name + + + Phone + Phone + + + Street, number + Street, number + + + ZIP city + ZIP city + + + Email + Email + + + Message + Message + + + Content + Content + + + This field will not be filled automatically in default configuration. To change that you have to configure "mapOnDatabaseColumn" in yaml. + This field will not be filled automatically in default configuration. To change that you have to configure "mapOnDatabaseColumn" in yaml. + + + This field will be filled automatically by the first found text field which is of type email. You can override that when you configure "mapOnDatabaseColumn" in yaml. + This field will be filled automatically by the first found text field which is of type email. You can override that when you configure "mapOnDatabaseColumn" in yaml. + + + + From 69c6182c8813c8cdcfd429340936dddf41b83056 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stefan=20Fr=C3=B6mken?= <123929835+sfroemkenjw@users.noreply.github.com> Date: Tue, 5 Mar 2024 14:35:52 +0100 Subject: [PATCH 026/103] New translations locallang_form_editor.xlf (Romanian) --- .../Language/ro.locallang_form_editor.xlf | 24 +++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 Resources/Private/Language/ro.locallang_form_editor.xlf diff --git a/Resources/Private/Language/ro.locallang_form_editor.xlf b/Resources/Private/Language/ro.locallang_form_editor.xlf new file mode 100644 index 0000000..208847f --- /dev/null +++ b/Resources/Private/Language/ro.locallang_form_editor.xlf @@ -0,0 +1,24 @@ + + + +
+ + + Store fields as XML + Store fields as XML + + + Store fields as XML + Store fields as XML + + + Store fields to page UID + Store fields to page UID + + + Page + Page + + + + From 018febf21572a95677978cd751b0a0b93d8b7ada Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stefan=20Fr=C3=B6mken?= <123929835+sfroemkenjw@users.noreply.github.com> Date: Tue, 5 Mar 2024 14:35:53 +0100 Subject: [PATCH 027/103] New translations locallang_form_editor.xlf (French) --- .../Language/fr.locallang_form_editor.xlf | 24 +++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 Resources/Private/Language/fr.locallang_form_editor.xlf diff --git a/Resources/Private/Language/fr.locallang_form_editor.xlf b/Resources/Private/Language/fr.locallang_form_editor.xlf new file mode 100644 index 0000000..4a338bf --- /dev/null +++ b/Resources/Private/Language/fr.locallang_form_editor.xlf @@ -0,0 +1,24 @@ + + + +
+ + + Store fields as XML + Store fields as XML + + + Store fields as XML + Store fields as XML + + + Store fields to page UID + Store fields to page UID + + + Page + Page + + + + From 0df86fc599c63605d70a0489f2bbdb778e02af39 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stefan=20Fr=C3=B6mken?= <123929835+sfroemkenjw@users.noreply.github.com> Date: Tue, 5 Mar 2024 14:35:53 +0100 Subject: [PATCH 028/103] New translations locallang_form_editor.xlf (Spanish) --- .../Language/es.locallang_form_editor.xlf | 24 +++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 Resources/Private/Language/es.locallang_form_editor.xlf diff --git a/Resources/Private/Language/es.locallang_form_editor.xlf b/Resources/Private/Language/es.locallang_form_editor.xlf new file mode 100644 index 0000000..f02f6d6 --- /dev/null +++ b/Resources/Private/Language/es.locallang_form_editor.xlf @@ -0,0 +1,24 @@ + + + +
+ + + Store fields as XML + Store fields as XML + + + Store fields as XML + Store fields as XML + + + Store fields to page UID + Store fields to page UID + + + Page + Page + + + + From 81c3a0cbd534bfa8be9f18ac4bcc522130c0f217 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stefan=20Fr=C3=B6mken?= <123929835+sfroemkenjw@users.noreply.github.com> Date: Tue, 5 Mar 2024 14:35:54 +0100 Subject: [PATCH 029/103] New translations locallang_form_editor.xlf (Czech) --- .../Language/cs.locallang_form_editor.xlf | 24 +++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 Resources/Private/Language/cs.locallang_form_editor.xlf diff --git a/Resources/Private/Language/cs.locallang_form_editor.xlf b/Resources/Private/Language/cs.locallang_form_editor.xlf new file mode 100644 index 0000000..dd5f783 --- /dev/null +++ b/Resources/Private/Language/cs.locallang_form_editor.xlf @@ -0,0 +1,24 @@ + + + +
+ + + Store fields as XML + Store fields as XML + + + Store fields as XML + Store fields as XML + + + Store fields to page UID + Store fields to page UID + + + Page + Page + + + + From 883b56c1e453e8d076cd5faa23898204c44b17e6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stefan=20Fr=C3=B6mken?= <123929835+sfroemkenjw@users.noreply.github.com> Date: Tue, 5 Mar 2024 14:35:55 +0100 Subject: [PATCH 030/103] New translations locallang_form_editor.xlf (Danish) --- .../Language/da.locallang_form_editor.xlf | 24 +++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 Resources/Private/Language/da.locallang_form_editor.xlf diff --git a/Resources/Private/Language/da.locallang_form_editor.xlf b/Resources/Private/Language/da.locallang_form_editor.xlf new file mode 100644 index 0000000..4aa94c4 --- /dev/null +++ b/Resources/Private/Language/da.locallang_form_editor.xlf @@ -0,0 +1,24 @@ + + + +
+ + + Store fields as XML + Store fields as XML + + + Store fields as XML + Store fields as XML + + + Store fields to page UID + Store fields to page UID + + + Page + Page + + + + From 6df971f36096ddd23bdc970e81454e515fea1bd4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stefan=20Fr=C3=B6mken?= <123929835+sfroemkenjw@users.noreply.github.com> Date: Tue, 5 Mar 2024 14:35:56 +0100 Subject: [PATCH 031/103] New translations locallang_form_editor.xlf (German) --- .../Language/de.locallang_form_editor.xlf | 44 +++++++++---------- 1 file changed, 22 insertions(+), 22 deletions(-) diff --git a/Resources/Private/Language/de.locallang_form_editor.xlf b/Resources/Private/Language/de.locallang_form_editor.xlf index 5095e44..6c9df44 100644 --- a/Resources/Private/Language/de.locallang_form_editor.xlf +++ b/Resources/Private/Language/de.locallang_form_editor.xlf @@ -1,24 +1,24 @@ - + - -
- - - Store fields as XML - Speichere Felder als XML - - - Store fields as XML - Speichere Felder als XML - - - Store fields to page UID - Speichere Felder aus Seiten UID - - - Page - Seite - - - + +
+ + + Store fields as XML + Store fields as XML + + + Store fields as XML + Store fields as XML + + + Store fields to page UID + Store fields to page UID + + + Page + Page + + + From aa5c1a99e269684e77b58c19952277a57538c091 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stefan=20Fr=C3=B6mken?= <123929835+sfroemkenjw@users.noreply.github.com> Date: Tue, 5 Mar 2024 14:35:57 +0100 Subject: [PATCH 032/103] New translations locallang_form_editor.xlf (Greek) --- .../Language/el.locallang_form_editor.xlf | 24 +++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 Resources/Private/Language/el.locallang_form_editor.xlf diff --git a/Resources/Private/Language/el.locallang_form_editor.xlf b/Resources/Private/Language/el.locallang_form_editor.xlf new file mode 100644 index 0000000..59700bd --- /dev/null +++ b/Resources/Private/Language/el.locallang_form_editor.xlf @@ -0,0 +1,24 @@ + + + +
+ + + Store fields as XML + Store fields as XML + + + Store fields as XML + Store fields as XML + + + Store fields to page UID + Store fields to page UID + + + Page + Page + + + + From 022f04ef5554e8ef8f26d7680a8dc21e0a387022 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stefan=20Fr=C3=B6mken?= <123929835+sfroemkenjw@users.noreply.github.com> Date: Tue, 5 Mar 2024 14:35:58 +0100 Subject: [PATCH 033/103] New translations locallang_form_editor.xlf (Finnish) --- .../Language/fi.locallang_form_editor.xlf | 24 +++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 Resources/Private/Language/fi.locallang_form_editor.xlf diff --git a/Resources/Private/Language/fi.locallang_form_editor.xlf b/Resources/Private/Language/fi.locallang_form_editor.xlf new file mode 100644 index 0000000..b85fb28 --- /dev/null +++ b/Resources/Private/Language/fi.locallang_form_editor.xlf @@ -0,0 +1,24 @@ + + + +
+ + + Store fields as XML + Store fields as XML + + + Store fields as XML + Store fields as XML + + + Store fields to page UID + Store fields to page UID + + + Page + Page + + + + From 58b450dc0e52d7428483ffac6956ad9d4c32cfc7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stefan=20Fr=C3=B6mken?= <123929835+sfroemkenjw@users.noreply.github.com> Date: Tue, 5 Mar 2024 14:35:59 +0100 Subject: [PATCH 034/103] New translations locallang_form_editor.xlf (Hebrew) --- .../Language/he.locallang_form_editor.xlf | 24 +++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 Resources/Private/Language/he.locallang_form_editor.xlf diff --git a/Resources/Private/Language/he.locallang_form_editor.xlf b/Resources/Private/Language/he.locallang_form_editor.xlf new file mode 100644 index 0000000..f73bc5e --- /dev/null +++ b/Resources/Private/Language/he.locallang_form_editor.xlf @@ -0,0 +1,24 @@ + + + +
+ + + Store fields as XML + Store fields as XML + + + Store fields as XML + Store fields as XML + + + Store fields to page UID + Store fields to page UID + + + Page + Page + + + + From 4305571f974c55917caca39fbbb42c04ca775154 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stefan=20Fr=C3=B6mken?= <123929835+sfroemkenjw@users.noreply.github.com> Date: Tue, 5 Mar 2024 14:35:59 +0100 Subject: [PATCH 035/103] New translations locallang_form_editor.xlf (Hungarian) --- .../Language/hu.locallang_form_editor.xlf | 24 +++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 Resources/Private/Language/hu.locallang_form_editor.xlf diff --git a/Resources/Private/Language/hu.locallang_form_editor.xlf b/Resources/Private/Language/hu.locallang_form_editor.xlf new file mode 100644 index 0000000..8f9ba20 --- /dev/null +++ b/Resources/Private/Language/hu.locallang_form_editor.xlf @@ -0,0 +1,24 @@ + + + +
+ + + Store fields as XML + Store fields as XML + + + Store fields as XML + Store fields as XML + + + Store fields to page UID + Store fields to page UID + + + Page + Page + + + + From 4a74d408ab58653332a42420a4b3f1a38dfcbc51 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stefan=20Fr=C3=B6mken?= <123929835+sfroemkenjw@users.noreply.github.com> Date: Tue, 5 Mar 2024 14:36:00 +0100 Subject: [PATCH 036/103] New translations locallang_form_editor.xlf (Italian) --- .../Language/it.locallang_form_editor.xlf | 24 +++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 Resources/Private/Language/it.locallang_form_editor.xlf diff --git a/Resources/Private/Language/it.locallang_form_editor.xlf b/Resources/Private/Language/it.locallang_form_editor.xlf new file mode 100644 index 0000000..4d66d57 --- /dev/null +++ b/Resources/Private/Language/it.locallang_form_editor.xlf @@ -0,0 +1,24 @@ + + + +
+ + + Store fields as XML + Store fields as XML + + + Store fields as XML + Store fields as XML + + + Store fields to page UID + Store fields to page UID + + + Page + Page + + + + From 274612114acdbc75850bcf619ca36a5826dad931 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stefan=20Fr=C3=B6mken?= <123929835+sfroemkenjw@users.noreply.github.com> Date: Tue, 5 Mar 2024 14:36:01 +0100 Subject: [PATCH 037/103] New translations locallang_form_editor.xlf (Japanese) --- .../Language/ja.locallang_form_editor.xlf | 24 +++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 Resources/Private/Language/ja.locallang_form_editor.xlf diff --git a/Resources/Private/Language/ja.locallang_form_editor.xlf b/Resources/Private/Language/ja.locallang_form_editor.xlf new file mode 100644 index 0000000..38a1082 --- /dev/null +++ b/Resources/Private/Language/ja.locallang_form_editor.xlf @@ -0,0 +1,24 @@ + + + +
+ + + Store fields as XML + Store fields as XML + + + Store fields as XML + Store fields as XML + + + Store fields to page UID + Store fields to page UID + + + Page + Page + + + + From 5644033d8e76120e3effd7f9b1361f294279657c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stefan=20Fr=C3=B6mken?= <123929835+sfroemkenjw@users.noreply.github.com> Date: Tue, 5 Mar 2024 14:36:02 +0100 Subject: [PATCH 038/103] New translations locallang_form_editor.xlf (Korean) --- .../Language/ko.locallang_form_editor.xlf | 24 +++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 Resources/Private/Language/ko.locallang_form_editor.xlf diff --git a/Resources/Private/Language/ko.locallang_form_editor.xlf b/Resources/Private/Language/ko.locallang_form_editor.xlf new file mode 100644 index 0000000..9585155 --- /dev/null +++ b/Resources/Private/Language/ko.locallang_form_editor.xlf @@ -0,0 +1,24 @@ + + + +
+ + + Store fields as XML + Store fields as XML + + + Store fields as XML + Store fields as XML + + + Store fields to page UID + Store fields to page UID + + + Page + Page + + + + From 04727180010fd250d045598ae7b23f50ffb8732a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stefan=20Fr=C3=B6mken?= <123929835+sfroemkenjw@users.noreply.github.com> Date: Tue, 5 Mar 2024 14:36:03 +0100 Subject: [PATCH 039/103] New translations locallang_form_editor.xlf (Dutch) --- .../Language/nl.locallang_form_editor.xlf | 24 +++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 Resources/Private/Language/nl.locallang_form_editor.xlf diff --git a/Resources/Private/Language/nl.locallang_form_editor.xlf b/Resources/Private/Language/nl.locallang_form_editor.xlf new file mode 100644 index 0000000..78e34ae --- /dev/null +++ b/Resources/Private/Language/nl.locallang_form_editor.xlf @@ -0,0 +1,24 @@ + + + +
+ + + Store fields as XML + Store fields as XML + + + Store fields as XML + Store fields as XML + + + Store fields to page UID + Store fields to page UID + + + Page + Page + + + + From fff2c4f87abbe669fa3ffa0245b37a8a6bf5913d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stefan=20Fr=C3=B6mken?= <123929835+sfroemkenjw@users.noreply.github.com> Date: Tue, 5 Mar 2024 14:36:04 +0100 Subject: [PATCH 040/103] New translations locallang_form_editor.xlf (Norwegian) --- .../Language/no.locallang_form_editor.xlf | 24 +++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 Resources/Private/Language/no.locallang_form_editor.xlf diff --git a/Resources/Private/Language/no.locallang_form_editor.xlf b/Resources/Private/Language/no.locallang_form_editor.xlf new file mode 100644 index 0000000..0151ab1 --- /dev/null +++ b/Resources/Private/Language/no.locallang_form_editor.xlf @@ -0,0 +1,24 @@ + + + +
+ + + Store fields as XML + Store fields as XML + + + Store fields as XML + Store fields as XML + + + Store fields to page UID + Store fields to page UID + + + Page + Page + + + + From 2da8e8863298eabea9f287a8668315f102c712fa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stefan=20Fr=C3=B6mken?= <123929835+sfroemkenjw@users.noreply.github.com> Date: Tue, 5 Mar 2024 14:36:04 +0100 Subject: [PATCH 041/103] New translations locallang_form_editor.xlf (Polish) --- .../Language/pl.locallang_form_editor.xlf | 24 +++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 Resources/Private/Language/pl.locallang_form_editor.xlf diff --git a/Resources/Private/Language/pl.locallang_form_editor.xlf b/Resources/Private/Language/pl.locallang_form_editor.xlf new file mode 100644 index 0000000..28146c2 --- /dev/null +++ b/Resources/Private/Language/pl.locallang_form_editor.xlf @@ -0,0 +1,24 @@ + + + +
+ + + Store fields as XML + Store fields as XML + + + Store fields as XML + Store fields as XML + + + Store fields to page UID + Store fields to page UID + + + Page + Page + + + + From d6b1d7ea631ead4170120f681a3b5b372efbe553 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stefan=20Fr=C3=B6mken?= <123929835+sfroemkenjw@users.noreply.github.com> Date: Tue, 5 Mar 2024 14:36:05 +0100 Subject: [PATCH 042/103] New translations locallang_form_editor.xlf (Portuguese) --- .../Language/pt.locallang_form_editor.xlf | 24 +++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 Resources/Private/Language/pt.locallang_form_editor.xlf diff --git a/Resources/Private/Language/pt.locallang_form_editor.xlf b/Resources/Private/Language/pt.locallang_form_editor.xlf new file mode 100644 index 0000000..6fc2f20 --- /dev/null +++ b/Resources/Private/Language/pt.locallang_form_editor.xlf @@ -0,0 +1,24 @@ + + + +
+ + + Store fields as XML + Store fields as XML + + + Store fields as XML + Store fields as XML + + + Store fields to page UID + Store fields to page UID + + + Page + Page + + + + From ffdf07b81732785b7cd2e03190431fd95da7d7ea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stefan=20Fr=C3=B6mken?= <123929835+sfroemkenjw@users.noreply.github.com> Date: Tue, 5 Mar 2024 14:36:06 +0100 Subject: [PATCH 043/103] New translations locallang_form_editor.xlf (Russian) --- .../Language/ru.locallang_form_editor.xlf | 24 +++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 Resources/Private/Language/ru.locallang_form_editor.xlf diff --git a/Resources/Private/Language/ru.locallang_form_editor.xlf b/Resources/Private/Language/ru.locallang_form_editor.xlf new file mode 100644 index 0000000..ffd51fc --- /dev/null +++ b/Resources/Private/Language/ru.locallang_form_editor.xlf @@ -0,0 +1,24 @@ + + + +
+ + + Store fields as XML + Store fields as XML + + + Store fields as XML + Store fields as XML + + + Store fields to page UID + Store fields to page UID + + + Page + Page + + + + From 00cc6782e16920824f31939f39a4610fadd824a4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stefan=20Fr=C3=B6mken?= <123929835+sfroemkenjw@users.noreply.github.com> Date: Tue, 5 Mar 2024 14:36:07 +0100 Subject: [PATCH 044/103] New translations locallang_form_editor.xlf (Serbian (Cyrillic)) --- .../Language/sr.locallang_form_editor.xlf | 24 +++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 Resources/Private/Language/sr.locallang_form_editor.xlf diff --git a/Resources/Private/Language/sr.locallang_form_editor.xlf b/Resources/Private/Language/sr.locallang_form_editor.xlf new file mode 100644 index 0000000..b692605 --- /dev/null +++ b/Resources/Private/Language/sr.locallang_form_editor.xlf @@ -0,0 +1,24 @@ + + + +
+ + + Store fields as XML + Store fields as XML + + + Store fields as XML + Store fields as XML + + + Store fields to page UID + Store fields to page UID + + + Page + Page + + + + From c9973d057c373c14e45cec8e6253a86d8b995bf9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stefan=20Fr=C3=B6mken?= <123929835+sfroemkenjw@users.noreply.github.com> Date: Tue, 5 Mar 2024 14:36:08 +0100 Subject: [PATCH 045/103] New translations locallang_form_editor.xlf (Swedish) --- .../Language/sv.locallang_form_editor.xlf | 24 +++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 Resources/Private/Language/sv.locallang_form_editor.xlf diff --git a/Resources/Private/Language/sv.locallang_form_editor.xlf b/Resources/Private/Language/sv.locallang_form_editor.xlf new file mode 100644 index 0000000..7b1a45f --- /dev/null +++ b/Resources/Private/Language/sv.locallang_form_editor.xlf @@ -0,0 +1,24 @@ + + + +
+ + + Store fields as XML + Store fields as XML + + + Store fields as XML + Store fields as XML + + + Store fields to page UID + Store fields to page UID + + + Page + Page + + + + From cf3aae1ff9115e8b3b7f866acff39693e0084c45 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stefan=20Fr=C3=B6mken?= <123929835+sfroemkenjw@users.noreply.github.com> Date: Tue, 5 Mar 2024 14:36:09 +0100 Subject: [PATCH 046/103] New translations locallang_form_editor.xlf (Turkish) --- .../Language/tr.locallang_form_editor.xlf | 24 +++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 Resources/Private/Language/tr.locallang_form_editor.xlf diff --git a/Resources/Private/Language/tr.locallang_form_editor.xlf b/Resources/Private/Language/tr.locallang_form_editor.xlf new file mode 100644 index 0000000..d7f7240 --- /dev/null +++ b/Resources/Private/Language/tr.locallang_form_editor.xlf @@ -0,0 +1,24 @@ + + + +
+ + + Store fields as XML + Store fields as XML + + + Store fields as XML + Store fields as XML + + + Store fields to page UID + Store fields to page UID + + + Page + Page + + + + From b1c9990134dcd2b8e4b372c3ff48af87c30c35d7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stefan=20Fr=C3=B6mken?= <123929835+sfroemkenjw@users.noreply.github.com> Date: Tue, 5 Mar 2024 14:36:10 +0100 Subject: [PATCH 047/103] New translations locallang_form_editor.xlf (Ukrainian) --- .../Language/uk.locallang_form_editor.xlf | 24 +++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 Resources/Private/Language/uk.locallang_form_editor.xlf diff --git a/Resources/Private/Language/uk.locallang_form_editor.xlf b/Resources/Private/Language/uk.locallang_form_editor.xlf new file mode 100644 index 0000000..77f3494 --- /dev/null +++ b/Resources/Private/Language/uk.locallang_form_editor.xlf @@ -0,0 +1,24 @@ + + + +
+ + + Store fields as XML + Store fields as XML + + + Store fields as XML + Store fields as XML + + + Store fields to page UID + Store fields to page UID + + + Page + Page + + + + From 44efed997dea11595dbd7966e11bff2868778228 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stefan=20Fr=C3=B6mken?= <123929835+sfroemkenjw@users.noreply.github.com> Date: Tue, 5 Mar 2024 14:36:11 +0100 Subject: [PATCH 048/103] New translations locallang_form_editor.xlf (English) --- .../Language/en.locallang_form_editor.xlf | 24 +++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 Resources/Private/Language/en.locallang_form_editor.xlf diff --git a/Resources/Private/Language/en.locallang_form_editor.xlf b/Resources/Private/Language/en.locallang_form_editor.xlf new file mode 100644 index 0000000..1b6da58 --- /dev/null +++ b/Resources/Private/Language/en.locallang_form_editor.xlf @@ -0,0 +1,24 @@ + + + +
+ + + Store fields as XML + Store fields as XML + + + Store fields as XML + Store fields as XML + + + Store fields to page UID + Store fields to page UID + + + Page + Page + + + + From 33bbb7a801b01d4c0b9b2845147f16ff831451c8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stefan=20Fr=C3=B6mken?= <123929835+sfroemkenjw@users.noreply.github.com> Date: Tue, 5 Mar 2024 14:36:12 +0100 Subject: [PATCH 049/103] New translations locallang_form_editor.xlf (Vietnamese) --- .../Language/vi.locallang_form_editor.xlf | 24 +++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 Resources/Private/Language/vi.locallang_form_editor.xlf diff --git a/Resources/Private/Language/vi.locallang_form_editor.xlf b/Resources/Private/Language/vi.locallang_form_editor.xlf new file mode 100644 index 0000000..5126e56 --- /dev/null +++ b/Resources/Private/Language/vi.locallang_form_editor.xlf @@ -0,0 +1,24 @@ + + + +
+ + + Store fields as XML + Store fields as XML + + + Store fields as XML + Store fields as XML + + + Store fields to page UID + Store fields to page UID + + + Page + Page + + + + From 87b09a74895eeff40a04133552cd4532491fcd08 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stefan=20Fr=C3=B6mken?= <123929835+sfroemkenjw@users.noreply.github.com> Date: Tue, 5 Mar 2024 14:36:13 +0100 Subject: [PATCH 050/103] New translations locallang_form_editor.xlf (Portuguese, Brazilian) --- .../Language/pt_BR.locallang_form_editor.xlf | 24 +++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 Resources/Private/Language/pt_BR.locallang_form_editor.xlf diff --git a/Resources/Private/Language/pt_BR.locallang_form_editor.xlf b/Resources/Private/Language/pt_BR.locallang_form_editor.xlf new file mode 100644 index 0000000..a950560 --- /dev/null +++ b/Resources/Private/Language/pt_BR.locallang_form_editor.xlf @@ -0,0 +1,24 @@ + + + +
+ + + Store fields as XML + Store fields as XML + + + Store fields as XML + Store fields as XML + + + Store fields to page UID + Store fields to page UID + + + Page + Page + + + + From 0c4211f3181f5724a0cc0f2563a0640fe802fa22 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stefan=20Fr=C3=B6mken?= <123929835+sfroemkenjw@users.noreply.github.com> Date: Tue, 5 Mar 2024 14:36:14 +0100 Subject: [PATCH 051/103] New translations locallang_form_engine.xlf (Romanian) --- .../Language/ro.locallang_form_engine.xlf | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 Resources/Private/Language/ro.locallang_form_engine.xlf diff --git a/Resources/Private/Language/ro.locallang_form_engine.xlf b/Resources/Private/Language/ro.locallang_form_engine.xlf new file mode 100644 index 0000000..dd1755d --- /dev/null +++ b/Resources/Private/Language/ro.locallang_form_engine.xlf @@ -0,0 +1,16 @@ + + + +
+ + + Store fields as XML + Store fields as XML + + + Store fields to page UID + Store fields to page UID + + + + From 5c10ef210db4ebddb83b626a6a5bd95e3f4d7360 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stefan=20Fr=C3=B6mken?= <123929835+sfroemkenjw@users.noreply.github.com> Date: Tue, 5 Mar 2024 14:36:14 +0100 Subject: [PATCH 052/103] New translations locallang_form_engine.xlf (French) --- .../Language/fr.locallang_form_engine.xlf | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 Resources/Private/Language/fr.locallang_form_engine.xlf diff --git a/Resources/Private/Language/fr.locallang_form_engine.xlf b/Resources/Private/Language/fr.locallang_form_engine.xlf new file mode 100644 index 0000000..8ecd3ad --- /dev/null +++ b/Resources/Private/Language/fr.locallang_form_engine.xlf @@ -0,0 +1,16 @@ + + + +
+ + + Store fields as XML + Store fields as XML + + + Store fields to page UID + Store fields to page UID + + + + From 388165a881b941b0c81e429f38ec3f4911e6e8a9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stefan=20Fr=C3=B6mken?= <123929835+sfroemkenjw@users.noreply.github.com> Date: Tue, 5 Mar 2024 14:36:16 +0100 Subject: [PATCH 053/103] New translations locallang_form_engine.xlf (Spanish) --- .../Language/es.locallang_form_engine.xlf | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 Resources/Private/Language/es.locallang_form_engine.xlf diff --git a/Resources/Private/Language/es.locallang_form_engine.xlf b/Resources/Private/Language/es.locallang_form_engine.xlf new file mode 100644 index 0000000..a23784b --- /dev/null +++ b/Resources/Private/Language/es.locallang_form_engine.xlf @@ -0,0 +1,16 @@ + + + +
+ + + Store fields as XML + Store fields as XML + + + Store fields to page UID + Store fields to page UID + + + + From 9f56fbe26d43a065dd6eed838037ee35a5cb4e32 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stefan=20Fr=C3=B6mken?= <123929835+sfroemkenjw@users.noreply.github.com> Date: Tue, 5 Mar 2024 14:36:17 +0100 Subject: [PATCH 054/103] New translations locallang_form_engine.xlf (Czech) --- .../Language/cs.locallang_form_engine.xlf | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 Resources/Private/Language/cs.locallang_form_engine.xlf diff --git a/Resources/Private/Language/cs.locallang_form_engine.xlf b/Resources/Private/Language/cs.locallang_form_engine.xlf new file mode 100644 index 0000000..c8715b5 --- /dev/null +++ b/Resources/Private/Language/cs.locallang_form_engine.xlf @@ -0,0 +1,16 @@ + + + +
+ + + Store fields as XML + Store fields as XML + + + Store fields to page UID + Store fields to page UID + + + + From 73533a95d8b9e47ad97cc9a882a5dc5a01aece06 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stefan=20Fr=C3=B6mken?= <123929835+sfroemkenjw@users.noreply.github.com> Date: Tue, 5 Mar 2024 14:36:18 +0100 Subject: [PATCH 055/103] New translations locallang_form_engine.xlf (Danish) --- .../Language/da.locallang_form_engine.xlf | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 Resources/Private/Language/da.locallang_form_engine.xlf diff --git a/Resources/Private/Language/da.locallang_form_engine.xlf b/Resources/Private/Language/da.locallang_form_engine.xlf new file mode 100644 index 0000000..d0023fd --- /dev/null +++ b/Resources/Private/Language/da.locallang_form_engine.xlf @@ -0,0 +1,16 @@ + + + +
+ + + Store fields as XML + Store fields as XML + + + Store fields to page UID + Store fields to page UID + + + + From ec59be2e8e25ac2b4ec861a36646d09b31860dcf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stefan=20Fr=C3=B6mken?= <123929835+sfroemkenjw@users.noreply.github.com> Date: Tue, 5 Mar 2024 14:36:19 +0100 Subject: [PATCH 056/103] New translations locallang_form_engine.xlf (German) --- .../Language/de.locallang_form_engine.xlf | 28 +++++++++---------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/Resources/Private/Language/de.locallang_form_engine.xlf b/Resources/Private/Language/de.locallang_form_engine.xlf index d003c90..16b2bd3 100644 --- a/Resources/Private/Language/de.locallang_form_engine.xlf +++ b/Resources/Private/Language/de.locallang_form_engine.xlf @@ -1,16 +1,16 @@ - + - -
- - - Store fields as XML - Speichere Felder als XML - - - Store fields to page UID - Speichere Felder auf Seiten UID - - - + +
+ + + Store fields as XML + Store fields as XML + + + Store fields to page UID + Store fields to page UID + + + From 6b1a519119098d01f6cfbf558d4c8ae9640dd854 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stefan=20Fr=C3=B6mken?= <123929835+sfroemkenjw@users.noreply.github.com> Date: Tue, 5 Mar 2024 14:36:19 +0100 Subject: [PATCH 057/103] New translations locallang_form_engine.xlf (Greek) --- .../Language/el.locallang_form_engine.xlf | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 Resources/Private/Language/el.locallang_form_engine.xlf diff --git a/Resources/Private/Language/el.locallang_form_engine.xlf b/Resources/Private/Language/el.locallang_form_engine.xlf new file mode 100644 index 0000000..7ee6354 --- /dev/null +++ b/Resources/Private/Language/el.locallang_form_engine.xlf @@ -0,0 +1,16 @@ + + + +
+ + + Store fields as XML + Store fields as XML + + + Store fields to page UID + Store fields to page UID + + + + From 20ac594c653d53d8a1b18bb87845b9997f1e8e6c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stefan=20Fr=C3=B6mken?= <123929835+sfroemkenjw@users.noreply.github.com> Date: Tue, 5 Mar 2024 14:36:20 +0100 Subject: [PATCH 058/103] New translations locallang_form_engine.xlf (Finnish) --- .../Language/fi.locallang_form_engine.xlf | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 Resources/Private/Language/fi.locallang_form_engine.xlf diff --git a/Resources/Private/Language/fi.locallang_form_engine.xlf b/Resources/Private/Language/fi.locallang_form_engine.xlf new file mode 100644 index 0000000..b2cf5c6 --- /dev/null +++ b/Resources/Private/Language/fi.locallang_form_engine.xlf @@ -0,0 +1,16 @@ + + + +
+ + + Store fields as XML + Store fields as XML + + + Store fields to page UID + Store fields to page UID + + + + From 2fb4216b3e8bd6c1afdf42d7037c7ec483e7c521 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stefan=20Fr=C3=B6mken?= <123929835+sfroemkenjw@users.noreply.github.com> Date: Tue, 5 Mar 2024 14:36:21 +0100 Subject: [PATCH 059/103] New translations locallang_form_engine.xlf (Hebrew) --- .../Language/he.locallang_form_engine.xlf | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 Resources/Private/Language/he.locallang_form_engine.xlf diff --git a/Resources/Private/Language/he.locallang_form_engine.xlf b/Resources/Private/Language/he.locallang_form_engine.xlf new file mode 100644 index 0000000..9ce845c --- /dev/null +++ b/Resources/Private/Language/he.locallang_form_engine.xlf @@ -0,0 +1,16 @@ + + + +
+ + + Store fields as XML + Store fields as XML + + + Store fields to page UID + Store fields to page UID + + + + From fcb0f0820089796ad23c149ef2cfdb56a43dc28b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stefan=20Fr=C3=B6mken?= <123929835+sfroemkenjw@users.noreply.github.com> Date: Tue, 5 Mar 2024 14:36:22 +0100 Subject: [PATCH 060/103] New translations locallang_form_engine.xlf (Hungarian) --- .../Language/hu.locallang_form_engine.xlf | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 Resources/Private/Language/hu.locallang_form_engine.xlf diff --git a/Resources/Private/Language/hu.locallang_form_engine.xlf b/Resources/Private/Language/hu.locallang_form_engine.xlf new file mode 100644 index 0000000..a4340f9 --- /dev/null +++ b/Resources/Private/Language/hu.locallang_form_engine.xlf @@ -0,0 +1,16 @@ + + + +
+ + + Store fields as XML + Store fields as XML + + + Store fields to page UID + Store fields to page UID + + + + From 725d27ce9130bee892bd0910cc735a3446f9006d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stefan=20Fr=C3=B6mken?= <123929835+sfroemkenjw@users.noreply.github.com> Date: Tue, 5 Mar 2024 14:36:24 +0100 Subject: [PATCH 061/103] New translations locallang_form_engine.xlf (Italian) --- .../Language/it.locallang_form_engine.xlf | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 Resources/Private/Language/it.locallang_form_engine.xlf diff --git a/Resources/Private/Language/it.locallang_form_engine.xlf b/Resources/Private/Language/it.locallang_form_engine.xlf new file mode 100644 index 0000000..6ddb32e --- /dev/null +++ b/Resources/Private/Language/it.locallang_form_engine.xlf @@ -0,0 +1,16 @@ + + + +
+ + + Store fields as XML + Store fields as XML + + + Store fields to page UID + Store fields to page UID + + + + From 5bde3cb8b503fa26bc44a5feaf30bd187ad6c751 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stefan=20Fr=C3=B6mken?= <123929835+sfroemkenjw@users.noreply.github.com> Date: Tue, 5 Mar 2024 14:36:24 +0100 Subject: [PATCH 062/103] New translations locallang_form_engine.xlf (Japanese) --- .../Language/ja.locallang_form_engine.xlf | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 Resources/Private/Language/ja.locallang_form_engine.xlf diff --git a/Resources/Private/Language/ja.locallang_form_engine.xlf b/Resources/Private/Language/ja.locallang_form_engine.xlf new file mode 100644 index 0000000..1c459ab --- /dev/null +++ b/Resources/Private/Language/ja.locallang_form_engine.xlf @@ -0,0 +1,16 @@ + + + +
+ + + Store fields as XML + Store fields as XML + + + Store fields to page UID + Store fields to page UID + + + + From 61b0a993823438c460dc39a6ed3e8b979e00adee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stefan=20Fr=C3=B6mken?= <123929835+sfroemkenjw@users.noreply.github.com> Date: Tue, 5 Mar 2024 14:36:25 +0100 Subject: [PATCH 063/103] New translations locallang_form_engine.xlf (Korean) --- .../Language/ko.locallang_form_engine.xlf | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 Resources/Private/Language/ko.locallang_form_engine.xlf diff --git a/Resources/Private/Language/ko.locallang_form_engine.xlf b/Resources/Private/Language/ko.locallang_form_engine.xlf new file mode 100644 index 0000000..171253f --- /dev/null +++ b/Resources/Private/Language/ko.locallang_form_engine.xlf @@ -0,0 +1,16 @@ + + + +
+ + + Store fields as XML + Store fields as XML + + + Store fields to page UID + Store fields to page UID + + + + From d4adb849b49ce83056330cbdca43a7ce821ed90d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stefan=20Fr=C3=B6mken?= <123929835+sfroemkenjw@users.noreply.github.com> Date: Tue, 5 Mar 2024 14:36:26 +0100 Subject: [PATCH 064/103] New translations locallang_form_engine.xlf (Dutch) --- .../Language/nl.locallang_form_engine.xlf | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 Resources/Private/Language/nl.locallang_form_engine.xlf diff --git a/Resources/Private/Language/nl.locallang_form_engine.xlf b/Resources/Private/Language/nl.locallang_form_engine.xlf new file mode 100644 index 0000000..408eeec --- /dev/null +++ b/Resources/Private/Language/nl.locallang_form_engine.xlf @@ -0,0 +1,16 @@ + + + +
+ + + Store fields as XML + Store fields as XML + + + Store fields to page UID + Store fields to page UID + + + + From 6bab0ad72a548bfa1f53a02029dba6c698854fb8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stefan=20Fr=C3=B6mken?= <123929835+sfroemkenjw@users.noreply.github.com> Date: Tue, 5 Mar 2024 14:36:26 +0100 Subject: [PATCH 065/103] New translations locallang_form_engine.xlf (Norwegian) --- .../Language/no.locallang_form_engine.xlf | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 Resources/Private/Language/no.locallang_form_engine.xlf diff --git a/Resources/Private/Language/no.locallang_form_engine.xlf b/Resources/Private/Language/no.locallang_form_engine.xlf new file mode 100644 index 0000000..8ce2dd6 --- /dev/null +++ b/Resources/Private/Language/no.locallang_form_engine.xlf @@ -0,0 +1,16 @@ + + + +
+ + + Store fields as XML + Store fields as XML + + + Store fields to page UID + Store fields to page UID + + + + From cb00e0b1d944d74679b8120929f347adf4a95e63 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stefan=20Fr=C3=B6mken?= <123929835+sfroemkenjw@users.noreply.github.com> Date: Tue, 5 Mar 2024 14:36:27 +0100 Subject: [PATCH 066/103] New translations locallang_form_engine.xlf (Polish) --- .../Language/pl.locallang_form_engine.xlf | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 Resources/Private/Language/pl.locallang_form_engine.xlf diff --git a/Resources/Private/Language/pl.locallang_form_engine.xlf b/Resources/Private/Language/pl.locallang_form_engine.xlf new file mode 100644 index 0000000..e9baa27 --- /dev/null +++ b/Resources/Private/Language/pl.locallang_form_engine.xlf @@ -0,0 +1,16 @@ + + + +
+ + + Store fields as XML + Store fields as XML + + + Store fields to page UID + Store fields to page UID + + + + From 249774954ad5f01729f9e7d0caca28a4130fa1a2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stefan=20Fr=C3=B6mken?= <123929835+sfroemkenjw@users.noreply.github.com> Date: Tue, 5 Mar 2024 14:36:28 +0100 Subject: [PATCH 067/103] New translations locallang_form_engine.xlf (Portuguese) --- .../Language/pt.locallang_form_engine.xlf | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 Resources/Private/Language/pt.locallang_form_engine.xlf diff --git a/Resources/Private/Language/pt.locallang_form_engine.xlf b/Resources/Private/Language/pt.locallang_form_engine.xlf new file mode 100644 index 0000000..d5958cf --- /dev/null +++ b/Resources/Private/Language/pt.locallang_form_engine.xlf @@ -0,0 +1,16 @@ + + + +
+ + + Store fields as XML + Store fields as XML + + + Store fields to page UID + Store fields to page UID + + + + From 9c58261dcbd40bf59d8468b3c97ebe46760d5e85 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stefan=20Fr=C3=B6mken?= <123929835+sfroemkenjw@users.noreply.github.com> Date: Tue, 5 Mar 2024 14:36:29 +0100 Subject: [PATCH 068/103] New translations locallang_form_engine.xlf (Russian) --- .../Language/ru.locallang_form_engine.xlf | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 Resources/Private/Language/ru.locallang_form_engine.xlf diff --git a/Resources/Private/Language/ru.locallang_form_engine.xlf b/Resources/Private/Language/ru.locallang_form_engine.xlf new file mode 100644 index 0000000..b720bc8 --- /dev/null +++ b/Resources/Private/Language/ru.locallang_form_engine.xlf @@ -0,0 +1,16 @@ + + + +
+ + + Store fields as XML + Store fields as XML + + + Store fields to page UID + Store fields to page UID + + + + From 6c2cf734b862b0d98d1e2b4218307440aa4cc569 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stefan=20Fr=C3=B6mken?= <123929835+sfroemkenjw@users.noreply.github.com> Date: Tue, 5 Mar 2024 14:36:30 +0100 Subject: [PATCH 069/103] New translations locallang_form_engine.xlf (Serbian (Cyrillic)) --- .../Language/sr.locallang_form_engine.xlf | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 Resources/Private/Language/sr.locallang_form_engine.xlf diff --git a/Resources/Private/Language/sr.locallang_form_engine.xlf b/Resources/Private/Language/sr.locallang_form_engine.xlf new file mode 100644 index 0000000..8a7f527 --- /dev/null +++ b/Resources/Private/Language/sr.locallang_form_engine.xlf @@ -0,0 +1,16 @@ + + + +
+ + + Store fields as XML + Store fields as XML + + + Store fields to page UID + Store fields to page UID + + + + From 553bcdac4a949ac7582b42c6f0a283dd096fd096 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stefan=20Fr=C3=B6mken?= <123929835+sfroemkenjw@users.noreply.github.com> Date: Tue, 5 Mar 2024 14:36:30 +0100 Subject: [PATCH 070/103] New translations locallang_form_engine.xlf (Swedish) --- .../Language/sv.locallang_form_engine.xlf | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 Resources/Private/Language/sv.locallang_form_engine.xlf diff --git a/Resources/Private/Language/sv.locallang_form_engine.xlf b/Resources/Private/Language/sv.locallang_form_engine.xlf new file mode 100644 index 0000000..54673b2 --- /dev/null +++ b/Resources/Private/Language/sv.locallang_form_engine.xlf @@ -0,0 +1,16 @@ + + + +
+ + + Store fields as XML + Store fields as XML + + + Store fields to page UID + Store fields to page UID + + + + From f20ebdf36204b96c006f114e4c56f6ef39fc955a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stefan=20Fr=C3=B6mken?= <123929835+sfroemkenjw@users.noreply.github.com> Date: Tue, 5 Mar 2024 14:36:31 +0100 Subject: [PATCH 071/103] New translations locallang_form_engine.xlf (Turkish) --- .../Language/tr.locallang_form_engine.xlf | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 Resources/Private/Language/tr.locallang_form_engine.xlf diff --git a/Resources/Private/Language/tr.locallang_form_engine.xlf b/Resources/Private/Language/tr.locallang_form_engine.xlf new file mode 100644 index 0000000..eabdbd4 --- /dev/null +++ b/Resources/Private/Language/tr.locallang_form_engine.xlf @@ -0,0 +1,16 @@ + + + +
+ + + Store fields as XML + Store fields as XML + + + Store fields to page UID + Store fields to page UID + + + + From 5878d9789aa308bc58514a7ceb2357f035f72b16 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stefan=20Fr=C3=B6mken?= <123929835+sfroemkenjw@users.noreply.github.com> Date: Tue, 5 Mar 2024 14:36:32 +0100 Subject: [PATCH 072/103] New translations locallang_form_engine.xlf (Ukrainian) --- .../Language/uk.locallang_form_engine.xlf | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 Resources/Private/Language/uk.locallang_form_engine.xlf diff --git a/Resources/Private/Language/uk.locallang_form_engine.xlf b/Resources/Private/Language/uk.locallang_form_engine.xlf new file mode 100644 index 0000000..306b23e --- /dev/null +++ b/Resources/Private/Language/uk.locallang_form_engine.xlf @@ -0,0 +1,16 @@ + + + +
+ + + Store fields as XML + Store fields as XML + + + Store fields to page UID + Store fields to page UID + + + + From 80bbf95b3cb52cb19e0ba0a0270f58e49cd4fa57 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stefan=20Fr=C3=B6mken?= <123929835+sfroemkenjw@users.noreply.github.com> Date: Tue, 5 Mar 2024 14:36:33 +0100 Subject: [PATCH 073/103] New translations locallang_form_engine.xlf (English) --- .../Language/en.locallang_form_engine.xlf | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 Resources/Private/Language/en.locallang_form_engine.xlf diff --git a/Resources/Private/Language/en.locallang_form_engine.xlf b/Resources/Private/Language/en.locallang_form_engine.xlf new file mode 100644 index 0000000..87b35d1 --- /dev/null +++ b/Resources/Private/Language/en.locallang_form_engine.xlf @@ -0,0 +1,16 @@ + + + +
+ + + Store fields as XML + Store fields as XML + + + Store fields to page UID + Store fields to page UID + + + + From 5436b9c72213234e1dd035e7020520a6e187d472 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stefan=20Fr=C3=B6mken?= <123929835+sfroemkenjw@users.noreply.github.com> Date: Tue, 5 Mar 2024 14:36:34 +0100 Subject: [PATCH 074/103] New translations locallang_form_engine.xlf (Vietnamese) --- .../Language/vi.locallang_form_engine.xlf | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 Resources/Private/Language/vi.locallang_form_engine.xlf diff --git a/Resources/Private/Language/vi.locallang_form_engine.xlf b/Resources/Private/Language/vi.locallang_form_engine.xlf new file mode 100644 index 0000000..5a02394 --- /dev/null +++ b/Resources/Private/Language/vi.locallang_form_engine.xlf @@ -0,0 +1,16 @@ + + + +
+ + + Store fields as XML + Store fields as XML + + + Store fields to page UID + Store fields to page UID + + + + From f1011004762233c94628212d5ce27df22c82c444 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stefan=20Fr=C3=B6mken?= <123929835+sfroemkenjw@users.noreply.github.com> Date: Tue, 5 Mar 2024 14:36:35 +0100 Subject: [PATCH 075/103] New translations locallang_form_engine.xlf (Portuguese, Brazilian) --- .../Language/pt_BR.locallang_form_engine.xlf | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 Resources/Private/Language/pt_BR.locallang_form_engine.xlf diff --git a/Resources/Private/Language/pt_BR.locallang_form_engine.xlf b/Resources/Private/Language/pt_BR.locallang_form_engine.xlf new file mode 100644 index 0000000..b663d06 --- /dev/null +++ b/Resources/Private/Language/pt_BR.locallang_form_engine.xlf @@ -0,0 +1,16 @@ + + + +
+ + + Store fields as XML + Store fields as XML + + + Store fields to page UID + Store fields to page UID + + + + From fda5b314785ebd9d1243ecabbd1a9453f0eb30ff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stefan=20Fr=C3=B6mken?= <123929835+sfroemkenjw@users.noreply.github.com> Date: Mon, 18 Mar 2024 13:27:25 +0100 Subject: [PATCH 076/103] New translations locallang_db.xlf (German) --- .../Private/Language/de.locallang_db.xlf | 40 +++++++++---------- 1 file changed, 20 insertions(+), 20 deletions(-) diff --git a/Resources/Private/Language/de.locallang_db.xlf b/Resources/Private/Language/de.locallang_db.xlf index 745a1fc..7a714dc 100644 --- a/Resources/Private/Language/de.locallang_db.xlf +++ b/Resources/Private/Language/de.locallang_db.xlf @@ -3,45 +3,45 @@
- + First name - First name + Vorname - + Last name - Last name + Nachname - + Phone - Phone + Telefon - + Street, number - Street, number + Straße, Hausnummer - + ZIP city - ZIP city + PLZ Ort - + Email - Email + E-Mail - + Message - Message + Nachricht - + Content - Content + Inhalt - + This field will not be filled automatically in default configuration. To change that you have to configure "mapOnDatabaseColumn" in yaml. - This field will not be filled automatically in default configuration. To change that you have to configure "mapOnDatabaseColumn" in yaml. + Dieses Feld wird nicht automatisch in der Standardkonfiguration ausgefüllt. Um dies zu ändern, müssen Sie "mapOnDatabaseColumn" in yaml konfigurieren. - + This field will be filled automatically by the first found text field which is of type email. You can override that when you configure "mapOnDatabaseColumn" in yaml. - This field will be filled automatically by the first found text field which is of type email. You can override that when you configure "mapOnDatabaseColumn" in yaml. + Dieses Feld wird automatisch durch das erste gefundene Textfeld des Typs E-Mail ausgefüllt. Sie können dies überschreiben, wenn Sie "mapOnDatabaseColumn" in yaml konfigurieren. From dde96d803d5a639e3b5926ebcca009ade0a8def7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stefan=20Fr=C3=B6mken?= <123929835+sfroemkenjw@users.noreply.github.com> Date: Mon, 18 Mar 2024 13:27:26 +0100 Subject: [PATCH 077/103] New translations locallang_form_editor.xlf (German) --- .../Language/de.locallang_form_editor.xlf | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/Resources/Private/Language/de.locallang_form_editor.xlf b/Resources/Private/Language/de.locallang_form_editor.xlf index 6c9df44..3a2b8f1 100644 --- a/Resources/Private/Language/de.locallang_form_editor.xlf +++ b/Resources/Private/Language/de.locallang_form_editor.xlf @@ -3,21 +3,21 @@
- + Store fields as XML - Store fields as XML + Felder als XML speichern - + Store fields as XML - Store fields as XML + Felder als XML speichern - + Store fields to page UID - Store fields to page UID + Felder in Seite UID speichern - + Page - Page + Seite From c1866f3a3322c4341a11128acee9c1b96a5dc61d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stefan=20Fr=C3=B6mken?= <123929835+sfroemkenjw@users.noreply.github.com> Date: Mon, 18 Mar 2024 13:27:27 +0100 Subject: [PATCH 078/103] New translations locallang_form_engine.xlf (German) --- Resources/Private/Language/de.locallang_form_engine.xlf | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Resources/Private/Language/de.locallang_form_engine.xlf b/Resources/Private/Language/de.locallang_form_engine.xlf index 16b2bd3..6f77a71 100644 --- a/Resources/Private/Language/de.locallang_form_engine.xlf +++ b/Resources/Private/Language/de.locallang_form_engine.xlf @@ -3,13 +3,13 @@
- + Store fields as XML - Store fields as XML + Felder als XML speichern - + Store fields to page UID - Store fields to page UID + Felder in Seite UID speichern From c535d2a3e066eaa9eddbf4dcbe0ffd4a193e5562 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stefan=20Fr=C3=B6mken?= <123929835+sfroemkenjw@users.noreply.github.com> Date: Wed, 8 Oct 2025 16:11:34 +0200 Subject: [PATCH 079/103] New translations locallang_db.xlf (Romanian) --- Resources/Private/Language/ro.locallang_db.xlf | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/Resources/Private/Language/ro.locallang_db.xlf b/Resources/Private/Language/ro.locallang_db.xlf index 3114e92..d8787df 100644 --- a/Resources/Private/Language/ro.locallang_db.xlf +++ b/Resources/Private/Language/ro.locallang_db.xlf @@ -36,12 +36,20 @@ Content - This field will not be filled automatically in default configuration. To change that you have to configure "mapOnDatabaseColumn" in yaml. - This field will not be filled automatically in default configuration. To change that you have to configure "mapOnDatabaseColumn" in yaml. + This field will not be filled automatically in default configuration. To change that you have to + configure "mapOnDatabaseColumn" in yaml. + + This field will not be filled automatically in default configuration. To change that you have to + configure "mapOnDatabaseColumn" in yaml. + - This field will be filled automatically by the first found text field which is of type email. You can override that when you configure "mapOnDatabaseColumn" in yaml. - This field will be filled automatically by the first found text field which is of type email. You can override that when you configure "mapOnDatabaseColumn" in yaml. + This field will be filled automatically by the first found text field which is of type email. You can + override that when you configure "mapOnDatabaseColumn" in yaml. + + This field will be filled automatically by the first found text field which is of type email. You can + override that when you configure "mapOnDatabaseColumn" in yaml. + From de0c9270da79c0ecc9f3376e4b7df0503d034304 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stefan=20Fr=C3=B6mken?= <123929835+sfroemkenjw@users.noreply.github.com> Date: Wed, 8 Oct 2025 16:11:35 +0200 Subject: [PATCH 080/103] New translations locallang_db.xlf (French) --- Resources/Private/Language/fr.locallang_db.xlf | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/Resources/Private/Language/fr.locallang_db.xlf b/Resources/Private/Language/fr.locallang_db.xlf index 7a70c50..0f2d873 100644 --- a/Resources/Private/Language/fr.locallang_db.xlf +++ b/Resources/Private/Language/fr.locallang_db.xlf @@ -36,12 +36,20 @@ Content - This field will not be filled automatically in default configuration. To change that you have to configure "mapOnDatabaseColumn" in yaml. - This field will not be filled automatically in default configuration. To change that you have to configure "mapOnDatabaseColumn" in yaml. + This field will not be filled automatically in default configuration. To change that you have to + configure "mapOnDatabaseColumn" in yaml. + + This field will not be filled automatically in default configuration. To change that you have to + configure "mapOnDatabaseColumn" in yaml. + - This field will be filled automatically by the first found text field which is of type email. You can override that when you configure "mapOnDatabaseColumn" in yaml. - This field will be filled automatically by the first found text field which is of type email. You can override that when you configure "mapOnDatabaseColumn" in yaml. + This field will be filled automatically by the first found text field which is of type email. You can + override that when you configure "mapOnDatabaseColumn" in yaml. + + This field will be filled automatically by the first found text field which is of type email. You can + override that when you configure "mapOnDatabaseColumn" in yaml. + From ebf40c8d999cc09aed86d01050d0a853effa4fba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stefan=20Fr=C3=B6mken?= <123929835+sfroemkenjw@users.noreply.github.com> Date: Wed, 8 Oct 2025 16:11:37 +0200 Subject: [PATCH 081/103] New translations locallang_db.xlf (Spanish) --- Resources/Private/Language/es.locallang_db.xlf | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/Resources/Private/Language/es.locallang_db.xlf b/Resources/Private/Language/es.locallang_db.xlf index 71e5ab7..c78fb0d 100644 --- a/Resources/Private/Language/es.locallang_db.xlf +++ b/Resources/Private/Language/es.locallang_db.xlf @@ -36,12 +36,20 @@ Content - This field will not be filled automatically in default configuration. To change that you have to configure "mapOnDatabaseColumn" in yaml. - This field will not be filled automatically in default configuration. To change that you have to configure "mapOnDatabaseColumn" in yaml. + This field will not be filled automatically in default configuration. To change that you have to + configure "mapOnDatabaseColumn" in yaml. + + This field will not be filled automatically in default configuration. To change that you have to + configure "mapOnDatabaseColumn" in yaml. + - This field will be filled automatically by the first found text field which is of type email. You can override that when you configure "mapOnDatabaseColumn" in yaml. - This field will be filled automatically by the first found text field which is of type email. You can override that when you configure "mapOnDatabaseColumn" in yaml. + This field will be filled automatically by the first found text field which is of type email. You can + override that when you configure "mapOnDatabaseColumn" in yaml. + + This field will be filled automatically by the first found text field which is of type email. You can + override that when you configure "mapOnDatabaseColumn" in yaml. + From ac5d11c8594a86172c67c02985e4fb53fb4ebdbc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stefan=20Fr=C3=B6mken?= <123929835+sfroemkenjw@users.noreply.github.com> Date: Wed, 8 Oct 2025 16:11:38 +0200 Subject: [PATCH 082/103] New translations locallang_db.xlf (Czech) --- Resources/Private/Language/cs.locallang_db.xlf | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/Resources/Private/Language/cs.locallang_db.xlf b/Resources/Private/Language/cs.locallang_db.xlf index 75c4f05..80fcabf 100644 --- a/Resources/Private/Language/cs.locallang_db.xlf +++ b/Resources/Private/Language/cs.locallang_db.xlf @@ -36,12 +36,20 @@ Content - This field will not be filled automatically in default configuration. To change that you have to configure "mapOnDatabaseColumn" in yaml. - This field will not be filled automatically in default configuration. To change that you have to configure "mapOnDatabaseColumn" in yaml. + This field will not be filled automatically in default configuration. To change that you have to + configure "mapOnDatabaseColumn" in yaml. + + This field will not be filled automatically in default configuration. To change that you have to + configure "mapOnDatabaseColumn" in yaml. + - This field will be filled automatically by the first found text field which is of type email. You can override that when you configure "mapOnDatabaseColumn" in yaml. - This field will be filled automatically by the first found text field which is of type email. You can override that when you configure "mapOnDatabaseColumn" in yaml. + This field will be filled automatically by the first found text field which is of type email. You can + override that when you configure "mapOnDatabaseColumn" in yaml. + + This field will be filled automatically by the first found text field which is of type email. You can + override that when you configure "mapOnDatabaseColumn" in yaml. + From 23173c64b46157f9bdc15742911185e611e692d6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stefan=20Fr=C3=B6mken?= <123929835+sfroemkenjw@users.noreply.github.com> Date: Wed, 8 Oct 2025 16:11:39 +0200 Subject: [PATCH 083/103] New translations locallang_db.xlf (Danish) --- Resources/Private/Language/da.locallang_db.xlf | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/Resources/Private/Language/da.locallang_db.xlf b/Resources/Private/Language/da.locallang_db.xlf index ab669e9..26bb379 100644 --- a/Resources/Private/Language/da.locallang_db.xlf +++ b/Resources/Private/Language/da.locallang_db.xlf @@ -36,12 +36,20 @@ Content - This field will not be filled automatically in default configuration. To change that you have to configure "mapOnDatabaseColumn" in yaml. - This field will not be filled automatically in default configuration. To change that you have to configure "mapOnDatabaseColumn" in yaml. + This field will not be filled automatically in default configuration. To change that you have to + configure "mapOnDatabaseColumn" in yaml. + + This field will not be filled automatically in default configuration. To change that you have to + configure "mapOnDatabaseColumn" in yaml. + - This field will be filled automatically by the first found text field which is of type email. You can override that when you configure "mapOnDatabaseColumn" in yaml. - This field will be filled automatically by the first found text field which is of type email. You can override that when you configure "mapOnDatabaseColumn" in yaml. + This field will be filled automatically by the first found text field which is of type email. You can + override that when you configure "mapOnDatabaseColumn" in yaml. + + This field will be filled automatically by the first found text field which is of type email. You can + override that when you configure "mapOnDatabaseColumn" in yaml. + From ce8a18f94f27ba33211844668cf3fcb709fcfb2a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stefan=20Fr=C3=B6mken?= <123929835+sfroemkenjw@users.noreply.github.com> Date: Wed, 8 Oct 2025 16:11:40 +0200 Subject: [PATCH 084/103] New translations locallang_db.xlf (German) --- .../Private/Language/de.locallang_db.xlf | 22 +++++++++++++------ 1 file changed, 15 insertions(+), 7 deletions(-) diff --git a/Resources/Private/Language/de.locallang_db.xlf b/Resources/Private/Language/de.locallang_db.xlf index 7a714dc..a4c14d5 100644 --- a/Resources/Private/Language/de.locallang_db.xlf +++ b/Resources/Private/Language/de.locallang_db.xlf @@ -35,13 +35,21 @@ Content Inhalt - - This field will not be filled automatically in default configuration. To change that you have to configure "mapOnDatabaseColumn" in yaml. - Dieses Feld wird nicht automatisch in der Standardkonfiguration ausgefüllt. Um dies zu ändern, müssen Sie "mapOnDatabaseColumn" in yaml konfigurieren. - - - This field will be filled automatically by the first found text field which is of type email. You can override that when you configure "mapOnDatabaseColumn" in yaml. - Dieses Feld wird automatisch durch das erste gefundene Textfeld des Typs E-Mail ausgefüllt. Sie können dies überschreiben, wenn Sie "mapOnDatabaseColumn" in yaml konfigurieren. + + This field will not be filled automatically in default configuration. To change that you have to + configure "mapOnDatabaseColumn" in yaml. + + This field will not be filled automatically in default configuration. To change that you have to + configure "mapOnDatabaseColumn" in yaml. + + + + This field will be filled automatically by the first found text field which is of type email. You can + override that when you configure "mapOnDatabaseColumn" in yaml. + + This field will be filled automatically by the first found text field which is of type email. You can + override that when you configure "mapOnDatabaseColumn" in yaml. + From 95a376a8b9836127497b33dcf325cc76b8bc7abb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stefan=20Fr=C3=B6mken?= <123929835+sfroemkenjw@users.noreply.github.com> Date: Wed, 8 Oct 2025 16:11:41 +0200 Subject: [PATCH 085/103] New translations locallang_db.xlf (Greek) --- Resources/Private/Language/el.locallang_db.xlf | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/Resources/Private/Language/el.locallang_db.xlf b/Resources/Private/Language/el.locallang_db.xlf index caa7cfa..9b9b24a 100644 --- a/Resources/Private/Language/el.locallang_db.xlf +++ b/Resources/Private/Language/el.locallang_db.xlf @@ -36,12 +36,20 @@ Content - This field will not be filled automatically in default configuration. To change that you have to configure "mapOnDatabaseColumn" in yaml. - This field will not be filled automatically in default configuration. To change that you have to configure "mapOnDatabaseColumn" in yaml. + This field will not be filled automatically in default configuration. To change that you have to + configure "mapOnDatabaseColumn" in yaml. + + This field will not be filled automatically in default configuration. To change that you have to + configure "mapOnDatabaseColumn" in yaml. + - This field will be filled automatically by the first found text field which is of type email. You can override that when you configure "mapOnDatabaseColumn" in yaml. - This field will be filled automatically by the first found text field which is of type email. You can override that when you configure "mapOnDatabaseColumn" in yaml. + This field will be filled automatically by the first found text field which is of type email. You can + override that when you configure "mapOnDatabaseColumn" in yaml. + + This field will be filled automatically by the first found text field which is of type email. You can + override that when you configure "mapOnDatabaseColumn" in yaml. + From bc70f24d494cef2c4133aa2584983865e6adfc73 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stefan=20Fr=C3=B6mken?= <123929835+sfroemkenjw@users.noreply.github.com> Date: Wed, 8 Oct 2025 16:11:42 +0200 Subject: [PATCH 086/103] New translations locallang_db.xlf (Finnish) --- Resources/Private/Language/fi.locallang_db.xlf | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/Resources/Private/Language/fi.locallang_db.xlf b/Resources/Private/Language/fi.locallang_db.xlf index d9fa795..f4e65cb 100644 --- a/Resources/Private/Language/fi.locallang_db.xlf +++ b/Resources/Private/Language/fi.locallang_db.xlf @@ -36,12 +36,20 @@ Content - This field will not be filled automatically in default configuration. To change that you have to configure "mapOnDatabaseColumn" in yaml. - This field will not be filled automatically in default configuration. To change that you have to configure "mapOnDatabaseColumn" in yaml. + This field will not be filled automatically in default configuration. To change that you have to + configure "mapOnDatabaseColumn" in yaml. + + This field will not be filled automatically in default configuration. To change that you have to + configure "mapOnDatabaseColumn" in yaml. + - This field will be filled automatically by the first found text field which is of type email. You can override that when you configure "mapOnDatabaseColumn" in yaml. - This field will be filled automatically by the first found text field which is of type email. You can override that when you configure "mapOnDatabaseColumn" in yaml. + This field will be filled automatically by the first found text field which is of type email. You can + override that when you configure "mapOnDatabaseColumn" in yaml. + + This field will be filled automatically by the first found text field which is of type email. You can + override that when you configure "mapOnDatabaseColumn" in yaml. + From db447fb680a841c409d27aa0c606e5859ff960d9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stefan=20Fr=C3=B6mken?= <123929835+sfroemkenjw@users.noreply.github.com> Date: Wed, 8 Oct 2025 16:11:43 +0200 Subject: [PATCH 087/103] New translations locallang_db.xlf (Hebrew) --- Resources/Private/Language/he.locallang_db.xlf | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/Resources/Private/Language/he.locallang_db.xlf b/Resources/Private/Language/he.locallang_db.xlf index bd2c5c1..d5e17d1 100644 --- a/Resources/Private/Language/he.locallang_db.xlf +++ b/Resources/Private/Language/he.locallang_db.xlf @@ -36,12 +36,20 @@ Content - This field will not be filled automatically in default configuration. To change that you have to configure "mapOnDatabaseColumn" in yaml. - This field will not be filled automatically in default configuration. To change that you have to configure "mapOnDatabaseColumn" in yaml. + This field will not be filled automatically in default configuration. To change that you have to + configure "mapOnDatabaseColumn" in yaml. + + This field will not be filled automatically in default configuration. To change that you have to + configure "mapOnDatabaseColumn" in yaml. + - This field will be filled automatically by the first found text field which is of type email. You can override that when you configure "mapOnDatabaseColumn" in yaml. - This field will be filled automatically by the first found text field which is of type email. You can override that when you configure "mapOnDatabaseColumn" in yaml. + This field will be filled automatically by the first found text field which is of type email. You can + override that when you configure "mapOnDatabaseColumn" in yaml. + + This field will be filled automatically by the first found text field which is of type email. You can + override that when you configure "mapOnDatabaseColumn" in yaml. + From 7d919617edacb944bb32aa403a9212192f5455cb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stefan=20Fr=C3=B6mken?= <123929835+sfroemkenjw@users.noreply.github.com> Date: Wed, 8 Oct 2025 16:11:44 +0200 Subject: [PATCH 088/103] New translations locallang_db.xlf (Hungarian) --- Resources/Private/Language/hu.locallang_db.xlf | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/Resources/Private/Language/hu.locallang_db.xlf b/Resources/Private/Language/hu.locallang_db.xlf index fa12785..56c07b9 100644 --- a/Resources/Private/Language/hu.locallang_db.xlf +++ b/Resources/Private/Language/hu.locallang_db.xlf @@ -36,12 +36,20 @@ Content - This field will not be filled automatically in default configuration. To change that you have to configure "mapOnDatabaseColumn" in yaml. - This field will not be filled automatically in default configuration. To change that you have to configure "mapOnDatabaseColumn" in yaml. + This field will not be filled automatically in default configuration. To change that you have to + configure "mapOnDatabaseColumn" in yaml. + + This field will not be filled automatically in default configuration. To change that you have to + configure "mapOnDatabaseColumn" in yaml. + - This field will be filled automatically by the first found text field which is of type email. You can override that when you configure "mapOnDatabaseColumn" in yaml. - This field will be filled automatically by the first found text field which is of type email. You can override that when you configure "mapOnDatabaseColumn" in yaml. + This field will be filled automatically by the first found text field which is of type email. You can + override that when you configure "mapOnDatabaseColumn" in yaml. + + This field will be filled automatically by the first found text field which is of type email. You can + override that when you configure "mapOnDatabaseColumn" in yaml. + From 020c635781c0fe8c344eabfc5d928196d18e1077 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stefan=20Fr=C3=B6mken?= <123929835+sfroemkenjw@users.noreply.github.com> Date: Wed, 8 Oct 2025 16:11:46 +0200 Subject: [PATCH 089/103] New translations locallang_db.xlf (Italian) --- Resources/Private/Language/it.locallang_db.xlf | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/Resources/Private/Language/it.locallang_db.xlf b/Resources/Private/Language/it.locallang_db.xlf index c938c2e..cae638f 100644 --- a/Resources/Private/Language/it.locallang_db.xlf +++ b/Resources/Private/Language/it.locallang_db.xlf @@ -36,12 +36,20 @@ Content - This field will not be filled automatically in default configuration. To change that you have to configure "mapOnDatabaseColumn" in yaml. - This field will not be filled automatically in default configuration. To change that you have to configure "mapOnDatabaseColumn" in yaml. + This field will not be filled automatically in default configuration. To change that you have to + configure "mapOnDatabaseColumn" in yaml. + + This field will not be filled automatically in default configuration. To change that you have to + configure "mapOnDatabaseColumn" in yaml. + - This field will be filled automatically by the first found text field which is of type email. You can override that when you configure "mapOnDatabaseColumn" in yaml. - This field will be filled automatically by the first found text field which is of type email. You can override that when you configure "mapOnDatabaseColumn" in yaml. + This field will be filled automatically by the first found text field which is of type email. You can + override that when you configure "mapOnDatabaseColumn" in yaml. + + This field will be filled automatically by the first found text field which is of type email. You can + override that when you configure "mapOnDatabaseColumn" in yaml. + From 4d0cde3f7db3fdf13bdde6aebe2c4a1180db6f1f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stefan=20Fr=C3=B6mken?= <123929835+sfroemkenjw@users.noreply.github.com> Date: Wed, 8 Oct 2025 16:11:47 +0200 Subject: [PATCH 090/103] New translations locallang_db.xlf (Japanese) --- Resources/Private/Language/ja.locallang_db.xlf | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/Resources/Private/Language/ja.locallang_db.xlf b/Resources/Private/Language/ja.locallang_db.xlf index c3d27eb..9ab803b 100644 --- a/Resources/Private/Language/ja.locallang_db.xlf +++ b/Resources/Private/Language/ja.locallang_db.xlf @@ -36,12 +36,20 @@ Content - This field will not be filled automatically in default configuration. To change that you have to configure "mapOnDatabaseColumn" in yaml. - This field will not be filled automatically in default configuration. To change that you have to configure "mapOnDatabaseColumn" in yaml. + This field will not be filled automatically in default configuration. To change that you have to + configure "mapOnDatabaseColumn" in yaml. + + This field will not be filled automatically in default configuration. To change that you have to + configure "mapOnDatabaseColumn" in yaml. + - This field will be filled automatically by the first found text field which is of type email. You can override that when you configure "mapOnDatabaseColumn" in yaml. - This field will be filled automatically by the first found text field which is of type email. You can override that when you configure "mapOnDatabaseColumn" in yaml. + This field will be filled automatically by the first found text field which is of type email. You can + override that when you configure "mapOnDatabaseColumn" in yaml. + + This field will be filled automatically by the first found text field which is of type email. You can + override that when you configure "mapOnDatabaseColumn" in yaml. + From 2067d6a0be30d9dd15786c0ba85313c24b736165 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stefan=20Fr=C3=B6mken?= <123929835+sfroemkenjw@users.noreply.github.com> Date: Wed, 8 Oct 2025 16:11:48 +0200 Subject: [PATCH 091/103] New translations locallang_db.xlf (Korean) --- Resources/Private/Language/ko.locallang_db.xlf | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/Resources/Private/Language/ko.locallang_db.xlf b/Resources/Private/Language/ko.locallang_db.xlf index c194689..bcd2c52 100644 --- a/Resources/Private/Language/ko.locallang_db.xlf +++ b/Resources/Private/Language/ko.locallang_db.xlf @@ -36,12 +36,20 @@ Content - This field will not be filled automatically in default configuration. To change that you have to configure "mapOnDatabaseColumn" in yaml. - This field will not be filled automatically in default configuration. To change that you have to configure "mapOnDatabaseColumn" in yaml. + This field will not be filled automatically in default configuration. To change that you have to + configure "mapOnDatabaseColumn" in yaml. + + This field will not be filled automatically in default configuration. To change that you have to + configure "mapOnDatabaseColumn" in yaml. + - This field will be filled automatically by the first found text field which is of type email. You can override that when you configure "mapOnDatabaseColumn" in yaml. - This field will be filled automatically by the first found text field which is of type email. You can override that when you configure "mapOnDatabaseColumn" in yaml. + This field will be filled automatically by the first found text field which is of type email. You can + override that when you configure "mapOnDatabaseColumn" in yaml. + + This field will be filled automatically by the first found text field which is of type email. You can + override that when you configure "mapOnDatabaseColumn" in yaml. + From 61ee385a95bf81b2f8de99f124e1d25b2915bc62 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stefan=20Fr=C3=B6mken?= <123929835+sfroemkenjw@users.noreply.github.com> Date: Wed, 8 Oct 2025 16:11:49 +0200 Subject: [PATCH 092/103] New translations locallang_db.xlf (Dutch) --- Resources/Private/Language/nl.locallang_db.xlf | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/Resources/Private/Language/nl.locallang_db.xlf b/Resources/Private/Language/nl.locallang_db.xlf index 7717f37..08b482a 100644 --- a/Resources/Private/Language/nl.locallang_db.xlf +++ b/Resources/Private/Language/nl.locallang_db.xlf @@ -36,12 +36,20 @@ Content - This field will not be filled automatically in default configuration. To change that you have to configure "mapOnDatabaseColumn" in yaml. - This field will not be filled automatically in default configuration. To change that you have to configure "mapOnDatabaseColumn" in yaml. + This field will not be filled automatically in default configuration. To change that you have to + configure "mapOnDatabaseColumn" in yaml. + + This field will not be filled automatically in default configuration. To change that you have to + configure "mapOnDatabaseColumn" in yaml. + - This field will be filled automatically by the first found text field which is of type email. You can override that when you configure "mapOnDatabaseColumn" in yaml. - This field will be filled automatically by the first found text field which is of type email. You can override that when you configure "mapOnDatabaseColumn" in yaml. + This field will be filled automatically by the first found text field which is of type email. You can + override that when you configure "mapOnDatabaseColumn" in yaml. + + This field will be filled automatically by the first found text field which is of type email. You can + override that when you configure "mapOnDatabaseColumn" in yaml. + From 21876d30b0178a553577f6b74b36c2a3b847cb8e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stefan=20Fr=C3=B6mken?= <123929835+sfroemkenjw@users.noreply.github.com> Date: Wed, 8 Oct 2025 16:11:50 +0200 Subject: [PATCH 093/103] New translations locallang_db.xlf (Norwegian) --- Resources/Private/Language/no.locallang_db.xlf | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/Resources/Private/Language/no.locallang_db.xlf b/Resources/Private/Language/no.locallang_db.xlf index 935832a..49acb51 100644 --- a/Resources/Private/Language/no.locallang_db.xlf +++ b/Resources/Private/Language/no.locallang_db.xlf @@ -36,12 +36,20 @@ Content - This field will not be filled automatically in default configuration. To change that you have to configure "mapOnDatabaseColumn" in yaml. - This field will not be filled automatically in default configuration. To change that you have to configure "mapOnDatabaseColumn" in yaml. + This field will not be filled automatically in default configuration. To change that you have to + configure "mapOnDatabaseColumn" in yaml. + + This field will not be filled automatically in default configuration. To change that you have to + configure "mapOnDatabaseColumn" in yaml. + - This field will be filled automatically by the first found text field which is of type email. You can override that when you configure "mapOnDatabaseColumn" in yaml. - This field will be filled automatically by the first found text field which is of type email. You can override that when you configure "mapOnDatabaseColumn" in yaml. + This field will be filled automatically by the first found text field which is of type email. You can + override that when you configure "mapOnDatabaseColumn" in yaml. + + This field will be filled automatically by the first found text field which is of type email. You can + override that when you configure "mapOnDatabaseColumn" in yaml. + From 7680124140f432ea163caaddc891bf57c61ccba7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stefan=20Fr=C3=B6mken?= <123929835+sfroemkenjw@users.noreply.github.com> Date: Wed, 8 Oct 2025 16:11:51 +0200 Subject: [PATCH 094/103] New translations locallang_db.xlf (Polish) --- Resources/Private/Language/pl.locallang_db.xlf | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/Resources/Private/Language/pl.locallang_db.xlf b/Resources/Private/Language/pl.locallang_db.xlf index 959b1e3..38ee860 100644 --- a/Resources/Private/Language/pl.locallang_db.xlf +++ b/Resources/Private/Language/pl.locallang_db.xlf @@ -36,12 +36,20 @@ Content - This field will not be filled automatically in default configuration. To change that you have to configure "mapOnDatabaseColumn" in yaml. - This field will not be filled automatically in default configuration. To change that you have to configure "mapOnDatabaseColumn" in yaml. + This field will not be filled automatically in default configuration. To change that you have to + configure "mapOnDatabaseColumn" in yaml. + + This field will not be filled automatically in default configuration. To change that you have to + configure "mapOnDatabaseColumn" in yaml. + - This field will be filled automatically by the first found text field which is of type email. You can override that when you configure "mapOnDatabaseColumn" in yaml. - This field will be filled automatically by the first found text field which is of type email. You can override that when you configure "mapOnDatabaseColumn" in yaml. + This field will be filled automatically by the first found text field which is of type email. You can + override that when you configure "mapOnDatabaseColumn" in yaml. + + This field will be filled automatically by the first found text field which is of type email. You can + override that when you configure "mapOnDatabaseColumn" in yaml. + From 05b9fa5d1e9aa2998fa1cb150ed3e78317cd2806 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stefan=20Fr=C3=B6mken?= <123929835+sfroemkenjw@users.noreply.github.com> Date: Wed, 8 Oct 2025 16:11:52 +0200 Subject: [PATCH 095/103] New translations locallang_db.xlf (Portuguese) --- Resources/Private/Language/pt.locallang_db.xlf | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/Resources/Private/Language/pt.locallang_db.xlf b/Resources/Private/Language/pt.locallang_db.xlf index 185877e..7e3fc54 100644 --- a/Resources/Private/Language/pt.locallang_db.xlf +++ b/Resources/Private/Language/pt.locallang_db.xlf @@ -36,12 +36,20 @@ Content - This field will not be filled automatically in default configuration. To change that you have to configure "mapOnDatabaseColumn" in yaml. - This field will not be filled automatically in default configuration. To change that you have to configure "mapOnDatabaseColumn" in yaml. + This field will not be filled automatically in default configuration. To change that you have to + configure "mapOnDatabaseColumn" in yaml. + + This field will not be filled automatically in default configuration. To change that you have to + configure "mapOnDatabaseColumn" in yaml. + - This field will be filled automatically by the first found text field which is of type email. You can override that when you configure "mapOnDatabaseColumn" in yaml. - This field will be filled automatically by the first found text field which is of type email. You can override that when you configure "mapOnDatabaseColumn" in yaml. + This field will be filled automatically by the first found text field which is of type email. You can + override that when you configure "mapOnDatabaseColumn" in yaml. + + This field will be filled automatically by the first found text field which is of type email. You can + override that when you configure "mapOnDatabaseColumn" in yaml. + From 04c8c838985554706d211f41d187e3f37ee6c955 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stefan=20Fr=C3=B6mken?= <123929835+sfroemkenjw@users.noreply.github.com> Date: Wed, 8 Oct 2025 16:11:53 +0200 Subject: [PATCH 096/103] New translations locallang_db.xlf (Russian) --- Resources/Private/Language/ru.locallang_db.xlf | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/Resources/Private/Language/ru.locallang_db.xlf b/Resources/Private/Language/ru.locallang_db.xlf index cb1213a..44f09bf 100644 --- a/Resources/Private/Language/ru.locallang_db.xlf +++ b/Resources/Private/Language/ru.locallang_db.xlf @@ -36,12 +36,20 @@ Content - This field will not be filled automatically in default configuration. To change that you have to configure "mapOnDatabaseColumn" in yaml. - This field will not be filled automatically in default configuration. To change that you have to configure "mapOnDatabaseColumn" in yaml. + This field will not be filled automatically in default configuration. To change that you have to + configure "mapOnDatabaseColumn" in yaml. + + This field will not be filled automatically in default configuration. To change that you have to + configure "mapOnDatabaseColumn" in yaml. + - This field will be filled automatically by the first found text field which is of type email. You can override that when you configure "mapOnDatabaseColumn" in yaml. - This field will be filled automatically by the first found text field which is of type email. You can override that when you configure "mapOnDatabaseColumn" in yaml. + This field will be filled automatically by the first found text field which is of type email. You can + override that when you configure "mapOnDatabaseColumn" in yaml. + + This field will be filled automatically by the first found text field which is of type email. You can + override that when you configure "mapOnDatabaseColumn" in yaml. + From 6db1f124d1613059d036e6f22ca17016a6db49a6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stefan=20Fr=C3=B6mken?= <123929835+sfroemkenjw@users.noreply.github.com> Date: Wed, 8 Oct 2025 16:11:54 +0200 Subject: [PATCH 097/103] New translations locallang_db.xlf (Serbian (Cyrillic)) --- Resources/Private/Language/sr.locallang_db.xlf | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/Resources/Private/Language/sr.locallang_db.xlf b/Resources/Private/Language/sr.locallang_db.xlf index e054d8d..800f183 100644 --- a/Resources/Private/Language/sr.locallang_db.xlf +++ b/Resources/Private/Language/sr.locallang_db.xlf @@ -36,12 +36,20 @@ Content - This field will not be filled automatically in default configuration. To change that you have to configure "mapOnDatabaseColumn" in yaml. - This field will not be filled automatically in default configuration. To change that you have to configure "mapOnDatabaseColumn" in yaml. + This field will not be filled automatically in default configuration. To change that you have to + configure "mapOnDatabaseColumn" in yaml. + + This field will not be filled automatically in default configuration. To change that you have to + configure "mapOnDatabaseColumn" in yaml. + - This field will be filled automatically by the first found text field which is of type email. You can override that when you configure "mapOnDatabaseColumn" in yaml. - This field will be filled automatically by the first found text field which is of type email. You can override that when you configure "mapOnDatabaseColumn" in yaml. + This field will be filled automatically by the first found text field which is of type email. You can + override that when you configure "mapOnDatabaseColumn" in yaml. + + This field will be filled automatically by the first found text field which is of type email. You can + override that when you configure "mapOnDatabaseColumn" in yaml. + From 49861cf63395bc7a13d58f3b12850d36134a8446 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stefan=20Fr=C3=B6mken?= <123929835+sfroemkenjw@users.noreply.github.com> Date: Wed, 8 Oct 2025 16:11:55 +0200 Subject: [PATCH 098/103] New translations locallang_db.xlf (Swedish) --- Resources/Private/Language/sv.locallang_db.xlf | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/Resources/Private/Language/sv.locallang_db.xlf b/Resources/Private/Language/sv.locallang_db.xlf index bd210cb..16f7ba2 100644 --- a/Resources/Private/Language/sv.locallang_db.xlf +++ b/Resources/Private/Language/sv.locallang_db.xlf @@ -36,12 +36,20 @@ Content - This field will not be filled automatically in default configuration. To change that you have to configure "mapOnDatabaseColumn" in yaml. - This field will not be filled automatically in default configuration. To change that you have to configure "mapOnDatabaseColumn" in yaml. + This field will not be filled automatically in default configuration. To change that you have to + configure "mapOnDatabaseColumn" in yaml. + + This field will not be filled automatically in default configuration. To change that you have to + configure "mapOnDatabaseColumn" in yaml. + - This field will be filled automatically by the first found text field which is of type email. You can override that when you configure "mapOnDatabaseColumn" in yaml. - This field will be filled automatically by the first found text field which is of type email. You can override that when you configure "mapOnDatabaseColumn" in yaml. + This field will be filled automatically by the first found text field which is of type email. You can + override that when you configure "mapOnDatabaseColumn" in yaml. + + This field will be filled automatically by the first found text field which is of type email. You can + override that when you configure "mapOnDatabaseColumn" in yaml. + From 6c626d9c2aff41a34b4614ecaca887feafea35a8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stefan=20Fr=C3=B6mken?= <123929835+sfroemkenjw@users.noreply.github.com> Date: Wed, 8 Oct 2025 16:11:57 +0200 Subject: [PATCH 099/103] New translations locallang_db.xlf (Turkish) --- Resources/Private/Language/tr.locallang_db.xlf | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/Resources/Private/Language/tr.locallang_db.xlf b/Resources/Private/Language/tr.locallang_db.xlf index 0254eee..774b9d9 100644 --- a/Resources/Private/Language/tr.locallang_db.xlf +++ b/Resources/Private/Language/tr.locallang_db.xlf @@ -36,12 +36,20 @@ Content - This field will not be filled automatically in default configuration. To change that you have to configure "mapOnDatabaseColumn" in yaml. - This field will not be filled automatically in default configuration. To change that you have to configure "mapOnDatabaseColumn" in yaml. + This field will not be filled automatically in default configuration. To change that you have to + configure "mapOnDatabaseColumn" in yaml. + + This field will not be filled automatically in default configuration. To change that you have to + configure "mapOnDatabaseColumn" in yaml. + - This field will be filled automatically by the first found text field which is of type email. You can override that when you configure "mapOnDatabaseColumn" in yaml. - This field will be filled automatically by the first found text field which is of type email. You can override that when you configure "mapOnDatabaseColumn" in yaml. + This field will be filled automatically by the first found text field which is of type email. You can + override that when you configure "mapOnDatabaseColumn" in yaml. + + This field will be filled automatically by the first found text field which is of type email. You can + override that when you configure "mapOnDatabaseColumn" in yaml. + From 159dd1509c2410ae7c07730dc992a221eef0e3c9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stefan=20Fr=C3=B6mken?= <123929835+sfroemkenjw@users.noreply.github.com> Date: Wed, 8 Oct 2025 16:11:58 +0200 Subject: [PATCH 100/103] New translations locallang_db.xlf (Ukrainian) --- Resources/Private/Language/uk.locallang_db.xlf | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/Resources/Private/Language/uk.locallang_db.xlf b/Resources/Private/Language/uk.locallang_db.xlf index 8cf7329..1a6f8ab 100644 --- a/Resources/Private/Language/uk.locallang_db.xlf +++ b/Resources/Private/Language/uk.locallang_db.xlf @@ -36,12 +36,20 @@ Content - This field will not be filled automatically in default configuration. To change that you have to configure "mapOnDatabaseColumn" in yaml. - This field will not be filled automatically in default configuration. To change that you have to configure "mapOnDatabaseColumn" in yaml. + This field will not be filled automatically in default configuration. To change that you have to + configure "mapOnDatabaseColumn" in yaml. + + This field will not be filled automatically in default configuration. To change that you have to + configure "mapOnDatabaseColumn" in yaml. + - This field will be filled automatically by the first found text field which is of type email. You can override that when you configure "mapOnDatabaseColumn" in yaml. - This field will be filled automatically by the first found text field which is of type email. You can override that when you configure "mapOnDatabaseColumn" in yaml. + This field will be filled automatically by the first found text field which is of type email. You can + override that when you configure "mapOnDatabaseColumn" in yaml. + + This field will be filled automatically by the first found text field which is of type email. You can + override that when you configure "mapOnDatabaseColumn" in yaml. + From 3866dba1be79467958324c4287fd8bb14f6e520e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stefan=20Fr=C3=B6mken?= <123929835+sfroemkenjw@users.noreply.github.com> Date: Wed, 8 Oct 2025 16:11:59 +0200 Subject: [PATCH 101/103] New translations locallang_db.xlf (English) --- Resources/Private/Language/en.locallang_db.xlf | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/Resources/Private/Language/en.locallang_db.xlf b/Resources/Private/Language/en.locallang_db.xlf index adc369d..1675ba4 100644 --- a/Resources/Private/Language/en.locallang_db.xlf +++ b/Resources/Private/Language/en.locallang_db.xlf @@ -36,12 +36,20 @@ Content - This field will not be filled automatically in default configuration. To change that you have to configure "mapOnDatabaseColumn" in yaml. - This field will not be filled automatically in default configuration. To change that you have to configure "mapOnDatabaseColumn" in yaml. + This field will not be filled automatically in default configuration. To change that you have to + configure "mapOnDatabaseColumn" in yaml. + + This field will not be filled automatically in default configuration. To change that you have to + configure "mapOnDatabaseColumn" in yaml. + - This field will be filled automatically by the first found text field which is of type email. You can override that when you configure "mapOnDatabaseColumn" in yaml. - This field will be filled automatically by the first found text field which is of type email. You can override that when you configure "mapOnDatabaseColumn" in yaml. + This field will be filled automatically by the first found text field which is of type email. You can + override that when you configure "mapOnDatabaseColumn" in yaml. + + This field will be filled automatically by the first found text field which is of type email. You can + override that when you configure "mapOnDatabaseColumn" in yaml. + From bc4f9f3aaa4a11d2f087fe96b015c8086f0491cd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stefan=20Fr=C3=B6mken?= <123929835+sfroemkenjw@users.noreply.github.com> Date: Wed, 8 Oct 2025 16:12:00 +0200 Subject: [PATCH 102/103] New translations locallang_db.xlf (Vietnamese) --- Resources/Private/Language/vi.locallang_db.xlf | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/Resources/Private/Language/vi.locallang_db.xlf b/Resources/Private/Language/vi.locallang_db.xlf index ed6c1bf..e2e77fa 100644 --- a/Resources/Private/Language/vi.locallang_db.xlf +++ b/Resources/Private/Language/vi.locallang_db.xlf @@ -36,12 +36,20 @@ Content - This field will not be filled automatically in default configuration. To change that you have to configure "mapOnDatabaseColumn" in yaml. - This field will not be filled automatically in default configuration. To change that you have to configure "mapOnDatabaseColumn" in yaml. + This field will not be filled automatically in default configuration. To change that you have to + configure "mapOnDatabaseColumn" in yaml. + + This field will not be filled automatically in default configuration. To change that you have to + configure "mapOnDatabaseColumn" in yaml. + - This field will be filled automatically by the first found text field which is of type email. You can override that when you configure "mapOnDatabaseColumn" in yaml. - This field will be filled automatically by the first found text field which is of type email. You can override that when you configure "mapOnDatabaseColumn" in yaml. + This field will be filled automatically by the first found text field which is of type email. You can + override that when you configure "mapOnDatabaseColumn" in yaml. + + This field will be filled automatically by the first found text field which is of type email. You can + override that when you configure "mapOnDatabaseColumn" in yaml. + From f2d74dbb697a50ea6c6ad19836051b5519588a29 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stefan=20Fr=C3=B6mken?= <123929835+sfroemkenjw@users.noreply.github.com> Date: Wed, 8 Oct 2025 16:12:01 +0200 Subject: [PATCH 103/103] New translations locallang_db.xlf (Portuguese, Brazilian) --- .../Private/Language/pt_BR.locallang_db.xlf | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/Resources/Private/Language/pt_BR.locallang_db.xlf b/Resources/Private/Language/pt_BR.locallang_db.xlf index 76415b3..1794723 100644 --- a/Resources/Private/Language/pt_BR.locallang_db.xlf +++ b/Resources/Private/Language/pt_BR.locallang_db.xlf @@ -36,12 +36,20 @@ Content - This field will not be filled automatically in default configuration. To change that you have to configure "mapOnDatabaseColumn" in yaml. - This field will not be filled automatically in default configuration. To change that you have to configure "mapOnDatabaseColumn" in yaml. + This field will not be filled automatically in default configuration. To change that you have to + configure "mapOnDatabaseColumn" in yaml. + + This field will not be filled automatically in default configuration. To change that you have to + configure "mapOnDatabaseColumn" in yaml. + - This field will be filled automatically by the first found text field which is of type email. You can override that when you configure "mapOnDatabaseColumn" in yaml. - This field will be filled automatically by the first found text field which is of type email. You can override that when you configure "mapOnDatabaseColumn" in yaml. + This field will be filled automatically by the first found text field which is of type email. You can + override that when you configure "mapOnDatabaseColumn" in yaml. + + This field will be filled automatically by the first found text field which is of type email. You can + override that when you configure "mapOnDatabaseColumn" in yaml. +