Project

General

Profile

« Previous | Next » 

Revision 1634

Added by Dietmar over 12 years ago

! update language files and rework some core files (read DEVINFOS)
! compress mdcr.js
+ add DEVINFOS Instructions/Informations for modulecoder

View differences:

EN.php
540 540
$MESSAGE['MEDIA_TARGET_DOT_DOT_SLASH'] = 'Cannot have ../ in the folder target';
541 541
$MESSAGE['MEDIA_UPLOADED'] = ' files were successfully uploaded';
542 542
$MESSAGE['MOD_FORM_EXCESS_SUBMISSIONS'] = 'Sorry, this form has been submitted too many times so far this hour. Please retry in the next hour.';
543
$MESSAGE['MOD_FORM_INCORRECT_CAPTCHA'] = 'The verification number (also known as Captcha) that you entered is incorrect. If you are having problems reading the Captcha, please email: <a href="mailto:'.SERVER_EMAIL.'">'.SERVER_EMAIL.'</a>';
543
$MESSAGE['MOD_FORM_INCORRECT_CAPTCHA'] = 'The verification number (also known as Captcha) that you entered is incorrect. If you are having problems reading the Captcha, please email: <a href="mailto:{SERVER_EMAIL}">{SERVER_EMAIL}</a>';
544 544
$MESSAGE['MOD_FORM_REQUIRED_FIELDS'] = 'You must enter details for the following fields';
545 545
$MESSAGE['PAGES_ADDED'] = 'Page added successfully';
546 546
$MESSAGE['PAGES_ADDED_HEADING'] = 'Page heading added successfully';
......
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';
687
$MESSAGE['THEME_COPY_CURRENT']               = 'Copy the current active theme and save it with a new name.';
688
$MESSAGE['THEME_ALREADY_EXISTS']             = 'This new theme descriptor already exists.';
689
$MESSAGE['THEME_INVALID_SOURCE_DESTINATION'] = 'Invalid descriptor for the new theme given!';
690
$MESSAGE['THEME_DESTINATION_READONLY']       = 'No rights to create new theme directory!';
691
$MESSAGE['THEME_IMPORT_HTT']                 = 'Import additional templates into the current active theme.<br />Use these templates to overwrite the corresponding default template.';
692

  
679 693
/* include old languages format */
680 694
if(file_exists(WB_PATH.'/languages/old.format.inc.php'))
681 695
{

Also available in: Unified diff