[Pview.php-commits] CVS: Pview.php/config lang.php,1.6,1.7
Brought to you by:
vko
|
From: Ville K. <vk...@us...> - 2002-02-08 21:18:18
|
Update of /cvsroot/pview-php/Pview.php/config In directory usw-pr-cvs1:/tmp/cvs-serv11301/config Modified Files: lang.php Log Message: imageprot: error page if directly linked Index: lang.php =================================================================== RCS file: /cvsroot/pview-php/Pview.php/config/lang.php,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -r1.6 -r1.7 *** lang.php 6 Sep 2001 08:16:36 -0000 1.6 --- lang.php 8 Feb 2002 21:18:12 -0000 1.7 *************** *** 30,33 **** --- 30,35 ---- $lang['en']['conf']['title'] = 'User configuration for Pview.php'; + $lang['en']['image']['imageproterror'] = 'No direct linking to the image.'; + // fi == Finnish *************** *** 56,59 **** --- 58,63 ---- $lang['fi']['conf']['removed'] = 'Cookiet poistettu.'; $lang['fi']['conf']['title'] = 'Pview.php käyttäjäasetukset'; + + $lang['fi']['image']['imageproterror'] = 'Ei suoria linkkejä kuviin.'; ?> |