Changeset 1541
- Timestamp:
- 12/19/2009 08:28:58 PM (9 months ago)
- Location:
- branches/1.3
- Files:
-
- 2 added
- 1 modified
-
actions/redirect (added)
-
actions/redirect/redirect.php (added)
-
lang/en/en.inc.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/1.3/lang/en/en.inc.php
r1495 r1541 732 732 define('RECENTLYCOMMENTED_NONE_ACCESSIBLE', 'There are no recently commented pages you have access to.'); 733 733 /**#@-*/ 734 735 /**#@+ 736 * Language constants used by the {@link redirect.php redirect} action 737 */ 738 if (!defined('PAGE_MOVED_TO')) define('PAGE_MOVED_TO', 'This page has been moved to %s.'); # %s - targe page 739 if (!defined('REDIRECTED_FROM')) define('REDIRECTED_FROM', 'Redirected from %s.'); # %s - redirecting page 740 if(!defined('INVALID_REDIRECT')) define('INVALID_REDIRECT', 'Invalid redirect. Target must be an existing wiki page.'); 734 741 735 742 /**#@+