Skip to content

Commit

Permalink
Merge tag '2.2.1'
Browse files Browse the repository at this point in the history
Hotfix release 2.2.1

- Merge translations
  • Loading branch information
baumannsven committed Nov 22, 2022
2 parents 975821c + 3edbc07 commit 2a9bf75
Show file tree
Hide file tree
Showing 12 changed files with 341 additions and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"extra": {
"contao-manager-plugin": "MetaModels\\ContaoFrontendEditingBundle\\ContaoManager\\Plugin",
"branch-alias": {
"dev-feature/2.2.0": "2.2.x-dev"
"dev-hotfix/2.2.1": "2.2.1-dev"
}
},
"config": {
Expand Down
50 changes: 50 additions & 0 deletions src/Resources/contao/languages/de/tl_metamodel_dca.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
<?php
/**
* This file is part of MetaModels/contao-frontend-editing.
*
* (c) 2012-2022 The MetaModels team.
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*
* This project is provided in good faith and hope to be usable by anyone.
*
* Translations are managed automatically using Transifex. To create a new translation
* or to help to maintain an existing one, please register at transifex.com.
*
* Last-updated: 2022-11-21T08:46:06+01:00
*
* @copyright 2012-2022 The MetaModels team.
* @license https://github.com/MetaModels/contao-frontend-editing/blob/master/LICENSE LGPL-3.0-or-later
* @link https://www.transifex.com/metamodels/public/
* @link https://www.transifex.com/signup/?join_project=metamodels
*/


$GLOBALS['TL_LANG']['tl_metamodel_dca']['fe_copy_notification']['0'] = 'Datensatz kopiert';
$GLOBALS['TL_LANG']['tl_metamodel_dca']['fe_copy_notification']['1'] = 'Dieser Benachrichtigungstyp wird gesendet, wenn ein Datensatz kopiert wurde.';
$GLOBALS['TL_LANG']['tl_metamodel_dca']['fe_create_notification']['0'] = 'Datensatz erstellt';
$GLOBALS['TL_LANG']['tl_metamodel_dca']['fe_create_notification']['1'] = 'Dieser Benachrichtigungstyp wird gesendet, wenn ein neuer Datensatz erstellt wurde.';
$GLOBALS['TL_LANG']['tl_metamodel_dca']['fe_delete_notification']['0'] = 'Datensatz löschen';
$GLOBALS['TL_LANG']['tl_metamodel_dca']['fe_delete_notification']['1'] = 'Dieser Benachrichtigungstyp wird gesendet, wenn ein Datensatz gelöscht wurde.';
$GLOBALS['TL_LANG']['tl_metamodel_dca']['fe_editButtons']['0'] = 'Buttons im Frontend-Edit';
$GLOBALS['TL_LANG']['tl_metamodel_dca']['fe_editButtons']['1'] = 'Hier können Sie die Buttons im Frontend-Edit anpassen.';
$GLOBALS['TL_LANG']['tl_metamodel_dca']['fe_editButtons_attributes']['0'] = 'Attribute';
$GLOBALS['TL_LANG']['tl_metamodel_dca']['fe_editButtons_attributes']['1'] = 'Hier können Sie zusätzliche Attribute für den HTML-Tag des Buttons definieren (z. B. accesskey=\'s\').';
$GLOBALS['TL_LANG']['tl_metamodel_dca']['fe_editButtons_jumpTo']['0'] = 'Weiterleitung';
$GLOBALS['TL_LANG']['tl_metamodel_dca']['fe_editButtons_jumpTo']['1'] = 'Hier können Sie die Weiterleitungsseite festlegen.';
$GLOBALS['TL_LANG']['tl_metamodel_dca']['fe_editButtons_jumpToParameter']['0'] = 'Parameter';
$GLOBALS['TL_LANG']['tl_metamodel_dca']['fe_editButtons_jumpToParameter']['1'] = 'Hier können Sie zusätzliche URL-Parameter für die Weiterleitungsseite definieren. Sie können \'Simple-Token\' verwenden, z. B. ##model_alias##.';
$GLOBALS['TL_LANG']['tl_metamodel_dca']['fe_editButtons_label']['0'] = 'Label';
$GLOBALS['TL_LANG']['tl_metamodel_dca']['fe_editButtons_label']['1'] = 'Hier können Sie optional die Beschriftung des Buttons festlegen. Wenn nicht definiert, so wird automatisch nach einer Übersetzung in TABLE_NAME.MSC.BUTTON_NAME gesucht';
$GLOBALS['TL_LANG']['tl_metamodel_dca']['fe_editButtons_legend'] = 'Buttons im Frontend-Edit';
$GLOBALS['TL_LANG']['tl_metamodel_dca']['fe_editButtons_name']['0'] = 'Name';
$GLOBALS['TL_LANG']['tl_metamodel_dca']['fe_editButtons_name']['1'] = 'Hier können Sie den Namen des Buttons festlegen (z. B. \'saveNCreate\' für Speichern und Erstellen).';
$GLOBALS['TL_LANG']['tl_metamodel_dca']['fe_editButtons_notSave']['0'] = 'Nicht speichern';
$GLOBALS['TL_LANG']['tl_metamodel_dca']['fe_editButtons_notSave']['1'] = 'Hier können Sie festlegen, dass das Modell nicht gespeichert wird, wenn der Button geklickt wird.';
$GLOBALS['TL_LANG']['tl_metamodel_dca']['fe_edit_notification']['0'] = 'Datensatz bearbeitet';
$GLOBALS['TL_LANG']['tl_metamodel_dca']['fe_edit_notification']['1'] = 'Dieser Benachrichtigungstyp wird gesendet, wenn ein Datensatz bearbeitet wurde.';
$GLOBALS['TL_LANG']['tl_metamodel_dca']['fe_notification_legend'] = 'Notification beim Frontend-Edit';
$GLOBALS['TL_LANG']['tl_metamodel_dca']['fe_overrideEditButtons']['0'] = 'Buttons im Frontend-Edit anpassen';
$GLOBALS['TL_LANG']['tl_metamodel_dca']['fe_overrideEditButtons']['1'] = 'Ist die Option gewählt, können die Buttons im Frontend-Edit angepasst werden.';

33 changes: 33 additions & 0 deletions src/Resources/contao/languages/de/tl_nc_notification.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
<?php
/**
* This file is part of MetaModels/contao-frontend-editing.
*
* (c) 2012-2022 The MetaModels team.
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*
* This project is provided in good faith and hope to be usable by anyone.
*
* Translations are managed automatically using Transifex. To create a new translation
* or to help to maintain an existing one, please register at transifex.com.
*
* Last-updated: 2022-11-21T08:46:15+01:00
*
* @copyright 2012-2022 The MetaModels team.
* @license https://github.com/MetaModels/contao-frontend-editing/blob/master/LICENSE LGPL-3.0-or-later
* @link https://www.transifex.com/metamodels/public/
* @link https://www.transifex.com/signup/?join_project=metamodels
*/


$GLOBALS['TL_LANG']['tl_nc_notification']['type']['metamodels_frontendediting'] = 'MetaModels Frontend-Bearbeitung';
$GLOBALS['TL_LANG']['tl_nc_notification']['type']['mm_fe_copy_model']['0'] = 'Datensatz kopiert';
$GLOBALS['TL_LANG']['tl_nc_notification']['type']['mm_fe_copy_model']['1'] = 'Dieser Benachrichtigungstyp wird gesendet, wenn ein Datensatz kopiert wurde.';
$GLOBALS['TL_LANG']['tl_nc_notification']['type']['mm_fe_create_model']['0'] = 'Datensatz erstellen';
$GLOBALS['TL_LANG']['tl_nc_notification']['type']['mm_fe_create_model']['1'] = 'Dieser Benachrichtigungstyp wird gesendet, wenn ein neuer Datensatz erstellt wird.';
$GLOBALS['TL_LANG']['tl_nc_notification']['type']['mm_fe_delete_model']['0'] = 'Datensatz gelöscht';
$GLOBALS['TL_LANG']['tl_nc_notification']['type']['mm_fe_delete_model']['1'] = 'Dieser Benachrichtigungstyp wird gesendet, wenn ein Datensatz gelöscht wurde.';
$GLOBALS['TL_LANG']['tl_nc_notification']['type']['mm_fe_edit_model']['0'] = 'Datensatz bearbeitet';
$GLOBALS['TL_LANG']['tl_nc_notification']['type']['mm_fe_edit_model']['1'] = 'Dieser Benachrichtigungstyp wird gesendet, wenn ein Datensatz bearbeitet wurde.';

45 changes: 45 additions & 0 deletions src/Resources/contao/languages/de/tokens.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
<?php
/**
* This file is part of MetaModels/contao-frontend-editing.
*
* (c) 2012-2022 The MetaModels team.
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*
* This project is provided in good faith and hope to be usable by anyone.
*
* Translations are managed automatically using Transifex. To create a new translation
* or to help to maintain an existing one, please register at transifex.com.
*
* Last-updated: 2022-11-21T08:46:19+01:00
*
* @copyright 2012-2022 The MetaModels team.
* @license https://github.com/MetaModels/contao-frontend-editing/blob/master/LICENSE LGPL-3.0-or-later
* @link https://www.transifex.com/metamodels/public/
* @link https://www.transifex.com/signup/?join_project=metamodels
*/


$GLOBALS['TL_LANG']['NOTIFICATION_CENTER_TOKEN']['mm_fe_copy_model']['admin_email'] = 'E-Mail-Adresse des Administrators der aktuellen Seite.';
$GLOBALS['TL_LANG']['NOTIFICATION_CENTER_TOKEN']['mm_fe_copy_model']['data'] = 'Alle verfügbaren Daten.';
$GLOBALS['TL_LANG']['NOTIFICATION_CENTER_TOKEN']['mm_fe_copy_model']['member_*'] = 'Alle Daten des Mitglieds. Diese Daten sind verfügbar, wenn das Frontend-Mitglied eingeloggt ist.';
$GLOBALS['TL_LANG']['NOTIFICATION_CENTER_TOKEN']['mm_fe_copy_model']['model_*'] = 'Alle Attribute des bearbeiteten Datensatzes.';
$GLOBALS['TL_LANG']['NOTIFICATION_CENTER_TOKEN']['mm_fe_copy_model']['model_source_*'] = 'Alle Eigenschaften des Quell-Datensatzes.';
$GLOBALS['TL_LANG']['NOTIFICATION_CENTER_TOKEN']['mm_fe_create_model']['admin_email'] = 'E-Mail-Adresse des Administrators der aktuellen Seite.';
$GLOBALS['TL_LANG']['NOTIFICATION_CENTER_TOKEN']['mm_fe_create_model']['data'] = 'Alle verfügbaren Daten.';
$GLOBALS['TL_LANG']['NOTIFICATION_CENTER_TOKEN']['mm_fe_create_model']['member_*'] = 'Alle Daten des Mitglieds. Diese Daten sind verfügbar, wenn das Frontend-Mitglied eingeloggt ist.';
$GLOBALS['TL_LANG']['NOTIFICATION_CENTER_TOKEN']['mm_fe_create_model']['model_*'] = 'Alle Attribute des bearbeiteten Datensatzes.';
$GLOBALS['TL_LANG']['NOTIFICATION_CENTER_TOKEN']['mm_fe_create_model']['property_label_*'] = 'Alle Attribut-Bezeichnungen.';
$GLOBALS['TL_LANG']['NOTIFICATION_CENTER_TOKEN']['mm_fe_delete_model']['admin_email'] = 'E-Mail-Adresse des Administrators der aktuellen Seite.';
$GLOBALS['TL_LANG']['NOTIFICATION_CENTER_TOKEN']['mm_fe_delete_model']['data'] = 'Alle verfügbaren Daten.';
$GLOBALS['TL_LANG']['NOTIFICATION_CENTER_TOKEN']['mm_fe_delete_model']['member_*'] = 'Alle Daten des Mitglieds. Diese Daten sind verfügbar, wenn das Frontend-Mitglied eingeloggt ist.';
$GLOBALS['TL_LANG']['NOTIFICATION_CENTER_TOKEN']['mm_fe_delete_model']['model_*'] = 'Alle Attribute des bearbeiteten Datensatzes.';
$GLOBALS['TL_LANG']['NOTIFICATION_CENTER_TOKEN']['mm_fe_delete_model']['property_label_*'] = 'Alle Attribut-Bezeichnungen.';
$GLOBALS['TL_LANG']['NOTIFICATION_CENTER_TOKEN']['mm_fe_edit_model']['admin_email'] = 'E-Mail-Adresse des Administrators der aktuellen Seite.';
$GLOBALS['TL_LANG']['NOTIFICATION_CENTER_TOKEN']['mm_fe_edit_model']['data'] = 'Alle verfügbaren Daten.';
$GLOBALS['TL_LANG']['NOTIFICATION_CENTER_TOKEN']['mm_fe_edit_model']['member_*'] = 'Alle Daten des Mitglieds. Diese Daten sind verfügbar, wenn das Frontend-Mitglied eingeloggt ist.';
$GLOBALS['TL_LANG']['NOTIFICATION_CENTER_TOKEN']['mm_fe_edit_model']['model_*'] = 'Alle Attribute des bearbeiteten Datensatzes.';
$GLOBALS['TL_LANG']['NOTIFICATION_CENTER_TOKEN']['mm_fe_edit_model']['model_original_*'] = 'Alle Attribute des ursprünglichen Datensatzes.';
$GLOBALS['TL_LANG']['NOTIFICATION_CENTER_TOKEN']['mm_fe_edit_model']['property_label_*'] = 'Alle Attribut-Bezeichnungen.';

27 changes: 27 additions & 0 deletions src/Resources/contao/languages/el/tl_metamodel_dca.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
<?php
/**
* This file is part of MetaModels/contao-frontend-editing.
*
* (c) 2012-2022 The MetaModels team.
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*
* This project is provided in good faith and hope to be usable by anyone.
*
* Translations are managed automatically using Transifex. To create a new translation
* or to help to maintain an existing one, please register at transifex.com.
*
* Last-updated: 2022-11-21T08:46:06+01:00
*
* @copyright 2012-2022 The MetaModels team.
* @license https://github.com/MetaModels/contao-frontend-editing/blob/master/LICENSE LGPL-3.0-or-later
* @link https://www.transifex.com/metamodels/public/
* @link https://www.transifex.com/signup/?join_project=metamodels
*/


$GLOBALS['TL_LANG']['tl_metamodel_dca']['fe_editButtons_attributes']['0'] = ' Χαρακτηριστικά';
$GLOBALS['TL_LANG']['tl_metamodel_dca']['fe_editButtons_label']['0'] = 'Ετικετα';
$GLOBALS['TL_LANG']['tl_metamodel_dca']['fe_editButtons_name']['0'] = 'Ονομα';

27 changes: 27 additions & 0 deletions src/Resources/contao/languages/et/tl_metamodel_dca.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
<?php
/**
* This file is part of MetaModels/contao-frontend-editing.
*
* (c) 2012-2022 The MetaModels team.
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*
* This project is provided in good faith and hope to be usable by anyone.
*
* Translations are managed automatically using Transifex. To create a new translation
* or to help to maintain an existing one, please register at transifex.com.
*
* Last-updated: 2022-11-21T08:46:06+01:00
*
* @copyright 2012-2022 The MetaModels team.
* @license https://github.com/MetaModels/contao-frontend-editing/blob/master/LICENSE LGPL-3.0-or-later
* @link https://www.transifex.com/metamodels/public/
* @link https://www.transifex.com/signup/?join_project=metamodels
*/


$GLOBALS['TL_LANG']['tl_metamodel_dca']['fe_editButtons_attributes']['0'] = 'Omadused';
$GLOBALS['TL_LANG']['tl_metamodel_dca']['fe_editButtons_label']['0'] = 'SiltSilt';
$GLOBALS['TL_LANG']['tl_metamodel_dca']['fe_editButtons_name']['0'] = 'Nimi ';

25 changes: 25 additions & 0 deletions src/Resources/contao/languages/fa/tl_metamodel_dca.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
<?php
/**
* This file is part of MetaModels/contao-frontend-editing.
*
* (c) 2012-2022 The MetaModels team.
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*
* This project is provided in good faith and hope to be usable by anyone.
*
* Translations are managed automatically using Transifex. To create a new translation
* or to help to maintain an existing one, please register at transifex.com.
*
* Last-updated: 2022-11-21T08:46:06+01:00
*
* @copyright 2012-2022 The MetaModels team.
* @license https://github.com/MetaModels/contao-frontend-editing/blob/master/LICENSE LGPL-3.0-or-later
* @link https://www.transifex.com/metamodels/public/
* @link https://www.transifex.com/signup/?join_project=metamodels
*/


$GLOBALS['TL_LANG']['tl_metamodel_dca']['fe_editButtons_attributes']['0'] = 'ویژگی ها';

27 changes: 27 additions & 0 deletions src/Resources/contao/languages/fr/tl_metamodel_dca.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
<?php
/**
* This file is part of MetaModels/contao-frontend-editing.
*
* (c) 2012-2022 The MetaModels team.
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*
* This project is provided in good faith and hope to be usable by anyone.
*
* Translations are managed automatically using Transifex. To create a new translation
* or to help to maintain an existing one, please register at transifex.com.
*
* Last-updated: 2022-11-21T08:46:06+01:00
*
* @copyright 2012-2022 The MetaModels team.
* @license https://github.com/MetaModels/contao-frontend-editing/blob/master/LICENSE LGPL-3.0-or-later
* @link https://www.transifex.com/metamodels/public/
* @link https://www.transifex.com/signup/?join_project=metamodels
*/


$GLOBALS['TL_LANG']['tl_metamodel_dca']['fe_editButtons_attributes']['0'] = 'Attributs';
$GLOBALS['TL_LANG']['tl_metamodel_dca']['fe_editButtons_label']['0'] = 'Etiquette';
$GLOBALS['TL_LANG']['tl_metamodel_dca']['fe_editButtons_name']['0'] = 'Nom';

27 changes: 27 additions & 0 deletions src/Resources/contao/languages/it/tl_metamodel_dca.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
<?php
/**
* This file is part of MetaModels/contao-frontend-editing.
*
* (c) 2012-2022 The MetaModels team.
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*
* This project is provided in good faith and hope to be usable by anyone.
*
* Translations are managed automatically using Transifex. To create a new translation
* or to help to maintain an existing one, please register at transifex.com.
*
* Last-updated: 2022-11-21T08:46:06+01:00
*
* @copyright 2012-2022 The MetaModels team.
* @license https://github.com/MetaModels/contao-frontend-editing/blob/master/LICENSE LGPL-3.0-or-later
* @link https://www.transifex.com/metamodels/public/
* @link https://www.transifex.com/signup/?join_project=metamodels
*/


$GLOBALS['TL_LANG']['tl_metamodel_dca']['fe_editButtons_attributes']['0'] = 'Attributi';
$GLOBALS['TL_LANG']['tl_metamodel_dca']['fe_editButtons_label']['0'] = 'Etichetta';
$GLOBALS['TL_LANG']['tl_metamodel_dca']['fe_editButtons_name']['0'] = 'Nome';

27 changes: 27 additions & 0 deletions src/Resources/contao/languages/rm/tl_metamodel_dca.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
<?php
/**
* This file is part of MetaModels/contao-frontend-editing.
*
* (c) 2012-2022 The MetaModels team.
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*
* This project is provided in good faith and hope to be usable by anyone.
*
* Translations are managed automatically using Transifex. To create a new translation
* or to help to maintain an existing one, please register at transifex.com.
*
* Last-updated: 2022-11-21T08:46:06+01:00
*
* @copyright 2012-2022 The MetaModels team.
* @license https://github.com/MetaModels/contao-frontend-editing/blob/master/LICENSE LGPL-3.0-or-later
* @link https://www.transifex.com/metamodels/public/
* @link https://www.transifex.com/signup/?join_project=metamodels
*/


$GLOBALS['TL_LANG']['tl_metamodel_dca']['fe_editButtons_attributes']['0'] = 'Attributs';
$GLOBALS['TL_LANG']['tl_metamodel_dca']['fe_editButtons_label']['0'] = 'Label';
$GLOBALS['TL_LANG']['tl_metamodel_dca']['fe_editButtons_name']['0'] = 'Num';

27 changes: 27 additions & 0 deletions src/Resources/contao/languages/ru/tl_metamodel_dca.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
<?php
/**
* This file is part of MetaModels/contao-frontend-editing.
*
* (c) 2012-2022 The MetaModels team.
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*
* This project is provided in good faith and hope to be usable by anyone.
*
* Translations are managed automatically using Transifex. To create a new translation
* or to help to maintain an existing one, please register at transifex.com.
*
* Last-updated: 2022-11-21T08:46:06+01:00
*
* @copyright 2012-2022 The MetaModels team.
* @license https://github.com/MetaModels/contao-frontend-editing/blob/master/LICENSE LGPL-3.0-or-later
* @link https://www.transifex.com/metamodels/public/
* @link https://www.transifex.com/signup/?join_project=metamodels
*/


$GLOBALS['TL_LANG']['tl_metamodel_dca']['fe_editButtons_attributes']['0'] = 'Атрибуты';
$GLOBALS['TL_LANG']['tl_metamodel_dca']['fe_editButtons_label']['0'] = 'Метка';
$GLOBALS['TL_LANG']['tl_metamodel_dca']['fe_editButtons_name']['0'] = 'Название';

25 changes: 25 additions & 0 deletions src/Resources/contao/languages/tr/tl_metamodel_dca.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
<?php
/**
* This file is part of MetaModels/contao-frontend-editing.
*
* (c) 2012-2022 The MetaModels team.
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*
* This project is provided in good faith and hope to be usable by anyone.
*
* Translations are managed automatically using Transifex. To create a new translation
* or to help to maintain an existing one, please register at transifex.com.
*
* Last-updated: 2022-11-21T08:46:06+01:00
*
* @copyright 2012-2022 The MetaModels team.
* @license https://github.com/MetaModels/contao-frontend-editing/blob/master/LICENSE LGPL-3.0-or-later
* @link https://www.transifex.com/metamodels/public/
* @link https://www.transifex.com/signup/?join_project=metamodels
*/


$GLOBALS['TL_LANG']['tl_metamodel_dca']['fe_editButtons_attributes']['0'] = 'Özellikler';

0 comments on commit 2a9bf75

Please sign in to comment.