diff options
Diffstat (limited to 'sql-ledger/locale/ct/arapprn')
| -rw-r--r-- | sql-ledger/locale/ct/arapprn | 24 | 
1 files changed, 24 insertions, 0 deletions
diff --git a/sql-ledger/locale/ct/arapprn b/sql-ledger/locale/ct/arapprn new file mode 100644 index 000000000..14b79e96a --- /dev/null +++ b/sql-ledger/locale/ct/arapprn @@ -0,0 +1,24 @@ +$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;  | 
