Skip to content

Commit 5fbf4c2

Browse files
committed
Merge branch 'hotfix/2.2.1-translation' into hotfix/2.2.1
2 parents bdc0b82 + f37b104 commit 5fbf4c2

File tree

3 files changed

+34
-20
lines changed

3 files changed

+34
-20
lines changed

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

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/**
33
* This file is part of MetaModels/attribute_translatedfile.
44
*
5-
* (c) 2012-2020 The MetaModels team.
5+
* (c) 2012-2023 The MetaModels team.
66
*
77
* For the full copyright and license information, please view the LICENSE
88
* file that was distributed with this source code.
@@ -12,9 +12,9 @@
1212
* Translations are managed automatically using Transifex. To create a new translation
1313
* or to help to maintain an existing one, please register at transifex.com.
1414
*
15-
* Last-updated: 2020-02-16T16:31:44+01:00
15+
* Last-updated: 2023-02-01T15:59:43+00:00
1616
*
17-
* @copyright 2012-2020 The MetaModels team.
17+
* @copyright 2012-2023 The MetaModels team.
1818
* @license https://github.com/MetaModels/attribute_translatedfile/blob/master/LICENSE LGPL-3.0-or-later
1919
* @link https://www.transifex.com/metamodels/public/
2020
* @link https://www.transifex.com/signup/?join_project=metamodels
@@ -23,8 +23,6 @@
2323

2424
$GLOBALS['TL_LANG']['tl_metamodel_attribute']['file_customFiletree']['0'] = 'Passen Sie den Dateibaum an.';
2525
$GLOBALS['TL_LANG']['tl_metamodel_attribute']['file_customFiletree']['1'] = 'Erlaubt Ihnen, individuelle Optionen für den Dateibaum zu setzen.';
26-
$GLOBALS['TL_LANG']['tl_metamodel_attribute']['file_filePicker']['0'] = 'Dateipicker benutzen';
27-
$GLOBALS['TL_LANG']['tl_metamodel_attribute']['file_filePicker']['1'] = 'Falls angewählt wird der Dateipicker anstelle des Dateibaums benutzt.';
2826
$GLOBALS['TL_LANG']['tl_metamodel_attribute']['file_filesOnly']['0'] = 'Nur Dateien erlauben';
2927
$GLOBALS['TL_LANG']['tl_metamodel_attribute']['file_filesOnly']['1'] = 'Wählen Sie diese Option, um die Auswahl auf Einzeldateien zu beschränken und die Auswahl kompletter Ordner zu verhindern.';
3028
$GLOBALS['TL_LANG']['tl_metamodel_attribute']['file_multiple']['0'] = 'Mehrfachauswahl';

src/Resources/contao/languages/fr/tl_metamodel_attribute.php

Lines changed: 16 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +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_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.
59
*
6-
* @link http://help.transifex.com/intro/translating.html
7-
* @link https://www.transifex.com/projects/p/metamodels/language/fr/
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: 2023-02-01T15:59:43+00:00
1016
*
11-
* last-updated: 2015-07-11T07:34:25+02: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
1221
*/
1322

23+
1424
$GLOBALS['TL_LANG']['tl_metamodel_attribute']['file_customFiletree']['0'] = 'Personnalier l\'arborescence de fichiers';
1525
$GLOBALS['TL_LANG']['tl_metamodel_attribute']['file_customFiletree']['1'] = 'Vous permet de choisir les réglages personnalisés concernant l\'arborescence des fichiers';
16-
$GLOBALS['TL_LANG']['tl_metamodel_attribute']['file_filePicker']['0'] = 'Selecteur de fichiers';
1726
$GLOBALS['TL_LANG']['tl_metamodel_attribute']['file_filesOnly']['0'] = 'Autoriser seulement les fichiers';
1827
$GLOBALS['TL_LANG']['tl_metamodel_attribute']['file_filesOnly']['1'] = 'Sélectionner cette option pour restreindre l\'explorateur au fichier seulement (répertoires non sélectionnables)';
1928
$GLOBALS['TL_LANG']['tl_metamodel_attribute']['file_multiple']['0'] = 'Sélection multiple';

src/Resources/contao/languages/ru/tl_metamodel_attribute.php

Lines changed: 15 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +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_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.
59
*
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.
814
*
9-
* @license http://www.gnu.org/licenses/lgpl-3.0.html LGPL
15+
* Last-updated: 2023-02-01T15:59:43+00:00
1016
*
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
1221
*/
1322

1423

1524
$GLOBALS['TL_LANG']['tl_metamodel_attribute']['file_customFiletree']['0'] = 'Настроить дерево файлов';
1625
$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'] = 'Если выбрано, использовать выбор файлов вместо дерева файлов.';
1926
$GLOBALS['TL_LANG']['tl_metamodel_attribute']['file_filesOnly']['0'] = 'Разрешить только файлы';
2027
$GLOBALS['TL_LANG']['tl_metamodel_attribute']['file_filesOnly']['1'] = 'Выберите опцию для ограничения файлового браузера выбором только файлов (каталоги не выбираются).';
2128
$GLOBALS['TL_LANG']['tl_metamodel_attribute']['file_multiple']['0'] = 'Множественный выбор';

0 commit comments

Comments
 (0)