diff options
Diffstat (limited to 'sql-ledger/locale/ct/pos')
-rw-r--r-- | sql-ledger/locale/ct/pos | 47 |
1 files changed, 47 insertions, 0 deletions
diff --git a/sql-ledger/locale/ct/pos b/sql-ledger/locale/ct/pos new file mode 100644 index 000000000..9f6d1f86e --- /dev/null +++ b/sql-ledger/locale/ct/pos @@ -0,0 +1,47 @@ +$self{texts} = { + 'Account' => 'Compta', + 'Continue' => 'Continuar', + 'Credit Limit' => 'Límit de Crèdit', + 'Currency' => 'Moneda', + 'Customer' => 'Client', + 'Delete' => 'Esborrar', + 'Description' => 'Descripció', + 'Exchange Rate' => 'Taxa de Canvi', + 'From' => 'De', + 'Language' => 'Idioma', + 'Number' => 'Número', + 'Open' => 'Obert', + 'Paid' => 'Pagat', + 'Price' => 'Preu', + 'Qty' => 'Quantitat', + 'Record in' => 'Registar en', + 'Remaining' => 'Remanent', + 'Screen' => 'Pantalla', + 'Source' => 'Font', + 'Subtotal' => 'Subtotal', + 'To' => 'Fins', + 'Total' => 'Total', + 'Unit' => 'Unitat', +}; + +$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', + 'continuar' => 'continue', + 'esborrar' => 'delete', + 'post' => 'post', + 'print' => 'print', + 'update' => 'update', +}; + +1; |