Jackey 29 Report post Posted May 12, 2010 Hi, I can't find any way to translate the "next page" "previous page" string from the page-navigation on the bottom of a multi-page page (thats a lot of page in one sentence). sample Share this post Link to post Share on other sites
Andrew 207 Report post Posted May 12, 2010 Thanks Jackey, will take a look; these string might not be localized correctly. Share this post Link to post Share on other sites
Andrew 207 Report post Posted May 12, 2010 are these the same strings in '_pagination.php'? Share this post Link to post Share on other sites
Jackey 29 Report post Posted May 12, 2010 No... i don't think so, _pagination.php is used for pagination of the blog page... Can it be that the "next page" and "previous page" are core. I can't find them anywhere in the theme. The "Pagina: " is in translation file though. Share this post Link to post Share on other sites
cmunns 16 Report post Posted May 12, 2010 They indeed are not localized. The code is at the very top of the _posts.php file Do you know how to localize it Jackey? Share this post Link to post Share on other sites
Jackey 29 Report post Posted May 12, 2010 Are you referring to line #3... can't see any strings to localize.... `'%link'` is (I suspect) a variable that contains the permalink. confused... Share this post Link to post Share on other sites
cmunns 16 Report post Posted May 12, 2010 I think you just need to look like this although Andrew will have to verify `<?php _e('previous_post_link('%link')',TDOMAIN); ?>` If that doesn't work try it with `<?php __('previous_post_link('%link')',TDOMAIN); ?>` (two underscores) Share this post Link to post Share on other sites
Andrew 207 Report post Posted May 12, 2010 haha no that's not it, that will definitely error out. can you post a screenshot of the text you're talking about Jackey? Share this post Link to post Share on other sites
Jackey 29 Report post Posted May 12, 2010 Sure: And a link as well: LINK The link is created with the page-separator `` in the page. Share this post Link to post Share on other sites