[PHPVortex-Commit] phpvortex/conf lang_en.php,1.3,1.4 lang_pt_br.php,1.3,1.4
Brought to you by:
nop144666
From: Thiago R. <nop...@us...> - 2005-04-24 21:39:55
|
Update of /cvsroot/phpvortex/phpvortex/conf In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1864/conf Modified Files: lang_en.php lang_pt_br.php Log Message: Modified config files for SEC_Edit's Find and FT_DateTime Index: lang_pt_br.php =================================================================== RCS file: /cvsroot/phpvortex/phpvortex/conf/lang_pt_br.php,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** lang_pt_br.php 13 Oct 2004 18:47:10 -0000 1.3 --- lang_pt_br.php 24 Apr 2005 21:39:32 -0000 1.4 *************** *** 16,20 **** --- 16,24 ---- $vortex_msgs['form_new'] = 'Novo'; $vortex_msgs['form_delete'] = 'Excluir'; + $vortex_msgs['form_find'] = 'Localizar'; $vortex_msgs['list_default'] = '-- Selecione --'; + $vortex_msgs['ft_date'] = 'd/m/Y'; + $vortex_msgs['ft_time'] = 'H:i:s'; + $vortex_msgs['ft_datetime'] = 'd/m/Y H:i:s'; $vortex_errors = array(); Index: lang_en.php =================================================================== RCS file: /cvsroot/phpvortex/phpvortex/conf/lang_en.php,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** lang_en.php 13 Oct 2004 18:47:10 -0000 1.3 --- lang_en.php 24 Apr 2005 21:39:32 -0000 1.4 *************** *** 16,20 **** --- 16,24 ---- $vortex_msgs['form_new'] = 'New'; $vortex_msgs['form_delete'] = 'Delete'; + $vortex_msgs['form_find'] = 'Find'; $vortex_msgs['list_default'] = '-- Select --'; + $vortex_msgs['ft_date'] = 'm-d-Y'; + $vortex_msgs['ft_time'] = 'H:i:s'; + $vortex_msgs['ft_datetime'] = 'm-d-Y H:i:s'; $vortex_errors = array(); |