dcLatestVersions/locales/fr/main.lang.php

20 lines
1.0 KiB
PHP
Raw Normal View History

2023-03-26 21:56:06 +00:00
<?php
/**
* @package Dotclear
*
* @copyright Olivier Meunier & Association Dotclear
* @copyright GPL-2.0-only
*/
#
# DOT NOT MODIFY THIS FILE !
#
2023-04-20 21:10:26 +00:00
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>';