summaryrefslogtreecommitdiff
path: root/sql-ledger/locale/cz/pos
diff options
context:
space:
mode:
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 6d32402..0000000
--- 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;