From ac5b087ea2d9ba7428d367aaeb288534158fee9a Mon Sep 17 00:00:00 2001 From: christopherm Date: Fri, 1 Sep 2006 01:16:38 +0000 Subject: Initial Import git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/ledger-smb@1 4979c152-3d1c-0410-bac9-87ea11338e46 --- locale/fr/pos | 80 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 80 insertions(+) create mode 100755 locale/fr/pos (limited to 'locale/fr/pos') diff --git a/locale/fr/pos b/locale/fr/pos new file mode 100755 index 00000000..69db8091 --- /dev/null +++ b/locale/fr/pos @@ -0,0 +1,80 @@ +$self{texts} = { + 'Accounting Menu' => 'Menu de comptabilité', + 'Add POS Invoice' => 'Saisie ticket de caisse', + 'Amount' => 'Montant', + 'Business' => 'Type d\'affaire', + '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', + 'Period' => 'Période', + 'Post' => 'Enregistrer', + 'Posted!' => 'Enregistré!', + 'Price' => 'Prix', + 'Print' => 'Imprimer', + 'Print and Post' => 'Imprimer et imputer', + 'Printed' => 'Imprimé', + 'Qty' => 'Qté', + 'Quarter' => 'Trimestre', + 'Receipts' => 'Reçus', + 'Record in' => 'Enregistrer dans', + 'Remaining' => 'Restant', + 'Salesperson' => 'Vendeur', + 'Screen' => 'Écran', + 'Source' => 'Source', + 'Subtotal' => 'Sous total', + 'Tax Included' => 'Taxe incluse', + 'To' => 'À', + 'Total' => 'Total', + 'Trade Discount' => 'Escompte commercial', + 'Unit' => 'Unité', + 'Update' => 'Mettre à jour', + 'Year' => 'Année', +}; + +$self{subs} = { + 'acc_menu' => 'acc_menu', + 'add' => 'add', + 'display' => 'display', + 'display_row' => 'display_row', + 'edit' => 'edit', + 'form_footer' => 'form_footer', + 'form_header' => 'form_header', + 'js_menu' => 'js_menu', + 'lookup_partsgroup' => 'lookup_partsgroup', + 'menubar' => 'menubar', + 'openinvoices' => 'openinvoices', + 'post' => 'post', + 'print' => 'print', + 'print_and_post' => 'print_and_post', + 'print_form' => 'print_form', + 'print_options' => 'print_options', + 'receipts' => 'receipts', + 'section_menu' => 'section_menu', + 'continuer' => 'continue', + 'supprimer' => 'delete', + 'enregistrer' => 'post', + 'imprimer' => 'print', + 'imprimer_et_imputer' => 'print_and_post', + 'mettre_à_jour' => 'update', +}; + +1; + -- cgit v1.2.3