2018-03-06 17:05:58 +03:00

48 lines
1.9 KiB
PHP
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?php
return [
'title' => 'Jeton de l\'API',
'api_token' => 'Jeton',
'top_paid' => 'Top payant',
'new' => 'Nouveau',
'top_free' => 'Top gratuit',
'free' => 'GRATUIT',
'install' => 'Installation',
'buy_now' => 'Acheter maintenant',
'token_link' => '<a href="https://akaunting.com/tokens" target="_blank">Cliquez ici</a> pour obtenir votre jeton de l\'API.',
'no_apps' => 'Il ny a pas encore d\'application dans cette catégorie.',
'developer' => 'Vous êtes développeur ? <a href="https://akaunting.com/blog/akaunting-app-store" target="_blank"> ici</a> vous pouvez apprendre à créer une application et commencer à la vendre  !',
'about' => 'A propos',
'added' => 'Ajouté',
'updated' => 'Mis à jour',
'compatibility' => 'Compatibilité',
'installed' => ':module installé',
'uninstalled' => ':module désinstallé',
//'updated' => ':module updated',
'enabled' => ':module activé',
'disabled' => ':module désactivé',
'tab' => [
'installation' => 'Installation',
'faq' => 'FAQ',
'changelog' => 'Historique des modifications',
],
'installation' => [
'header' => 'Installation d\'une application',
'download' => 'Téléchargement du :module.',
'unzip' => 'Extraction des fichiers :module.',
'install' => 'Installation des fichiers du module :module.',
],
'button' => [
'uninstall' => 'Désinstaller',
'disable' => 'Désactiver',
'enable' => 'Activer',
],
];