1<?php
2
3$lang['name']  = 'Redirect manager';
4$lang['saved'] = 'Data saved.';
5
6$lang['redirect_to']     = 'This page has been moved, the new location is %s.';
7$lang['redirected_from'] = 'You were redirected here (%2$s) from %1$s.';
8$lang['redirect_halt']   = 'Halted redirection from %1$s to %2$s due to prevent loop.';
9