|
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_translatedfile. |
| 4 | + * |
| 5 | + * (c) 2012-2023 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. |
| 11 | + * |
| 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. |
8 | 14 | * |
9 | | - * @license http://www.gnu.org/licenses/lgpl-3.0.html LGPL |
| 15 | + * Last-updated: 2023-02-01T15:59:43+00:00 |
10 | 16 | * |
11 | | - * last-updated: 2014-12-14T16:13:25+01:00 |
| 17 | + * @copyright 2012-2023 The MetaModels team. |
| 18 | + * @license https://github.com/MetaModels/attribute_translatedfile/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 |
|
14 | 23 |
|
15 | 24 | $GLOBALS['TL_LANG']['tl_metamodel_attribute']['file_customFiletree']['0'] = 'Настроить дерево файлов'; |
16 | 25 | $GLOBALS['TL_LANG']['tl_metamodel_attribute']['file_customFiletree']['1'] = 'Позволяет задать пользовательские параметры для дерева файлов.'; |
17 | | -$GLOBALS['TL_LANG']['tl_metamodel_attribute']['file_filePicker']['0'] = 'Использовать выбор файлов'; |
18 | | -$GLOBALS['TL_LANG']['tl_metamodel_attribute']['file_filePicker']['1'] = 'Если выбрано, использовать выбор файлов вместо дерева файлов.'; |
19 | 26 | $GLOBALS['TL_LANG']['tl_metamodel_attribute']['file_filesOnly']['0'] = 'Разрешить только файлы'; |
20 | 27 | $GLOBALS['TL_LANG']['tl_metamodel_attribute']['file_filesOnly']['1'] = 'Выберите опцию для ограничения файлового браузера выбором только файлов (каталоги не выбираются).'; |
21 | 28 | $GLOBALS['TL_LANG']['tl_metamodel_attribute']['file_multiple']['0'] = 'Множественный выбор'; |
|
0 commit comments