Skip to content

Commit

Permalink
Added english translation
Browse files Browse the repository at this point in the history
  • Loading branch information
woerndl committed Nov 5, 2013
1 parent efb6bb3 commit fea6a7a
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 0 deletions.
6 changes: 6 additions & 0 deletions languages/en/default.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,9 @@
*
* @author Martin Auswöger <martin@madeyourday.net>
*/

$GLOBALS['TL_LANG']['CTE']['rs_columns'] = 'Column Wrapper';
$GLOBALS['TL_LANG']['CTE']['rs_columns_start'][0] = 'Wrapper start';
$GLOBALS['TL_LANG']['CTE']['rs_columns_start'][1] = 'The begin of a RockSolid Column set.';
$GLOBALS['TL_LANG']['CTE']['rs_columns_stop'][0] = 'Wrapper stop';
$GLOBALS['TL_LANG']['CTE']['rs_columns_stop'][1] = 'The end of a RockSolid Column set.';
8 changes: 8 additions & 0 deletions languages/en/tl_content.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,11 @@
*
* @author Martin Auswöger <martin@madeyourday.net>
*/

$GLOBALS['TL_LANG']['tl_content']['rs_columns_legend'] = 'Column configuration';
$GLOBALS['TL_LANG']['tl_content']['rs_columns_large'][0] = 'Desktop columns';
$GLOBALS['TL_LANG']['tl_content']['rs_columns_large'][1] = 'Example: 2, 3, 1-2-1, 1-3. Max. 6 cols. Explanation: The desired number of evenly distributed columns (e.g. 3) or a statement following the syntax 1-2-1 for 3 columns with a doubled middle column. Note: Per column you\'ll need one element. Single elements aren\'t split.';
$GLOBALS['TL_LANG']['tl_content']['rs_columns_medium'][0] = 'Tablet columns';
$GLOBALS['TL_LANG']['tl_content']['rs_columns_medium'][1] = 'Example: 2, instead of 1-1-2 on desktop... number and proportioning of the columns for visitors with smaller resolution (optional).';
$GLOBALS['TL_LANG']['tl_content']['rs_columns_small'][0] = 'Mobile columns';
$GLOBALS['TL_LANG']['tl_content']['rs_columns_small'][1] = 'Mostly 1 or 2... the proportioning for even smaller screens (optional, but recommended).';
4 changes: 4 additions & 0 deletions languages/en/tl_layout.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,7 @@
*
* @author Martin Auswöger <martin@madeyourday.net>
*/

$GLOBALS['TL_LANG']['tl_layout']['rs_columns_legend'] = 'RockSolid Columns';
$GLOBALS['TL_LANG']['tl_layout']['rs_columns_load_css'][0] = 'Load column stylesheet';
$GLOBALS['TL_LANG']['tl_layout']['rs_columns_load_css'][1] = 'Allows the column wrappers to work. Alternatively you can load your own stylesheet.';

0 comments on commit fea6a7a

Please sign in to comment.