Revision 1636
Added by Dietmar over 12 years ago
EN.php | ||
---|---|---|
676 | 676 |
$OVERVIEW['USERS'] = 'Manage users who can log-in to WebsiteBaker...'; |
677 | 677 |
$OVERVIEW['VIEW'] = 'Quickly view and browse your website in a new window...'; |
678 | 678 |
|
679 |
$TXT['THEME_COPY_CURRENT'] = 'Copy backend theme.'; |
|
680 |
$TXT['THEME_NEW_NAME'] = 'Name of the new Theme'; |
|
681 |
$TXT['THEME_CURRENT'] = 'current active theme'; |
|
682 |
$TXT['THEME_START_COPY'] = 'copy'; |
|
683 |
$TXT['THEME_IMPORT_HTT'] = 'Import additional templates'; |
|
684 |
$TXT['THEME_SELECT_HTT'] = 'select templates'; |
|
685 |
$TXT['THEME_NOMORE_HTT'] = 'no more available'; |
|
686 |
$TXT['THEME_START_IMPORT'] = 'import'; |
|
679 |
$TEXT['THEME_COPY_CURRENT'] = 'Copy backend theme.';
|
|
680 |
$TEXT['THEME_NEW_NAME'] = 'Name of the new Theme';
|
|
681 |
$TEXT['THEME_CURRENT'] = 'current active theme';
|
|
682 |
$TEXT['THEME_START_COPY'] = 'copy';
|
|
683 |
$TEXT['THEME_IMPORT_HTT'] = 'Import additional templates';
|
|
684 |
$TEXT['THEME_SELECT_HTT'] = 'select templates';
|
|
685 |
$TEXT['THEME_NOMORE_HTT'] = 'no more available';
|
|
686 |
$TEXT['THEME_START_IMPORT'] = 'import';
|
|
687 | 687 |
$MESSAGE['THEME_COPY_CURRENT'] = 'Copy the current active theme and save it with a new name.'; |
688 | 688 |
$MESSAGE['THEME_ALREADY_EXISTS'] = 'This new theme descriptor already exists.'; |
689 | 689 |
$MESSAGE['THEME_INVALID_SOURCE_DESTINATION'] = 'Invalid descriptor for the new theme given!'; |
Also available in: Unified diff
+ add missing language variables for the theme handling