import sql-ledger 2.4.4
[freeside.git] / sql-ledger / locale / cz / rp
1 $self{texts} = {
2   'AP Aging'                    => 'Analýza splatnosti',
3   'AR Aging'                    => 'Analýza splatnosti',
4   'Account'                     => 'Úèet',
5   'Account Number'              => 'Èíslo úètu',
6   'Accounting Menu'             => 'Menu úèetnictví',
7   'Accounts'                    => 'Úèty',
8   'Address'                     => 'Adresa',
9   'Amount'                      => 'Èástka',
10   'Apr'                         => 'Dub',
11   'April'                       => 'Duben',
12   'Attachment'                  => 'Pøílohy',
13   'Aug'                         => 'Srp',
14   'August'                      => 'Srpen',
15   'Balance Sheet'               => 'Rozvaha',
16   'Compare to'                  => 'Porovnáno k',
17   'Continue'                    => 'Pokraèování',
18   'Copies'                      => 'Kopie',
19   'Credit'                      => 'Dal',
20   'Curr'                        => 'Mìna',
21   'Customer'                    => 'Odbìratel',
22   'Date'                        => 'Datum',
23   'Debit'                       => 'Má dáti',
24   'Dec'                         => 'Pro',
25   'December'                    => 'Prosinec',
26   'Description'                 => 'Popis',
27   'Due Date'                    => 'Datum splatnosti',
28   'E-mail'                      => 'E-mail',
29   'E-mail address missing!'     => 'Chybí E-mailová adresa!',
30   'Feb'                         => 'Úno',
31   'February'                    => 'Únor',
32   'From'                        => 'z',
33   'GIFI'                        => 'Úètovací øetìzec',
34   'Heading'                     => 'Nadpis',
35   'ID'                          => 'ID',
36   'In-line'                     => 'Vlo¾ené',
37   'Include in Report'           => 'Zahrnovat v sestavì',
38   'Income Statement'            => 'Výsledovka',
39   'Invoice'                     => 'Faktura',
40   'Jan'                         => 'Led',
41   'January'                     => 'Leden',
42   'Jul'                         => 'Èec',
43   'July'                        => 'Èervenec',
44   'Jun'                         => 'Èer',
45   'June'                        => 'Èerven',
46   'Language'                    => 'Jazyk',
47   'Mar'                         => 'Bøe',
48   'March'                       => 'Bøezen',
49   'May'                         => 'Kvìten',
50   'May '                        => 'Kvì',
51   'Message'                     => 'Zpráva',
52   'N/A'                         => '---',
53   'Nov'                         => 'Lis',
54   'November'                    => 'Listopad',
55   'Number'                      => 'Èíslo',
56   'Oct'                         => 'Øíj',
57   'October'                     => 'Øíjen',
58   'Order'                       => 'Objednávka',
59   'Payments'                    => 'Platby',
60   'Report for'                  => 'Výkaz za',
61   'Screen'                      => 'Na obrazovku',
62   'Sep'                         => 'Záø',
63   'September'                   => 'Záøí',
64   'Source'                      => 'Zdroj',
65   'Standard'                    => 'Standardní',
66   'Subject'                     => 'Pøedmìt',
67   'Subtotal'                    => 'Mezisouèet',
68   'Tax'                         => 'Daò',
69   'To'                          => 'do',
70   'Total'                       => 'Celkem',
71   'Trial Balance'               => 'Obratová pøedvaha',
72   'Vendor'                      => 'Dodavatel',
73   'for Period'                  => 'za období',
74 };
75
76 $self{subs} = {
77   'acc_menu'                    => 'acc_menu',
78   'add_transaction'             => 'add_transaction',
79   'aging'                       => 'aging',
80   'ap_transaction'              => 'ap_transaction',
81   'ar_transaction'              => 'ar_transaction',
82   'check_name'                  => 'check_name',
83   'check_project'               => 'check_project',
84   'continue'                    => 'continue',
85   'display'                     => 'display',
86   'e_mail'                      => 'e_mail',
87   'generate_ap_aging'           => 'generate_ap_aging',
88   'generate_ar_aging'           => 'generate_ar_aging',
89   'generate_balance_sheet'      => 'generate_balance_sheet',
90   'generate_income_statement'   => 'generate_income_statement',
91   'generate_projects'           => 'generate_projects',
92   'generate_tax_report'         => 'generate_tax_report',
93   'generate_trial_balance'      => 'generate_trial_balance',
94   'gl_transaction'              => 'gl_transaction',
95   'list_accounts'               => 'list_accounts',
96   'list_payments'               => 'list_payments',
97   'menubar'                     => 'menubar',
98   'name_selected'               => 'name_selected',
99   'payment_subtotal'            => 'payment_subtotal',
100   'print'                       => 'print',
101   'print_form'                  => 'print_form',
102   'print_options'               => 'print_options',
103   'project_selected'            => 'project_selected',
104   'report'                      => 'report',
105   'sales_invoice_'              => 'sales_invoice_',
106   'section_menu'                => 'section_menu',
107   'select_all'                  => 'select_all',
108   'select_name'                 => 'select_name',
109   'select_project'              => 'select_project',
110   'send_email'                  => 'send_email',
111   'statement_details'           => 'statement_details',
112   'tax_subtotal'                => 'tax_subtotal',
113   'vendor_invoice_'             => 'vendor_invoice_',
114   'pokraèování'                 => 'continue',
115   'e_mail'                      => 'e_mail',
116   'print'                       => 'print',
117   'select_all'                  => 'select_all',
118 };
119
120 1;