Changeset 529 for trunk/language


Ignore:
Timestamp:
Sep 20, 2004, 10:54:22 PM (20 years ago)
Author:
z0rglub
Message:
  • commenting unused function guess_lang
  • code refactoring (commenting, code conventions)
  • reorganize variable init in install.php avoiding "undefined constant" in languages files
  • PhpWebGallery site and forum URL are not variables anymore, only text in language file
Location:
trunk/language/en_UK.iso-8859-1
Files:
2 edited

Legend:

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

    r527 r529  
    244244$lang['help_access'][1] = '1. Modify category informations (from the "categories" section in tha admin panel) and make it "private".';
    245245$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.';
    246 $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="'.PHPWG_FORUM_URL.'" style="text-decoration:underline">forum</a> (message board) is available on the presentation site of PhpWebGallery.';
     246$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="http://forum.phpwebgallery.net" style="text-decoration:underline">forum</a> (message board) is available on the presentation site of PhpWebGallery.';
    247247
    248248// Image informations
  • trunk/language/en_UK.iso-8859-1/common.lang.php

    r527 r529  
    181181$lang['about_message'] = '<div style="text-align:center;font-weigh:bold;">Information about PhpWebGallery</div>
    182182<ul>
    183   <li>This website uses the version '.PHPWG_VERSION.' of "<a href="'.PHPWG_URL.'" style="text-decoration:underline">PhpWebGallery</a>. PhpWebGallery is a web application giving you the possibility to create an online images gallery easily.</li>
     183  <li>This website uses the version '.PHPWG_VERSION.' of "<a href="htt://www.phpwebgallery.net" style="text-decoration:underline">PhpWebGallery</a>. PhpWebGallery is a web application giving you the possibility to create an online images gallery easily.</li>
    184184  <li>Technicaly, PhpWebGallery is fully developped with PHP (the elePHPant) with a MySQL database (the SQuirreL).</li>
    185   <li>If you have any suggestions or comments, please visit <a href="'.PHPWG_URL.'" style="text-decoration:underline">PhpWebGallery</a> official site, and its dedicated <a href="'.PHPWG_FORUM_URL.'" style="text-decoration:underline">forum</a>.</li>
     185  <li>If you have any suggestions or comments, please visit <a href="http://www.phpwebgallery.net" style="text-decoration:underline">PhpWebGallery</a> official site, and its dedicated <a href="http://forum.phpwebgallery.net" style="text-decoration:underline">forum</a>.</li>
    186186</ul>';
    187187$lang['about_return'] = 'Back';
Note: See TracChangeset for help on using the changeset viewer.