summaryrefslogtreecommitdiff
path: root/locale/cz/bp
diff options
context:
space:
mode:
authortetragon <tetragon@4979c152-3d1c-0410-bac9-87ea11338e46>2006-10-25 22:26:40 +0000
committertetragon <tetragon@4979c152-3d1c-0410-bac9-87ea11338e46>2006-10-25 22:26:40 +0000
commit5c6dd6194ea1c313ca497da29bf97e85feb230ef (patch)
tree71781fc347ecf7804c6b659a57b045f99537bc51 /locale/cz/bp
parent28e74539a8ff715146c1535a70ce108f198aaf8f (diff)
Convert Czech translation to gettext
git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/trunk@310 4979c152-3d1c-0410-bac9-87ea11338e46
Diffstat (limited to 'locale/cz/bp')
-rwxr-xr-xlocale/cz/bp41
1 files changed, 0 insertions, 41 deletions
diff --git a/locale/cz/bp b/locale/cz/bp
deleted file mode 100755
index 8dea7e43..00000000
--- a/locale/cz/bp
+++ /dev/null
@@ -1,41 +0,0 @@
-$self{charset} = 'ISO-8859-2';
-
-$self{texts} = {
- 'Account' => 'Účet',
- 'Accounting Menu' => 'Menu účetnictví',
- 'Confirm!' => 'Podtvrďte!',
- 'Continue' => 'Pokračování',
- 'Customer' => 'Odběratel',
- 'Date' => 'Datum',
- 'From' => 'z',
- 'ID' => 'ID',
- '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',
- 'js_menu' => 'js_menu',
- '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',
- 'ano' => 'yes',
-};
-
-1;
-