Changeset 4280 for trunk/language/en_UK


Ignore:
Timestamp:
Nov 16, 2009, 8:17:01 PM (15 years ago)
Author:
nikrou
Message:

Feature 928 resolved.
Replace include/mysql.inc.php by include/config_database.inc.php to be independant of database engine
Rename database configurations variables by ones in $conf array.

Location:
trunk/language/en_UK
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/language/en_UK/install.lang.php

    r3282 r4280  
    3838$lang['step1_err_copy_2'] = 'The next step of the installation is now possible';
    3939$lang['step1_err_copy_next'] = 'next step';
    40 $lang['step1_err_copy'] = 'Copy the text in pink between hyphens and paste it into the file "include/mysql.inc.php"(Warning : mysql.inc.php must only contain what is in pink, no line return or space character)';
     40$lang['step1_err_copy'] = 'Copy the text in pink between hyphens and paste it into the file "include/config_database.inc.php"(Warning : config_database.inc.php must only contain what is in pink, no line return or space character)';
    4141
    4242$lang['step1_host'] = 'MySQL host';
  • trunk/language/en_UK/upgrade.lang.php

    r3282 r4280  
    3535$lang['upgrade login message'] = 'Only administrator can run upgrade: please sign in below.';
    3636$lang['You do not have access rights to run upgrade'] = 'You do not have access rights to run upgrade';
    37 $lang['in include/mysql.inc.php, before ?>, insert:'] = 'In <i>include/mysql.inc.php</i>, before <b>?></b>, insert:';
     37$lang['in include/config_database.inc.php, before ?>, insert:'] = 'In <i>include/config_database.inc.php</i>, before <b>?></b>, insert:';
    3838
    3939// Upgrade informations from upgrade_1.3.1.php
Note: See TracChangeset for help on using the changeset viewer.