import sql-ledger 2.4.4
[freeside.git] / sql-ledger / locale / cz / ap
1 $self{texts} = {
2   'AP Transactions'             => 'Faktury pøijaté',
3   'Account'                     => 'Úèet',
4   'Accounting Menu'             => 'Menu úèetnictví',
5   'Address'                     => 'Adresa',
6   'Amount'                      => 'Èástka',
7   'Apr'                         => 'Dub',
8   'April'                       => 'Duben',
9   'Are you sure you want to delete Transaction' => 'Opravdu chcete vymazat transakci?',
10   'Aug'                         => 'Srp',
11   'August'                      => 'Srpen',
12   'Cannot post transaction for a closed period!' => 'Do uzavøeného období nelze úètovat!',
13   'Closed'                      => 'Zaplaceno',
14   'Confirm!'                    => 'Podtvrïte!',
15   'Continue'                    => 'Pokraèování',
16   'Credit Limit'                => 'Úvìrový limit',
17   'Curr'                        => 'Mìna',
18   'Currency'                    => 'Mìna',
19   'Date'                        => 'Datum',
20   'Date Paid'                   => 'Zaplaceno',
21   'Dec'                         => 'Pro',
22   'December'                    => 'Prosinec',
23   'Delete'                      => 'Vymazat',
24   'Description'                 => 'Popis',
25   'Due Date'                    => 'Datum splatnosti',
26   'Due Date missing!'           => 'Chybí datum splatnosti!',
27   'Exch'                        => 'Kurz',
28   'Exchange Rate'               => 'Mìnový kurz',
29   'Feb'                         => 'Úno',
30   'February'                    => 'Únor',
31   'From'                        => 'z',
32   'ID'                          => 'ID',
33   'Include in Report'           => 'Zahrnovat v sestavì',
34   'Invoice'                     => 'Faktura',
35   'Invoice Date'                => 'Datum vystavení',
36   'Invoice Date missing!'       => 'Chybí datum vystavení!',
37   'Invoice Number'              => 'Èíslo faktury',
38   'Jan'                         => 'Led',
39   'January'                     => 'Leden',
40   'Jul'                         => 'Èec',
41   'July'                        => 'Èervenec',
42   'Jun'                         => 'Èer',
43   'June'                        => 'Èerven',
44   'Mar'                         => 'Bøe',
45   'March'                       => 'Bøezen',
46   'May'                         => 'Kvìten',
47   'May '                        => 'Kvì',
48   'Notes'                       => 'Poznámky',
49   'Nov'                         => 'Lis',
50   'November'                    => 'Listopad',
51   'Number'                      => 'Èíslo',
52   'Oct'                         => 'Øíj',
53   'October'                     => 'Øíjen',
54   'Open'                        => 'Otevøené',
55   'Order'                       => 'Objednávka',
56   'Order Number'                => 'Objednávka èíslo',
57   'Paid'                        => 'Zaplaceno',
58   'Payment date missing!'       => 'Chybí datum platby!',
59   'Payments'                    => 'Platby',
60   'Remaining'                   => 'Zbývá',
61   'Screen'                      => 'Na obrazovku',
62   'Sep'                         => 'Záø',
63   'September'                   => 'Záøí',
64   'Source'                      => 'Zdroj',
65   'Subtotal'                    => 'Mezisouèet',
66   'Tax'                         => 'Daò',
67   'Tax Included'                => 'Cena vèetnì danì',
68   'To'                          => 'do',
69   'Total'                       => 'Celkem',
70   'Vendor'                      => 'Dodavatel',
71   'Yes'                         => 'Ano',
72 };
73
74 $self{subs} = {
75   'acc_menu'                    => 'acc_menu',
76   'add'                         => 'add',
77   'add_transaction'             => 'add_transaction',
78   'ap_subtotal'                 => 'ap_subtotal',
79   'ap_transaction'              => 'ap_transaction',
80   'ap_transactions'             => 'ap_transactions',
81   'ar_transaction'              => 'ar_transaction',
82   'check_name'                  => 'check_name',
83   'check_project'               => 'check_project',
84   'continue'                    => 'continue',
85   'create_links'                => 'create_links',
86   'customer_details'            => 'customer_details',
87   'delete'                      => 'delete',
88   'display'                     => 'display',
89   'display_form'                => 'display_form',
90   'edit'                        => 'edit',
91   'form_footer'                 => 'form_footer',
92   'form_header'                 => 'form_header',
93   'gl_transaction'              => 'gl_transaction',
94   'menubar'                     => 'menubar',
95   'name_selected'               => 'name_selected',
96   'payment_selected'            => 'payment_selected',
97   'post'                        => 'post',
98   'post_as_new'                 => 'post_as_new',
99   'print'                       => 'print',
100   'print_and_post'              => 'print_and_post',
101   'print_check'                 => 'print_check',
102   'print_options'               => 'print_options',
103   'print_receipt'               => 'print_receipt',
104   'print_transaction'           => 'print_transaction',
105   'project_selected'            => 'project_selected',
106   'sales_invoice_'              => 'sales_invoice_',
107   'search'                      => 'search',
108   'section_menu'                => 'section_menu',
109   'select_name'                 => 'select_name',
110   'select_payment'              => 'select_payment',
111   'select_project'              => 'select_project',
112   'update'                      => 'update',
113   'vendor_details'              => 'vendor_details',
114   'vendor_invoice_'             => 'vendor_invoice_',
115   'yes'                         => 'yes',
116   'ap_transaction'              => 'ap_transaction',
117   'add_ap_transaction'          => 'add_ap_transaction',
118   'pokraèování'                 => 'continue',
119   'vymazat'                     => 'delete',
120   'edit_ap_transaction'         => 'edit_ap_transaction',
121   'post'                        => 'post',
122   'post_as_new'                 => 'post_as_new',
123   'print'                       => 'print',
124   'print_and_post'              => 'print_and_post',
125   'update'                      => 'update',
126   'vendor_invoice.'             => 'vendor_invoice.',
127   'ano'                         => 'yes',
128 };
129
130 1;