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 » Languages & Translations »

some untranslatable strings remaining in version 3.4.2


 
Prev Previous Post   Next Post Next
  #1  
Old Sep 8, 2009, 10:23 AM
aedrin
 
6 posts · Sep 2009
some untranslatable strings remaining in version 3.4.2

I've found some unstranslatable strings (for gettext) in the source files.

in /functions/bfa_theme_options.php line 2011: (the default option for "FOOTER: Homepage" includes a date which is not localized)
change
PHP Code:
"std" => "%date('F jS, Y')% | %tags-linked('" __('Tags: ','atahualpa') . "', ', ', ' | ')% " 
to
PHP Code:
"std" => "%date('" __('F jS, Y''atahualpa') . "')% | %tags-linked('" __('Tags: ','atahualpa') . "', ', ', ' | ')% " 
same change in lines 2025 (FOOTER: Multi Post Pages) and 2038 (FOOTER: Single Post Pages)
actually this string is already translated in the .PO file.

and in /functions/bfa_post_parts.php line 90: "Permanent Link to"
change
PHP Code:
<a href="<?php the_permalink() ?>" rel="bookmark" title="Permanent Link to <?php
to
PHP Code:
<a href="<?php the_permalink() ?>" rel="bookmark" title="<?php _e('Permanent Link to''atahualpa')?> <?php
this string is not translated yet in the .PO file (but I've translated it in french with my last update here: http://forum.bytesforall.com/showthr...4285#post14285 )
 

Bookmarks

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes


Similar Threads
Thread Thread Starter Forum Replies Last Post
Help with Flash banner, static banners on remaining pages krystyna Header configuration & styling 7 Jun 5, 2009 08:14 AM
[SOLVED] Can't upload the latest version to my Dashboard because I have older version rhymes New Versions, & Updating 2 Apr 25, 2009 10:22 PM
How do I know what version I have? ShawnKelly New Versions, & Updating 4 Apr 16, 2009 05:20 PM
version 3.1.2 - first impressions John New Versions, & Updating 6 Dec 23, 2008 07:24 PM
To Do for version 3.1.7 Flynn New Versions, & Updating 1 Dec 23, 2008 01:45 PM


All times are GMT -6. The time now is 05:23 AM.


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