Wordpress Themes - WP Forum at BFA
There will be no more development for Atahualpa (or any other theme), and no support. Also no new registrations. I turned off the donation system. I may turn the forum to read only if it gets abused for spam. Unfortunately I have no time for the forum or the themes. Thanks a lot to the people who helped in all these years, especially Larry and of course: Paul. Take care and stay healthy -- Flynn, Atahualpa developer, Sep 2021

Wordpress Themes - WP Forum at BFA » WordPress Themes » Atahualpa 3 Wordpress theme » New Versions, & Updating »

Bug on translation


 
Prev Previous Post   Next Post Next
  #1  
Old Mar 10, 2011, 07:27 AM
mkbiss
 
1 posts · Mar 2011
Bug on translation

Hi,

on file atahualpa/comments.php (version 3.6.4) at row 115 I have this istruction:

PHP Code:
$comment_form_settings = array(
    
'fields'               => apply_filters'comment_form_default_fields'$fields ),
    
'comment_field'        => '<p><textarea name="comment" id="comment" rows="10" cols="10" tabindex="4"></textarea></p>',
    
'must_log_in'          => '<p class="must-log-in">' .  sprintf__'You must be <a href="%s">logged in</a> to post a comment.' ), wp_login_urlapply_filters'the_permalink'get_permalink$post_id ) ) ) ) . '</p>',
    
'logged_in_as'         => '<p class="logged-in-as">' sprintf__'Logged in as <a href="%1$s">%2$s</a>. <a href="%3$s" title="Log out of this account">Log out?</a>' ), admin_url'profile.php' ), $user_identitywp_logout_urlapply_filters'the_permalink'get_permalink$post_id ) ) ) ) . '</p>',
    
'comment_notes_before' => '',
    
'comment_notes_after'  => $comment_notes_after,
    
'id_form'              => 'commentform',
    
'id_submit'            => 'submit',
    
'title_reply'          => __'Leave a Reply' ),
    
'title_reply_to'       => __'Leave a Reply to %s' ),
    
'cancel_reply_link'    => __'Cancel reply' ),
    
'label_submit'         => __'Post Comment' )
); 
The "__" function don't set the second parameter to 'atahualpa'. Example:
PHP Code:
'title_reply'          => __'Leave a Reply' ), 
becomes
PHP Code:
'title_reply'          => __'Leave a Reply''atahualpa' ), 
I don't search on all files to test if this problem is present into others file.
By,
Michele
sorry for my english
 

Bookmarks



Similar Threads
Thread Thread Starter Forum Replies Last Post
Translation to it_IT ragdoll Languages & Translations 1 Apr 8, 2011 04:49 AM
BUG - menu bar bug - Atahualpa 3.5.1 - WP 3.0 David Campbell New Versions, & Updating 0 Jun 26, 2010 03:14 PM
Hungarian translation Ufovadasz Languages & Translations 0 Mar 14, 2010 07:53 AM
French translation cactus02 Languages & Translations 1 Sep 18, 2009 02:45 PM
Russian translation leah74 Languages & Translations 1 Mar 26, 2009 03:55 PM


All times are GMT -6. The time now is 07:46 PM.


Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.