From 6f7fdef0f500cd4bb540affd3bc1482243f337c1 Mon Sep 17 00:00:00 2001 From: emkael Date: Wed, 24 Feb 2016 23:18:07 +0100 Subject: * Prado 3.3.0 --- .../framework/Exceptions/templates/error-fr.html | 31 +++++++++++++++ .../framework/Exceptions/templates/error-id.html | 32 +++++++++++++++ .../framework/Exceptions/templates/error-zh.html | 32 +++++++++++++++ .../framework/Exceptions/templates/error.html | 32 +++++++++++++++ .../Exceptions/templates/error400-en.html | 33 ++++++++++++++++ .../Exceptions/templates/error400-id.html | 33 ++++++++++++++++ .../Exceptions/templates/error400-zh.html | 32 +++++++++++++++ .../framework/Exceptions/templates/error400.html | 33 ++++++++++++++++ .../Exceptions/templates/error404-en.html | 33 ++++++++++++++++ .../Exceptions/templates/error404-fr.html | 32 +++++++++++++++ .../Exceptions/templates/error404-id.html | 33 ++++++++++++++++ .../Exceptions/templates/error404-zh.html | 33 ++++++++++++++++ .../framework/Exceptions/templates/error404.html | 33 ++++++++++++++++ .../Exceptions/templates/error500-en.html | 33 ++++++++++++++++ .../Exceptions/templates/error500-fr.html | 32 +++++++++++++++ .../Exceptions/templates/error500-id.html | 33 ++++++++++++++++ .../Exceptions/templates/error500-zh.html | 32 +++++++++++++++ .../framework/Exceptions/templates/error500.html | 33 ++++++++++++++++ .../Exceptions/templates/error503-en.html | 31 +++++++++++++++ .../Exceptions/templates/error503-fr.html | 30 +++++++++++++++ .../Exceptions/templates/error503-id.html | 31 +++++++++++++++ .../Exceptions/templates/error503-zh.html | 31 +++++++++++++++ .../framework/Exceptions/templates/error503.html | 31 +++++++++++++++ .../Exceptions/templates/exception-en.html | 43 +++++++++++++++++++++ .../Exceptions/templates/exception-fr.html | 43 +++++++++++++++++++++ .../Exceptions/templates/exception-id.html | 43 +++++++++++++++++++++ .../Exceptions/templates/exception-zh.html | 45 ++++++++++++++++++++++ .../framework/Exceptions/templates/exception.html | 42 ++++++++++++++++++++ .../framework/Exceptions/templates/readme.txt | 18 +++++++++ 29 files changed, 973 insertions(+) create mode 100644 lib/prado/framework/Exceptions/templates/error-fr.html create mode 100644 lib/prado/framework/Exceptions/templates/error-id.html create mode 100644 lib/prado/framework/Exceptions/templates/error-zh.html create mode 100644 lib/prado/framework/Exceptions/templates/error.html create mode 100644 lib/prado/framework/Exceptions/templates/error400-en.html create mode 100644 lib/prado/framework/Exceptions/templates/error400-id.html create mode 100644 lib/prado/framework/Exceptions/templates/error400-zh.html create mode 100644 lib/prado/framework/Exceptions/templates/error400.html create mode 100644 lib/prado/framework/Exceptions/templates/error404-en.html create mode 100644 lib/prado/framework/Exceptions/templates/error404-fr.html create mode 100644 lib/prado/framework/Exceptions/templates/error404-id.html create mode 100644 lib/prado/framework/Exceptions/templates/error404-zh.html create mode 100644 lib/prado/framework/Exceptions/templates/error404.html create mode 100644 lib/prado/framework/Exceptions/templates/error500-en.html create mode 100644 lib/prado/framework/Exceptions/templates/error500-fr.html create mode 100644 lib/prado/framework/Exceptions/templates/error500-id.html create mode 100644 lib/prado/framework/Exceptions/templates/error500-zh.html create mode 100644 lib/prado/framework/Exceptions/templates/error500.html create mode 100644 lib/prado/framework/Exceptions/templates/error503-en.html create mode 100644 lib/prado/framework/Exceptions/templates/error503-fr.html create mode 100644 lib/prado/framework/Exceptions/templates/error503-id.html create mode 100644 lib/prado/framework/Exceptions/templates/error503-zh.html create mode 100644 lib/prado/framework/Exceptions/templates/error503.html create mode 100644 lib/prado/framework/Exceptions/templates/exception-en.html create mode 100644 lib/prado/framework/Exceptions/templates/exception-fr.html create mode 100644 lib/prado/framework/Exceptions/templates/exception-id.html create mode 100644 lib/prado/framework/Exceptions/templates/exception-zh.html create mode 100644 lib/prado/framework/Exceptions/templates/exception.html create mode 100644 lib/prado/framework/Exceptions/templates/readme.txt (limited to 'lib/prado/framework/Exceptions/templates') diff --git a/lib/prado/framework/Exceptions/templates/error-fr.html b/lib/prado/framework/Exceptions/templates/error-fr.html new file mode 100644 index 0000000..c9c1901 --- /dev/null +++ b/lib/prado/framework/Exceptions/templates/error-fr.html @@ -0,0 +1,31 @@ + + + +%%ErrorMessage%% + + + +

Erreur %%StatusCode%%

+

%%ErrorMessage%%

+

+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 +

+
+%%Time%% %%Version%% +
+ + \ No newline at end of file diff --git a/lib/prado/framework/Exceptions/templates/error-id.html b/lib/prado/framework/Exceptions/templates/error-id.html new file mode 100644 index 0000000..608805a --- /dev/null +++ b/lib/prado/framework/Exceptions/templates/error-id.html @@ -0,0 +1,32 @@ + + + + +%%ErrorMessage%% + + + +

Kesalahan %%StatusCode%%

+

%%ErrorMessage%%

+

+Kesalahan di atas terjadi ketika server memproses permintaan anda. +

+

+Jika anda pikir ini merupakan kesalahan server, silahkan hubungi webmaster. +

+
+%%Time%% %%Version%% +
+ + \ No newline at end of file diff --git a/lib/prado/framework/Exceptions/templates/error-zh.html b/lib/prado/framework/Exceptions/templates/error-zh.html new file mode 100644 index 0000000..f69d0e4 --- /dev/null +++ b/lib/prado/framework/Exceptions/templates/error-zh.html @@ -0,0 +1,32 @@ + + + + +%%ErrorMessage%% + + + +

错误%%StatusCode%%

+

%%ErrorMessage%%

+

+服务器在处理您的页面请求时出现了以上错误。 +

+

+如果您认为这是服务器的原因,请联系通知系统管理员。 +

+
+%%Time%% %%Version%% +
+ + \ No newline at end of file diff --git a/lib/prado/framework/Exceptions/templates/error.html b/lib/prado/framework/Exceptions/templates/error.html new file mode 100644 index 0000000..e1715f4 --- /dev/null +++ b/lib/prado/framework/Exceptions/templates/error.html @@ -0,0 +1,32 @@ + + + + +%%ErrorMessage%% + + + +

Error %%StatusCode%%

+

%%ErrorMessage%%

+

+The above error happened when the server was processing your request. +

+

+If you think this is a server error, please contact the webmaster. +

+
+%%Time%% %%Version%% +
+ + \ No newline at end of file diff --git a/lib/prado/framework/Exceptions/templates/error400-en.html b/lib/prado/framework/Exceptions/templates/error400-en.html new file mode 100644 index 0000000..629b360 --- /dev/null +++ b/lib/prado/framework/Exceptions/templates/error400-en.html @@ -0,0 +1,33 @@ + + + + +Bad Request + + + +

Bad Request

+

%%ErrorMessage%%

+

+The request could not be understood by the server due to malformed syntax. +Please do not repeat the request without modifications. +

+

+If you think this is a server error, please contact the webmaster. +

+
+%%Time%% %%Version%% +
+ + \ No newline at end of file diff --git a/lib/prado/framework/Exceptions/templates/error400-id.html b/lib/prado/framework/Exceptions/templates/error400-id.html new file mode 100644 index 0000000..9f02010 --- /dev/null +++ b/lib/prado/framework/Exceptions/templates/error400-id.html @@ -0,0 +1,33 @@ + + + + +Bad Request + + + +

Permintaan Salah

+

%%ErrorMessage%%

+

+Permintaan tidak dimengerti oleh server karena sintaks tidak benar. +Harap tidak mengulangi permintaan tanpa memodifikasinya. +

+

+Jika anda pikir ini merupakan kesalahan server, silahkan hubungi webmaster. +

+
+%%Time%% %%Version%% +
+ + \ No newline at end of file diff --git a/lib/prado/framework/Exceptions/templates/error400-zh.html b/lib/prado/framework/Exceptions/templates/error400-zh.html new file mode 100644 index 0000000..08f9311 --- /dev/null +++ b/lib/prado/framework/Exceptions/templates/error400-zh.html @@ -0,0 +1,32 @@ + + + + +错误请求 + + + +

错误请求

+

%%ErrorMessage%%

+

+服务器无法理解您的请求。请勿重复同样的请求。 +

+

+如果您确认这是服务器错误,请联系系统管理员。 +

+
+%%Time%% %%Version%% +
+ + \ No newline at end of file diff --git a/lib/prado/framework/Exceptions/templates/error400.html b/lib/prado/framework/Exceptions/templates/error400.html new file mode 100644 index 0000000..629b360 --- /dev/null +++ b/lib/prado/framework/Exceptions/templates/error400.html @@ -0,0 +1,33 @@ + + + + +Bad Request + + + +

Bad Request

+

%%ErrorMessage%%

+

+The request could not be understood by the server due to malformed syntax. +Please do not repeat the request without modifications. +

+

+If you think this is a server error, please contact the webmaster. +

+
+%%Time%% %%Version%% +
+ + \ No newline at end of file diff --git a/lib/prado/framework/Exceptions/templates/error404-en.html b/lib/prado/framework/Exceptions/templates/error404-en.html new file mode 100644 index 0000000..40862e0 --- /dev/null +++ b/lib/prado/framework/Exceptions/templates/error404-en.html @@ -0,0 +1,33 @@ + + + + +Page Not Found + + + +

%%ErrorMessage%%

+

Error 404

+

+The requested URL was not found on this server. +If you entered the URL manually please check your spelling and try again. +

+

+If you think this is a server error, please contact the webmaster. +

+
+%%Time%% %%Version%% +
+ + \ No newline at end of file diff --git a/lib/prado/framework/Exceptions/templates/error404-fr.html b/lib/prado/framework/Exceptions/templates/error404-fr.html new file mode 100644 index 0000000..4a417d7 --- /dev/null +++ b/lib/prado/framework/Exceptions/templates/error404-fr.html @@ -0,0 +1,32 @@ + + + +Page Introuvable + + + +

%%ErrorMessage%%

+

Erreur 404

+

+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 +

+
+%%Time%% %%Version%% +
+ + \ No newline at end of file diff --git a/lib/prado/framework/Exceptions/templates/error404-id.html b/lib/prado/framework/Exceptions/templates/error404-id.html new file mode 100644 index 0000000..3a24992 --- /dev/null +++ b/lib/prado/framework/Exceptions/templates/error404-id.html @@ -0,0 +1,33 @@ + + + + +Halaman Tidak Ditemukan + + + +

%%ErrorMessage%%

+

Kesalahan 404

+

+URL yang diminta tidak ditemukan pada server ini. +Jika anda memasukan URL secara manual silahkan periksa ejaan anda dan coba lagi. +

+

+Jika anda pikir ini kesalahan server, silahkan hubungi webmaster. +

+
+%%Time%% %%Version%% +
+ + \ No newline at end of file diff --git a/lib/prado/framework/Exceptions/templates/error404-zh.html b/lib/prado/framework/Exceptions/templates/error404-zh.html new file mode 100644 index 0000000..c834f9b --- /dev/null +++ b/lib/prado/framework/Exceptions/templates/error404-zh.html @@ -0,0 +1,33 @@ + + + + +无法找到页面 + + + +

%%ErrorMessage%%

+

错误代码404

+

+服务器无法找到您所请求的页面。 +如果您是手工输入页面地址的,请检查拼写是否正确。 +

+

+如果您确认这是服务器错误,请联系系统管理员。 +

+
+%%Time%% %%Version%% +
+ + \ No newline at end of file diff --git a/lib/prado/framework/Exceptions/templates/error404.html b/lib/prado/framework/Exceptions/templates/error404.html new file mode 100644 index 0000000..40862e0 --- /dev/null +++ b/lib/prado/framework/Exceptions/templates/error404.html @@ -0,0 +1,33 @@ + + + + +Page Not Found + + + +

%%ErrorMessage%%

+

Error 404

+

+The requested URL was not found on this server. +If you entered the URL manually please check your spelling and try again. +

+

+If you think this is a server error, please contact the webmaster. +

+
+%%Time%% %%Version%% +
+ + \ No newline at end of file diff --git a/lib/prado/framework/Exceptions/templates/error500-en.html b/lib/prado/framework/Exceptions/templates/error500-en.html new file mode 100644 index 0000000..69408d2 --- /dev/null +++ b/lib/prado/framework/Exceptions/templates/error500-en.html @@ -0,0 +1,33 @@ + + + + +Internal Server Error + + + +

Internal Server Error

+

%%ErrorMessage%%

+

+An internal error occurred while the Web server was handling your request. +Please contact the webmaster to report this problem. +

+

+Thank you. +

+
+%%Time%% %%Version%% +
+ + \ No newline at end of file diff --git a/lib/prado/framework/Exceptions/templates/error500-fr.html b/lib/prado/framework/Exceptions/templates/error500-fr.html new file mode 100644 index 0000000..1c4df1a --- /dev/null +++ b/lib/prado/framework/Exceptions/templates/error500-fr.html @@ -0,0 +1,32 @@ + + + +Erreur Interne du Serveur + + + +

Erreur Interne du Serveur

+

%%ErrorMessage%%

+

+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. +

+
+%%Time%% %%Version%% +
+ + \ No newline at end of file diff --git a/lib/prado/framework/Exceptions/templates/error500-id.html b/lib/prado/framework/Exceptions/templates/error500-id.html new file mode 100644 index 0000000..592138f --- /dev/null +++ b/lib/prado/framework/Exceptions/templates/error500-id.html @@ -0,0 +1,33 @@ + + + + +Kesalahan Server Internal + + + +

Kesalahan Server Internal

+

%%ErrorMessage%%

+

+Kesalahan server internal terjadi saat server Web menangani permintaan anda. +Silahkan hubungi webmaster untuk melaporkan masalah ini. +

+

+Thank you. +

+
+%%Time%% %%Version%% +
+ + \ No newline at end of file diff --git a/lib/prado/framework/Exceptions/templates/error500-zh.html b/lib/prado/framework/Exceptions/templates/error500-zh.html new file mode 100644 index 0000000..d655601 --- /dev/null +++ b/lib/prado/framework/Exceptions/templates/error500-zh.html @@ -0,0 +1,32 @@ + + + + +服务器内部错误 + + + +

服务器内部错误

+

%%ErrorMessage%%

+

+服务器在处理您的请求时发生了一个内部错误。请向系统管理员汇报这个错误。 +

+

+谢谢。 +

+
+%%Time%% %%Version%% +
+ + \ No newline at end of file diff --git a/lib/prado/framework/Exceptions/templates/error500.html b/lib/prado/framework/Exceptions/templates/error500.html new file mode 100644 index 0000000..69408d2 --- /dev/null +++ b/lib/prado/framework/Exceptions/templates/error500.html @@ -0,0 +1,33 @@ + + + + +Internal Server Error + + + +

Internal Server Error

+

%%ErrorMessage%%

+

+An internal error occurred while the Web server was handling your request. +Please contact the webmaster to report this problem. +

+

+Thank you. +

+
+%%Time%% %%Version%% +
+ + \ No newline at end of file diff --git a/lib/prado/framework/Exceptions/templates/error503-en.html b/lib/prado/framework/Exceptions/templates/error503-en.html new file mode 100644 index 0000000..66b8ea0 --- /dev/null +++ b/lib/prado/framework/Exceptions/templates/error503-en.html @@ -0,0 +1,31 @@ + + + + +Service Unavailable + + + +

Service Unavailable

+

+Our system is currently under maintenance. Please come back later. +

+

+Thank you. +

+
+%%Time%% %%Version%% +
+ + \ No newline at end of file diff --git a/lib/prado/framework/Exceptions/templates/error503-fr.html b/lib/prado/framework/Exceptions/templates/error503-fr.html new file mode 100644 index 0000000..8966525 --- /dev/null +++ b/lib/prado/framework/Exceptions/templates/error503-fr.html @@ -0,0 +1,30 @@ + + + +Service Indisponible + + + +

Service Indisponible

+

+Le service est actuellement en maintenance et indisponible. Merci de réessayer prochainement. +

+

+Merci de votre compréhension. +

+
+%%Time%% %%Version%% +
+ + \ No newline at end of file diff --git a/lib/prado/framework/Exceptions/templates/error503-id.html b/lib/prado/framework/Exceptions/templates/error503-id.html new file mode 100644 index 0000000..43a52de --- /dev/null +++ b/lib/prado/framework/Exceptions/templates/error503-id.html @@ -0,0 +1,31 @@ + + + + +Layanan Tidak Tersedia + + + +

Layanan Tidak Tersedia

+

+Sistem kami saat ini dalam pemeliharaan. Silahkan kembali lagi nanti. +

+

+Terima kasih. +

+
+%%Time%% %%Version%% +
+ + \ No newline at end of file diff --git a/lib/prado/framework/Exceptions/templates/error503-zh.html b/lib/prado/framework/Exceptions/templates/error503-zh.html new file mode 100644 index 0000000..b7457d6 --- /dev/null +++ b/lib/prado/framework/Exceptions/templates/error503-zh.html @@ -0,0 +1,31 @@ + + + + +系统无法提供服务 + + + +

系统无法提供服务

+

+系统维护中,请稍后再来访问。 +

+

+谢谢。 +

+
+%%Time%% %%Version%% +
+ + \ No newline at end of file diff --git a/lib/prado/framework/Exceptions/templates/error503.html b/lib/prado/framework/Exceptions/templates/error503.html new file mode 100644 index 0000000..66b8ea0 --- /dev/null +++ b/lib/prado/framework/Exceptions/templates/error503.html @@ -0,0 +1,31 @@ + + + + +Service Unavailable + + + +

Service Unavailable

+

+Our system is currently under maintenance. Please come back later. +

+

+Thank you. +

+
+%%Time%% %%Version%% +
+ + \ No newline at end of file diff --git a/lib/prado/framework/Exceptions/templates/exception-en.html b/lib/prado/framework/Exceptions/templates/exception-en.html new file mode 100644 index 0000000..aed3755 --- /dev/null +++ b/lib/prado/framework/Exceptions/templates/exception-en.html @@ -0,0 +1,43 @@ + + + + +%%ErrorType%% + + + +

%%ErrorType%%

+

Description

+

%%ErrorMessage%%

+

Source File

+

%%SourceFile%%

+
+
+%%SourceCode%%
+
+
+

Stack Trace

+
+
+%%StackTrace%%
+
+
+
+%%Time%% %%Version%% +
+ + \ No newline at end of file diff --git a/lib/prado/framework/Exceptions/templates/exception-fr.html b/lib/prado/framework/Exceptions/templates/exception-fr.html new file mode 100644 index 0000000..7cb6136 --- /dev/null +++ b/lib/prado/framework/Exceptions/templates/exception-fr.html @@ -0,0 +1,43 @@ + + + +%%ErrorType%% + + + +

%%ErrorType%%

+

Description

+

%%ErrorMessage%%

+

Fichier Source

+

%%SourceFile%%

+
+
+%%SourceCode%%
+
+
+

Trace de la pile d'ex閏ution:

+
+
+%%StackTrace%%
+
+
+
+%%Time%% %%Version%% +
+ + \ No newline at end of file diff --git a/lib/prado/framework/Exceptions/templates/exception-id.html b/lib/prado/framework/Exceptions/templates/exception-id.html new file mode 100644 index 0000000..75961f5 --- /dev/null +++ b/lib/prado/framework/Exceptions/templates/exception-id.html @@ -0,0 +1,43 @@ + + + + +%%ErrorType%% + + + +

%%ErrorType%%

+

Deskripsi

+

%%ErrorMessage%%

+

File Sumber

+

%%SourceFile%%

+
+
+%%SourceCode%%
+
+
+

Jejak Stack

+
+
+%%StackTrace%%
+
+
+
+%%Time%% %%Version%% +
+ + \ No newline at end of file diff --git a/lib/prado/framework/Exceptions/templates/exception-zh.html b/lib/prado/framework/Exceptions/templates/exception-zh.html new file mode 100644 index 0000000..257e8e6 --- /dev/null +++ b/lib/prado/framework/Exceptions/templates/exception-zh.html @@ -0,0 +1,45 @@ + + + + +%%ErrorType%% + + + +

%%ErrorType%%

+

错误信息

+

%%ErrorMessage%%

+

+

错误代码文件

+

%%SourceFile%%

+
+
+%%SourceCode%%
+
+
+

错误堆栈信息

+
+
+%%StackTrace%%
+
+
+
+%%Time%% %%Version%% +
+ + \ No newline at end of file diff --git a/lib/prado/framework/Exceptions/templates/exception.html b/lib/prado/framework/Exceptions/templates/exception.html new file mode 100644 index 0000000..f901220 --- /dev/null +++ b/lib/prado/framework/Exceptions/templates/exception.html @@ -0,0 +1,42 @@ + + + + +%%ErrorType%% + + + +

%%ErrorType%%

+

Description

+

%%ErrorMessage%%

+

Source File

+

%%SourceFile%%

+
+
+%%SourceCode%%
+
+
+

Stack Trace

+
+
+%%StackTrace%%
+
+
+
+%%Time%% %%Version%% +
+ + \ No newline at end of file diff --git a/lib/prado/framework/Exceptions/templates/readme.txt b/lib/prado/framework/Exceptions/templates/readme.txt new file mode 100644 index 0000000..635b668 --- /dev/null +++ b/lib/prado/framework/Exceptions/templates/readme.txt @@ -0,0 +1,18 @@ +This directory contains templates used to display PRADO exception and error messages to end-users. + +All error template files follow the following naming convention: + + error-.html + +where refers to a HTTP status code used when raising THttpException, and + refers to a valid language such as en, zh, fr. + +The naming convention for exception template files is similar to that of error template files. + + +CAUTION: When saving a template file, please make sure the file is saved using UTF-8 encoding. +On Windows, you may use Notepad.exe to accomplish such saving. + + +Qiang Xue +Jan. 3, 2006 \ No newline at end of file -- cgit v1.2.3