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/pe | |
parent | 948b8acdd4b9b3864342062d0c397a11f57c5700 (diff) |
there's no reason this should still be hanging aroudn the tree
Diffstat (limited to 'sql-ledger/locale/cz/pe')
-rw-r--r-- | sql-ledger/locale/cz/pe | 51 |
1 files changed, 0 insertions, 51 deletions
diff --git a/sql-ledger/locale/cz/pe b/sql-ledger/locale/cz/pe deleted file mode 100644 index 789f22865..000000000 --- a/sql-ledger/locale/cz/pe +++ /dev/null @@ -1,51 +0,0 @@ -$self{texts} = { - 'Accounting Menu' => 'Menu účetnictví', - 'All' => 'Vše', - 'Continue' => 'Pokračování', - 'Delete' => 'Vymazat', - 'Description' => 'Popis', - 'Language' => 'Jazyk', - 'Number' => 'Číslo', - 'Orphaned' => 'Neprodejné', - 'Save' => 'Uložit', -}; - -$self{subs} = { - 'acc_menu' => 'acc_menu', - 'add' => 'add', - 'add_group' => 'add_group', - 'add_pricegroup' => 'add_pricegroup', - 'add_project' => 'add_project', - 'continue' => 'continue', - 'delete' => 'delete', - 'display' => 'display', - 'edit' => 'edit', - 'edit_translation' => 'edit_translation', - 'list_translations' => 'list_translations', - 'menubar' => 'menubar', - 'partsgroup_footer' => 'partsgroup_footer', - 'partsgroup_header' => 'partsgroup_header', - 'partsgroup_report' => 'partsgroup_report', - 'pricegroup_footer' => 'pricegroup_footer', - 'pricegroup_header' => 'pricegroup_header', - 'pricegroup_report' => 'pricegroup_report', - 'project_footer' => 'project_footer', - 'project_header' => 'project_header', - 'project_report' => 'project_report', - 'save' => 'save', - 'search' => 'search', - 'section_menu' => 'section_menu', - 'translation' => 'translation', - 'translation_footer' => 'translation_footer', - 'translation_header' => 'translation_header', - 'update' => 'update', - 'add_group' => 'add_group', - 'add_pricegroup' => 'add_pricegroup', - 'add_project' => 'add_project', - 'pokračování' => 'continue', - 'vymazat' => 'delete', - 'uložit' => 'save', - 'update' => 'update', -}; - -1; |