Revision 8c7b4aaf
Von Tamino Steinert vor etwa 1 Jahr hinzugefügt
SL/DB/DeliveryOrder/TypeData.pm | ||
---|---|---|
25 | 25 |
saved => t8('Delivery Order has been saved'), |
26 | 26 |
add => t8("Add Sales Delivery Order"), |
27 | 27 |
edit => t8("Edit Sales Delivery Order"), |
28 |
list => t8("Sales Delivery Orders"), |
|
29 |
type => t8("Sales Delivery Order"), |
|
28 | 30 |
attachment => t8("sales_delivery_order_list"), |
29 | 31 |
}, |
30 | 32 |
show_menu => { |
... | ... | |
61 | 63 |
saved => t8('Delivery Order has been saved'), |
62 | 64 |
add => t8("Add Purchase Delivery Order"), |
63 | 65 |
edit => t8("Edit Purchase Delivery Order"), |
66 |
list => t8("Purchase Delivery Orders"), |
|
67 |
type => t8("Purchase Delivery Order"), |
|
64 | 68 |
attachment => t8("purchase_delivery_order_list"), |
65 | 69 |
}, |
66 | 70 |
show_menu => { |
... | ... | |
97 | 101 |
saved => t8('Supplier Delivery Order has been saved'), |
98 | 102 |
add => t8("Add Supplier Delivery Order"), |
99 | 103 |
edit => t8("Edit Supplier Delivery Order"), |
104 |
list => t8("Supplier Delivery Orders"), |
|
105 |
type => t8("Supplier Delivery Order"), |
|
100 | 106 |
attachment => t8("supplier_delivery_order_list"), |
101 | 107 |
}, |
102 | 108 |
show_menu => { |
... | ... | |
133 | 139 |
saved => t8('Delivery Order has been saved'), |
134 | 140 |
add => t8("Add RMA Delivery Order"), |
135 | 141 |
edit => t8("Edit RMA Delivery Order"), |
142 |
list => t8("RMA Delivery Orders"), |
|
143 |
type => t8("RMA Delivery Order"), |
|
136 | 144 |
attachment => t8("rma_delivery_order_list"), |
137 | 145 |
}, |
138 | 146 |
show_menu => { |
SL/DB/Order/TypeData.pm | ||
---|---|---|
30 | 30 |
add => t8("Add Sales Order"), |
31 | 31 |
edit => t8("Edit Sales Order"), |
32 | 32 |
list => t8("Sales Orders"), |
33 |
type => t8("Sales Order"), |
|
33 | 34 |
attachment => t8("sales_order_list"), |
34 | 35 |
}, |
35 | 36 |
show_menu => { |
... | ... | |
85 | 86 |
add => t8("Add Purchase Order"), |
86 | 87 |
edit => t8("Edit Purchase Order"), |
87 | 88 |
list => t8("Purchase Orders"), |
89 |
type => t8("Purchase Order"), |
|
88 | 90 |
attachment => t8("purchase_order_list"), |
89 | 91 |
}, |
90 | 92 |
show_menu => { |
... | ... | |
133 | 135 |
add => t8("Add Quotation"), |
134 | 136 |
edit => t8("Edit Quotation"), |
135 | 137 |
list => t8("Quotations"), |
138 |
type => t8("Quotation"), |
|
136 | 139 |
attachment => t8("quotation_list"), |
137 | 140 |
}, |
138 | 141 |
show_menu => { |
... | ... | |
188 | 191 |
add => t8("Add Request for Quotation"), |
189 | 192 |
edit => t8("Edit Request for Quotation"), |
190 | 193 |
list => t8("Request for Quotations"), |
194 |
type => t8("Request for Quotation"), |
|
191 | 195 |
attachment => t8("rfq_list"), |
192 | 196 |
}, |
193 | 197 |
show_menu => { |
... | ... | |
236 | 240 |
add => t8('Add Purchase Quotation Intake'), |
237 | 241 |
edit => t8('Edit Purchase Quotation Intake'), |
238 | 242 |
list => t8('Purchase Quotation Intakes'), |
243 |
type => t8('Purchase Quotation Intake'), |
|
239 | 244 |
attachment => t8('purchase_quotation_intake_list'), |
240 | 245 |
}, |
241 | 246 |
show_menu => { |
... | ... | |
284 | 289 |
add => t8("Add Sales Order Intake"), |
285 | 290 |
edit => t8("Edit Sales Order Intake"), |
286 | 291 |
list => t8("Sales Order Intakes"), |
292 |
type => t8("Sales Order Intake"), |
|
287 | 293 |
attachment => t8("sales_order_intake_list"), |
288 | 294 |
}, |
289 | 295 |
show_menu => { |
SL/DB/Reclamation/TypeData.pm | ||
---|---|---|
23 | 23 |
list => t8("Sales Reclamations"), |
24 | 24 |
add => t8("Add Sales Reclamation"), |
25 | 25 |
edit => t8("Edit Sales Reclamation"), |
26 |
type => t8("Sales Reclamation"), |
|
26 | 27 |
}, |
27 | 28 |
show_menu => { |
28 | 29 |
save_and_sales_reclamation => 0, |
... | ... | |
56 | 57 |
list => t8("Purchase Reclamations"), |
57 | 58 |
add => t8("Add Purchase Reclamation"), |
58 | 59 |
edit => t8("Edit Purchase Reclamation"), |
60 |
type => t8("Purchase Reclamation"), |
|
59 | 61 |
}, |
60 | 62 |
show_menu => { |
61 | 63 |
save_and_sales_reclamation => 1, |
Auch abrufbar als: Unified diff
TypeData: Füge Übersetzung für Typ hinzu