Revision ce45d060
Von Moritz Bunkus vor fast 17 Jahren hinzugefügt
locale/de/rc | ||
---|---|---|
72 | 72 |
'No Customer was found matching the search parameters.' => 'Zu dem Suchbegriff wurde kein Endkunde gefunden', |
73 | 73 |
'No Vendor was found matching the search parameters.' => 'Zu dem Suchbegriff wurde kein H?ndler gefunden', |
74 | 74 |
'No customer has been selected yet.' => 'Es wurde noch kein Kunde ausgew?hlt.', |
75 |
'No customer has been selected.' => 'Es wurde kein Kunde ausgewählt.', |
|
76 |
'No employee was found matching the search parameters.' => 'Es wurde kein Angestellter gefunden, auf den die Suchparameter zutreffen.', |
|
77 |
'No item was found.' => 'Es wurde kein Eintrag gefunden.', |
|
78 | 75 |
'No or an unknown authenticantion module specified in "config/authentication.pl".' => 'Es wurde kein oder ein unbekanntes Authentifizierungsmodul in "config/authentication.pl" angegeben.', |
79 |
'No part was found matching the search parameters.' => 'Es wurde kein Artikel gefunden, auf den die Suchparameter zutreffen.', |
|
80 | 76 |
'No vendor has been selected yet.' => 'Es wurde noch kein Lieferant ausgew?hlt.', |
81 | 77 |
'Others' => 'Andere', |
82 | 78 |
'Out of balance!' => 'Summen stimmen nicht berein!', |
... | ... | |
85 | 81 |
'POSTED AS NEW' => 'Als neu gebucht', |
86 | 82 |
'PRINTED' => 'Gedruckt', |
87 | 83 |
'Packing List' => 'Lieferschein', |
88 |
'Part Number' => 'Artikelnummer', |
|
89 |
'Part description' => 'Artikelbeschreibung', |
|
90 | 84 |
'Payment' => 'Zahlungsausgang', |
91 | 85 |
'Pick List' => 'Sammelliste', |
92 | 86 |
'Please enter values' => 'Bitte Werte eingeben', |
93 | 87 |
'Proforma Invoice' => 'Proformarechnung', |
94 |
'Project Number' => 'Projektnummer', |
|
95 |
'Project description' => 'Projektbeschreibung', |
|
96 | 88 |
'Purchase Order' => 'Lieferantenauftrag', |
97 | 89 |
'Quotation' => 'Angebot', |
98 | 90 |
'RFQ' => 'Anfrage', |
... | ... | |
104 | 96 |
'SCREENED' => 'Angezeigt', |
105 | 97 |
'Select a Customer' => 'Endkunde ausw?hlen', |
106 | 98 |
'Select a customer' => 'Einen Kunden auswählen', |
107 |
'Select a part' => 'Artikel auswählen', |
|
108 |
'Select a project' => 'Projekt auswählen', |
|
109 | 99 |
'Select a vendor' => 'Einen Lieferanten auswählen', |
110 |
'Select a vendor or customer' => 'Kunden oder Lieferanten auswählen', |
|
111 | 100 |
'Select all' => 'Alle ausw?hlen', |
112 |
'Select an employee' => 'Angestellten auswählen', |
|
113 |
'Select an entry' => 'Eintrag auswählen', |
|
114 |
'Select an project' => 'Ein Projekt auswählen', |
|
115 | 101 |
'Source' => 'Beleg', |
116 | 102 |
'Statement Balance' => 'Sammelrechnungsbilanz', |
117 | 103 |
'Storno Invoice' => 'Stornorechnung', |
... | ... | |
125 | 111 |
'The connection to the authentication database failed:' => 'Die Verbindung zur Authentifizierungsdatenbank schlug fehl:', |
126 | 112 |
'The connection to the template database failed:' => 'Die Verbindung zur Vorlagendatenbank schlug fehl:', |
127 | 113 |
'The creation of the authentication database failed:' => 'Das Anlegen der Authentifizierungsdatenbank schlug fehl:', |
128 |
'There is no %s whose name matches \'%s\'.' => 'Es gibt keinen %s, dessen Name \'%s\' enthält.', |
|
129 |
'There is no project whose project number matches \'%s\'.' => 'Es gibt kein Projekt, auf das die Suchkriterien zutreffen.', |
|
130 | 114 |
'To (email)' => 'An', |
131 | 115 |
'Transactions, AR transactions, AP transactions' => 'Dialogbuchen, Debitorenrechnungen, Kreditorenrechnungen', |
132 | 116 |
'Trying to call a sub without a name' => 'Es wurde versucht, eine Unterfunktion ohne Namen aufzurufen.', |
... | ... | |
166 | 150 |
'build_std_url' => 'build_std_url', |
167 | 151 |
'calculate_qty' => 'calculate_qty', |
168 | 152 |
'call_sub' => 'call_sub', |
169 |
'check_cov2' => 'check_cov2', |
|
170 |
'check_customer_or_vendor' => 'check_customer_or_vendor', |
|
171 | 153 |
'continue' => 'continue', |
172 |
'cov_selected' => 'cov_selected', |
|
173 |
'cov_selected2' => 'cov_selected2', |
|
174 | 154 |
'cov_selection_internal' => 'cov_selection_internal', |
175 | 155 |
'delivery_customer_selection' => 'delivery_customer_selection', |
176 | 156 |
'display_form' => 'display_form', |
177 | 157 |
'done' => 'done', |
178 |
'employee_selection_internal' => 'employee_selection_internal', |
|
179 | 158 |
'format_dates' => 'format_dates', |
180 | 159 |
'get_payments' => 'get_payments', |
181 | 160 |
'mark_as_paid_common' => 'mark_as_paid_common', |
182 |
'new_project' => 'new_project', |
|
183 |
'part_selection_internal' => 'part_selection_internal', |
|
184 |
'project_created' => 'project_created', |
|
185 |
'project_selection' => 'project_selection', |
|
186 |
'project_selection_check' => 'project_selection_check', |
|
187 |
'project_selection_internal' => 'project_selection_internal', |
|
188 |
'project_selection_selected' => 'project_selection_selected', |
|
189 |
'project_selection_step2' => 'project_selection_step2', |
|
190 | 161 |
'reconciliation' => 'reconciliation', |
191 | 162 |
'reformat_numbers' => 'reformat_numbers', |
192 | 163 |
'retrieve_partunits' => 'retrieve_partunits', |
193 | 164 |
'select_all' => 'select_all', |
194 |
'select_cov_internal' => 'select_cov_internal', |
|
195 |
'select_customer_or_vendor' => 'select_customer_or_vendor', |
|
196 |
'select_item_selection_internal' => 'select_item_selection_internal', |
|
197 |
'select_part' => 'select_part', |
|
198 |
'select_part_internal' => 'select_part_internal', |
|
199 | 165 |
'set_longdescription' => 'set_longdescription', |
200 | 166 |
'show_history' => 'show_history', |
201 | 167 |
'show_vc_details' => 'show_vc_details', |
... | ... | |
203 | 169 |
'vendor_selection' => 'vendor_selection', |
204 | 170 |
'weiter' => 'continue', |
205 | 171 |
'fertig' => 'done', |
206 |
'neue_ware' => 'new_part', |
|
207 |
'neues_projekt' => 'new_project', |
|
208 | 172 |
'alle_ausw?hlen' => 'select_all', |
209 | 173 |
'erneuern' => 'update', |
210 | 174 |
}; |
Auch abrufbar als: Unified diff
Große Teile unbenutzten Codes und dazugehörige HTML-Vorlagen aus common.pl entfernt.