summaryrefslogtreecommitdiff
path: root/locale/ct/pos
diff options
context:
space:
mode:
authorchristopherm <christopherm@4979c152-3d1c-0410-bac9-87ea11338e46>2006-09-01 01:16:38 +0000
committerchristopherm <christopherm@4979c152-3d1c-0410-bac9-87ea11338e46>2006-09-01 01:16:38 +0000
commitac5b087ea2d9ba7428d367aaeb288534158fee9a (patch)
tree2dbe0bdea0b653a215ba9ddfdf627cb57855050d /locale/ct/pos
Initial Import
git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/ledger-smb@1 4979c152-3d1c-0410-bac9-87ea11338e46
Diffstat (limited to 'locale/ct/pos')
-rwxr-xr-xlocale/ct/pos52
1 files changed, 52 insertions, 0 deletions
diff --git a/locale/ct/pos b/locale/ct/pos
new file mode 100755
index 00000000..e387e90e
--- /dev/null
+++ b/locale/ct/pos
@@ -0,0 +1,52 @@
+$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;
+