Changeset 1541

Show
Ignore:
Timestamp:
12/19/2009 08:28:58 PM (9 months ago)
Author:
BrianKoontz
Message:

Ported from trunk to 1.3. Minor changes to params (to match the
documentation); migrated defines to language file. Refs #18.

Location:
branches/1.3
Files:
2 added
1 modified

Legend:

Unmodified
Added
Removed
  • branches/1.3/lang/en/en.inc.php

    r1495 r1541  
    732732define('RECENTLYCOMMENTED_NONE_ACCESSIBLE', 'There are no recently commented pages you have access to.'); 
    733733/**#@-*/ 
     734 
     735/**#@+ 
     736 * Language constants used by the {@link redirect.php redirect} action 
     737 */ 
     738if (!defined('PAGE_MOVED_TO')) define('PAGE_MOVED_TO', 'This page has been moved to %s.'); # %s - targe page 
     739if (!defined('REDIRECTED_FROM')) define('REDIRECTED_FROM', 'Redirected from %s.'); # %s - redirecting page 
     740if(!defined('INVALID_REDIRECT')) define('INVALID_REDIRECT', 'Invalid redirect. Target must be an existing wiki page.'); 
    734741 
    735742/**#@+