Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi! This is in the plugin’s folder /inc/frontend-noajax.inc.php line 11 and 14.

    <p>' . __("This post is password protected. To view it please enter your password below:") . '</p>
    	<input type="hidden" name="post_id" value="' . $post->ID .'" />
    	<input type="hidden" name="action" value="bawmmp_multiple_password_check" />
    	<p><label for="' . $label . '">' . __("Password:") . ' <input name="post_password" id="' . $label . '" type="password" size="20" /></label> <input type="submit" name="Submit" value="' . esc_attr__("Submit") . '" /></p>

    Julio, could you please make them localizable? 🙂 And the “Cheatin’? Uh”-line, as well. 😀
    Thank you! 🙂

    annebl

    (@annebl)

    I tried localising it with the plugin
    wordpress.org/plugins/codestyling-localization

    (be sure to change the text domain to default, else you can only translate the admin)

    but no succes

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