sean Sat Jan 22 15:38:13 2005 EDT
Modified files:
/phpdoc/en/docweb main.ent
Log:
language entities for checkent
http://cvs.php.net/diff.php/phpdoc/en/docweb/main.ent?r1=1.10&r2=1.11&ty=u
Index: phpdoc/en/docweb/main.ent
diff -u phpdoc/en/docweb/main.ent:1.10 phpdoc/en/docweb/main.ent:1.11
--- phpdoc/en/docweb/main.ent:1.10 Wed Jan 19 11:52:29 2005
+++ phpdoc/en/docweb/main.ent Sat Jan 22 15:38:12 2005
@@ -1,4 +1,4 @@
-<!-- $Revision: 1.10 $ -->
+<!-- $Revision: 1.11 $ -->
<!-- common -->
<!ENTITY docweb.common.title.default 'PHP Documentation Tools'>
@@ -115,3 +115,17 @@
<!-- error codes -->
<!ENTITY docweb.error.404 'File Not Found'>
<!ENTITY docweb.error.nomesg 'No message available.'>
+
+<!-- url entities -->
+<!ENTITY docweb.checkent.result.success 'SUCCESS'>
+<!ENTITY docweb.checkent.result.unknown-host 'Unknown Host'>
+<!ENTITY docweb.checkent.result.ftp-connect 'Connection Failure (FTP)'>
+<!ENTITY docweb.checkent.result.ftp-login 'Login Failure (FTP)'>
+<!ENTITY docweb.checkent.result.ftp-no-file 'File Not Found (FTP)'>
+<!ENTITY docweb.checkent.result.http-connect 'Connection Failure (HTTP)'>
+<!ENTITY docweb.checkent.result.http-moved 'Resource Moved (HTTP)'>
+<!ENTITY docweb.checkent.result.http-wrong-header 'Incorrect Header (HTTP)'>
+<!ENTITY docweb.checkent.result.http-internal-error 'Internal Error (HTTP)'>
+<!ENTITY docweb.checkent.result.http-not-found 'Resource Not Found (HTTP)'>
+
+