Advertisement:

Author Topic: Where to translate "Check with seller"?  (Read 19549 times)

Hushy77

  • Newbie
  • *
  • Posts: 6
Where to translate "Check with seller"?
« on: June 27, 2012, 06:53:10 pm »
Hello,

where can I translate "check with seller"? I looked in all pos and mos: theme, message and core I cannot find any translation.

I only know about that
Code: [Select]
function osc_format_price($price) {
        if ($price == null) return osc_apply_filter ('item_price_null', __('Check with seller') ) ;
        if ($price == 0) return osc_apply_filter ('item_price_zero', __('Free') ) ;

But whre does this part get the translation from like german. The german one doesn't fit in my layout.

Hopefully someone can help me. Somewhere there must be the translation?!

Hushy

Hushy77

  • Newbie
  • *
  • Posts: 6
Re: Where to translate "Check with seller"?
« Reply #1 on: June 27, 2012, 07:23:35 pm »
Just found it. At hte core.po on the server there wasn't "check with seller" included but worked. I downloaded again an checked the other core.po and there was "check with seller" and so I could finally translate it...