Changeset 400 for trunk


Ignore:
Timestamp:
Mar 27, 2004, 2:30:24 PM (20 years ago)
Author:
gweltas
Message:
  • Split of infos.lang.php
Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/install.php

    r393 r400  
    151151  $language = 'en_EN';
    152152}
     153
     154include( './language/'.$language.'/common.lang.php' );
    153155include( './language/'.$language.'/install.lang.php' );
    154156include( './language/'.$language.'/admin.lang.php' );
    155 include_once(PHPWG_ROOT_PATH . 'language/infos.lang.php');
    156157
    157158// Obtain various vars
     
    343344  'F_LANG_SELECT'=>language_select($language),
    344345 
    345   'T_CONTENT_ENCODING' => $lang['default']['charset']
     346  'T_CONTENT_ENCODING' => $lang_info['charset']
    346347        ));
    347348       
  • trunk/language/en_UK.iso-8859-1/common.lang.php

    r398 r400  
    122122$lang['about_page_title'] = 'About PhpWebGallery';
    123123$lang['about_title'] = 'About...';
     124if (isset($conf))
    124125$lang['about_message'] = '<div style="text-align:center;font-weigh:bold;">Information about PhpWebGallery</div>
    125126<ul>
Note: See TracChangeset for help on using the changeset viewer.