Revision 9c5fd5d0
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 | ||
---|---|---|
29 | 29 |
add => t8("Add Sales Order"), |
30 | 30 |
edit => t8("Edit Sales Order"), |
31 | 31 |
list => t8("Sales Orders"), |
32 |
type => t8("Sales Order"), |
|
32 | 33 |
attachment => t8("sales_order_list"), |
33 | 34 |
}, |
34 | 35 |
show_menu => { |
... | ... | |
81 | 82 |
add => t8("Add Purchase Order"), |
82 | 83 |
edit => t8("Edit Purchase Order"), |
83 | 84 |
list => t8("Purchase Orders"), |
85 |
type => t8("Purchase Order"), |
|
84 | 86 |
attachment => t8("purchase_order_list"), |
85 | 87 |
}, |
86 | 88 |
show_menu => { |
... | ... | |
126 | 128 |
add => t8("Add Quotation"), |
127 | 129 |
edit => t8("Edit Quotation"), |
128 | 130 |
list => t8("Quotations"), |
131 |
type => t8("Quotation"), |
|
129 | 132 |
attachment => t8("quotation_list"), |
130 | 133 |
}, |
131 | 134 |
show_menu => { |
... | ... | |
178 | 181 |
add => t8("Add Request for Quotation"), |
179 | 182 |
edit => t8("Edit Request for Quotation"), |
180 | 183 |
list => t8("Request for Quotations"), |
184 |
type => t8("Request for Quotation"), |
|
181 | 185 |
attachment => t8("rfq_list"), |
182 | 186 |
}, |
183 | 187 |
show_menu => { |
... | ... | |
223 | 227 |
add => t8('Add Purchase Quotation Intake'), |
224 | 228 |
edit => t8('Edit Purchase Quotation Intake'), |
225 | 229 |
list => t8('Purchase Quotation Intakes'), |
230 |
type => t8('Purchase Quotation Intake'), |
|
226 | 231 |
attachment => t8('purchase_quotation_intake_list'), |
227 | 232 |
}, |
228 | 233 |
show_menu => { |
... | ... | |
268 | 273 |
add => t8("Add Sales Order Intake"), |
269 | 274 |
edit => t8("Edit Sales Order Intake"), |
270 | 275 |
list => t8("Sales Order Intakes"), |
276 |
type => t8("Sales Order Intake"), |
|
271 | 277 |
attachment => t8("sales_order_intake_list"), |
272 | 278 |
}, |
273 | 279 |
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