Files
snipe-it/app/lang/fr/admin/settings/general.php
T
2015-04-29 18:01:43 -07:00

46 lines
2.8 KiB
PHP
Executable File

<?php
return array(
'alert_email' => 'Send alerts to',
'alerts_enabled' => 'Alerts enabled',
'asset_ids' => 'Asset IDs',
'auto_increment_assets' => 'Générer des identifiants d\'actifs auto-incrémentés',
'auto_increment_prefix' => 'Préfixe (optionnel)',
'auto_incrementing_help' => 'Enable auto-incrementing asset IDs first to set this',
'barcode_type' => 'Barcode Type',
'barcode_settings' => 'Barcode Settings',
'default_eula_text' => 'Default EULA',
'default_eula_help_text' => 'You can also associate custom EULAs to specific asset categories.',
'display_asset_name' => 'Afficher le nom des actifs',
'display_checkout_date' => 'Afficher la date d\'association',
'display_eol' => 'Afficher la fin de vie dans les tables',
'display_qr' => 'Afficher les QR codes',
'eula_settings' => 'EULA Settings',
'eula_markdown' => 'This EULA allows <a href="https://help.github.com/articles/github-flavored-markdown/">Github flavored markdown</a>.',
'general_settings' => 'General Settings',
'header_color' => 'Header Color',
'info' => 'Ces paramètres vous permettent de personnaliser certains aspects de votre installation.',
'laravel' => 'Version de Laravel',
'load_remote' => 'This Snipe-IT install can load scripts from the outside world.',
'logo' => 'Logo',
'optional' => 'optional',
'per_page' => 'Résultats par page',
'php' => 'Version de PHP',
'php_gd_info' => 'Vous devez installer php-gd afin d\'afficher les QR codes (voir les instructions d\'installation).',
'php_gd_warning' => 'Le PHP Image Processing et GD plugin n\'est PAS installé.',
'qr_help' => 'Activer les QR Codes avant de définir ceci',
'qr_text' => 'Texte du QR Code',
'setting' => 'Paramètre',
'settings' => 'Paramètres',
'site_name' => 'Nom du site',
'slack_botname' => 'Slack Botname',
'slack_channel' => 'Slack Channel',
'slack_endpoint' => 'Slack Endpoint',
'slack_integration' => 'Slack Settings',
'slack_integration_help' => 'Slack integration is optional, however the endpoint and channel are required if you wish to use it. To configure Slack integration, you must first <a href=":slack_link" target="_new">create an incoming webhook</a> on your Slack account.',
'snipe_version' => 'Snipe-IT version',
'system' => 'Information du système',
'update' => 'Mettre à jour les paramètres',
'value' => 'Valeur',
);