Skip to content

Commit 6c38a46

Browse files
committed
Renaming:
- Renaming some class names and array keys - Add the right "LICENSE" url
1 parent ec333e6 commit 6c38a46

11 files changed

Lines changed: 12 additions & 37 deletions

contao/config/autoload.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
* @author Andreas Isaak <andy.jared@googlemail.com>
1313
* @author David Greminger <david.greminger@1up.io>
1414
* @copyright 2012-2016 The MetaModels team.
15-
* @license https://github.com/MetaModels/attribute_translatedtabletext/blob/master/LICENSE LGPL-3.0
15+
* @license https://github.com/menatwork/attribute_translatedmulti/blob/master/LICENSE LGPL-3.0
1616
* @filesource
1717
*/
1818

contao/config/event_listeners.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
* @subpackage AttributeTranslatedTableText
1111
* @author Christian Schiffler <c.schiffler@cyberspectrum.de>
1212
* @copyright 2012-2016 The MetaModels team.
13-
* @license https://github.com/MetaModels/attribute_translatedtabletext/blob/master/LICENSE LGPL-3.0
13+
* @license https://github.com/menatwork/attribute_translatedmulti/blob/master/LICENSE LGPL-3.0
1414
* @filesource
1515
*/
1616

contao/dca/tl_metamodel_attribute.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
* @author David Greminger <david.greminger@1up.io>
1414
* @author Sven Baumann <baumann.sv@gmail.com>
1515
* @copyright 2012-2016 The MetaModels team.
16-
* @license https://github.com/MetaModels/attribute_translatedtabletext/blob/master/LICENSE LGPL-3.0
16+
* @license https://github.com/menatwork/attribute_translatedmulti/blob/master/LICENSE LGPL-3.0
1717
* @filesource
1818
*/
1919

contao/dca/tl_metamodel_dcasetting.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
* @author Andreas Isaak <andy.jared@googlemail.com>
1313
* @author David Greminger <david.greminger@1up.io>
1414
* @copyright 2012-2016 The MetaModels team.
15-
* @license https://github.com/MetaModels/attribute_translatedtabletext/blob/master/LICENSE LGPL-3.0
15+
* @license https://github.com/menatwork/attribute_translatedmulti/blob/master/LICENSE LGPL-3.0
1616
* @filesource
1717
*/
1818

contao/dca/tl_metamodel_filtersetting.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@
1212
* @author Andreas Isaak <andy.jared@googlemail.com>
1313
* @author David Greminger <david.greminger@1up.io>
1414
* @copyright 2012-2016 The MetaModels team.
15-
* @license https://github.com/MetaModels/attribute_translatedtabletext/blob/master/LICENSE LGPL-3.0
15+
* @license https://github.com/menatwork/attribute_translatedmulti/blob/master/LICENSE LGPL-3.0
1616
* @filesource
1717
*/
1818

1919
/**
2020
* Table tl_metamodel_filtersetting
2121
*/
2222

23-
$GLOBALS['TL_DCA']['tl_metamodel_filtersetting']['simplelookup_palettes']['translatedtabletext'] = &$GLOBALS['TL_DCA']['tl_metamodel_filtersetting']['simplelookup_palettes']['_translated_'];
23+
$GLOBALS['TL_DCA']['tl_metamodel_filtersetting']['simplelookup_palettes']['translatedmulti'] = &$GLOBALS['TL_DCA']['tl_metamodel_filtersetting']['simplelookup_palettes']['_translated_'];

contao/dca/tl_metamodel_rendersetting.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
* @author Andreas Isaak <andy.jared@googlemail.com>
1313
* @author David Greminger <david.greminger@1up.io>
1414
* @copyright 2012-2016 The MetaModels team.
15-
* @license https://github.com/MetaModels/attribute_translatedtabletext/blob/master/LICENSE LGPL-3.0
15+
* @license https://github.com/menatwork/attribute_translatedmulti/blob/master/LICENSE LGPL-3.0
1616
* @filesource
1717
*/
1818

19-
$GLOBALS['TL_DCA']['tl_metamodel_rendersetting']['metapalettes']['translatedtabletext extends default'] = array();
19+
$GLOBALS['TL_DCA']['tl_metamodel_rendersetting']['metapalettes']['translatedmulti extends default'] = array();

contao/languages/de/tl_metamodel_attribute.php

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,4 @@
1111
* last-updated: 2013-09-25T20:17:05+02:00
1212
*/
1313

14-
$GLOBALS['TL_LANG']['tl_metamodel_attribute']['tabletext_cols']['0'] = 'Spalteneinstellung';
15-
$GLOBALS['TL_LANG']['tl_metamodel_attribute']['tabletext_cols']['1'] = 'Bitte ein Label und die Breite für jede Spalte angeben.';
16-
$GLOBALS['TL_LANG']['tl_metamodel_attribute']['tabletext_quantity_cols']['0'] = 'Anzahl der Spalten';
17-
$GLOBALS['TL_LANG']['tl_metamodel_attribute']['tabletext_quantity_cols']['1'] = 'Bitte die Anzahl der Spalten auswählen.';
18-
$GLOBALS['TL_LANG']['tl_metamodel_attribute']['tabletext_rowLabel']['0'] = 'Label';
19-
$GLOBALS['TL_LANG']['tl_metamodel_attribute']['tabletext_rowLabel']['1'] = 'Bitte das Label für die Spalten angeben.';
20-
$GLOBALS['TL_LANG']['tl_metamodel_attribute']['tabletext_rowStyle']['0'] = 'Breite';
21-
$GLOBALS['TL_LANG']['tl_metamodel_attribute']['tabletext_rowStyle']['1'] = 'Bitte geben Sie die Spaltenbreite ein (beispielsweise 200px).';
2214
$GLOBALS['TL_LANG']['tl_metamodel_attribute']['typeOptions']['translatedmulti'] = 'Übersetzter Multi-Tabelle';

contao/languages/en/tl_metamodel_attribute.php

Lines changed: 1 addition & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -11,27 +11,10 @@
1111
* @author David Maack <david.maack@arcor.de>
1212
* @author Stefan Heimes <stefan_heimes@hotmail.com>
1313
* @copyright 2012-2016 The MetaModels team.
14-
* @license https://github.com/MetaModels/attribute_translatedtabletext/blob/master/LICENSE LGPL-3.0
14+
* @license https://github.com/menatwork/attribute_translatedmulti/blob/master/LICENSE LGPL-3.0
1515
*/
1616

1717
/**
1818
* Fields
1919
*/
2020
$GLOBALS['TL_LANG']['tl_metamodel_attribute']['typeOptions']['translatedmulti'] = 'Translated multi table';
21-
$GLOBALS['TL_LANG']['tl_metamodel_attribute']['tabletext_cols'] = array(
22-
'Column config',
23-
'Please enter a label and width for each column.'
24-
);
25-
$GLOBALS['TL_LANG']['tl_metamodel_attribute']['tabletext_rowLabels'] = array('');
26-
$GLOBALS['TL_LANG']['tl_metamodel_attribute']['tabletext_rowLabel'] = array(
27-
'Label',
28-
'Please enter the labels for the columns'
29-
);
30-
$GLOBALS['TL_LANG']['tl_metamodel_attribute']['tabletext_rowStyle'] = array(
31-
'Width',
32-
'Please enter the width of the columns (e.g. 200px)'
33-
);
34-
$GLOBALS['TL_LANG']['tl_metamodel_attribute']['tabletext_quantity_cols'] = array(
35-
'Number of columns',
36-
'Please select the number of columns.'
37-
);

src/MetaModels/Attribute/TranslatedMulti/AttributeTypeFactory.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
* @author Christian Schiffler <c.schiffler@cyberspectrum.de>
1111
* @author Stefan Heimes <stefan_heimes@hotmail.com>
1212
* @copyright 2012-2016 The MetaModels team.
13-
* @license https://github.com/MetaModels/attribute_translatedtabletext/blob/master/LICENSE LGPL-3.0
13+
* @license https://github.com/menatwork/attribute_translatedmulti/blob/master/LICENSE LGPL-3.0
1414
* @filesource
1515
*/
1616

src/MetaModels/Attribute/TranslatedMulti/TranslatedMulti.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
* @author Andreas Isaak <andy.jared@googlemail.com>
1515
* @author David Greminger <david.greminger@1up.io>
1616
* @copyright 2012-2016 The MetaModels team.
17-
* @license https://github.com/MetaModels/attribute_translatedtabletext/blob/master/LICENSE LGPL-3.0
17+
* @license https://github.com/menatwork/attribute_translatedmulti/blob/master/LICENSE LGPL-3.0
1818
* @filesource
1919
*/
2020

0 commit comments

Comments
 (0)