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.
Localize the DOWNLOAD button
- Jan
- Phoca Hero
- Posts: 48550
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: Localize the DOWNLOAD button
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
Jan
If you find Phoca extensions useful, please support the project
- Benno
- Phoca Hero
- Posts: 9610
- Joined: 04 Dec 2008, 11:58
- Location: Germany
- Contact:
Re: Localize the DOWNLOAD button
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
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
-
- Phoca Newbie
- Posts: 2
- Joined: 01 Nov 2017, 09:15
Re: Localize the DOWNLOAD button
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?
Then the button cannot be removed?
- Jan
- Phoca Hero
- Posts: 48550
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: Localize the DOWNLOAD button
See:
https://www.phoca.cz/documents/46-trans ... -in-joomla
there are displayed the paths to the language files.
Jan
https://www.phoca.cz/documents/46-trans ... -in-joomla
there are displayed the paths to the language files.
Jan
If you find Phoca extensions useful, please support the project