summaryrefslogtreecommitdiff
path: root/sql-ledger/locale/cz/pos
diff options
context:
space:
mode:
authorivan <ivan>2007-12-04 21:29:13 +0000
committerivan <ivan>2007-12-04 21:29:13 +0000
commit86b1b489a4ed2f9bc0cba6cafeab0d6eca5584dc (patch)
tree4a7a8893f6ad8bd86cf6c22e00cf19d9c70554f2 /sql-ledger/locale/cz/pos
parent948b8acdd4b9b3864342062d0c397a11f57c5700 (diff)
there's no reason this should still be hanging aroudn the tree
Diffstat (limited to 'sql-ledger/locale/cz/pos')
-rw-r--r--sql-ledger/locale/cz/pos47
1 files changed, 0 insertions, 47 deletions
diff --git a/sql-ledger/locale/cz/pos b/sql-ledger/locale/cz/pos
deleted file mode 100644
index 6d32402f2..000000000
--- a/sql-ledger/locale/cz/pos
+++ /dev/null
@@ -1,47 +0,0 @@
-$self{texts} = {
- 'Account' => 'Účet',
- 'Continue' => 'Pokračování',
- 'Credit Limit' => 'Úvěrový limit',
- 'Currency' => 'Měna',
- 'Customer' => 'Odběratel',
- 'Delete' => 'Vymazat',
- 'Description' => 'Popis',
- 'Exchange Rate' => 'Měnový kurz',
- 'From' => 'z',
- 'Language' => 'Jazyk',
- 'Number' => 'Číslo',
- 'Open' => 'Otevřené',
- 'Paid' => 'Zaplaceno',
- 'Price' => 'Cena',
- 'Qty' => 'Množství',
- 'Record in' => 'Zaúčtovat do',
- 'Remaining' => 'Zbývá',
- 'Screen' => 'Na obrazovku',
- 'Source' => 'Zdroj',
- 'Subtotal' => 'Mezisoučet',
- 'To' => 'do',
- 'Total' => 'Celkem',
- 'Unit' => 'Jednotka',
-};
-
-$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',
- 'pokračování' => 'continue',
- 'vymazat' => 'delete',
- 'post' => 'post',
- 'print' => 'print',
- 'update' => 'update',
-};
-
-1;