From e5459f99470b8e57f871d61d4fd3ea9b40a225f0 Mon Sep 17 00:00:00 2001 From: xue <> Date: Wed, 22 Aug 2007 13:21:50 +0000 Subject: Added Indonesian translations. --- framework/Exceptions/templates/error-id.html | 32 ++++++++++++++++++ framework/Exceptions/templates/error400-id.html | 33 ++++++++++++++++++ framework/Exceptions/templates/error404-id.html | 33 ++++++++++++++++++ framework/Exceptions/templates/error500-id.html | 33 ++++++++++++++++++ framework/Exceptions/templates/error503-id.html | 31 +++++++++++++++++ framework/Exceptions/templates/exception-id.html | 43 ++++++++++++++++++++++++ 6 files changed, 205 insertions(+) create mode 100644 framework/Exceptions/templates/error-id.html create mode 100644 framework/Exceptions/templates/error400-id.html create mode 100644 framework/Exceptions/templates/error404-id.html create mode 100644 framework/Exceptions/templates/error500-id.html create mode 100644 framework/Exceptions/templates/error503-id.html create mode 100644 framework/Exceptions/templates/exception-id.html (limited to 'framework/Exceptions/templates') diff --git a/framework/Exceptions/templates/error-id.html b/framework/Exceptions/templates/error-id.html new file mode 100644 index 00000000..608805a0 --- /dev/null +++ b/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/framework/Exceptions/templates/error400-id.html b/framework/Exceptions/templates/error400-id.html new file mode 100644 index 00000000..9f020108 --- /dev/null +++ b/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/framework/Exceptions/templates/error404-id.html b/framework/Exceptions/templates/error404-id.html new file mode 100644 index 00000000..3a249921 --- /dev/null +++ b/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/framework/Exceptions/templates/error500-id.html b/framework/Exceptions/templates/error500-id.html new file mode 100644 index 00000000..592138f0 --- /dev/null +++ b/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/framework/Exceptions/templates/error503-id.html b/framework/Exceptions/templates/error503-id.html new file mode 100644 index 00000000..43a52dea --- /dev/null +++ b/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/framework/Exceptions/templates/exception-id.html b/framework/Exceptions/templates/exception-id.html new file mode 100644 index 00000000..75961f56 --- /dev/null +++ b/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 -- cgit v1.2.3