First of all: Thank you for your time. Thanks for trying to help us making jDownloads a better component. It's very much appreciated!
================================================
THIS BUGTRACKER IS CLOSED!!!
THIS BUGTRACKER IS CLOSED!!!
THIS BUGTRACKER IS CLOSED!!!
================================================
So it is not possible to add new task here.
Please use the support forum when you will do this.
We hope we can go online with a new bugtracker site in the next weeks - we work on it.
Many thanks.
================================================
THIS BUGTRACKER IS CLOSED!!!
THIS BUGTRACKER IS CLOSED!!!
THIS BUGTRACKER IS CLOSED!!!
================================================
So it is not possible to add new task here.
Please use the support forum when you will do this.
We hope we can go online with a new bugtracker site in the next weeks - we work on it.
Many thanks.
FS#35 - typo in "JLIST_FE_DEATAILS_FILE_NAME_TITLE"
Attached to Project:
jDownloads
Opened by Anonymous Submitter - Friday, 21 January 2011, 13:02 GMT+2
Last edited by Administrator (admin) - Thursday, 27 January 2011, 02:02 GMT+2
Opened by Anonymous Submitter - Friday, 21 January 2011, 13:02 GMT+2
Last edited by Administrator (admin) - Thursday, 27 January 2011, 02:02 GMT+2
|
DetailsHi,
/components/jdownloads.php line 2561 should be: $html_file = ($file->url_download) ? str_replace('{file_name_title}', JText::_('JLIST_FE_DETAILS_FILE_NAME_TITLE'), $html_file) : str_replace('{file_name_title}', '', $html_file); and line 2576: $html_file = str_replace('{file_name_title}', JText::_('JLIST_FE_DETAILS_FILE_NAME_TITLE'), $html_file); /languages/en-GB/en-GB.com_jdownloads.ini line 1666 should be: JLIST_FE_DETAILS_FILE_NAME_TITLE=File name /languages/de-DE/de-DE.com_jdownloads.ini add: # NEW FOR LAYOUT PLACEHOLDER {file_date} JLIST_FE_DETAILS_FILE_NAME_TITLE=Dateiname greetings antiheld |
This task depends upon
But i can not change the JLIST_FE_DEATAILS_FILE_NAME_TITLE to JLIST_FE_DETAILS_FILE_NAME_TITLE.
Then all translators must it also change in his files. Not a good idea in the moment.