Revision 40d748c0
Von Moritz Bunkus vor etwa 18 Jahren hinzugefügt
bin/mozilla/oe.pl | ||
---|---|---|
1618 | 1618 |
. qq|</a></th>|; |
1619 | 1619 |
$column_header{quonumber} = |
1620 | 1620 |
qq|<th><a class=listheading href=$href&sort=quonumber>| |
1621 |
. $locale->text('Quotation') |
|
1621 |
. ($form->{"type"} eq "request_quotation" ? |
|
1622 |
$locale->text('RFQ') : |
|
1623 |
$locale->text('Quotation')) |
|
1622 | 1624 |
. qq|</a></th>|; |
1623 | 1625 |
$column_header{name} = |
1624 | 1626 |
qq|<th><a class=listheading href=$href&sort=name>$name</a></th>|; |
locale/de/oe | ||
---|---|---|
176 | 176 |
'Quotation Number missing!' => 'Angebotsnummer fehlt!', |
177 | 177 |
'Quotation deleted!' => 'Angebot wurde gel?scht.', |
178 | 178 |
'Quotations' => 'Angebote', |
179 |
'RFQ' => 'Anfrage', |
|
179 | 180 |
'RFQ Number' => 'Anfragenummer', |
180 | 181 |
'Recd' => 'erhalten', |
181 | 182 |
'Receive Merchandise' => 'Waren einlagern', |
Auch abrufbar als: Unified diff
Einkauf -> Berichte -> Anfragen -> Weiter: Spaltenüberschrift sollte hier "Anfrage" und nicht "Angebot" lauten. Fix für Bug 359.