mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-09 20:52:56 +01:00
commit
8bbe164505
@ -102,25 +102,25 @@ return array(
|
||||
'no_items' => 'Aucun élément',
|
||||
|
||||
// recurring invoices
|
||||
'recurring_invoices' => 'Recurring Invoices',
|
||||
'recurring_help' => '<p>Automatically send clients the same invoices weekly, bi-monthly, monthly, quarterly or annually. </p>
|
||||
<p>Use :MONTH, :QUARTER or :YEAR for dynamic dates. Basic math works as well, for example :MONTH-1.</p>
|
||||
<p>Examples of dynamic invoice variables:</p>
|
||||
'recurring_invoices' => 'Factures récurrentes',
|
||||
'recurring_help' => '<p>Envoyer automatiquement la même facture à vos clients de façon hebdomadaire, bimensuelle, mensuelle, trimestrielle ou annuelle.</p>
|
||||
<p>Utiliser :MONTH, :QUARTER ou :YEAR pour des dates dynamiques. Les opérations simples fonctionnent également, par exemple :MONTH-1.</p>
|
||||
<p>Exemples de variables dynamiques pour les factures:</p>
|
||||
<ul>
|
||||
<li>"Gym membership for the month of :MONTH" => "Gym membership for the month of July"</li>
|
||||
<li>":YEAR+1 yearly subscription" => "2015 Yearly Subscription"</li>
|
||||
<li>"Retainer payment for :QUARTER+1" => "Retainer payment for Q2"</li>
|
||||
<li>"Adhésion au club de gym pour le mois de :MONTH" => "Adhésion au club de gym pour le mois de Juillet"</li>
|
||||
<li>":YEAR+1 - abonnement annuel" => "2015 - abonnement annuel"</li>
|
||||
<li>"Acompte pour le :QUARTER+1" => "Acompte pour le Q2"</li>
|
||||
</ul>',
|
||||
|
||||
// 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',
|
||||
|
Loading…
Reference in New Issue
Block a user