-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
8 changed files
with
129 additions
and
98 deletions.
There are no files selected for viewing
40 changes: 25 additions & 15 deletions
40
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,25 +1,35 @@ | ||
<?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_checkbox. | ||
* | ||
* (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-19T17:23:40+01:00 | ||
* | ||
* last-updated: 2018-03-29T01:35:33+02:00 | ||
* @copyright 2012-2022 The MetaModels team. | ||
* @license https://github.com/MetaModels/attribute_checkbox/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_inverse']['0'] = 'Invertierte Anzeigeoption'; | ||
$GLOBALS['TL_LANG']['tl_metamodel_attribute']['check_inverse']['1'] = 'Ist diese Option gesetzt, wird der Status "Veröffentlichen" invertiert (umgekehrt), d.h. das Element wird nicht angezeigt wenn diese Option gesetzt wird (Analog der Einstellung "Unsichtbar" bei den Contao-Inhaltselementen).'; | ||
$GLOBALS['TL_LANG']['tl_metamodel_attribute']['check_listview']['0'] = 'Listenanzeige-Checkbox '; | ||
$GLOBALS['TL_LANG']['tl_metamodel_attribute']['check_listview']['1'] = 'Ist diese Option gesetzt, wird ein zusätzliches Icon in der Listenanzeige des Backends eingefügt.'; | ||
$GLOBALS['TL_LANG']['tl_metamodel_attribute']['check_listviewicon']['0'] = 'Icon der Listenansicht "aktiv"'; | ||
$GLOBALS['TL_LANG']['tl_metamodel_attribute']['check_listviewicon']['1'] = 'Dieses Icon wird in der Listenanzeige des Backends für den Status "aktiv" gezeigt.'; | ||
$GLOBALS['TL_LANG']['tl_metamodel_attribute']['check_listviewicondisabled']['0'] = 'Icon in der Listenansicht "inaktiv"'; | ||
$GLOBALS['TL_LANG']['tl_metamodel_attribute']['check_listviewicondisabled']['1'] = 'Dieses Icon wird in der Listenanzeige des Backends für den Status "inaktiv" gezeigt.'; | ||
$GLOBALS['TL_LANG']['tl_metamodel_attribute']['check_publish']['0'] = 'Veröffentlichen'; | ||
$GLOBALS['TL_LANG']['tl_metamodel_attribute']['check_publish']['1'] = 'Falls aktiviert, werden die Datensätze im Frontend angezeigt. Gleichzeitig ist in der Backend-Ansicht das Symbol \'Auge\' verfügbar, mit dem die Veröffentlichung eines Datensatzes ebenfalls gesteuert werden kann.'; | ||
$GLOBALS['TL_LANG']['tl_metamodel_attribute']['check_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']['check_listview']['0'] = 'Benutzerdefiniertes Icon'; | ||
$GLOBALS['TL_LANG']['tl_metamodel_attribute']['check_listview']['1'] = 'Wenn diese Option ausgewählt ist, können Sie das Icon in der Backend-Listenansicht anpassen.'; | ||
$GLOBALS['TL_LANG']['tl_metamodel_attribute']['check_listviewicon']['0'] = 'Icon Aktiv'; | ||
$GLOBALS['TL_LANG']['tl_metamodel_attribute']['check_listviewicon']['1'] = 'Das Icon, das in der Backend-Listenansicht angezeigt wird, wenn das Element aktiviert ist.'; | ||
$GLOBALS['TL_LANG']['tl_metamodel_attribute']['check_listviewicondisabled']['0'] = 'Icon Inaktiv'; | ||
$GLOBALS['TL_LANG']['tl_metamodel_attribute']['check_listviewicondisabled']['1'] = 'Das Icon, das in der Backend-Listenansicht angezeigt wird, wenn das Element deaktiviert ist.'; | ||
$GLOBALS['TL_LANG']['tl_metamodel_attribute']['check_publish']['0'] = 'Wechselicon'; | ||
$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']['typeOptions']['checkbox'] = 'Checkbox'; | ||
|
24 changes: 16 additions & 8 deletions
24
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 |
---|---|---|
@@ -1,17 +1,25 @@ | ||
<?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_checkbox. | ||
* | ||
* (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/el/ | ||
* 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-19T17:23:40+01:00 | ||
* | ||
* last-updated: 2013-05-13T22:12:22+02:00 | ||
* @copyright 2012-2022 The MetaModels team. | ||
* @license https://github.com/MetaModels/attribute_checkbox/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']['check_publish']['1'] = 'Αν επιλεγεί, τα στοιχεία δεν θα εμφανίζονται στις λίστες στο frontend (θα πάρει το πράσινο "μάτι" για δωρεάν. '; | ||
$GLOBALS['TL_LANG']['tl_metamodel_attribute']['typeOptions']['checkbox'] = 'Πλαίσιο ελέγχου '; | ||
|
28 changes: 16 additions & 12 deletions
28
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,21 +1,25 @@ | ||
<?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_checkbox. | ||
* | ||
* (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-19T17:23:40+01:00 | ||
* | ||
* last-updated: 2018-02-06T02:49:29+01:00 | ||
* @copyright 2012-2022 The MetaModels team. | ||
* @license https://github.com/MetaModels/attribute_checkbox/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_listview']['0'] = 'Nimekirjavaate märkekast'; | ||
$GLOBALS['TL_LANG']['tl_metamodel_attribute']['check_listviewicon']['0'] = 'Nimekirja vaate ikoon'; | ||
$GLOBALS['TL_LANG']['tl_metamodel_attribute']['check_listviewicondisabled']['0'] = 'Nimekirjavaate ikoon on välja lülitatud'; | ||
$GLOBALS['TL_LANG']['tl_metamodel_attribute']['check_listviewicondisabled']['1'] = 'Nimekirjavaate ikoon on välja lülitatud'; | ||
$GLOBALS['TL_LANG']['tl_metamodel_attribute']['check_publish']['0'] = 'Avaldamise märkekast'; | ||
$GLOBALS['TL_LANG']['tl_metamodel_attribute']['typeOptions']['checkbox'] = 'Märkekast'; | ||
$GLOBALS['TL_LANG']['tl_metamodel_attribute']['typeOptions']['checkbox'] = 'Märkekast'; | ||
|
32 changes: 17 additions & 15 deletions
32
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,23 +1,25 @@ | ||
<?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_checkbox. | ||
* | ||
* (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-19T17:23:40+01:00 | ||
* | ||
* last-updated: 2015-07-11T04:10:50+02:00 | ||
* @copyright 2012-2022 The MetaModels team. | ||
* @license https://github.com/MetaModels/attribute_checkbox/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_listview']['0'] = 'Ajouter comme case clicable dans la liste du back-office'; | ||
$GLOBALS['TL_LANG']['tl_metamodel_attribute']['check_listview']['1'] = 'Cochez pour ajouter cette case dans la liste du back-office.'; | ||
$GLOBALS['TL_LANG']['tl_metamodel_attribute']['check_listviewicon']['0'] = 'Icône pour la liste backend.'; | ||
$GLOBALS['TL_LANG']['tl_metamodel_attribute']['check_listviewicon']['1'] = 'Icône lorsque la case est cochée.'; | ||
$GLOBALS['TL_LANG']['tl_metamodel_attribute']['check_listviewicondisabled']['0'] = 'Icône quand la case est décochée.'; | ||
$GLOBALS['TL_LANG']['tl_metamodel_attribute']['check_listviewicondisabled']['1'] = 'Icône quand la case est décochée.'; | ||
$GLOBALS['TL_LANG']['tl_metamodel_attribute']['check_publish']['0'] = 'Case à cocher de publication'; | ||
$GLOBALS['TL_LANG']['tl_metamodel_attribute']['check_publish']['1'] = 'Cochez pour attribuer à cette case à cocher la fonction de publication (l\'œil vert dans les listes du back-office). Cette case servira pour le filtre publication.'; | ||
$GLOBALS['TL_LANG']['tl_metamodel_attribute']['typeOptions']['checkbox'] = 'Case à cocher'; | ||
|
||
$GLOBALS['TL_LANG']['tl_metamodel_attribute']['typeOptions']['checkbox'] = 'Case à cocher'; | ||
|
25 changes: 16 additions & 9 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,19 +1,26 @@ | ||
<?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_checkbox. | ||
* | ||
* (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-19T17:23:40+01:00 | ||
* | ||
* last-updated: 2018-02-06T02:49:29+01:00 | ||
* @copyright 2012-2022 The MetaModels team. | ||
* @license https://github.com/MetaModels/attribute_checkbox/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_inverse']['0'] = 'Inverti'; | ||
$GLOBALS['TL_LANG']['tl_metamodel_attribute']['check_inverse']['1'] = 'Se q'; | ||
$GLOBALS['TL_LANG']['tl_metamodel_attribute']['check_publish']['0'] = 'Checkbox pubblicazione'; | ||
$GLOBALS['TL_LANG']['tl_metamodel_attribute']['check_publish']['1'] = 'Se questa opzione è selezionata, gli elementi verranno visualizzati nelle liste nel frontend.'; | ||
$GLOBALS['TL_LANG']['tl_metamodel_attribute']['typeOptions']['checkbox'] = 'Checkbox'; | ||
|
25 changes: 17 additions & 8 deletions
25
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,16 +1,25 @@ | ||
<?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_checkbox. | ||
* | ||
* (c) 2012-2022 The MetaModels team. | ||
* | ||
* @link http://help.transifex.com/intro/translating.html | ||
* @link https://www.transifex.com/projects/p/metamodels/language/rm/ | ||
* 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. | ||
* | ||
* last-updated: 2013-05-13T23:08:13+02:00 | ||
* Last-updated: 2022-11-19T17:23:40+01:00 | ||
* | ||
* @copyright 2012-2022 The MetaModels team. | ||
* @license https://github.com/MetaModels/attribute_checkbox/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']['check_publish']['1'] = 'Sche questa chaschetta è tschernida vegnan ils element publitgads en glistas dal front-end (activaziun entras igl egl verd).'; | ||
|
||
$GLOBALS['TL_LANG']['tl_metamodel_attribute']['typeOptions']['checkbox'] = 'Chaschetta'; | ||
|
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
34 changes: 17 additions & 17 deletions
34
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 |
---|---|---|
@@ -1,26 +1,26 @@ | ||
<?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_checkbox. | ||
* | ||
* (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-19T17:23:40+01:00 | ||
* | ||
* last-updated: 2018-02-06T02:49:29+01:00 | ||
* @copyright 2012-2022 The MetaModels team. | ||
* @license https://github.com/MetaModels/attribute_checkbox/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_inverse']['0'] = 'Ters'; | ||
$GLOBALS['TL_LANG']['tl_metamodel_attribute']['check_inverse']['1'] = 'Bu seçilirse, yayınlanan mod ters çevrilir (içerik öğeleri gibi).'; | ||
$GLOBALS['TL_LANG']['tl_metamodel_attribute']['check_listview']['0'] = 'Liste görünümü onay kutusu'; | ||
$GLOBALS['TL_LANG']['tl_metamodel_attribute']['check_listview']['1'] = 'Bu seçilirse, arka uç liste görünümünde ek bir simge bulacaksınız.'; | ||
$GLOBALS['TL_LANG']['tl_metamodel_attribute']['check_listviewicon']['0'] = 'Liste görünümü simgesi'; | ||
$GLOBALS['TL_LANG']['tl_metamodel_attribute']['check_listviewicon']['1'] = 'Arka planda liste görünümünde gösterilen simge'; | ||
$GLOBALS['TL_LANG']['tl_metamodel_attribute']['check_listviewicondisabled']['0'] = 'Liste görünümü simgesi devre dışı'; | ||
$GLOBALS['TL_LANG']['tl_metamodel_attribute']['check_listviewicondisabled']['1'] = 'Liste görünümü simgesi devre dışı '; | ||
$GLOBALS['TL_LANG']['tl_metamodel_attribute']['check_publish']['0'] = 'Yayınlama onay kutusu'; | ||
$GLOBALS['TL_LANG']['tl_metamodel_attribute']['check_publish']['1'] = 'Bu seçilirse, öğeler ön uçlardaki listelerde görünür (yeşil "göz" ü ücretsiz alacaksınız.'; | ||
$GLOBALS['TL_LANG']['tl_metamodel_attribute']['typeOptions']['checkbox'] = 'Onay Kutusu'; | ||
$GLOBALS['TL_LANG']['tl_metamodel_attribute']['check_inverse']['0'] = 'Ters'; | ||
$GLOBALS['TL_LANG']['tl_metamodel_attribute']['typeOptions']['checkbox'] = 'Onay Kutusu'; | ||
|