cvs: docweb /include lib_url_entities.inc.php
[email protected] ("Sean Coates")
| Newsgroups | php.doc.web |
|---|---|
| Message-ID | <cvssean1106426091@cvsserver> |
sean Sat Jan 22 15:34:51 2005 EDT
Modified files:
/docweb/include lib_url_entities.inc.php
Log:
entitied results
http://cvs.php.net/diff.php/docweb/include/lib_url_entities.inc.php?r1=1.3&r2=1.4&ty=u
Index: docweb/include/lib_url_entities.inc.php
diff -u docweb/include/lib_url_entities.inc.php:1.3 docweb/include/lib_url_entities.inc.php:1.4
--- docweb/include/lib_url_entities.inc.php:1.3 Sat Jan 22 12:09:03 2005
+++ docweb/include/lib_url_entities.inc.php Sat Jan 22 15:34:49 2005
@@ -19,7 +19,7 @@
| Mehdi Achour <[email protected]> |
| Sean Coates <[email protected]> |
+----------------------------------------------------------------------+
-$Id: lib_url_entities.inc.php,v 1.3 2005/01/22 17:09:03 sean Exp $
+$Id: lib_url_entities.inc.php,v 1.4 2005/01/22 20:34:49 sean Exp $
*/
// user agent
@@ -39,16 +39,16 @@
// lookup
$urlResultLookup = array( // @@@ language-entity these
- SUCCESS => 'SUCCESS',
- UNKNOWN_HOST => 'Unknown Host',
- FTP_CONNECT => 'Connection failure (FTP)',
- FTP_LOGIN => 'Login failure (FTP)',
- FTP_NO_FILE => 'File not found (FTP)',
- HTTP_CONNECT => 'Connection failure (HTTP)',
- HTTP_MOVED => 'Moved file (HTTP)',
- HTTP_WRONG_HEADER => 'Incorrect header (HTTP)',
- HTTP_INTERNAL_ERROR => 'Internal server error (HTTP)',
- HTTP_NOT_FOUND => 'File not found (HTTP)',
+ SUCCESS => '&docweb.checkent.result.success;',
+ UNKNOWN_HOST => '&docweb.checkent.result.unknown-host;',
+ FTP_CONNECT => '&docweb.checkent.result.ftp-connect;',
+ FTP_LOGIN => '&docweb.checkent.result.ftp-login;',
+ FTP_NO_FILE => '&docweb.checkent.result.ftp-no-file;',
+ HTTP_CONNECT => '&docweb.checkent.result.http-connect;',
+ HTTP_MOVED => '&docweb.checkent.result.http-moved;',
+ HTTP_WRONG_HEADER => '&docweb.checkent.result.http-wrong-header;',
+ HTTP_INTERNAL_ERROR => '&docweb.checkent.result.http-internal-error;',
+ HTTP_NOT_FOUND => '&docweb.checkent.result.http-not-found;',
);
// display extra column (return value)
$urlResultExtraCol = array(