-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge PR contao-community-alliance#16 from @zonky2
Add language keys
- Loading branch information
Showing
2 changed files
with
8 additions
and
4 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ | |
/** | ||
* This file is part of menatwork/contao-multicolumnwizard-bundle. | ||
* | ||
* (c) 2012-2019 MEN AT WORK. | ||
* (c) 2012-2023 MEN AT WORK. | ||
* | ||
* For the full copyright and license information, please view the LICENSE | ||
* file that was distributed with this source code. | ||
|
@@ -13,9 +13,10 @@ | |
* @package menatwork/contao-multicolumnwizard-bundle | ||
* @author Stefan Heimes <[email protected]> | ||
* @author Christian Schiffler <[email protected]> | ||
* @author Ingolf Steinhardt <[email protected]> | ||
* @copyright 2011 Andreas Schempp | ||
* @copyright 2011 certo web & design GmbH | ||
* @copyright 2013-2019 MEN AT WORK | ||
* @copyright 2013-2023 MEN AT WORK | ||
* @license https://github.com/menatwork/contao-multicolumnwizard-bundle/blob/master/LICENSE LGPL-3.0-or-later | ||
* @filesource | ||
*/ | ||
|
@@ -24,3 +25,4 @@ | |
$GLOBALS['TL_LANG']['ERR']['mcwMaxCount'] = 'Es dürfen höchstens %s Zeilen ausgefüllt werden!'; | ||
$GLOBALS['TL_LANG']['MSC']['tw_rnew'] = 'Eine neue Reihe erstellen.'; | ||
$GLOBALS['TL_LANG']['MSC']['tw_rmove'] = 'Die Reihe verschieben.'; | ||
$GLOBALS['TL_LANG']['MSC']['fileManager'] = 'Dateiverwaltung'; |
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 |
---|---|---|
|
@@ -3,7 +3,7 @@ | |
/** | ||
* This file is part of menatwork/contao-multicolumnwizard-bundle. | ||
* | ||
* (c) 2012-2019 MEN AT WORK. | ||
* (c) 2012-2023 MEN AT WORK. | ||
* | ||
* For the full copyright and license information, please view the LICENSE | ||
* file that was distributed with this source code. | ||
|
@@ -13,9 +13,10 @@ | |
* @package menatwork/contao-multicolumnwizard-bundle | ||
* @author Stefan Heimes <[email protected]> | ||
* @author Christian Schiffler <[email protected]> | ||
* @author Ingolf Steinhardt <[email protected]> | ||
* @copyright 2011 Andreas Schempp | ||
* @copyright 2011 certo web & design GmbH | ||
* @copyright 2013-2019 MEN AT WORK | ||
* @copyright 2013-2023 MEN AT WORK | ||
* @license https://github.com/menatwork/contao-multicolumnwizard-bundle/blob/master/LICENSE LGPL-3.0-or-later | ||
* @filesource | ||
*/ | ||
|
@@ -24,3 +25,4 @@ | |
$GLOBALS['TL_LANG']['ERR']['mcwMaxCount'] = 'At most %s rows are allowed!'; | ||
$GLOBALS['TL_LANG']['MSC']['tw_rnew'] = 'Ad a new row.'; | ||
$GLOBALS['TL_LANG']['MSC']['tw_rmove'] = 'Move the row.'; | ||
$GLOBALS['TL_LANG']['MSC']['fileManager'] = 'File manager'; |