20 lines
1.0 KiB
PHP
20 lines
1.0 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['Download Dotclear %s'] = 'Télécharger Dotclear %s';
|
|
L10n::$locales['Dotclear\'s latest versions'] = 'Dernières versions de Dotclear';
|
|
L10n::$locales['Show Dotclear\'s latest versions on dashboards.'] = 'Afficher les dernières versions de Dotclear sur le tableau de bord';
|
|
L10n::$locales['Show the latest available versions of Dotclear'] = 'Afficher les dernières versions disponibles de Dotclear';
|
|
L10n::$locales['Text (%r = release, %v = version, %u = url):'] = 'Texte (%r = type, %v = version, %u = url) :';
|
|
L10n::$locales['<strong>%r: </strong> <a href="%u" title="Download Dotclear %v">%v</a>'] = '<strong>%r : </strong> <a href="%u" title="Télécharger Dotclear %v">%v</a>';
|