licenseBootstrap/locales/fr/main.lang.php
2021-08-17 23:25:45 +02:00

50 lines
1.6 KiB
PHP

<?php
// Language: Français
// Module: licenseBootstrap - 2013.10.25
// Date: 2013-10-28 10:27:46
// Translated with dcTranslater - 2013.05.11
#_config.php:56
$GLOBALS['__l10n']['Configuration has been successfully updated.'] = 'La configuration a été mise à jour avec succés.';
#_config.php:71
#_config.php:124
$GLOBALS['__l10n']['Files'] = 'Fichiers';
#_config.php:75
$GLOBALS['__l10n']['Overwrite existing licenses'] = 'Écraser les licences existantes';
#_config.php:80
$GLOBALS['__l10n']['Add full LICENSE file to module root'] = 'Ajouter le fichier de licence complet à la racine du module';
#_config.php:85
$GLOBALS['__l10n']['Add license block to PHP files'] = 'Ajouter le bloc de licence aux ficheirs PHP';
#_config.php:90
$GLOBALS['__l10n']['Add license block to JS files'] = 'Ajouter le bloc de licence aux ficheirs JS';
#_config.php:95
$GLOBALS['__l10n']['Do not add license block to files from locales folder'] = 'Ne pas ajouter la licence aux fichiers du dossier locales';
#_config.php:101
$GLOBALS['__l10n']['Licenses'] = 'Licences';
#_config.php:114
$GLOBALS['__l10n']['License %s:'] = 'Licence %s :';
#inc/lib.license.bootstrap.php:40
$GLOBALS['__l10n']['Id'] = 'Id';
#inc/lib.license.bootstrap.php:43
$GLOBALS['__l10n']['Root'] = 'Racine';
#inc/lib.license.bootstrap.php:79
$GLOBALS['__l10n']['Add license to selected modules'] = 'Ajouter la licence aux modules selectionner';
#index.php:67
$GLOBALS['__l10n']['License successfully added.'] = 'Licence ajouter avec succès';
#index.php:119
$GLOBALS['__l10n']['Configuration'] = 'Configuration';
?>