Tree module sk-SK translation
Posted: 13 Nov 2010, 21:10
Hi Jan,
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.
I found a file mod_phocadownload_tree.php with line:
. But when I change the 'Download' to 'Stiahnuť' and convert it to UTF8, very strange think happens...
It makes on page some free, unusing space between module title and the first module line (that is in this case "Stiahnuť").
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
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