Translate "Report a problem" Dropdown Menu
Hi all,
I have a little translation issue.
First of all: Yes I already installed the language pack (German) which works great.
So once you click on the coupon listing page on a coupon the "Report a problem" link, you will receive following options in the dropdown:
Invalid Coupon Code
Expired Coupon
Offensive Content
Invalid Link
Spam
Other
Those options I found in following files which I overwrote it into German:
clipper-dev\clipper\clipper.pot
Line 2809: msgid "Offensive Content"
clipper-dev\clipper\includes\options.php
Line 54: __( 'Offensive Content', APP_TD ) . "\n" .
clipper-dev\clipper\includes\reports\load.php
Line 61: __( 'Offensive Content', APP_TD ) . "\n" .
Line 65: __( 'Offensive Content', APP_TD ) . "\n" .
Unfortunately it doesn't work. Can you please help me?
BTW: Not all options e.g. "Invalid Coupon Code" are in the ...\includes\reports\load.php file