Changeset 1401 in ExiteCMS for trunk/files/locales/en.main.global.php


Ignore:
Timestamp:
05/15/08 15:10:13 (4 years ago)
Author:
hverton
Message:

fixed typo in the color BBcode parser
fixed failure in parsing URL BBcode when it had a WikiLink match in the URL
fixed bug in groupaccess() causing a query failure for webmasters
fixed not setting the last login date when confirming a registration (which auto logs in the user)
added a "View Posts" button to the forum index and the thread index pages, which gives you a flat list (newest first) with a search option

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/files/locales/en.main.global.php

    r1367 r1401  
    33// locale       : English 
    44// locale name  : main.global 
    5 // generated on : Wed Mar 12 2008, 22:22:12 CET 
     5// generated on : Thu May 15 2008, 14:39:50 CEST 
    66// translators  : ExiteCMS team,WanWizard 
    77// ---------------------------------------------------------- 
     
    2828$locale['026'] = "My Recent Threads"; 
    2929$locale['027'] = "My Recent Posts"; 
     30$locale['027a'] = "All Posts"; 
    3031$locale['028'] = "New Posts"; 
    3132$locale['029'] = "Latest News"; 
     
    8081$locale['083'] = "CMS Administration"; 
    8182$locale['084'] = "Logout"; 
    82 $locale['085'] = "%u private "; 
    83 $locale['086'] = "message"; 
    84 $locale['087'] = "messages"; 
    85 $locale['088'] = "post"; 
    86 $locale['089'] = "posts"; 
    87 $locale['090'] = "%u new forum "; 
     83$locale['085'] = "%u private message"; 
     84$locale['086'] = "%u private messages"; 
     85$locale['087'] = "?"; 
     86$locale['088'] = "%u new forum post"; 
     87$locale['089'] = "%u new forum posts"; 
     88$locale['090'] = "Posts"; 
    8889$locale['091'] = "Mark all read"; 
    8990$locale['100'] = "Member Poll"; 
Note: See TracChangeset for help on using the changeset viewer.