diff options
Diffstat (limited to 'locale/ca_en/pos')
-rwxr-xr-x | locale/ca_en/pos | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/locale/ca_en/pos b/locale/ca_en/pos new file mode 100755 index 00000000..e2b1ca16 --- /dev/null +++ b/locale/ca_en/pos @@ -0,0 +1,26 @@ +$self{texts} = { +}; + +$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', +}; + +1; + |