Skip to content

Commit 3c5de85

Browse files
committed
Merge tag '2.1.2'
Hotfix release 2.1.2 - Language update
2 parents 483b15a + 5965a8b commit 3c5de85

File tree

2 files changed

+35
-15
lines changed

2 files changed

+35
-15
lines changed

src/Resources/contao/languages/de/default.php

Lines changed: 17 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,28 @@
11
<?php
22
/**
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.
59
*
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.
811
*
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:31+02:00
1016
*
11-
* last-updated: 2015-07-11T07:53:27+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
1221
*/
1322

23+
1424
$GLOBALS['TL_LANG']['MSC']['metamodel_filtersetting']['ignore_published']['0'] = 'Veröffentlichungsstatus in Feld %s ignorieren';
15-
$GLOBALS['TL_LANG']['MSC']['metamodel_filtersetting']['ignore_published']['1'] = 'Falls ausgewählt wird die Bedingung zur Veröffentlichung für Attribut %s im Filter nicht berücksichtigt.';
25+
$GLOBALS['TL_LANG']['MSC']['metamodel_filtersetting']['ignore_published']['1'] = 'Falls ausgewählt, wird die Bedingung zur Veröffentlichung für Attribut %s im Filter nicht berücksichtigt.';
1626
$GLOBALS['TL_LANG']['MSC']['metamodelattribute_checkbox']['toggle']['0'] = 'Wechseln';
1727
$GLOBALS['TL_LANG']['MSC']['metamodelattribute_checkbox']['toggle']['1'] = 'Umschaltung des Status von Attribut %s des Datensatzes.';
1828
$GLOBALS['TL_LANG']['MSC']['metamodelattribute_checkbox']['value_0'] = 'Inaktiv';
Lines changed: 18 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,30 @@
11
<?php
22
/**
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.
59
*
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.
811
*
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
1016
*
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
1221
*/
1322

23+
1424
$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.';
1626
$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.';
1828
$GLOBALS['TL_LANG']['tl_metamodel_filtersetting']['typedesc']['checkbox_published'] = '%s <strong>%s</strong> %s <br /> für Attribut <em>%s</em>';
1929
$GLOBALS['TL_LANG']['tl_metamodel_filtersetting']['typenames']['checkbox_published'] = 'Veröffentlichungsstatus';
2030

0 commit comments

Comments
 (0)