Viewing 15 replies - 1 through 15 (of 16 total)
  • Thread Starter Madela

    (@madela)

    Magic quotes ????

    Plugin Author tuxlog

    (@tuxlog)

    Thanks, I think I found the problem. It will be fixed in the next release during the next days.

    Thread Starter Madela

    (@madela)

    Thank you Tuxlog,

    I’ve got it working by adding stripslashes stripslashes(esc_attr($_POST['message'])); in wpg-form.php at a few places.

    Plugin Author tuxlog

    (@tuxlog)

    Great, I tried it with htmlspecialchars and it works in my test environment. I just released the new version. can you test it please.

    Thread Starter Madela

    (@madela)

    Hi Tuxlog,

    I’ve tested and it works perfectly for the message. thank you so much!

    In the subject field if we put a Quote mark and then preview we get a backslash and then the Quote mark L\’avenir and keep’s adding up. I manage to put a stripslashes(esc_attr($_POST['title'])) and it works -> around line 692 in wpg-form.php

    One other thing is that the form is only partly being translated. I have to make the translation directly in wpg-form.php.

    Sender Name*:
    Sender Email*:
    Send confirmation to Sender:
    Recipient Name*:
    Recipient Email*:

    The rest is translated ok. I’ve check the language file fr_FR and the translation is there put not showing on the form. It’s a mystery for me?

    thank you.

    Thread Starter Madela

    (@madela)

    One other thing is that the form is only partly being translated. I have to make the translation directly in wpg-form.php.

    Sorry it’s rather directly in the wp-greet-form-template.php

    I noticed the missing translation too in another language, so it’s not you. I think he changed some fields or however that textdomain stuff works ??

    Plugin Author tuxlog

    (@tuxlog)

    Hello madela, hello Yezz,

    I checked to po files for nl and fr. Both have missing translation or unclear translations which won’t be used.

    You can find them here:

    fr-misses
    nl-misses

    Some releases ago I think I changed sender name to Sender Name and so on… It would be great to have valid translation for fr and nl again. Can I take the translations as they are displayed or do I have to change something?

    thanks

    Thread Starter Madela

    (@madela)

    Hi Tuxlog,

    Most of it is translated in the fr_Fr file and can be used for the French language. The problem is that some strings of the translated text is not showing, they are still in english.

    Can’t figure out why ?

    Plugin Author tuxlog

    (@tuxlog)

    Hello madela,

    sorry, I obviously explained it not enough. If you take a look at the screenshot fr-misses you see blue lines which are not translated at all and you see yellow lines which are classified as fuzzy, what means they are not translated because gettext is not sure it the translations are correct. If you can confirm or correct these translations I can mark them as correct and publish them with the next release. Then they will be translated.

    Hope it is more understandable now.
    Thanks.

    Thread Starter Madela

    (@madela)

    Hello Tuxlog,

    Thank you for making it clearer for me… I’ll will translate the blue lines, check and confirm and make corrections if needed for the fr_Fr and get back to you sometime this week.

    Cheers

    I have been wondering about the yellow ones. There’s duplicates because you used similar, but not the same, strings at various places in the code. Or because a part of the string matched.

    I’ll go over the blue and yellow ones, and send you new po/mo files.

    Btw, what does the send again link do? Is that related to send this card to another recipient? Did not use that feature yet…

    Plugin Author tuxlog

    (@tuxlog)

    Yes, this link shows a prefilled form with the data from card you sent before, the only fields which are left empty are the receiver fields.

    Thread Starter Madela

    (@madela)

    Hi tuxlog,

    I’ve finished the French translation and is ready to go. How do I send you the wp-greet-fr_FR.po file?

    Plugin Author tuxlog

    (@tuxlog)

    Please send it to webmaster et tuxlog dot de
    Thanks in advance

Viewing 15 replies - 1 through 15 (of 16 total)
  • The topic ‘Preview – back button message is partly lost’ is closed to new replies.