Update of /cvsroot/openbash-org/openbash-org/language
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12724/openbash-org/language
Modified Files:
english.php
Log Message:
Añadido array de errores y corregido error de compilación....
Index: english.php
===================================================================
RCS file: /cvsroot/openbash-org/openbash-org/language/english.php,v
retrieving revision 1.15
retrieving revision 1.16
diff -C2 -d -r1.15 -r1.16
*** english.php 20 Nov 2004 10:20:42 -0000 1.15
--- english.php 21 Nov 2004 11:03:01 -0000 1.16
***************
*** 44,49 ****
$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',
--- 44,49 ----
$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',
***************
*** 66,68 ****
--- 66,76 ----
);
+ $errors = array (
+ bad_url => 'The webpage url is not valid. Fix it.',
+ ip_no_valid => 'IP no valid. Fix it.',
+ bad_range => 'The IP number must be between 0 and 255.',
+ bad_mail => 'Mail address no valid.',
+ bad_domain => 'Domain name no valid.'
+ );
+
?>
|