I`ve got some translation problem. Phoca Downl. Component uses slovak language. So DOWNLOAD= Stiahnuť. When I enable Download tree module, there is "Download" on top of folders (sections). When I click on a section and it opens Phoca download component, probably download=Stiahnuť is called in and "Download" text on top of the tree module is translated into slovak. OK, but I don`t want english text "download" in tree module outside the component pages.
Code: Select all
$output.=''.$treeId.'.add(0,-1,\''.JText::_( 'Download' ).'\',\''.$linkSections.'\');'."\n";This is printscreen of the module outside component-
This one is inside component-
And the last is the module after changing the mod_phocadownload_tree.php to UTF8-
FireBug shows some strange free space between rows-
Should I translate it in some different way?
Thank you,
Drahomir

