[phpcvsview-cvs-updates] phpcvsview/languages en.php,1.4,1.5
Status: Pre-Alpha
Brought to you by:
bcheesem
From: Brian C. <bch...@us...> - 2005-04-16 01:55:49
|
Update of /cvsroot/phpcvsview/phpcvsview/languages In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27695 Modified Files: en.php Log Message: - Added missing image alternate texts for the various icons. Index: en.php =================================================================== RCS file: /cvsroot/phpcvsview/phpcvsview/languages/en.php,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** en.php 18 Feb 2005 11:40:24 -0000 1.4 --- en.php 16 Apr 2005 01:55:40 -0000 1.5 *************** *** 84,86 **** --- 84,94 ---- $lang['err_get_rev'] = '<h3>ERROR: Getting Revision for file:</h3>'; + // Image description texts. + $lang['icon_xhtml'] = 'This page is XHTML 1.0 compliant.'; + $lang['icon_css'] = 'This page uses CSS 2.1 compliant external style sheets.'; + $lang['icon_dir'] = 'Dir'; + $lang['icon_dl'] = 'D/L'; + $lang['icon_file'] = 'File'; + $lang['icon_parent'] = 'Up'; + ?> |