Changeset 367 for trunk/language


Ignore:
Timestamp:
Feb 20, 2004, 8:07:43 PM (20 years ago)
Author:
gweltas
Message:

Migration of installation procedure

Location:
trunk/language/en_UK.iso-8859-1
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/language/en_UK.iso-8859-1/admin.lang.php

    r364 r367  
    300300$lang['help_access'][1] = '1. Modify category informations (from the "categories" section in tha admin panel) and make it "private".';
    301301$lang['help_access'][2] = '2. On the page of permissions (for a group or a user) the private category will be shown and you\'ll be able to authorize access or not.';
    302 $lang['help_infos'][2] = 'If you have any question, do not hesitate to take a look at the forum or ask a question there. The <a href="'.$conf['forum_url'].'" style="text-decoration:underline">forum</a> (message board) is available on the presentation site of PhpWebGallery.';
     302if (isset($conf))
     303  $lang['help_infos'][2] = 'If you have any question, do not hesitate to take a look at the forum or ask a question there. The <a href="'.$conf['forum_url'].'" style="text-decoration:underline">forum</a> (message board) is available on the presentation site of PhpWebGallery.';
    303304$lang['step1_err_copy'] = 'Copy the text between hyphens and paste it into the file "include/mysql.inc.php"(Warning : mysql.inc.php must only contain what is in blue, no line return or space character)';
    304305$lang['permuser_only_private'] = 'Only private categories are shown';
     
    306307$lang['conf_upload_available_info'] = 'Authorizing the upload of pictures by users on the categories of the website (not on a remote server). This is general parameter, it is needed to authorize upload category by category, by default, no category is "uploadable".';
    307308$lang['cat_unknown_id'] = 'This category is unknown in the database';
     309$lang['install_warning'] = 'The file "install.php" is still present. Please remove it from your server. It is not secure to keep it.';
     310
    308311 ?>
  • trunk/language/en_UK.iso-8859-1/install.lang.php

    r364 r367  
    2727
    2828$lang['install_message'] = 'Message';
     29$lang['Initial_config'] = 'Basic configuration';
     30$lang['Default_lang'] = 'Default galerie language';
     31$lang['step1_title'] = 'Database configuration';
     32$lang['step2_title'] = 'Admin configuration';
     33$lang['Start_Install'] = 'Start Install';
     34$lang['reg_err_mail_address'] = 'mail address must be like xxx@yyy.eee (example : jack@altern.org)';
     35
    2936$lang['step1_confirmation'] = 'Parameters are correct';
    3037$lang['step1_err_db'] = 'Connection to server succeed, but it was impossible to connect to database';
     
    3239$lang['step1_err_copy_2'] = 'The next step of the installation is now possible';
    3340$lang['step1_err_copy_next'] = 'next step';
    34 $lang['step1_title'] = 'Step 1/2';
    3541$lang['step1_host'] = 'MySQL host';
    3642$lang['step1_host_info'] = 'localhost, sql.multimania.com, toto.freesurf.fr';
     
    4652$lang['step2_err_login3'] = 'webmaster login can\'t contain characters \' or "';
    4753$lang['step2_err_pass'] = 'please enter your password again';
    48 $lang['step2_err_mail'] = $lang['conf_err_mail'];
    4954$lang['install_end_title'] = 'Installation finished';
    50 $lang['step2_title'] = 'Step 2/2';
    5155$lang['step2_pwd'] = 'webmaster password';
    5256$lang['step2_pwd_info'] = 'Keep it confidential, it enables you to access administration panel';
     
    5862Once this file deleted , follow this instructions :
    5963<ul>
    60 <li>go to the identification page : [ <a href="../identification.php">identification</a> ] and use the login/password given for webmaster</li>
     64<li>go to the identification page : [ <a href="identification.php">identification</a> ] and use the login/password given for webmaster</li>
    6165<li>this login will enable you to access to the administration panel and to the instructions in order to place pictures in your directories</li>
    6266</ul>';
    63 $lang['install_warning'] = 'The file "install.php" is still present. Please remove it from your server. It is not secure to keep it.';
    64 
    6567?>
  • trunk/language/en_UK.iso-8859-1/lang.lang.php

    r364 r367  
    3838  );
    3939
     40$lang['charset'] = 'iso-8859-1';
    4041?>
Note: See TracChangeset for help on using the changeset viewer.