Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Chad Butler

    (@cbutlerjr)

    You could write a filter function with the wpmem_login_form hook. Use str_replace to replace it.

    Thread Starter cornelius6

    (@cornelius6)

    Hi, I need this to translate text into Polish. I have found there are appropriate .po, .mo files but when I set WPLANG to pl_PL nothing happens.

    Do you any idea how to figure it out?

    Plugin Author Chad Butler

    (@cbutlerjr)

    Well, that’s something different entirely (changing vs translating)…

    The translation file may be slightly out of date – the original string to be translated was “Existing users Login” but that was updated to “Existing Users Login” I would guess that the translation file has the old string.

    You can update it using the .po file and with something like Poedit (www.poedit.net) generate an updated .mo file.

    Thread Starter cornelius6

    (@cornelius6)

    Ufff.. I did most of the work but Existing Users Login is the only text not translated.
    In .po file there is: msgid “Existing Users Login”
    so should be correct…

    Thread Starter cornelius6

    (@cornelius6)

    I regenerated .mo file and it works…

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘How change the header " Existing Users Login"?’ is closed to new replies.