26 lines
1.6 KiB
PHP
26 lines
1.6 KiB
PHP
<?php
|
|
/**
|
|
* @package Dotclear
|
|
*
|
|
* @copyright Olivier Meunier & Association Dotclear
|
|
* @copyright GPL-2.0-only
|
|
*/
|
|
#
|
|
# DOT NOT MODIFY THIS FILE !
|
|
#
|
|
|
|
l10n::$locales['Configuration has been successfully updated.'] = 'La configuration a été mise à jour avec succés.';
|
|
l10n::$locales['Files'] = 'Fichiers';
|
|
l10n::$locales['Overwrite existing licenses'] = 'Écraser les licences existantes';
|
|
l10n::$locales['Add full LICENSE file to module root'] = 'Ajouter le fichier de licence complet à la racine du module';
|
|
l10n::$locales['Add license block to PHP files'] = 'Ajouter le bloc de licence aux ficheirs PHP';
|
|
l10n::$locales['Add license block to JS files'] = 'Ajouter le bloc de licence aux ficheirs JS';
|
|
l10n::$locales['Do not add license block to files from locales folder'] = 'Ne pas ajouter la licence aux fichiers du dossier locales';
|
|
l10n::$locales['Licenses'] = 'Licences';
|
|
l10n::$locales['License %s:'] = 'Licence %s :';
|
|
l10n::$locales['Id'] = 'Id';
|
|
l10n::$locales['Root'] = 'Racine';
|
|
l10n::$locales['Add license to selected modules'] = 'Ajouter la licence aux modules selectionner';
|
|
l10n::$locales['License successfully added.'] = 'Licence ajouter avec succès';
|
|
l10n::$locales['Configuration'] = 'Configuration';
|