|
1 | 1 | <?php
|
2 | 2 | /**
|
3 |
| - * Translations are managed using Transifex. To create a new translation |
4 |
| - * or to help to maintain an existing one, please register at transifex.com. |
| 3 | + * This file is part of MetaModels/attribute_checkbox. |
| 4 | + * |
| 5 | + * (c) 2012-2020 The MetaModels team. |
| 6 | + * |
| 7 | + * For the full copyright and license information, please view the LICENSE |
| 8 | + * file that was distributed with this source code. |
5 | 9 | *
|
6 |
| - * @link http://help.transifex.com/intro/translating.html |
7 |
| - * @link https://www.transifex.com/projects/p/metamodels/language/de/ |
| 10 | + * This project is provided in good faith and hope to be usable by anyone. |
8 | 11 | *
|
9 |
| - * @license http://www.gnu.org/licenses/lgpl-3.0.html LGPL |
| 12 | + * Translations are managed automatically using Transifex. To create a new translation |
| 13 | + * or to help to maintain an existing one, please register at transifex.com. |
| 14 | + * |
| 15 | + * Last-updated: 2020-03-29T18:22:42+02:00 |
10 | 16 | *
|
11 |
| - * last-updated: 2013-07-10T10:03:59+02:00 |
| 17 | + * @copyright 2012-2020 The MetaModels team. |
| 18 | + * @license https://github.com/MetaModels/attribute_checkbox/blob/master/LICENSE LGPL-3.0-or-later |
| 19 | + * @link https://www.transifex.com/metamodels/public/ |
| 20 | + * @link https://www.transifex.com/signup/?join_project=metamodels |
12 | 21 | */
|
13 | 22 |
|
| 23 | + |
14 | 24 | $GLOBALS['TL_LANG']['tl_metamodel_filtersetting']['check_allowpreview']['0'] = 'Filter nicht in Frontendvorschau nutzen';
|
15 |
| -$GLOBALS['TL_LANG']['tl_metamodel_filtersetting']['check_allowpreview']['1'] = 'Falls ausgewählt wird dieser Filter nicht benutzt wenn ein Benutzer die Frontend-Vorschau nutzt. Die Option "Unveröffentlichte Elemente anzeigen" wird nicht ignoriert.'; |
| 25 | +$GLOBALS['TL_LANG']['tl_metamodel_filtersetting']['check_allowpreview']['1'] = 'Falls ausgewählt, wird dieser Filter nicht benutzt, wenn ein Benutzer die Frontend-Vorschau nutzt. Die Option "Unveröffentlichte Elemente anzeigen" wird nicht ignoriert.'; |
16 | 26 | $GLOBALS['TL_LANG']['tl_metamodel_filtersetting']['check_ignorepublished']['0'] = 'Überschreiben erlauben';
|
17 |
| -$GLOBALS['TL_LANG']['tl_metamodel_filtersetting']['check_ignorepublished']['1'] = 'Falls aktiviert können Filterparameter diese Einstellung überschreiben.'; |
| 27 | +$GLOBALS['TL_LANG']['tl_metamodel_filtersetting']['check_ignorepublished']['1'] = 'Falls aktiviert, können Filterparameter diese Einstellung überschreiben.'; |
18 | 28 | $GLOBALS['TL_LANG']['tl_metamodel_filtersetting']['typedesc']['checkbox_published'] = '%s <strong>%s</strong> %s <br /> für Attribut <em>%s</em>';
|
19 | 29 | $GLOBALS['TL_LANG']['tl_metamodel_filtersetting']['typenames']['checkbox_published'] = 'Veröffentlichungsstatus';
|
20 | 30 |
|
0 commit comments