diff options
author | tetragon <tetragon@4979c152-3d1c-0410-bac9-87ea11338e46> | 2006-10-24 14:54:25 +0000 |
---|---|---|
committer | tetragon <tetragon@4979c152-3d1c-0410-bac9-87ea11338e46> | 2006-10-24 14:54:25 +0000 |
commit | 2c4d43494bb6329bbb24a8355c8d0deaa9ba0ccb (patch) | |
tree | 84514d415d5ed3e5437510642596e3d127b1caf4 /locale/be_fr/arapprn | |
parent | 259721aa1e8f94c26e372726f54f2dab785755bc (diff) |
Convert French translations to gettext
git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/trunk@289 4979c152-3d1c-0410-bac9-87ea11338e46
Diffstat (limited to 'locale/be_fr/arapprn')
-rwxr-xr-x | locale/be_fr/arapprn | 34 |
1 files changed, 0 insertions, 34 deletions
diff --git a/locale/be_fr/arapprn b/locale/be_fr/arapprn deleted file mode 100755 index e7dfb7ad..00000000 --- a/locale/be_fr/arapprn +++ /dev/null @@ -1,34 +0,0 @@ -$self{texts} = { - 'Account' => 'Compte', - 'Amount' => 'Montant', - 'Continue' => 'Continuer', - 'Date' => 'Date', - 'Memo' => 'Mémo', - 'Nothing to print!' => 'Rien à imprimer', - 'PDF' => 'PDF', - 'Postscript' => 'Postcript', - 'Printed' => 'Imprimé', - 'Scheduled' => 'Planifié', - 'Screen' => 'Écran', - 'Select a Printer!' => 'Sélectionner une imprimante!', - 'Select payment' => 'Sélectionner le payement', - 'Select postscript or PDF!' => 'Sélectionner Postscript ou PDF!', - 'Source' => 'Source', -}; - -$self{subs} = { - 'customer_details' => 'customer_details', - 'payment_selected' => 'payment_selected', - 'print' => 'print', - 'print_and_post' => 'print_and_post', - 'print_check' => 'print_check', - 'print_options' => 'print_options', - 'print_receipt' => 'print_receipt', - 'print_transaction' => 'print_transaction', - 'select_payment' => 'select_payment', - 'vendor_details' => 'vendor_details', - 'continuer' => 'continue', -}; - -1; - |