From: José M. M. <ri...@us...> - 2004-08-13 17:48:14
|
Update of /cvsroot/openbash-org/openbash-org/language In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10880/language Modified Files: english.php spanish.php Log Message: - Comenzada la programación de las partes de administración. - Hecho el menú principal y el mecanismo de selección de páginas. - Falta: pages/admin_{quotes,news,users}.php Index: spanish.php =================================================================== RCS file: /cvsroot/openbash-org/openbash-org/language/spanish.php,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** spanish.php 9 Aug 2004 18:05:01 -0000 1.9 --- spanish.php 13 Aug 2004 17:48:05 -0000 1.10 *************** *** 30,33 **** --- 30,41 ---- .'electrónico nunca se harán públicos' ); + + $admin = array ( + title => 'Panel de administración', + welcome => 'Por favor, elige una opción de la siguiente lista:', + quotes => 'Administrar frases', + news => 'Administrar noticias', + users => 'Administrar usuarios' + ); ?> Index: english.php =================================================================== RCS file: /cvsroot/openbash-org/openbash-org/language/english.php,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** english.php 9 Aug 2004 18:05:00 -0000 1.7 --- english.php 13 Aug 2004 17:48:05 -0000 1.8 *************** *** 30,33 **** .'publicly available' ); ! ?> --- 30,41 ---- .'publicly available' ); ! ! $admin = array ( ! title => 'Administration panel', ! welcome => 'Please, choose an option from the list:', ! quotes => 'Manage quotes', ! news => 'Manage news', ! users => 'Manage users' ! ); ! ?> |