1<?php
2/**
3 * French language for Page Redirect plugin
4 *
5 * @license:    GPL 2 (http://www.gnu.org/licenses/gpl.html)
6 * @author :     Cinlloc Melnec <cinlloc@gmail.com>
7 */
8
9$lang['redirect_to']     = "Cette page a été déplacée, le nouvel emplacement est %s.";
10$lang['redirected_from'] = "Vous avez été redirigé depuis %s.";
11