-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
46 additions
and
2 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
<?php | ||
/* | ||
* Copyright MADE/YOUR/DAY <mail@madeyourday.co> | ||
* | ||
* For the full copyright and license information, please view the LICENSE | ||
* file that was distributed with this source code. | ||
*/ | ||
|
||
/** | ||
* RockSolid Theme Assistant module translations | ||
* | ||
* @author Martin Auswöger <martin@madeyourday.co> | ||
*/ | ||
|
||
$GLOBALS['TL_LANG']['MOD']['rocksolid_theme_assistant'][0] = 'RockSolid Theme Assistant'; | ||
$GLOBALS['TL_LANG']['MOD']['rocksolid_theme_assistant'][1] = 'Edit stylesheets and templates with RockSolid Theme Assistant'; |
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 |
---|---|---|
@@ -0,0 +1,24 @@ | ||
<?php | ||
/* | ||
* Copyright MADE/YOUR/DAY <mail@madeyourday.co> | ||
* | ||
* For the full copyright and license information, please view the LICENSE | ||
* file that was distributed with this source code. | ||
*/ | ||
|
||
/** | ||
* RockSolid Theme Assistant translations | ||
* | ||
* @author Martin Auswöger <martin@madeyourday.co> | ||
*/ | ||
|
||
$GLOBALS['TL_LANG']['rocksolid_theme_assistant']['file_types']['css'] = 'Stylesheet'; | ||
$GLOBALS['TL_LANG']['rocksolid_theme_assistant']['file_types']['html'] = 'Template'; | ||
$GLOBALS['TL_LANG']['rocksolid_theme_assistant']['edit'][0] = 'Edit file'; | ||
$GLOBALS['TL_LANG']['rocksolid_theme_assistant']['edit'][1] = 'Edit file "%s"'; | ||
$GLOBALS['TL_LANG']['rocksolid_theme_assistant']['hash_warning'][0] = 'Warning'; | ||
$GLOBALS['TL_LANG']['rocksolid_theme_assistant']['hash_warning'][1] = 'The file <i>/%s</i> was edited outside of the assistant. If you click save all changes will be lost.'; | ||
$GLOBALS['TL_LANG']['rocksolid_theme_assistant']['legend_source'] = 'Edit source code'; | ||
$GLOBALS['TL_LANG']['rocksolid_theme_assistant']['editor_info'] = 'If the editor doesn\'t appear correctly, reload the page.'; | ||
$GLOBALS['TL_LANG']['rocksolid_theme_assistant']['source'][0] = 'Source code'; | ||
$GLOBALS['TL_LANG']['rocksolid_theme_assistant']['source'][1] = 'Here you can edit the source code directly.'; |
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