diff options
author | tetragon <tetragon@4979c152-3d1c-0410-bac9-87ea11338e46> | 2006-10-25 22:32:23 +0000 |
---|---|---|
committer | tetragon <tetragon@4979c152-3d1c-0410-bac9-87ea11338e46> | 2006-10-25 22:32:23 +0000 |
commit | 77c51c20aa35764fcc4c4dbe0f9e427e88831093 (patch) | |
tree | 9cbbde8dfff36647ba2f826b4994a5d32c7c82fe /locale/ct/arapprn | |
parent | 5c6dd6194ea1c313ca497da29bf97e85feb230ef (diff) |
Convert Catalan translation to gettext
git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/trunk@311 4979c152-3d1c-0410-bac9-87ea11338e46
Diffstat (limited to 'locale/ct/arapprn')
-rwxr-xr-x | locale/ct/arapprn | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/locale/ct/arapprn b/locale/ct/arapprn deleted file mode 100755 index 25c1c693..00000000 --- a/locale/ct/arapprn +++ /dev/null @@ -1,25 +0,0 @@ -$self{texts} = { - 'Account' => 'Compta', - 'Amount' => 'Total', - 'Continue' => 'Continuar', - 'Date' => 'Data', - 'Screen' => 'Pantalla', - 'Source' => 'Font', -}; - -$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', - 'continuar' => 'continue', -}; - -1; - |