import of sql-ledger 2.0.8
[freeside.git] / sql-ledger / locale / cz / gl
1 $self{texts} = {
2   'AP Transaction'              => 'AP Transaction',
3   'AR Transaction'              => 'AR Transaction',
4   'Account'                     => 'Úèet',
5   'Add General Ledger Transaction' => 'Nový zápis do hlavní knihy',
6   'Address'                     => 'Adresa',
7   'All'                         => 'V¹e',
8   'Apr'                         => 'Dub',
9   'April'                       => 'Duben',
10   'Are you sure you want to delete Transaction' => 'Opravdu chcete vymazat transakci?',
11   'Asset'                       => 'Aktiva',
12   'Aug'                         => 'Srp',
13   'August'                      => 'Srpen',
14   'Balance'                     => 'Balance',
15   'Cannot delete transaction!'  => 'Cannot delete transaction!',
16   'Cannot have a value in both Debit and Credit!' => 'Nelze úètovat souèasnì Má dáti i Dal!',
17   'Cannot post a transaction without a value!' => 'Cannot post a transaction without a value!',
18   'Cannot post transaction for a closed period!' => 'Do uzavøeného období nelze úètovat!',
19   'Confirm!'                    => 'Podtvrïte!',
20   'Continue'                    => 'Pokraèování',
21   'Credit'                      => 'Dal',
22   'Customer not on file!'       => 'Customer not on file!',
23   'Date'                        => 'Datum',
24   'Debit'                       => 'Má dáti',
25   'Debit and credit out of balance!' => 'Má dáti a Dal se nerovnají.',
26   'Dec'                         => 'Pro',
27   'December'                    => 'Prosinec',
28   'Delete'                      => 'Vymazat',
29   'Description'                 => 'Popis',
30   'Edit General Ledger Transaction' => 'Opravit záznam v hlavní knize',
31   'Equity'                      => 'Vlastní jmìní',
32   'Expense'                     => 'Náklady',
33   'Feb'                         => 'Úno',
34   'February'                    => 'Únor',
35   'From'                        => 'z',
36   'GIFI'                        => 'Úètovací øetìzec',
37   'GL Transaction'              => 'GL Transaction',
38   'General Ledger'              => 'Hlavní kniha',
39   'ID'                          => 'ID',
40   'Include in Report'           => 'Zahrnovat v sestavì',
41   'Income'                      => 'Výnosy',
42   'Jan'                         => 'Led',
43   'January'                     => 'Leden',
44   'Jul'                         => 'Èec',
45   'July'                        => 'Èervenec',
46   'Jun'                         => 'Èer',
47   'June'                        => 'Èerven',
48   'Liability'                   => 'Závazek',
49   'Mar'                         => 'Bøe',
50   'March'                       => 'Bøezen',
51   'May'                         => 'Kvìten',
52   'May '                        => 'Kvì',
53   'Notes'                       => 'Poznámky',
54   'Nov'                         => 'Lis',
55   'November'                    => 'Listopad',
56   'Number'                      => 'Èíslo',
57   'Oct'                         => 'Øíj',
58   'October'                     => 'Øíjen',
59   'Post'                        => 'Post',
60   'Post as new'                 => 'Post as new',
61   'Project'                     => 'Project',
62   'Project not on file!'        => 'Project not on file!',
63   'Purchase Invoice'            => 'Purchase Invoice',
64   'Reference'                   => 'Reference',
65   'Reference missing!'          => 'Reference missing!',
66   'Reports'                     => 'Sestavy',
67   'Sales Invoice'               => 'Sales Invoice',
68   'Select from one of the names below' => 'Select from one of the names below',
69   'Select from one of the projects below' => 'Select from one of the projects below',
70   'Sep'                         => 'Záø',
71   'September'                   => 'Záøí',
72   'Source'                      => 'Zdroj',
73   'Subtotal'                    => 'Mezisouèet',
74   'To'                          => 'do',
75   'Transaction Date missing!'   => 'Chybí datum!',
76   'Transaction deleted!'        => 'Transaction deleted!',
77   'Transaction posted!'         => 'Transaction posted!',
78   'Update'                      => 'Update',
79   'Vendor not on file!'         => 'Vendor not on file!',
80   'Yes'                         => 'Ano',
81 };
82
83 $self{subs} = {
84   'add'                         => 'add',
85   'add_transaction'             => 'add_transaction',
86   'ap_transaction'              => 'ap_transaction',
87   'ar_transaction'              => 'ar_transaction',
88   'check_name'                  => 'check_name',
89   'check_project'               => 'check_project',
90   'continue'                    => 'continue',
91   'delete'                      => 'delete',
92   'display_form'                => 'display_form',
93   'edit'                        => 'edit',
94   'form_footer'                 => 'form_footer',
95   'form_header'                 => 'form_header',
96   'form_row'                    => 'form_row',
97   'generate_report'             => 'generate_report',
98   'gl_subtotal'                 => 'gl_subtotal',
99   'gl_transaction'              => 'gl_transaction',
100   'name_selected'               => 'name_selected',
101   'post'                        => 'post',
102   'post_as_new'                 => 'post_as_new',
103   'project_selected'            => 'project_selected',
104   'purchase_invoice'            => 'purchase_invoice',
105   'sales_invoice'               => 'sales_invoice',
106   'search'                      => 'search',
107   'select_name'                 => 'select_name',
108   'select_project'              => 'select_project',
109   'update'                      => 'update',
110   'yes'                         => 'yes',
111   'ap_transaction'              => 'ap_transaction',
112   'ar_transaction'              => 'ar_transaction',
113   'pokraèování'                 => 'continue',
114   'vymazat'                     => 'delete',
115   'gl_transaction'              => 'gl_transaction',
116   'post'                        => 'post',
117   'post_as_new'                 => 'post_as_new',
118   'purchase_invoice'            => 'purchase_invoice',
119   'sales_invoice'               => 'sales_invoice',
120   'update'                      => 'update',
121   'ano'                         => 'yes',
122 };
123
124 1;