Page 1 of 1

Localize the DOWNLOAD button

Posted: 02 Nov 2017, 03:39
by fforrest
Hi,
I would like to see how I can display the button in local language, or simply remove it, as the file title can be clicked to download already. Please advise.

I am now using Phoca Download ยป List of Files (Category View) in Menu setting, and listing all downloadable files after clicking a specific category. Thanks.

Re: Localize the DOWNLOAD button

Posted: 02 Nov 2017, 18:55
by Jan
Hi, Phoca Download uses standard Joomla! localization feature, so if you run your website in specific language and you installed such language for Phoca Download then the download text should be displayed in your language.

Jan

Re: Localize the DOWNLOAD button

Posted: 02 Nov 2017, 20:59
by Benno
Hi,
additionally: If you want to rename the button you can do a language override of the variable: COM_PHOCADOWNLOAD_DOWNLOAD
or edit this string directly in your language file:
COM_PHOCADOWNLOAD_DOWNLOAD = "Download"
approx. Line 457

Kind regards,
Benno

Re: Localize the DOWNLOAD button

Posted: 03 Nov 2017, 03:26
by fforrest
Thanks Jan and Benno for your suggestion. I don't know the location of the language files, but the override works!

Then the button cannot be removed?

Re: Localize the DOWNLOAD button

Posted: 03 Nov 2017, 23:20
by Jan
See:
https://www.phoca.cz/documents/46-trans ... -in-joomla

there are displayed the paths to the language files.

Jan