Revision ce45d060
Von Moritz Bunkus vor fast 17 Jahren hinzugefügt
locale/de/datev | ||
---|---|---|
89 | 89 |
'No Customer was found matching the search parameters.' => 'Zu dem Suchbegriff wurde kein Endkunde gefunden', |
90 | 90 |
'No Vendor was found matching the search parameters.' => 'Zu dem Suchbegriff wurde kein H?ndler gefunden', |
91 | 91 |
'No customer has been selected yet.' => 'Es wurde noch kein Kunde ausgew?hlt.', |
92 |
'No customer has been selected.' => 'Es wurde kein Kunde ausgewählt.', |
|
93 |
'No employee was found matching the search parameters.' => 'Es wurde kein Angestellter gefunden, auf den die Suchparameter zutreffen.', |
|
94 |
'No item was found.' => 'Es wurde kein Eintrag gefunden.', |
|
95 | 92 |
'No or an unknown authenticantion module specified in "config/authentication.pl".' => 'Es wurde kein oder ein unbekanntes Authentifizierungsmodul in "config/authentication.pl" angegeben.', |
96 |
'No part was found matching the search parameters.' => 'Es wurde kein Artikel gefunden, auf den die Suchparameter zutreffen.', |
|
97 | 93 |
'No vendor has been selected yet.' => 'Es wurde noch kein Lieferant ausgew?hlt.', |
98 | 94 |
'November' => 'November', |
99 | 95 |
'OBE-Export erfolgreich!' => 'OBE-Export erfolgreich!', |
... | ... | |
104 | 100 |
'POSTED AS NEW' => 'Als neu gebucht', |
105 | 101 |
'PRINTED' => 'Gedruckt', |
106 | 102 |
'Packing List' => 'Lieferschein', |
107 |
'Part Number' => 'Artikelnummer', |
|
108 |
'Part description' => 'Artikelbeschreibung', |
|
109 | 103 |
'Password' => 'Passwort', |
110 | 104 |
'Pick List' => 'Sammelliste', |
111 | 105 |
'Please enter values' => 'Bitte Werte eingeben', |
112 | 106 |
'Proforma Invoice' => 'Proformarechnung', |
113 |
'Project Number' => 'Projektnummer', |
|
114 |
'Project description' => 'Projektbeschreibung', |
|
115 | 107 |
'Purchase Order' => 'Lieferantenauftrag', |
116 | 108 |
'Quartal' => 'Quartal', |
117 | 109 |
'Quotation' => 'Angebot', |
... | ... | |
123 | 115 |
'SCREENED' => 'Angezeigt', |
124 | 116 |
'Select a Customer' => 'Endkunde ausw?hlen', |
125 | 117 |
'Select a customer' => 'Einen Kunden auswählen', |
126 |
'Select a part' => 'Artikel auswählen', |
|
127 |
'Select a project' => 'Projekt auswählen', |
|
128 | 118 |
'Select a vendor' => 'Einen Lieferanten auswählen', |
129 |
'Select a vendor or customer' => 'Kunden oder Lieferanten auswählen', |
|
130 |
'Select an employee' => 'Angestellten auswählen', |
|
131 |
'Select an entry' => 'Eintrag auswählen', |
|
132 |
'Select an project' => 'Ein Projekt auswählen', |
|
133 | 119 |
'September' => 'September', |
134 | 120 |
'Storno Invoice' => 'Stornorechnung', |
135 | 121 |
'Storno Packing List' => 'Stornolieferschein', |
... | ... | |
142 | 128 |
'The connection to the authentication database failed:' => 'Die Verbindung zur Authentifizierungsdatenbank schlug fehl:', |
143 | 129 |
'The connection to the template database failed:' => 'Die Verbindung zur Vorlagendatenbank schlug fehl:', |
144 | 130 |
'The creation of the authentication database failed:' => 'Das Anlegen der Authentifizierungsdatenbank schlug fehl:', |
145 |
'There is no %s whose name matches \'%s\'.' => 'Es gibt keinen %s, dessen Name \'%s\' enthält.', |
|
146 |
'There is no project whose project number matches \'%s\'.' => 'Es gibt kein Projekt, auf das die Suchkriterien zutreffen.', |
|
147 | 131 |
'To (email)' => 'An', |
148 | 132 |
'Transactions, AR transactions, AP transactions' => 'Dialogbuchen, Debitorenrechnungen, Kreditorenrechnungen', |
149 | 133 |
'Trying to call a sub without a name' => 'Es wurde versucht, eine Unterfunktion ohne Namen aufzurufen.', |
... | ... | |
184 | 168 |
'build_std_url' => 'build_std_url', |
185 | 169 |
'calculate_qty' => 'calculate_qty', |
186 | 170 |
'call_sub' => 'call_sub', |
187 |
'check_cov2' => 'check_cov2', |
|
188 |
'check_customer_or_vendor' => 'check_customer_or_vendor', |
|
189 | 171 |
'continue' => 'continue', |
190 |
'cov_selected' => 'cov_selected', |
|
191 |
'cov_selected2' => 'cov_selected2', |
|
192 | 172 |
'cov_selection_internal' => 'cov_selection_internal', |
193 | 173 |
'delivery_customer_selection' => 'delivery_customer_selection', |
194 | 174 |
'download' => 'download', |
195 |
'employee_selection_internal' => 'employee_selection_internal', |
|
196 | 175 |
'export' => 'export', |
197 | 176 |
'export2' => 'export2', |
198 | 177 |
'export3' => 'export3', |
... | ... | |
200 | 179 |
'export_stammdaten' => 'export_stammdaten', |
201 | 180 |
'format_dates' => 'format_dates', |
202 | 181 |
'mark_as_paid_common' => 'mark_as_paid_common', |
203 |
'new_project' => 'new_project', |
|
204 |
'part_selection_internal' => 'part_selection_internal', |
|
205 |
'project_created' => 'project_created', |
|
206 |
'project_selection' => 'project_selection', |
|
207 |
'project_selection_check' => 'project_selection_check', |
|
208 |
'project_selection_internal' => 'project_selection_internal', |
|
209 |
'project_selection_selected' => 'project_selection_selected', |
|
210 |
'project_selection_step2' => 'project_selection_step2', |
|
211 | 182 |
'reformat_numbers' => 'reformat_numbers', |
212 | 183 |
'retrieve_partunits' => 'retrieve_partunits', |
213 |
'select_cov_internal' => 'select_cov_internal', |
|
214 |
'select_customer_or_vendor' => 'select_customer_or_vendor', |
|
215 |
'select_item_selection_internal' => 'select_item_selection_internal', |
|
216 |
'select_part' => 'select_part', |
|
217 |
'select_part_internal' => 'select_part_internal', |
|
218 | 184 |
'set_longdescription' => 'set_longdescription', |
219 | 185 |
'show_history' => 'show_history', |
220 | 186 |
'show_vc_details' => 'show_vc_details', |
221 | 187 |
'vendor_selection' => 'vendor_selection', |
222 | 188 |
'weiter' => 'continue', |
223 |
'neue_ware' => 'new_part', |
|
224 |
'neues_projekt' => 'new_project', |
|
225 | 189 |
}; |
226 | 190 |
|
227 | 191 |
1; |
Auch abrufbar als: Unified diff
Große Teile unbenutzten Codes und dazugehörige HTML-Vorlagen aus common.pl entfernt.