-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Hotfix release 2.2.1 - Merge translations
- Loading branch information
Showing
12 changed files
with
341 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.'; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.'; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.'; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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'] = 'Ονομα'; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 '; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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'] = 'ویژگی ها'; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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'; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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'; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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'; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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'] = 'Название'; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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'; | ||
|