summaryrefslogtreecommitdiff
path: root/sql-ledger/locale/fr/pos
blob: 2ddf0ddaae704d11b5396414f0cb690f42747443 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
$self{texts} = {
  'Account'                     => 'Compte',
  'Add POS Invoice'             => 'Saisie ticket de caisse',
  'Cannot post transaction!'    => 'Impossible d\'enregistrer l\'écriture!',
  'Change'                      => 'Retour monnaie',
  'Continue'                    => 'Continuer',
  'Credit Limit'                => 'Encours autorisé',
  'Currency'                    => 'Devise',
  'Current'                     => 'En cours',
  'Customer'                    => 'Client',
  'Customer missing!'           => 'Client manquant!',
  'Delete'                      => 'Supprimer',
  'Department'                  => 'Service',
  'Description'                 => 'Description',
  'Edit POS Invoice'            => 'Modifier ticket de caisse',
  'Exchange Rate'               => 'Taux de change',
  'Exchange rate missing!'      => 'Taux de change manquant!',
  'Extended'                    => 'Prix total',
  'From'                        => 'De',
  'Language'                    => 'Langue',
  'Memo'                        => 'Mémo',
  'Month'                       => 'Mois',
  'Number'                      => 'Numéro',
  'Open'                        => 'Ouvert',
  'Paid'                        => 'Total payé',
  'Period'                      => 'Période',
  'Post'                        => 'Enregistrer',
  'Posted!'                     => 'Enregistré!',
  'Price'                       => 'Prix',
  'Print'                       => 'Imprimer',
  'Printed'                     => 'Imprimé',
  'Qty'                         => 'Qté',
  'Quarter'                     => 'Trimestre',
  'Receipts'                    => 'Reçus',
  'Record in'                   => 'Enregistrer dans',
  'Remaining'                   => 'Restant',
  'Salesperson'                 => 'Vendeur',
  'Screen'                      => 'Écran',
  'Source'                      => 'Source',
  'Subtotal'                    => 'Sous total',
  'To'                          => 'au',
  'Total'                       => 'Total',
  'Unit'                        => 'Unité',
  'Update'                      => 'Mettre à jour',
  'Year'                        => 'Année',
};

$self{subs} = {
  'add'                         => 'add',
  'display_row'                 => 'display_row',
  'edit'                        => 'edit',
  'form_footer'                 => 'form_footer',
  'form_header'                 => 'form_header',
  'lookup_partsgroup'           => 'lookup_partsgroup',
  'openinvoices'                => 'openinvoices',
  'post'                        => 'post',
  'print'                       => 'print',
  'print_form'                  => 'print_form',
  'print_options'               => 'print_options',
  'receipts'                    => 'receipts',
  'continuer'                   => 'continue',
  'supprimer'                   => 'delete',
  'enregistrer'                 => 'post',
  'imprimer'                    => 'print',
  'mettre_à_jour'               => 'update',
};

1;