How to rename/translate heading "Newest Images"?

erez

Joined: 2009-05-22
Posts: 3
Posted: Fri, 2009-05-22 19:07

Hi,
Im using Gallery2 with bulgarian language, everything is work fine, but when i starting to view "Newest Images" in Image block, translating is not correctly.
I try to rename/translate heading "Newest Images" in ../gallery2/modules/imageblock/po but not be effect.
Any idea how to decide this problem?

Thanking in anticipation,

Best regards,

AttachmentSize
gallery2.jpg137.83 KB
 
PaulYaro

Joined: 2009-04-04
Posts: 23
Posted: Fri, 2009-05-22 22:41

Hi,
I am not an expert, but I think that "Newest Images" is hard coded and is not translated automaticaly.
I have also imageblock in Sidebar/Ebony theme, and so what I did:

- install Dynamic Album
- copy links to Most Viewed and Newest Photos do local/sidebar.tpl

then, you can modify:

<ul>
<li><a href="/updates"><strong>Newest Photos</strong></a></li>
Newest Photos/to what you wish
<li><a href="/popular"><strong>Most Viewed Photos</strong></a></li>
Most Viewed Photos/to what you wish
</ul>
</div>

I hope it will help you
Best greetings from Poland/town Krakow

PaulYaro

 
erez

Joined: 2009-05-22
Posts: 3
Posted: Sat, 2009-05-23 00:20

PaulYaro thanks for response and nice idea,

But maybe this problem have some different way for decision...

I testing Gallery2 with some other lang in pack and label "Newest Images" translate correctly...

Best regards,

 
floridave
floridave's picture

Joined: 2003-12-22
Posts: 22890
Posted: Sun, 2009-05-24 02:52

Edit modules/imageblock/templates/blocks/blocks.inc

@translating:
http://codex.gallery2.org/Gallery2:Localization

Dave
_____________________________________________
Blog & G2 || floridave - Gallery Team

 
erez

Joined: 2009-05-22
Posts: 3
Posted: Sun, 2009-05-24 22:31

Thanks Dave,

The problem was in the modules/imageblock/po/bg.po translation file.
I find and remove rows "#, fuzzy" and now everything looks good :)

Thanks again,
Best regards,

Apply current changes from me:

AttachmentSize
bg.zip6.61 KB