Changeset 834 in ExiteCMS for trunk/locale/English/setup.php


Ignore:
Timestamp:
09/22/07 00:08:35 (5 years ago)
Author:
hverton
Message:

changed copyright notice
changed Smarty directory pli-plugins to custom-plugins
added Smarty buttonlink function, to replace image buttons by real buttons using a locale for the button text

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/locale/English/setup.php

    r814 r834  
    11<?php 
    2 $locale['title'] = "PLi-Fusion Setup"; 
     2$locale['title'] = "ExiteCMS Setup"; 
    33$locale['charset'] = "iso-8859-1"; 
    44$locale['400'] = "Select your default locale"; 
     
    2626Please restart setup and try again.<br><br> 
    2727If you are unable to resolve this problem please visit our<br> 
    28 local support site at <a href='http://www.pli-images.org/pli-fusion' target='blank'>http://www.pli-images.org/pli-fusion</a>"; 
     28local support site at <a href='http://exitecms.exite.eu' target='blank'>http://exitecms.exite.eu</a>"; 
    2929$locale['432'] = "The config has been written successfully.<br><br>\n"; 
    3030$locale['433'] = "The database tables have been created.<br><br> 
     
    117117$locale['549'] = "Network"; 
    118118$locale['550'] = "News"; 
    119 $locale['551'] = "PLi-Fusion"; 
     119$locale['551'] = "ExiteCMS"; 
    120120$locale['552'] = "Security"; 
    121121$locale['553'] = "Software"; 
     
    129129$locale['564'] = "If that doesn't work, and you think it's a document that should be here, please send a PM to the webmaster and let us know about it (registered users only)."; 
    130130// Final message 
    131 $locale['580'] = "Setup is complete, PLi-Fusion is now ready for use.<br> 
    132 <a href='index.php'>Click here</a> to go to your PLi-Fusion powered site.<br> 
     131$locale['580'] = "Setup is complete, ExiteCMS is now ready for use.<br> 
     132<a href='index.php'>Click here</a> to go to your ExiteCMS powered site.<br> 
    133133<b>Note:</b> you should delete setup.php from your server<br> 
    134134and chmod your config.php back to 644 for security purposes.<br><br> 
    135 Thank you for using PLi-Fusion."; 
     135Thank you for choosing ExiteCMS."; 
    136136?> 
Note: See TracChangeset for help on using the changeset viewer.