en.php 457 B

12345678910
  1. <?php
  2. return array(
  3. 'legacy_urls:message' => 'This page has moved to %s. Please update your bookmark or report the link that led here.',
  4. 'legacy_urls:instructions' => 'Select method for handling legacy URLs',
  5. 'legacy_urls:immediate' => 'Immediately forward to the new URL',
  6. 'legacy_urls:immediate_error' => 'Immediately forward to the new URL and display an error message',
  7. 'legacy_urls:landing' => 'Display a page with a link to the the new URL',
  8. );