diff options
Diffstat (limited to 'locale/ct/pos')
-rwxr-xr-x | locale/ct/pos | 52 |
1 files changed, 0 insertions, 52 deletions
diff --git a/locale/ct/pos b/locale/ct/pos deleted file mode 100755 index e387e90e..00000000 --- a/locale/ct/pos +++ /dev/null @@ -1,52 +0,0 @@ -$self{texts} = { - 'Accounting Menu' => 'Menú Comptable', - 'Amount' => 'Total', - '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', - 'Price' => 'Preu', - 'Qty' => 'Quantitat', - 'Record in' => 'Registar en', - 'Remaining' => 'Remanent', - 'Screen' => 'Pantalla', - 'Source' => 'Font', - 'Subtotal' => 'Subtotal', - 'Tax Included' => 'Impostos Inclosos', - 'To' => 'Fins', - 'Total' => 'Total', - 'Unit' => 'Unitat', -}; - -$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', - 'continuar' => 'continue', - 'esborrar' => 'delete', -}; - -1; - |