Page 1 of 1

Where I can translate title of search field in phoca downlod plg?

Posted: 17 Feb 2020, 14:08
by ya-pinki
I can't find this code

Code: Select all

<label for="area-phocadownload" class="form-check-label">Phoca Download</label>
I need translate this label

Re: Where I can translate title of search field in phoca downlod plg?

Posted: 19 Feb 2020, 00:35
by Jan
Hi, where exactly do you get this code? Which version of the plugin do you use? Can you paste a screenshot of where you get it (frontend, backent, ...)?

Jan

Re: Where I can translate title of search field in phoca downlod plg?

Posted: 19 Feb 2020, 07:20
by ya-pinki
2 photos: Versions and where is it area https://yandex.ru/collections/card/5e4c ... e58bacef2/
Page on site https://sro-svs.ru/poisk

Re: Where I can translate title of search field in phoca downlod plg?

Posted: 21 Feb 2020, 16:13
by Jan
Hi, it is a search plugin, you can change it directly in the search plugin code:

plugins\search\phocadownload\phocadownload.php

or per Joomla! language override, the string should be: "PLG_SEARCH_PHOCADOWNLOAD_PHOCADOWNLOAD"

Jan