Changeset 834 in ExiteCMS for trunk/locale/English/admin/upgrade.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/admin/upgrade.php

    r743 r834  
    11<?php 
    2 $locale['400'] = "PLi-Fusion Upgrade"; 
    3 $locale['401'] = "There are no PLi-Fusion upgrades waiting to be installed."; 
    4 $locale['402'] = "There are new upgrades available on the PLi-Fusion website.<br />Click <a href='http://www.pli-images.org/pli-fusion/'>here</a> to download them."; 
     2$locale['400'] = "ExiteCMS Upgrade"; 
     3$locale['401'] = "There are no ExiteCMS upgrades waiting to be installed."; 
     4$locale['402'] = "There are new upgrades available on the ExiteCMS website.<br />Click <a href='http://exitecms.exite.eu'>here</a> to download them."; 
    55$locale['403'] = "The following upgrades are waiting to be installed:"; 
    66$locale['404'] = "The following upgrades have failed:"; 
    7 $locale['405'] = "PLi-Fusion has been succesfully upgraded to revision %s."; 
     7$locale['405'] = "ExiteCMS has been succesfully upgraded to revision %s."; 
    88$locale['406'] = "Please look carefully at the error messages, and correct them."; 
    99// upgrades 
Note: See TracChangeset for help on using the changeset viewer.