Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Add language keys
  • Loading branch information
stefanheimes committed Feb 6, 2023
2 parents 3ce4a97 + afdd708 commit 8b55265
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
6 changes: 4 additions & 2 deletions src/Resources/contao/languages/de/default.php
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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
*/
Expand All @@ -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';
6 changes: 4 additions & 2 deletions src/Resources/contao/languages/en/default.php
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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
*/
Expand All @@ -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';

0 comments on commit 8b55265

Please sign in to comment.