From 0bdeb1bb2f43028b6f7e1fe5b0159f17bb0cb9e2 Mon Sep 17 00:00:00 2001 From: xue <> Date: Fri, 25 Nov 2005 15:13:27 +0000 Subject: --- .gitattributes | 6 ++++ framework/Exceptions/templates/error-fr.html | 30 +++++++++++++++++ framework/Exceptions/templates/error-zh.html | 30 +++++++++++++++++ framework/Exceptions/templates/error.html | 2 ++ framework/Exceptions/templates/error404-en.html | 6 ++-- framework/Exceptions/templates/error404-fr.html | 31 +++++++++++++++++ framework/Exceptions/templates/error404-zh.html | 2 ++ framework/Exceptions/templates/error404.html | 6 ++-- framework/Exceptions/templates/error500-en.html | 6 ++-- framework/Exceptions/templates/error500-fr.html | 31 +++++++++++++++++ framework/Exceptions/templates/error500-zh.html | 2 ++ framework/Exceptions/templates/error500.html | 6 ++-- framework/Exceptions/templates/error503-en.html | 2 ++ framework/Exceptions/templates/error503-fr.html | 29 ++++++++++++++++ framework/Exceptions/templates/error503-zh.html | 2 ++ framework/Exceptions/templates/error503.html | 2 ++ framework/Exceptions/templates/exception-en.html | 2 ++ framework/Exceptions/templates/exception-fr.html | 42 ++++++++++++++++++++++++ framework/Exceptions/templates/exception-zh.html | 2 ++ framework/Exceptions/templates/exception.html | 2 ++ 20 files changed, 233 insertions(+), 8 deletions(-) create mode 100644 framework/Exceptions/templates/error-fr.html create mode 100644 framework/Exceptions/templates/error-zh.html create mode 100644 framework/Exceptions/templates/error404-fr.html create mode 100644 framework/Exceptions/templates/error500-fr.html create mode 100644 framework/Exceptions/templates/error503-fr.html create mode 100644 framework/Exceptions/templates/exception-fr.html diff --git a/.gitattributes b/.gitattributes index 7f54e625..1e18c9f4 100644 --- a/.gitattributes +++ b/.gitattributes @@ -40,17 +40,23 @@ framework/Data/TXmlDocument.php -text framework/Exceptions/TErrorHandler.php -text framework/Exceptions/TException.php -text framework/Exceptions/messages.txt -text +framework/Exceptions/templates/error-fr.html -text +framework/Exceptions/templates/error-zh.html -text framework/Exceptions/templates/error.html -text framework/Exceptions/templates/error404-en.html -text +framework/Exceptions/templates/error404-fr.html -text framework/Exceptions/templates/error404-zh.html -text framework/Exceptions/templates/error404.html -text framework/Exceptions/templates/error500-en.html -text +framework/Exceptions/templates/error500-fr.html -text framework/Exceptions/templates/error500-zh.html -text framework/Exceptions/templates/error500.html -text framework/Exceptions/templates/error503-en.html -text +framework/Exceptions/templates/error503-fr.html -text framework/Exceptions/templates/error503-zh.html -text framework/Exceptions/templates/error503.html -text framework/Exceptions/templates/exception-en.html -text +framework/Exceptions/templates/exception-fr.html -text framework/Exceptions/templates/exception-zh.html -text framework/Exceptions/templates/exception.html -text framework/IO/TTextWriter.php -text diff --git a/framework/Exceptions/templates/error-fr.html b/framework/Exceptions/templates/error-fr.html new file mode 100644 index 00000000..edea47bc --- /dev/null +++ b/framework/Exceptions/templates/error-fr.html @@ -0,0 +1,30 @@ + +
+ + ++Cette erreur est survenue en essayant de répondre à votre requête. +
++Si vous pensez qu'il s'agit d'une erreur inattendue du serveur, merci de contacter l'administrateur +
++The above error happened when the server was processing your request. +
++If you think this is a server error, please contact the webmaster. +
++L'URL demandée n'a pas été trouvée sur ce serveur. +Si vous avez tapé cette URL manuellement dans la barre d'adresse, merci de vérifier qu'il n'y aucune faute de frappe pour essayer à nouveau. +
++Si vous pensez qu'il s'agit d'une erreur inattendue du serveur, merci de contacter l'administrateur +
++Une erreur interne s'est produite pendant que le serveur web traitait votre requête. +Veuillez contacter l'administrateur pour lui signaler le problème. +
++Merci de votre compréhension. +
++Le service est actuellement en maintenance et indisponible. Merci de réessayer prochainement. +
++Merci de votre compréhension. +
+%%ErrorMessage%%
++
%%SourceFile%%
+
+%%SourceCode%%
+
+
+%%StackTrace%%
+
+