[phpcvsview-cvs-updates] phpcvsview/languages en.php,1.6,1.7 es.php,1.1,1.2 pt_br.php,1.1,1.2
Status: Pre-Alpha
Brought to you by:
bcheesem
From: Sijis A. <si...@us...> - 2005-04-18 01:17:30
|
Update of /cvsroot/phpcvsview/phpcvsview/languages In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1562/languages Modified Files: en.php es.php pt_br.php Log Message: - added translated text variables for icon images Index: es.php =================================================================== RCS file: /cvsroot/phpcvsview/phpcvsview/languages/es.php,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** es.php 4 Feb 2005 23:12:58 -0000 1.1 --- es.php 18 Apr 2005 01:17:21 -0000 1.2 *************** *** 87,89 **** --- 87,98 ---- $lang['err_get_rev'] = '<h3>ERROR: Obteniendo revisión para el archivo:</h3>'; + // Image description texts. + $lang['icon_parent'] = 'Subir'; + $lang['icon_dl'] = 'D/L'; + $lang['icon_dir'] = 'Dir'; + $lang['icon_mod'] = 'Mod'; + $lang['icon_file'] = 'Archivo'; + $lang['icon_xhtml'] = 'Valido XHTML 1.1!'; + $lang['icon_css'] = 'Valido CSS!'; + ?> Index: en.php =================================================================== RCS file: /cvsroot/phpcvsview/phpcvsview/languages/en.php,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** en.php 16 Apr 2005 02:40:58 -0000 1.6 --- en.php 18 Apr 2005 01:17:21 -0000 1.7 *************** *** 81,95 **** // error messages ! $lang['err_connect'] = '<h2>ERROR: Could not connect to the PServer.</h2>'."\n"; $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'; ! $lang['icon_mod'] = 'Mod'; ?> --- 81,95 ---- // error messages ! $lang['err_connect'] = '<h2>ERROR: Could not connect to the PServer.</h2>'; $lang['err_get_rev'] = '<h3>ERROR: Getting Revision for file:</h3>'; // Image description texts. $lang['icon_parent'] = 'Up'; ! $lang['icon_dl'] = 'D/L'; ! $lang['icon_dir'] = 'Dir'; ! $lang['icon_mod'] = 'Mod'; ! $lang['icon_file'] = 'File'; ! $lang['icon_xhtml'] = 'Valid XHTML 1.1!'; ! $lang['icon_css'] = 'Valid CSS!'; ?> Index: pt_br.php =================================================================== RCS file: /cvsroot/phpcvsview/phpcvsview/languages/pt_br.php,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** pt_br.php 4 Feb 2005 23:14:24 -0000 1.1 --- pt_br.php 18 Apr 2005 01:17:21 -0000 1.2 *************** *** 87,89 **** --- 87,98 ---- $lang['err_get_rev'] = '<h3>ERRO: Solicitando Revisão para o arquivo:</h3>'; + // Image description texts. + $lang['icon_parent'] = 'Subir'; + $lang['icon_dl'] = 'D/L'; + $lang['icon_dir'] = 'Dir'; + $lang['icon_mod'] = 'Mod'; + $lang['icon_file'] = 'Arquivo'; + $lang['icon_xhtml'] = 'Válido XHTML 1.1!'; + $lang['icon_css'] = 'Válido CSS!'; + ?> |