|
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-2019 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/ru/ |
| 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: 2019-01-03T20:12:39+01:00 |
10 | 16 | * |
11 | | - * last-updated: 2018-02-06T02:49:29+01:00 |
| 17 | + * @copyright 2012-2019 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_attribute']['check_inverse']['0'] = 'Обратный'; |
| 25 | +$GLOBALS['TL_LANG']['tl_metamodel_attribute']['check_inverse']['1'] = 'Если этот параметр выбран, опубликованный режим будет инвертирован (например, элементы контента).'; |
15 | 26 | $GLOBALS['TL_LANG']['tl_metamodel_attribute']['check_listview']['0'] = 'ListView чекбокс'; |
16 | 27 | $GLOBALS['TL_LANG']['tl_metamodel_attribute']['check_listview']['1'] = 'Если параметр выбран, вы получите дополнительный значок в панели управления listview.'; |
17 | 28 | $GLOBALS['TL_LANG']['tl_metamodel_attribute']['check_listviewicon']['0'] = 'Значок ListView'; |
|
0 commit comments