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