From: Javier B. <jb...@us...> - 2004-11-19 10:15:49
|
Update of /cvsroot/openbash-org/openbash-org/language In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15498/language Modified Files: english.php spanish.php Log Message: añadido pages/admin_header.php para poder seleccionar las opciones comodamente Index: spanish.php =================================================================== RCS file: /cvsroot/openbash-org/openbash-org/language/spanish.php,v retrieving revision 1.21 retrieving revision 1.22 diff -C2 -d -r1.21 -r1.22 *** spanish.php 18 Nov 2004 17:41:58 -0000 1.21 --- spanish.php 19 Nov 2004 10:15:38 -0000 1.22 *************** *** 65,67 **** --- 65,68 ---- submit => 'Login' ); + ?> Index: english.php =================================================================== RCS file: /cvsroot/openbash-org/openbash-org/language/english.php,v retrieving revision 1.11 retrieving revision 1.12 diff -C2 -d -r1.11 -r1.12 *** english.php 16 Nov 2004 10:46:14 -0000 1.11 --- english.php 19 Nov 2004 10:15:38 -0000 1.12 *************** *** 2,20 **** $sentences = array ( ! index => 'Index', ! latest => 'Latest', ! random => 'Random', ! browse => 'Browse', ! add => 'Add', ! search => 'Search', ! approved => 'Approved quotes', ! pending => 'Pending quotes', ! time => 'Process time' ); $index = array ( ! title => 'OpenBash.org', welcome_message => 'Hi. Welcome to OpenBash.org', ! news => 'News' ); --- 2,20 ---- $sentences = array ( ! index => 'Index', ! latest => 'Latest', ! random => 'Random', ! browse => 'Browse', ! add => 'Add', ! search => 'Search', ! approved => 'Approved quotes', ! pending => 'Pending quotes', ! time => 'Process time' ); $index = array ( ! title => 'OpenBash.org', welcome_message => 'Hi. Welcome to OpenBash.org', ! news => 'News' ); *************** *** 24,34 **** reset => 'reset', tip => 'You may submit quotes from any chat medium, so long as ' ! .'they have reasonable formatting (IRC, AIM, ICQ, Yahoo, ' ! .'NOT MSN or MS Chat).<br /><br />' ! .'Tips for approval: no timestamps, keep it short (trim ' ! .'useless parts), remove trailing laughs, and avoid ' ! .'inside jokes.', privacy => '<b>Privacy: </b>Your IP address or email will never be ' ! .'publicly available' ); --- 24,34 ---- reset => 'reset', tip => 'You may submit quotes from any chat medium, so long as ' ! .'they have a reasonable formatting (IRC, AIM, ICQ, Yahoo, ' ! .'NOT MSN or MS Chat).<br /><br />' ! .'Tips for approval: no timestamps, keep it short (trim ' ! .'useless parts), remove trailing laughs and avoid ' ! .'inside jokes.', privacy => '<b>Privacy: </b>Your IP address or email will never be ' ! .'publicly available' ); *************** *** 42,47 **** $quote_language = array ( ! permalink => 'Permanent link to this quote.', ! review => 'Flag quote for review?' ); ?> --- 42,64 ---- $quote_language = array ( ! permalink => 'Permanent link to this quote.', ! review => 'Flag quote for review?' ! inserted => 'The quote has been saved and marked as pending. Moderators have been emailed<br/><br>/'. ! 'and the will check your text as soon as possible, thank you for participating.<br/><br/>'. ! 'In the next page you will be able to check the quote status to see if it has been aproved or not', ! non_inserted => 'This quote has not yet been inserted in our database.', ! pending => 'This quote is still marked as pending, check again later please.', ! non_existent => 'The quote you are looking for does not exist on our database.', ! updated => 'Your vote has been accepted, thanks :D', ! back => 'Back' ); + + $login_language = array ( + title => 'VALIDATION', + msg => 'Please login before continue.', + login => 'User', + passwd => 'Password', + submit => 'Login' + ); + ?> |