Changeset 1071 in ExiteCMS for trunk/locale/English/admin/main.php


Ignore:
Timestamp:
11/06/07 17:12:56 (5 years ago)
Author:
root
Message:

Replaced all includes of locales file by a call to locale_load()
Replaced all locale file references in templates by the locale name
Updated the theme functions to call locale_load() for template locales

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/locale/English/admin/main.php

    r1068 r1071  
    1919$locale['216'] = "News"; 
    2020$locale['217'] = "Panels"; 
    21 $locale['218'] = "Photo Albums"; 
     21$locale['218'] = "x"; 
    2222$locale['219'] = "PHP Info"; 
    2323$locale['220'] = "Polls"; 
    24 $locale['221'] = "Shoutbox"; 
     24$locale['221'] = "x"; 
    2525$locale['222'] = "Menu System"; 
    26 $locale['223'] = "Submissions"; 
     26$locale['223'] = "Webmaster Toolbox"; 
    2727$locale['224'] = "Upgrade"; 
    2828$locale['225'] = "User Groups"; 
    29 $locale['226'] = "Web Link Categories"; 
    30 $locale['227'] = "Web Links"; 
     29$locale['226'] = "x"; 
     30$locale['227'] = "x"; 
    3131$locale['228'] = "Main Settings"; 
    3232$locale['229'] = "Time and Date Settings"; 
Note: See TracChangeset for help on using the changeset viewer.