Login   Register  
PHP Classes
elePHPant
Icontem

File: errors.inc.php

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of Tadeu Oliveira  >  EmailChecker  >  errors.inc.php  >  Download  
File: errors.inc.php
Role: Auxiliary script
Content type: text/plain
Description: an include with the errors messages so it can be easily translated
Class: EmailChecker
Check for new mail on a POP3 server
Author: By
Last change:
Date: 2003-07-28 03:28
Size: 235 bytes
 

Contents

Class file image Download
<?
$errormsgs
[0] = "";//dont change this it means no error
$errormsgs[1] = "Servidor não setado.";//server not set
$errormsgs[2] = "Impossivel conectar.";//impossible to connect
$errormsgs[3] = "Não Conectado."//not connected
?>