[PHPVortex-Commit] phpvortex/conf lang_en.php,1.2,1.3 lang_pt_br.php,1.2,1.3
Brought to you by:
nop144666
From: Thiago R. <nop...@us...> - 2004-10-13 18:47:23
|
Update of /cvsroot/phpvortex/phpvortex/conf In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24122/conf Modified Files: lang_en.php lang_pt_br.php Log Message: Added a new message to the language files for FT_List Index: lang_pt_br.php =================================================================== RCS file: /cvsroot/phpvortex/phpvortex/conf/lang_pt_br.php,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** lang_pt_br.php 8 Oct 2004 17:16:15 -0000 1.2 --- lang_pt_br.php 13 Oct 2004 18:47:10 -0000 1.3 *************** *** 16,19 **** --- 16,20 ---- $vortex_msgs['form_new'] = 'Novo'; $vortex_msgs['form_delete'] = 'Excluir'; + $vortex_msgs['list_default'] = '-- Selecione --'; $vortex_errors = array(); Index: lang_en.php =================================================================== RCS file: /cvsroot/phpvortex/phpvortex/conf/lang_en.php,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** lang_en.php 8 Oct 2004 17:16:15 -0000 1.2 --- lang_en.php 13 Oct 2004 18:47:10 -0000 1.3 *************** *** 16,19 **** --- 16,20 ---- $vortex_msgs['form_new'] = 'New'; $vortex_msgs['form_delete'] = 'Delete'; + $vortex_msgs['list_default'] = '-- Select --'; $vortex_errors = array(); |