Hello everybody,
currently I am developing (being a php/Joomla/CF/CC newbie, but otherwise an experienced programmer) a website in Dutch, using a Dutch version of Joomla! (http://www.dutchjoomla.nl) and CC 1.2.
When using {pagination} in a rather long CC list there seems to be a problem with choosing the correct language, as the text displayed immediately before the dropdown remains in English ("Display num"). Elsewhere on this forum (http://www.chronoengine.com/forums.html?cont=posts&f=12&t=12111&p=28041#p20561) reference is made to "libraries/joomla/html/pagination.php" as the source of the relevant code. In my version of that file the relevant code reads:
and in several separate language files 'Display Num' is nicely translated. Note that the "English translation" of "Display Num" reads as "Display #". The standard language is set to Dutch in the Joomla back-end.
Nevertheless, "Dispay Num" remains visible in the pagination footer, suggesting there is no translation at all.
Did someone forget to import the correct translation file of did I miss something?
Regards,
Peter
currently I am developing (being a php/Joomla/CF/CC newbie, but otherwise an experienced programmer) a website in Dutch, using a Dutch version of Joomla! (http://www.dutchjoomla.nl) and CC 1.2.
When using {pagination} in a rather long CC list there seems to be a problem with choosing the correct language, as the text displayed immediately before the dropdown remains in English ("Display num"). Elsewhere on this forum (http://www.chronoengine.com/forums.html?cont=posts&f=12&t=12111&p=28041#p20561) reference is made to "libraries/joomla/html/pagination.php" as the source of the relevant code. In my version of that file the relevant code reads:
$html .= "\n<div class=\"limit\">".JText::_('Display Num').$list['limitfield']."</div>";
and in several separate language files 'Display Num' is nicely translated. Note that the "English translation" of "Display Num" reads as "Display #". The standard language is set to Dutch in the Joomla back-end.
Nevertheless, "Dispay Num" remains visible in the pagination footer, suggesting there is no translation at all.
Did someone forget to import the correct translation file of did I miss something?
Regards,
Peter