-
Notifications
You must be signed in to change notification settings - Fork 1
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
9 changed files
with
172 additions
and
37 deletions.
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
35 changes: 29 additions & 6 deletions
35
src/Resources/contao/languages/de/tl_metamodel_attribute.php
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 |
---|---|---|
@@ -1,15 +1,38 @@ | ||
<?php | ||
/** | ||
* Translations are managed using Transifex. To create a new translation | ||
* or to help to maintain an existing one, please register at transifex.com. | ||
* This file is part of MetaModels/attribute_translatedcheckbox. | ||
* | ||
* (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. | ||
* | ||
* @link http://help.transifex.com/intro/translating.html | ||
* @link https://www.transifex.com/projects/p/metamodels/language/de/ | ||
* This project is provided in good faith and hope to be usable by anyone. | ||
* | ||
* @license http://www.gnu.org/licenses/lgpl-3.0.html LGPL | ||
* 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-19T18:08:59+01:00 | ||
* | ||
* last-updated: 2013-07-08T04:11:40+02:00 | ||
* @copyright 2012-2022 The MetaModels team. | ||
* @license https://github.com/MetaModels/attribute_translatedcheckbox/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_attribute']['check_publish']['0'] = 'Veröffentlichen'; | ||
$GLOBALS['TL_LANG']['tl_metamodel_attribute']['check_publish']['1'] = 'Ist diese Option gesetzt, wird ein zusätzliches Icon ("Auge") in der Listenanzeige des Backends eingefügt.'; | ||
$GLOBALS['TL_LANG']['tl_metamodel_attribute']['listviewicon_language']['0'] = 'Sprache'; | ||
$GLOBALS['TL_LANG']['tl_metamodel_attribute']['tcheck_inverse']['0'] = 'Invertierte Anzeigeoption'; | ||
$GLOBALS['TL_LANG']['tl_metamodel_attribute']['tcheck_inverse']['1'] = 'Wenn dies ausgewählt ist, wird der Umschaltmodus umgekehrt (aktiviertes Kontrollkästchen zeigt inaktives Symbol, deaktiviertes Kontrollkästchen zeigt aktives Symbol).'; | ||
$GLOBALS['TL_LANG']['tl_metamodel_attribute']['tcheck_listview']['0'] = 'Benutzerdefiniertes Icon'; | ||
$GLOBALS['TL_LANG']['tl_metamodel_attribute']['tcheck_listview']['1'] = 'Wenn diese Option ausgewählt ist, können Sie das Icon in der Backend-Listenansicht anpassen.'; | ||
$GLOBALS['TL_LANG']['tl_metamodel_attribute']['tcheck_listviewicon']['0'] = 'Icon Aktiv'; | ||
$GLOBALS['TL_LANG']['tl_metamodel_attribute']['tcheck_listviewicon']['1'] = 'Das Icon, das in der Backend-Listenansicht angezeigt wird, wenn das Element aktiviert ist.'; | ||
$GLOBALS['TL_LANG']['tl_metamodel_attribute']['tcheck_listviewicon_fields']['0'] = 'Benutzerdefinierte Icons für aktivierten und deaktivierten Zustand'; | ||
$GLOBALS['TL_LANG']['tl_metamodel_attribute']['tcheck_listviewicon_fields']['1'] = 'Sie können Ihre benutzerdefinierte Icons für den aktivierten und deaktivierten Zustand wählen.'; | ||
$GLOBALS['TL_LANG']['tl_metamodel_attribute']['tcheck_listviewicondisabled']['0'] = 'Icon Inaktiv'; | ||
$GLOBALS['TL_LANG']['tl_metamodel_attribute']['tcheck_listviewicondisabled']['1'] = 'Das Icon, das in der Backend-Listenansicht angezeigt wird, wenn das Element deaktiviert ist.'; | ||
$GLOBALS['TL_LANG']['tl_metamodel_attribute']['typeOptions']['translatedcheckbox'] = 'Übersetzte Checkbox'; | ||
|
26 changes: 26 additions & 0 deletions
26
src/Resources/contao/languages/el/tl_metamodel_attribute.php
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,26 @@ | ||
<?php | ||
/** | ||
* This file is part of MetaModels/attribute_translatedcheckbox. | ||
* | ||
* (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-19T18:08:59+01:00 | ||
* | ||
* @copyright 2012-2022 The MetaModels team. | ||
* @license https://github.com/MetaModels/attribute_translatedcheckbox/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_attribute']['check_publish']['0'] = 'Δημοσιευση πλαισιου ελεγχου'; | ||
$GLOBALS['TL_LANG']['tl_metamodel_attribute']['listviewicon_language']['0'] = 'Γλωσσα '; | ||
|
23 changes: 17 additions & 6 deletions
23
src/Resources/contao/languages/et/tl_metamodel_attribute.php
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 |
---|---|---|
@@ -1,16 +1,27 @@ | ||
<?php | ||
/** | ||
* Translations are managed using Transifex. To create a new translation | ||
* or to help to maintain an existing one, please register at transifex.com. | ||
* This file is part of MetaModels/attribute_translatedcheckbox. | ||
* | ||
* (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. | ||
* | ||
* @license http://www.gnu.org/licenses/lgpl-3.0.html LGPL | ||
* 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. | ||
* | ||
* @link https://www.transifex.com/signup/ | ||
* @link https://www.transifex.com/projects/p/$$project$$/language/$$lang$$/ | ||
* Last-updated: 2022-11-19T18:08:59+01:00 | ||
* | ||
* last-updated: 2017-05-25T00:08:28+02:00 | ||
* @copyright 2012-2022 The MetaModels team. | ||
* @license https://github.com/MetaModels/attribute_translatedcheckbox/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_attribute']['check_publish']['0'] = 'Avaldamise märkekast'; | ||
$GLOBALS['TL_LANG']['tl_metamodel_attribute']['listviewicon_language']['0'] = 'Keel'; | ||
$GLOBALS['TL_LANG']['tl_metamodel_attribute']['typeOptions']['translatedcheckbox'] = 'Tõlgitud märkekast'; | ||
|
24 changes: 18 additions & 6 deletions
24
src/Resources/contao/languages/fr/tl_metamodel_attribute.php
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 |
---|---|---|
@@ -1,15 +1,27 @@ | ||
<?php | ||
/** | ||
* Translations are managed using Transifex. To create a new translation | ||
* or to help to maintain an existing one, please register at transifex.com. | ||
* This file is part of MetaModels/attribute_translatedcheckbox. | ||
* | ||
* (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. | ||
* | ||
* @link http://help.transifex.com/intro/translating.html | ||
* @link https://www.transifex.com/projects/p/metamodels/language/fr/ | ||
* This project is provided in good faith and hope to be usable by anyone. | ||
* | ||
* @license http://www.gnu.org/licenses/lgpl-3.0.html LGPL | ||
* 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-19T18:08:59+01:00 | ||
* | ||
* last-updated: 2013-07-08T04:11:40+02:00 | ||
* @copyright 2012-2022 The MetaModels team. | ||
* @license https://github.com/MetaModels/attribute_translatedcheckbox/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_attribute']['check_publish']['0'] = 'Case à cocher de publication'; | ||
$GLOBALS['TL_LANG']['tl_metamodel_attribute']['listviewicon_language']['0'] = 'Langue'; | ||
$GLOBALS['TL_LANG']['tl_metamodel_attribute']['typeOptions']['translatedcheckbox'] = 'Case traduite'; | ||
|
25 changes: 19 additions & 6 deletions
25
src/Resources/contao/languages/it/tl_metamodel_attribute.php
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 |
---|---|---|
@@ -1,15 +1,28 @@ | ||
<?php | ||
/** | ||
* Translations are managed using Transifex. To create a new translation | ||
* or to help to maintain an existing one, please register at transifex.com. | ||
* This file is part of MetaModels/attribute_translatedcheckbox. | ||
* | ||
* (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. | ||
* | ||
* @link http://help.transifex.com/intro/translating.html | ||
* @link https://www.transifex.com/projects/p/metamodels/language/it/ | ||
* This project is provided in good faith and hope to be usable by anyone. | ||
* | ||
* @license http://www.gnu.org/licenses/lgpl-3.0.html LGPL | ||
* 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-19T18:08:59+01:00 | ||
* | ||
* last-updated: 2013-07-08T04:11:40+02:00 | ||
* @copyright 2012-2022 The MetaModels team. | ||
* @license https://github.com/MetaModels/attribute_translatedcheckbox/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_attribute']['check_publish']['0'] = 'Checkbox pubblicazione'; | ||
$GLOBALS['TL_LANG']['tl_metamodel_attribute']['listviewicon_language']['0'] = 'Lingua'; | ||
$GLOBALS['TL_LANG']['tl_metamodel_attribute']['tcheck_inverse']['0'] = 'Inverti'; | ||
$GLOBALS['TL_LANG']['tl_metamodel_attribute']['typeOptions']['translatedcheckbox'] = 'Checkbox tradotto'; | ||
|
24 changes: 18 additions & 6 deletions
24
src/Resources/contao/languages/rm/tl_metamodel_attribute.php
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 |
---|---|---|
@@ -1,15 +1,27 @@ | ||
<?php | ||
/** | ||
* Translations are managed using Transifex. To create a new translation | ||
* or to help to maintain an existing one, please register at transifex.com. | ||
* This file is part of MetaModels/attribute_translatedcheckbox. | ||
* | ||
* (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. | ||
* | ||
* @link http://help.transifex.com/intro/translating.html | ||
* @link https://www.transifex.com/projects/p/metamodels/language/rm/ | ||
* This project is provided in good faith and hope to be usable by anyone. | ||
* | ||
* @license http://www.gnu.org/licenses/lgpl-3.0.html LGPL | ||
* 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-19T18:08:59+01:00 | ||
* | ||
* last-updated: 2013-07-08T04:11:40+02:00 | ||
* @copyright 2012-2022 The MetaModels team. | ||
* @license https://github.com/MetaModels/attribute_translatedcheckbox/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_attribute']['check_publish']['0'] = 'Chaschetta da publicaziun'; | ||
$GLOBALS['TL_LANG']['tl_metamodel_attribute']['listviewicon_language']['0'] = 'Lingua'; | ||
$GLOBALS['TL_LANG']['tl_metamodel_attribute']['typeOptions']['translatedcheckbox'] = 'Chaschetta da translatar'; | ||
|
24 changes: 18 additions & 6 deletions
24
src/Resources/contao/languages/ru/tl_metamodel_attribute.php
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 |
---|---|---|
@@ -1,16 +1,28 @@ | ||
<?php | ||
/** | ||
* Translations are managed using Transifex. To create a new translation | ||
* or to help to maintain an existing one, please register at transifex.com. | ||
* This file is part of MetaModels/attribute_translatedcheckbox. | ||
* | ||
* (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. | ||
* | ||
* @link http://help.transifex.com/intro/translating.html | ||
* @link https://www.transifex.com/projects/p/metamodels/language/ru/ | ||
* 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. | ||
* | ||
* @license http://www.gnu.org/licenses/lgpl-3.0.html LGPL | ||
* Last-updated: 2022-11-19T18:08:59+01:00 | ||
* | ||
* last-updated: 2014-12-18T08:15:07+01:00 | ||
* @copyright 2012-2022 The MetaModels team. | ||
* @license https://github.com/MetaModels/attribute_translatedcheckbox/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_attribute']['check_publish']['0'] = 'Опубликовать чекбокс'; | ||
$GLOBALS['TL_LANG']['tl_metamodel_attribute']['listviewicon_language']['0'] = 'Язык'; | ||
$GLOBALS['TL_LANG']['tl_metamodel_attribute']['tcheck_inverse']['0'] = 'Обратный'; | ||
$GLOBALS['TL_LANG']['tl_metamodel_attribute']['typeOptions']['translatedcheckbox'] = 'Переводить чекбокс'; | ||
|
26 changes: 26 additions & 0 deletions
26
src/Resources/contao/languages/tr/tl_metamodel_attribute.php
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,26 @@ | ||
<?php | ||
/** | ||
* This file is part of MetaModels/attribute_translatedcheckbox. | ||
* | ||
* (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-19T18:08:59+01:00 | ||
* | ||
* @copyright 2012-2022 The MetaModels team. | ||
* @license https://github.com/MetaModels/attribute_translatedcheckbox/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_attribute']['check_publish']['0'] = 'Yayınlama onay kutusu'; | ||
$GLOBALS['TL_LANG']['tl_metamodel_attribute']['tcheck_inverse']['0'] = 'Ters'; | ||
|