Advertisement:

Author Topic: [Solved] rename "Check with seller"  (Read 9867 times)

Dominator69

  • Newbie
  • *
  • Posts: 44
[Solved] rename "Check with seller"
« on: January 08, 2014, 09:58:20 pm »
Im using modern theme and having problem renaming "Check with seller"

1. core.po edited
 #: oc-includes/osclass/helpers/hItems.php:1112
msgid "Dogovor"
msgstr ""

2. hIems.php edited
function osc_format_price($price, $symbol = null) {
        if ($price === null) return osc_apply_filter ('item_price_null', __('Dogovor') );
« Last Edit: January 09, 2014, 05:43:31 pm by Dominator69 »

frosticek

  • Hero Member
  • *****
  • Posts: 3948
Re: rename "Check with seller"
« Reply #1 on: January 08, 2014, 10:14:16 pm »
@Dominator69
Easiest way is to change it in your translation. (should work on latest version of osclass)

Dominator69

  • Newbie
  • *
  • Posts: 44
Re: rename "Check with seller"
« Reply #2 on: January 09, 2014, 12:57:12 am »
which file i should edit ?

frosticek

  • Hero Member
  • *****
  • Posts: 3948
Re: rename "Check with seller"
« Reply #3 on: January 09, 2014, 01:35:44 am »
@Dominator69
Go to theme_folder/language/en_US/theme.po, you can edit this using POEditor.

Dominator69

  • Newbie
  • *
  • Posts: 44
Re: rename "Check with seller"
« Reply #4 on: January 09, 2014, 01:41:51 am »
@Dominator69
Go to theme_folder/language/en_US/theme.po, you can edit this using POEditor.

there is no line in theme.po "Check with seller"

frosticek

  • Hero Member
  • *****
  • Posts: 3948
Re: rename "Check with seller"
« Reply #5 on: January 09, 2014, 12:55:25 pm »
@Dominator69
Ok, sorry, it is here:
oc-content/languages/en_US

Dominator69

  • Newbie
  • *
  • Posts: 44
Re: rename "Check with seller"
« Reply #6 on: January 09, 2014, 02:40:31 pm »
@Dominator69
Ok, sorry, it is here:
oc-content/languages/en_US

i did change it in core.po
like you can see Dogovor=Check with seller
#: oc-includes/osclass/helpers/hItems.php:1112
msgid "Dogovor"
msgstr ""

but the its still there Check with seller

frosticek

  • Hero Member
  • *****
  • Posts: 3948
Re: rename "Check with seller"
« Reply #7 on: January 09, 2014, 04:28:30 pm »
@Dominator69
Did you edit this using poedit?

Dominator69

  • Newbie
  • *
  • Posts: 44
Re: [Solved] rename "Check with seller"
« Reply #8 on: January 09, 2014, 05:44:03 pm »
thanks

frosticek

  • Hero Member
  • *****
  • Posts: 3948
Re: [Solved] rename "Check with seller"
« Reply #9 on: January 09, 2014, 06:18:13 pm »
@Dominator69
yw, if you got your problem solved, please add [Solved] to title of this thread  ;)