mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-10 05:02:36 +01:00
// navigation -> OK
This commit is contained in:
parent
7a359d6db3
commit
c15db27c4c
@ -51,55 +51,55 @@ return array(
|
||||
'terms' => 'Conditions',
|
||||
'your_invoice' => 'Votre Facture',
|
||||
|
||||
'remove_contact' => 'Remove contact',
|
||||
'add_contact' => 'Add contact',
|
||||
'create_new_client' => 'Create new client',
|
||||
'edit_client_details' => 'Edit client details',
|
||||
'enable' => 'Enable',
|
||||
'learn_more' => 'Learn more',
|
||||
'manage_rates' => 'Manage rates',
|
||||
'note_to_client' => 'Note to client',
|
||||
'invoice_terms' => 'Invoice terms',
|
||||
'save_as_default_terms' => 'Save as default terms',
|
||||
'download_pdf' => 'Download PDF',
|
||||
'pay_now' => 'Pay Now',
|
||||
'save_invoice' => 'Save Invoice',
|
||||
'clone_invoice' => 'Clone Invoice',
|
||||
'archive_invoice' => 'Archive Invoice',
|
||||
'delete_invoice' => 'Delete Invoice',
|
||||
'email_invoice' => 'Email Invoice',
|
||||
'enter_payment' => 'Enter Payment',
|
||||
'tax_rates' => 'Tax Rates',
|
||||
'rate' => 'Rate',
|
||||
'settings' => 'Settings',
|
||||
'enable_invoice_tax' => 'Enable specifying an <b>invoice tax</b>',
|
||||
'enable_line_item_tax' => 'Enable specifying <b>line item taxes</b>',
|
||||
'remove_contact' => 'Supprimer un contact',
|
||||
'add_contact' => 'Ajouter un contact',
|
||||
'create_new_client' => 'Ajouter un nouveau client',
|
||||
'edit_client_details' => 'Modifier les informations du client',
|
||||
'enable' => 'Autoriser',
|
||||
'learn_more' => 'En savoir +',
|
||||
'manage_rates' => 'Gérer les taux',
|
||||
'note_to_client' => 'Commentaire pour le client',
|
||||
'invoice_terms' => 'Conditions de facturation',
|
||||
'save_as_default_terms' => 'Sauvegarder comme conditions par défaut',
|
||||
'download_pdf' => 'Télécharger le PDF',
|
||||
'pay_now' => 'Payer maintenant',
|
||||
'save_invoice' => 'Sauvegarder la facture',
|
||||
'clone_invoice' => 'Dupliquer la facture',
|
||||
'archive_invoice' => 'Archiver la facture',
|
||||
'delete_invoice' => 'Supprimer la facture',
|
||||
'email_invoice' => 'Envoir la facture par email',
|
||||
'enter_payment' => 'Saisissez un paiement',
|
||||
'tax_rates' => 'Taux d\'imposition',
|
||||
'rate' => 'Taux',
|
||||
'settings' => 'Paramètres',
|
||||
'enable_invoice_tax' => 'Spécifier une <br>taxe pour la facture</b>',
|
||||
'enable_line_item_tax' => 'Spécifier une <b>taxe pour chaque ligne</b>',
|
||||
|
||||
// navigation
|
||||
'dashboard' => 'Dashboard',
|
||||
'dashboard' => 'Tableau de bord',
|
||||
'clients' => 'Clients',
|
||||
'invoices' => 'Invoices',
|
||||
'payments' => 'Payments',
|
||||
'invoices' => 'Factures',
|
||||
'payments' => 'Paiements',
|
||||
'credits' => 'Credits',
|
||||
'history' => 'History',
|
||||
'search' => 'Search',
|
||||
'sign_up' => 'Sign Up',
|
||||
'guest' => 'Guest',
|
||||
'company_details' => 'Company Details',
|
||||
'online_payments' => 'Online Payments',
|
||||
'history' => 'Historique',
|
||||
'search' => 'Rechercher',
|
||||
'sign_up' => 'S\'enregistrer',
|
||||
'guest' => 'Invité',
|
||||
'company_details' => 'Informations sur l\'entreprise',
|
||||
'online_payments' => 'Paiements en ligne',
|
||||
'notifications' => 'Notifications',
|
||||
'import_export' => 'Import/Export',
|
||||
'done' => 'Done',
|
||||
'save' => 'Save',
|
||||
'create' => 'Create',
|
||||
'upload' => 'Upload',
|
||||
'done' => 'Valider',
|
||||
'save' => 'Sauvegarder',
|
||||
'create' => 'Créer',
|
||||
'upload' => 'Envoyer',
|
||||
'import' => 'Import',
|
||||
'download' => 'Download',
|
||||
'cancel' => 'Cancel',
|
||||
'close' => 'Close',
|
||||
'provide_email' => 'Please provide a valid email address',
|
||||
'powered_by' => 'Powered by',
|
||||
'no_items' => 'No items',
|
||||
'download' => 'Télécharger',
|
||||
'cancel' => 'Annuler',
|
||||
'close' => 'Fermer',
|
||||
'provide_email' => 'Veuillez renseigner une adresse email valide',
|
||||
'powered_by' => 'Propulsé par',
|
||||
'no_items' => 'Aucun élément',
|
||||
|
||||
// recurring invoices
|
||||
'recurring_invoices' => 'Recurring Invoices',
|
||||
|
Loading…
Reference in New Issue
Block a user