25 lines
1.6 KiB
PHP
25 lines
1.6 KiB
PHP
<?php
|
|
/**
|
|
* @package Dotclear
|
|
*
|
|
* @copyright Olivier Meunier & Association Dotclear
|
|
* @copyright GPL-2.0-only
|
|
*/
|
|
#
|
|
# DOT NOT MODIFY THIS FILE !
|
|
#
|
|
|
|
use Dotclear\Helper\L10n;
|
|
|
|
L10n::$locales['Construction'] = 'Construction';
|
|
L10n::$locales['Work in progress'] = 'Travaux en cours';
|
|
L10n::$locales['<p>The blog is currently under construction.</p>'] = '<p>Le blog est actuellement en construction.</p>';
|
|
L10n::$locales['Settings successfully updated.'] = 'Paramètres mis à jour.';
|
|
L10n::$locales['Configuration'] = 'Configuration';
|
|
L10n::$locales['Allowed IP:'] = 'IP autorisées :';
|
|
L10n::$locales['Your IP is <strong>%s</strong> - the allowed IP can view the blog normally.'] = 'Votre IP est <strong>%s</strong> - les IP autorisées peuvent visualiser le blog normalement.';
|
|
L10n::$locales['Extra allowed URL types:'] = 'Autres types d\'URL autorisées :';
|
|
L10n::$locales['Presentation'] = 'Présentation';
|
|
L10n::$locales['Message:'] = 'Message :';
|
|
L10n::$locales['Place your blog maintenance'] = 'Mettez votre blog en maintenance';
|