Revision bdff2b07
Von Moritz Bunkus vor etwa 18 Jahren hinzugefügt
locale/de/io | ||
---|---|---|
5 | 5 |
'Add Quotation' => 'Angebot erfassen', |
6 | 6 |
'Add Request for Quotation' => 'Anfrage erfassen', |
7 | 7 |
'Add Sales Order' => 'Auftrag erfassen', |
8 |
'Address' => 'Adresse', |
|
8 | 9 |
'Apr' => 'Apr', |
9 | 10 |
'April' => 'April', |
10 | 11 |
'Attachment' => 'als Anhang', |
... | ... | |
32 | 33 |
'E-mail' => 'eMail', |
33 | 34 |
'E-mail address missing!' => 'eMailadresse fehlt!', |
34 | 35 |
'E-mailed' => 'eMail gesendet.', |
36 |
'Enter longdescription' => 'Langtext eingeben', |
|
35 | 37 |
'Extended' => 'Gesamt', |
36 | 38 |
'Fax' => 'Fax', |
37 | 39 |
'Feb' => 'Feb', |
... | ... | |
56 | 58 |
'May' => 'Mai', |
57 | 59 |
'May ' => 'Mai', |
58 | 60 |
'Message' => 'Nachricht', |
61 |
'Name' => 'Name', |
|
62 |
'No Customer was found matching the search parameters.' => 'Zu dem Suchbegriff wurde kein Endkunde gefunden', |
|
63 |
'No Vendor was found matching the search parameters.' => 'Zu dem Suchbegriff wurde kein H?ndler gefunden', |
|
64 |
'No employee was found matching the search parameters.' => 'Es wurde kein Angestellter gefunden, auf den die Suchparameter zutreffen.', |
|
65 |
'No part was found matching the search parameters.' => 'Es wurde kein Artikel gefunden, auf den die Suchparameter zutreffen.', |
|
66 |
'No project was found matching the search parameters.' => 'Es wurde kein Projekt gefunden, auf das die Suchparameter zutreffen.', |
|
59 | 67 |
'No.' => 'Position', |
60 | 68 |
'Nov' => 'Nov', |
61 | 69 |
'November' => 'November', |
... | ... | |
73 | 81 |
'Packing List Number missing!' => 'Verpackungslistennummer fehlt!', |
74 | 82 |
'Part' => 'Ware', |
75 | 83 |
'Part Description' => 'Artikelbeschreibung', |
84 |
'Part Number' => 'Artikelnummer', |
|
85 |
'Part description' => 'Artikelbeschreibung', |
|
76 | 86 |
'Phone' => 'Telefon', |
77 | 87 |
'Pick List' => 'Sammelliste', |
88 |
'Please enter values' => 'Bitte Werte eingeben', |
|
78 | 89 |
'Postscript' => 'Postscript', |
79 | 90 |
'Price' => 'Preis', |
80 | 91 |
'Pricegroup' => 'Preisgruppe', |
... | ... | |
82 | 93 |
'Printer' => 'Drucker', |
83 | 94 |
'Proforma Invoice' => 'Proformarechnung', |
84 | 95 |
'Project' => 'Projekt', |
96 |
'Project Number' => 'Projektnummer', |
|
97 |
'Project description' => 'Projektbeschreibung', |
|
85 | 98 |
'Purchase Order' => 'Lieferantenauftrag', |
86 | 99 |
'Qty' => 'Menge', |
87 | 100 |
'Queue' => 'Warteschlange', |
... | ... | |
93 | 106 |
'Required by' => 'Lieferdatum', |
94 | 107 |
'Sales Order' => 'Kundenauftrag', |
95 | 108 |
'Screen' => 'Bildschirm', |
109 |
'Select a Customer' => 'Endkunde ausw?hlen', |
|
110 |
'Select a part' => 'Artikel auswählen', |
|
111 |
'Select a project' => 'Projekt auswählen', |
|
112 |
'Select an employee' => 'Angestellten auswählen', |
|
96 | 113 |
'Select from one of the items below' => 'W?hlen Sie einen der untenstehenden Eintr?ge', |
97 | 114 |
'Select postscript or PDF!' => 'Postscript oder PDF ausw?hlen!', |
98 | 115 |
'Sep' => 'Sep', |
... | ... | |
109 | 126 |
'Subtotal' => 'Zwischensumme', |
110 | 127 |
'To' => 'An', |
111 | 128 |
'Unit' => 'Einheit', |
129 |
'Value' => 'Wert', |
|
130 |
'Variable' => 'Variable', |
|
112 | 131 |
'Vendor Number' => 'Lieferantennummer', |
113 | 132 |
'What type of item is this?' => 'Was ist dieser Artikel?', |
114 | 133 |
'Zipcode' => 'PLZ', |
... | ... | |
119 | 138 |
}; |
120 | 139 |
|
121 | 140 |
$self->{subs} = { |
141 |
'H' => 'H', |
|
142 |
'calculate_qty' => 'calculate_qty', |
|
122 | 143 |
'check_form' => 'check_form', |
123 | 144 |
'customer_details' => 'customer_details', |
145 |
'delivery_customer_selection' => 'delivery_customer_selection', |
|
124 | 146 |
'display_form' => 'display_form', |
125 | 147 |
'display_row' => 'display_row', |
126 | 148 |
'e_mail' => 'e_mail', |
149 |
'employee_selection_internal' => 'employee_selection_internal', |
|
150 |
'format_dates' => 'format_dates', |
|
127 | 151 |
'invoicetotal' => 'invoicetotal', |
128 | 152 |
'item_selected' => 'item_selected', |
129 | 153 |
'new_item' => 'new_item', |
130 | 154 |
'new_license' => 'new_license', |
131 | 155 |
'order' => 'order', |
156 |
'part_selection_internal' => 'part_selection_internal', |
|
132 | 157 |
'post_as_new' => 'post_as_new', |
133 | 158 |
'print' => 'print', |
134 | 159 |
'print_form' => 'print_form', |
135 | 160 |
'print_options' => 'print_options', |
161 |
'project_selection_internal' => 'project_selection_internal', |
|
136 | 162 |
'quotation' => 'quotation', |
163 |
'reformat_numbers' => 'reformat_numbers', |
|
137 | 164 |
'relink_accounts' => 'relink_accounts', |
138 | 165 |
'request_for_quotation' => 'request_for_quotation', |
166 |
'restore_form' => 'restore_form', |
|
167 |
'save_form' => 'save_form', |
|
168 |
'select_employee' => 'select_employee', |
|
169 |
'select_employee_internal' => 'select_employee_internal', |
|
139 | 170 |
'select_item' => 'select_item', |
171 |
'select_part' => 'select_part', |
|
172 |
'select_part_internal' => 'select_part_internal', |
|
140 | 173 |
'send_email' => 'send_email', |
174 |
'set_longdescription' => 'set_longdescription', |
|
141 | 175 |
'set_pricegroup' => 'set_pricegroup', |
142 | 176 |
'ship_to' => 'ship_to', |
143 | 177 |
'validate_items' => 'validate_items', |
144 | 178 |
'vendor_details' => 'vendor_details', |
179 |
'vendor_selection' => 'vendor_selection', |
|
145 | 180 |
'weiter' => 'continue', |
146 | 181 |
}; |
147 | 182 |
|
Auch abrufbar als: Unified diff
Locale-Update zu Commit 1553.