summaryrefslogtreecommitdiff
path: root/sql-ledger/locale/cz/bp
diff options
context:
space:
mode:
Diffstat (limited to 'sql-ledger/locale/cz/bp')
-rw-r--r--sql-ledger/locale/cz/bp39
1 files changed, 39 insertions, 0 deletions
diff --git a/sql-ledger/locale/cz/bp b/sql-ledger/locale/cz/bp
new file mode 100644
index 0000000..893d06c
--- /dev/null
+++ b/sql-ledger/locale/cz/bp
@@ -0,0 +1,39 @@
+$self{texts} = {
+ 'Account' => 'Účet',
+ 'Accounting Menu' => 'Menu účetnictví',
+ 'Confirm!' => 'Podtvrďte!',
+ 'Continue' => 'Pokračování',
+ 'Customer' => 'Odběratel',
+ 'Date' => 'Datum',
+ 'From' => 'z',
+ 'Invoice' => 'Faktura',
+ 'Invoice Number' => 'Číslo faktury',
+ 'Order' => 'Objednávka',
+ 'Order Number' => 'Objednávka číslo',
+ 'Purchase Orders' => 'Vystavené objednávky',
+ 'Sales Orders' => 'Přijaté objednávky',
+ 'To' => 'do',
+ 'Vendor' => 'Dodavatel',
+ 'Yes' => 'Ano',
+};
+
+$self{subs} = {
+ 'acc_menu' => 'acc_menu',
+ 'continue' => 'continue',
+ 'display' => 'display',
+ 'list_spool' => 'list_spool',
+ 'menubar' => 'menubar',
+ 'print' => 'print',
+ 'remove' => 'remove',
+ 'search' => 'search',
+ 'section_menu' => 'section_menu',
+ 'select_all' => 'select_all',
+ 'yes' => 'yes',
+ 'pokračování' => 'continue',
+ 'print' => 'print',
+ 'remove' => 'remove',
+ 'select_all' => 'select_all',
+ 'ano' => 'yes',
+};
+
+1;