diff --git a/app/lang/fr/texts.php b/app/lang/fr/texts.php
index 2cb2564f99f7..6fb955201318 100644
--- a/app/lang/fr/texts.php
+++ b/app/lang/fr/texts.php
@@ -102,25 +102,25 @@ return array(
'no_items' => 'Aucun élément',
// recurring invoices
- 'recurring_invoices' => 'Recurring Invoices',
- 'recurring_help' => '
Automatically send clients the same invoices weekly, bi-monthly, monthly, quarterly or annually.
- Use :MONTH, :QUARTER or :YEAR for dynamic dates. Basic math works as well, for example :MONTH-1.
- Examples of dynamic invoice variables:
+ 'recurring_invoices' => 'Factures récurrentes',
+ 'recurring_help' => 'Envoyer automatiquement la même facture à vos clients de façon hebdomadaire, bimensuelle, mensuelle, trimestrielle ou annuelle.
+ Utiliser :MONTH, :QUARTER ou :YEAR pour des dates dynamiques. Les opérations simples fonctionnent également, par exemple :MONTH-1.
+ Exemples de variables dynamiques pour les factures:
- - "Gym membership for the month of :MONTH" => "Gym membership for the month of July"
- - ":YEAR+1 yearly subscription" => "2015 Yearly Subscription"
- - "Retainer payment for :QUARTER+1" => "Retainer payment for Q2"
+ - "Adhésion au club de gym pour le mois de :MONTH" => "Adhésion au club de gym pour le mois de Juillet"
+ - ":YEAR+1 - abonnement annuel" => "2015 - abonnement annuel"
+ - "Acompte pour le :QUARTER+1" => "Acompte pour le Q2"
',
// dashboard
- 'in_total_revenue' => 'in total revenue',
- 'billed_client' => 'billed client',
- 'billed_clients' => 'billed clients',
- 'active_client' => 'active client',
- 'active_clients' => 'active clients',
- 'invoices_past_due' => 'Invoices Past Due',
- 'upcoming_invoices' => 'Upcoming invoices',
- 'average_invoice' => 'Average invoice',
+ 'in_total_revenue' => 'de bénéfice total',
+ 'billed_client' => 'client facturé',
+ 'billed_clients' => 'clients facturés',
+ 'active_client' => 'client actif',
+ 'active_clients' => 'clients actifs',
+ 'invoices_past_due' => 'Date limite de paiement dépassée',
+ 'upcoming_invoices' => 'Factures à venir',
+ 'average_invoice' => 'Moyenne de facturation',
// list pages
'archive' => 'Archive',