The link text comes from the database table language_descriptions. For example, 
the following SQL query should show the text you need to change:

select * from language_descriptions where subtag='hy' and lang='hy';

And this will update it:

update language_descriptions set description='XXX' where subtag='hy' and 
lang='hy';

Just replace the XXX with the correct HTML entities for the text you want. Note 
that the same text is used in the advanced search language filter dropdown.

--
Ystävällisin terveisin

Pasi Kallinen
ICT-asiantuntija

p. 0400-139747
pasi.kalli...@pttk.fi


Pohjois-Karjalan Tietotekniikkakeskus Oy - www.pttk.fi

________________________________________
From: koha-boun...@lists.katipo.co.nz [koha-boun...@lists.katipo.co.nz] on 
behalf of Araik Manukyan [ar...@flib.sci.am]
Sent: Thursday, March 20, 2014 07:40
To: koha@lists.katipo.co.nz
Subject: [Koha] language link

Dear community,

·         In opac  and intranet pages  there  are  a lnik which change language 
in which we want to correct (  
<http://opac.flib.sci.am/cgi-bin/koha/opac-changelanguage.pl?language=hy-Armn> 
Հայերէն) a letter but can't find where that file  is stored which contain that 
word.

·         Best Regards,

·         Arayik.

_______________________________________________
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
http://lists.katipo.co.nz/mailman/listinfo/koha
_______________________________________________
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
http://lists.katipo.co.nz/mailman/listinfo/koha

Reply via email to