Changeset 4280 for trunk/language/en_UK
- Timestamp:
- Nov 16, 2009, 8:17:01 PM (15 years ago)
- Location:
- trunk/language/en_UK
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/language/en_UK/install.lang.php
r3282 r4280 38 38 $lang['step1_err_copy_2'] = 'The next step of the installation is now possible'; 39 39 $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)'; 41 41 42 42 $lang['step1_host'] = 'MySQL host'; -
trunk/language/en_UK/upgrade.lang.php
r3282 r4280 35 35 $lang['upgrade login message'] = 'Only administrator can run upgrade: please sign in below.'; 36 36 $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:'; 38 38 39 39 // Upgrade informations from upgrade_1.3.1.php
Note: See TracChangeset
for help on using the changeset viewer.