diff options
author | ivan <ivan> | 2007-12-04 21:29:13 +0000 |
---|---|---|
committer | ivan <ivan> | 2007-12-04 21:29:13 +0000 |
commit | 86b1b489a4ed2f9bc0cba6cafeab0d6eca5584dc (patch) | |
tree | 4a7a8893f6ad8bd86cf6c22e00cf19d9c70554f2 /sql-ledger/locale/cz/bp | |
parent | 948b8acdd4b9b3864342062d0c397a11f57c5700 (diff) |
there's no reason this should still be hanging aroudn the tree
Diffstat (limited to 'sql-ledger/locale/cz/bp')
-rw-r--r-- | sql-ledger/locale/cz/bp | 39 |
1 files changed, 0 insertions, 39 deletions
diff --git a/sql-ledger/locale/cz/bp b/sql-ledger/locale/cz/bp deleted file mode 100644 index 893d06ccc..000000000 --- a/sql-ledger/locale/cz/bp +++ /dev/null @@ -1,39 +0,0 @@ -$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; |