• I do not know, do i′m stupid or do i make something wrong?
    I try to have the newsletter plugin in German Language, after searching a while i findout that in map wp-content/languages/plugins are the newsletter-de-DE.po and newsletter-de-DE.mo files. however most of the plugin is in Englisch, general settings is partly translated and partly in Englisch, also Confirmation, welcome and so on…

    Do i have take all code from de_de.php and manualy put it in backend?
    do i make some setup for german language and if so WHERE?

    Thanks in advance

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Stefano Lissa

    (@satollo)

    Translations come directly from translate.www.ads-software.com we have no control on the level of translation. Your contribute is welcome anyway.

    About the messages, fields and labels, everything is translatable from the admin panels.

    Stefano.

    Thread Starter Patrick Horemans

    (@winock)

    Hi Stefano,
    this answer did not help me in any kind, does it mean i have to insert code manualy? in example from de_DE.php?

    i do not understand why in example this code in line 43 do not make any change:

    // Unsubscription request introductory text
    $options['unsubscription_text'] =
    "<p>Bitte best&auml;tigen Sie, dass Sie unseren Newsletter abbestellen, indem Sie
    <a href=\"{unsubscription_confirm_url}\">hier klicken</a>.";

    in backend Unsubscribtion message:

    <p>Please confirm that you want to unsubscribe by <a href="{unsubscription_confirm_url}">clicking here</a>.</p>

    Thread Starter Patrick Horemans

    (@winock)

    why is there the code; $options['unsubscription_text'] = if it not change anithing???

    Plugin Author Stefano Lissa

    (@satollo)

    That is an initialization code. Check the subscription panel, all messages are there, you can modify them with a visual editor.

    Stefano.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Change Language’ is closed to new replies.