-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Hotfix release 2.2.1 - Merge translations
- Loading branch information
Showing
8 changed files
with
137 additions
and
63 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
35 changes: 23 additions & 12 deletions
35
src/Resources/contao/languages/el/tl_metamodel_attribute.php
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,31 @@ | ||
<?php | ||
/** | ||
* Translations are managed using Transifex. To create a new translation | ||
* or to help to maintain an existing one, please register at transifex.com. | ||
* This file is part of MetaModels/attribute_select. | ||
* | ||
* (c) 2012-2022 The MetaModels team. | ||
* | ||
* For the full copyright and license information, please view the LICENSE | ||
* file that was distributed with this source code. | ||
* | ||
* @link http://help.transifex.com/intro/translating.html | ||
* @link https://www.transifex.com/projects/p/metamodels/language/el/ | ||
* This project is provided in good faith and hope to be usable by anyone. | ||
* | ||
* @license http://www.gnu.org/licenses/lgpl-3.0.html LGPL | ||
* Translations are managed automatically using Transifex. To create a new translation | ||
* or to help to maintain an existing one, please register at transifex.com. | ||
* | ||
* Last-updated: 2022-11-19T17:56:32+01:00 | ||
* | ||
* last-updated: 2013-05-13T22:13:06+02:00 | ||
* @copyright 2012-2022 The MetaModels team. | ||
* @license https://github.com/MetaModels/attribute_select/blob/master/LICENSE LGPL-3.0-or-later | ||
* @link https://www.transifex.com/metamodels/public/ | ||
* @link https://www.transifex.com/signup/?join_project=metamodels | ||
*/ | ||
|
||
|
||
$GLOBALS['TL_LANG']['tl_metamodel_attribute']['select_sorting']['0'] = 'Ταξινομηση επιλογων'; | ||
$GLOBALS['TL_LANG']['tl_metamodel_attribute']['select_sorting']['1'] = 'Παρακαλώ επιλέξτε μια καταχώρηση για τη διαλογή ετικετας.'; | ||
$GLOBALS['TL_LANG']['tl_metamodel_attribute']['select_where']['0'] = 'SQL'; | ||
$GLOBALS['TL_LANG']['tl_metamodel_attribute']['select_where']['1'] = 'Ο κατάλογος των επιλογών μπορεί να περιοριστεί με τη χρήση του SQL. '; | ||
$GLOBALS['TL_LANG']['tl_metamodel_attribute']['sql_error'] = 'Το ερώτημα SQL προκαλεί σφάλμα. '; | ||
$GLOBALS['TL_LANG']['tl_metamodel_attribute']['typeOptions']['select'] = 'Επιλογη'; | ||
$GLOBALS['TL_LANG']['tl_metamodel_attribute']['select_sort_directions']['ASC'] = 'Αύξουσα'; | ||
$GLOBALS['TL_LANG']['tl_metamodel_attribute']['select_sort_directions']['DESC'] = 'Φθίνουσα'; | ||
$GLOBALS['TL_LANG']['tl_metamodel_attribute']['select_sorting']['0'] = 'Ταξινομηση επιλογων'; | ||
$GLOBALS['TL_LANG']['tl_metamodel_attribute']['select_sorting']['1'] = 'Παρακαλώ επιλέξτε μια καταχώρηση για τη διαλογή ετικετας.'; | ||
$GLOBALS['TL_LANG']['tl_metamodel_attribute']['select_where']['0'] = 'SQL'; | ||
$GLOBALS['TL_LANG']['tl_metamodel_attribute']['sql_error'] = 'Το ερώτημα SQL προκαλεί σφάλμα. '; | ||
$GLOBALS['TL_LANG']['tl_metamodel_attribute']['typeOptions']['select'] = 'Επιλογη'; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
37 changes: 24 additions & 13 deletions
37
src/Resources/contao/languages/it/tl_metamodel_attribute.php
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,32 @@ | ||
<?php | ||
/** | ||
* Translations are managed using Transifex. To create a new translation | ||
* or to help to maintain an existing one, please register at transifex.com. | ||
* This file is part of MetaModels/attribute_select. | ||
* | ||
* (c) 2012-2022 The MetaModels team. | ||
* | ||
* For the full copyright and license information, please view the LICENSE | ||
* file that was distributed with this source code. | ||
* | ||
* @link http://help.transifex.com/intro/translating.html | ||
* @link https://www.transifex.com/projects/p/metamodels/language/it/ | ||
* This project is provided in good faith and hope to be usable by anyone. | ||
* | ||
* @license http://www.gnu.org/licenses/lgpl-3.0.html LGPL | ||
* Translations are managed automatically using Transifex. To create a new translation | ||
* or to help to maintain an existing one, please register at transifex.com. | ||
* | ||
* Last-updated: 2022-11-19T17:56:32+01:00 | ||
* | ||
* last-updated: 2015-07-11T04:11:31+02:00 | ||
* @copyright 2012-2022 The MetaModels team. | ||
* @license https://github.com/MetaModels/attribute_select/blob/master/LICENSE LGPL-3.0-or-later | ||
* @link https://www.transifex.com/metamodels/public/ | ||
* @link https://www.transifex.com/signup/?join_project=metamodels | ||
*/ | ||
|
||
$GLOBALS['TL_LANG']['tl_metamodel_attribute']['select_filter']['0'] = 'Filtro'; | ||
$GLOBALS['TL_LANG']['tl_metamodel_attribute']['select_sorting']['0'] = 'Seleziona ordinamento'; | ||
$GLOBALS['TL_LANG']['tl_metamodel_attribute']['select_sorting']['1'] = 'Seleziona una voce per l\'ordinamento tag.'; | ||
$GLOBALS['TL_LANG']['tl_metamodel_attribute']['select_where']['0'] = 'SQL'; | ||
$GLOBALS['TL_LANG']['tl_metamodel_attribute']['select_where']['1'] = 'La lista di opzioni può essere limitata utilizzando SQL.'; | ||
$GLOBALS['TL_LANG']['tl_metamodel_attribute']['sql_error'] = 'La query SQL causa un errore.'; | ||
$GLOBALS['TL_LANG']['tl_metamodel_attribute']['typeOptions']['select'] = 'Seleziona'; | ||
|
||
$GLOBALS['TL_LANG']['tl_metamodel_attribute']['select_filter']['0'] = 'Filtro'; | ||
$GLOBALS['TL_LANG']['tl_metamodel_attribute']['select_sort_directions']['ASC'] = 'Ascendente'; | ||
$GLOBALS['TL_LANG']['tl_metamodel_attribute']['select_sort_directions']['DESC'] = 'Discendente'; | ||
$GLOBALS['TL_LANG']['tl_metamodel_attribute']['select_sorting']['0'] = 'Seleziona ordinamento'; | ||
$GLOBALS['TL_LANG']['tl_metamodel_attribute']['select_sorting']['1'] = 'Seleziona una voce per l\'ordinamento tag.'; | ||
$GLOBALS['TL_LANG']['tl_metamodel_attribute']['select_where']['0'] = 'SQL'; | ||
$GLOBALS['TL_LANG']['tl_metamodel_attribute']['sql_error'] = 'La query SQL causa un errore.'; | ||
$GLOBALS['TL_LANG']['tl_metamodel_attribute']['typeOptions']['select'] = 'Seleziona'; | ||
|
37 changes: 24 additions & 13 deletions
37
src/Resources/contao/languages/rm/tl_metamodel_attribute.php
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,32 @@ | ||
<?php | ||
/** | ||
* Translations are managed using Transifex. To create a new translation | ||
* or to help to maintain an existing one, please register at transifex.com. | ||
* This file is part of MetaModels/attribute_select. | ||
* | ||
* (c) 2012-2022 The MetaModels team. | ||
* | ||
* For the full copyright and license information, please view the LICENSE | ||
* file that was distributed with this source code. | ||
* | ||
* @link http://help.transifex.com/intro/translating.html | ||
* @link https://www.transifex.com/projects/p/metamodels/language/rm/ | ||
* This project is provided in good faith and hope to be usable by anyone. | ||
* | ||
* @license http://www.gnu.org/licenses/lgpl-3.0.html LGPL | ||
* Translations are managed automatically using Transifex. To create a new translation | ||
* or to help to maintain an existing one, please register at transifex.com. | ||
* | ||
* Last-updated: 2022-11-19T17:56:32+01:00 | ||
* | ||
* last-updated: 2015-07-11T04:11:31+02:00 | ||
* @copyright 2012-2022 The MetaModels team. | ||
* @license https://github.com/MetaModels/attribute_select/blob/master/LICENSE LGPL-3.0-or-later | ||
* @link https://www.transifex.com/metamodels/public/ | ||
* @link https://www.transifex.com/signup/?join_project=metamodels | ||
*/ | ||
|
||
$GLOBALS['TL_LANG']['tl_metamodel_attribute']['select_filter']['0'] = 'Filtrar'; | ||
$GLOBALS['TL_LANG']['tl_metamodel_attribute']['select_sorting']['0'] = 'Tscherner per zavrar'; | ||
$GLOBALS['TL_LANG']['tl_metamodel_attribute']['select_sorting']['1'] = 'Tscherna ina endataziun per zavrar las etichettas.'; | ||
$GLOBALS['TL_LANG']['tl_metamodel_attribute']['select_where']['0'] = 'SQL'; | ||
$GLOBALS['TL_LANG']['tl_metamodel_attribute']['select_where']['1'] = 'La glista da las opziuns po vegnir limitada entras SQL.'; | ||
$GLOBALS['TL_LANG']['tl_metamodel_attribute']['sql_error'] = 'La dumonda da SQL chaschuna ina errur.'; | ||
$GLOBALS['TL_LANG']['tl_metamodel_attribute']['typeOptions']['select'] = 'Tscherner'; | ||
|
||
$GLOBALS['TL_LANG']['tl_metamodel_attribute']['select_filter']['0'] = 'Filtrar'; | ||
$GLOBALS['TL_LANG']['tl_metamodel_attribute']['select_sort_directions']['ASC'] = 'Ascendent'; | ||
$GLOBALS['TL_LANG']['tl_metamodel_attribute']['select_sort_directions']['DESC'] = 'Descendent'; | ||
$GLOBALS['TL_LANG']['tl_metamodel_attribute']['select_sorting']['0'] = 'Tscherner per zavrar'; | ||
$GLOBALS['TL_LANG']['tl_metamodel_attribute']['select_sorting']['1'] = 'Tscherna ina endataziun per zavrar las etichettas.'; | ||
$GLOBALS['TL_LANG']['tl_metamodel_attribute']['select_where']['0'] = 'SQL'; | ||
$GLOBALS['TL_LANG']['tl_metamodel_attribute']['sql_error'] = 'La dumonda da SQL chaschuna ina errur.'; | ||
$GLOBALS['TL_LANG']['tl_metamodel_attribute']['typeOptions']['select'] = 'Tscherner'; | ||
|
Oops, something went wrong.