Subversion Repositories svnkaklik

Rev

Go to most recent revision | Details | Last modification | View Log

Rev Author Line No. Line
6 kaklik 1
<?php
2
// ------------------------------------------------------------------------- //
3
// Coppermine Photo Gallery 1.3.2                                            //
4
// ------------------------------------------------------------------------- //
5
// Copyright (C) 2002-2004 Gregory DEMAR                                     //
6
// http://www.chezgreg.net/coppermine/                                       //
7
// ------------------------------------------------------------------------- //
8
// Updated by the Coppermine Dev Team                                        //
9
// (http://coppermine.sf.net/team/)                                          //
10
// see /docs/credits.html for details                                        //
11
// ------------------------------------------------------------------------- //
12
// This program is free software; you can redistribute it and/or modify      //
13
// it under the terms of the GNU General Public License as published by      //
14
// the Free Software Foundation; either version 2 of the License, or         //
15
// (at your option) any later version.                                       //
16
// ------------------------------------------------------------------------- //
17
// CVS version: $Id: thai-utf-8.php,v 1.1 2005/03/22 07:24:31 gaugau Exp $
18
// ------------------------------------------------------------------------- //
19
 
20
// info about translators and translated language
21
$lang_translation_info = array(
22
  'lang_name_english' => 'Thailand',
23
  'lang_name_native' => 'Thailand',
24
  'lang_country_code' => 'th',
25
  'trans_name'=> 'Thanit T.',
26
  'trans_email' => 'webmaster@thaioffroader.net',
27
  'trans_website' => 'http://www.thaioffroader.net/',
28
  'trans_date' => '2005-03-18',
29
);
30
 
31
$lang_charset = 'Tis-620';
32
$lang_text_dir = 'ltr'; // ('ltr' for left to right, 'rtl' for right to left)
33
 
34
// shortcuts for Byte, Kilo, Mega
35
$lang_byte_units = array('Bytes', 'KB', 'MB');
36
 
37
// Day of weeks and months
38
$lang_day_of_week = array('อาทิตย์์', 'จันทร์', 'อังคาร', 'พุธ', 'พฤหัสบดี', 'ศุกร์', 'เสาร์t');
39
$lang_month = array('ม.ค.', 'ก.พ.', 'มี.ค.', 'เม.ย.', 'พ.ค.', 'มิ.ย.', 'ก.ค.', 'ส.ค.', 'ก.ย.', 'ต.ค.', 'พ.ย.', 'ธ.ค.');
40
 
41
// Some common strings
42
$lang_yes = 'ใช่';
43
$lang_no  = 'ไม่ใช่';
44
$lang_back = 'ย้อนกลับ';
45
$lang_continue = 'ต่อไป';
46
$lang_info = 'โปรดทราบ';
47
$lang_error = 'เกิดความผิดพลาด';
48
 
49
// The various date formats
50
// See http://www.php.net/manual/en/function.strftime.php to define the variable below
51
$album_date_fmt =    '%B %d, %Y';
52
$lastcom_date_fmt =  '%m/%d/%y at %H:%M'; //cpg1.3.0
53
$lastup_date_fmt = '%B %d, %Y';
54
$register_date_fmt = '%B %d, %Y';
55
$lasthit_date_fmt = '%B %d, %Y at %I:%M %p'; //cpg1.3.0
56
$comment_date_fmt =  '%B %d, %Y at %I:%M %p'; //cpg1.3.0
57
 
58
// For the word censor
59
$lang_bad_words = array('*fuck*', 'asshole', 'assramer', 'bitch*', 'c0ck', 'clits', 'Cock', 'cum', 'cunt*', 'dago', 'daygo', 'dego', 'dick*', 'dildo', 'fanculo', 'feces', 'foreskin', 'Fu\(*', 'fuk*', 'honkey', 'hore', 'injun', 'kike', 'lesbo', 'masturbat*', 'motherfucker', 'nazis', 'nigger*', 'nutsack', 'penis', 'phuck', 'poop', 'pussy', 'scrotum', 'shit', 'slut', 'titties', 'titty', 'twaty', 'wank*', 'whore', 'wop*', 'เย็ด', 'หี', 'ควย', 'แตด');
60
 
61
$lang_meta_album_names = array(
62
  'random' => 'สุ่มภาพ', //cpg1.3.0
63
  'lastup' => 'เพิ่มล่าสุด',
64
  'lastalb'=> 'แก้ไขล่าสุด',
65
  'lastcom' => 'ความเห็นล่าสุด',
66
  'topn' => 'เข้าชมมากสุด',
67
  'toprated' => 'คะแนนสูงสุด',
68
  'lasthits' => 'แสดงล่าสุด',
69
  'search' => 'ผลการค้นหา',
70
  'favpics'=> 'รูปที่ชื่นชอบ', //cpg1.3.0
71
);
72
 
73
$lang_errors = array(
74
  'access_denied' => 'คุณไม่ได้รับอนุญาตให้ใช้งานในหน้า้นี้',
75
  'perm_denied' => 'คุณไม่ได้รับอนุญาตให้ใช้งาน',
76
  'param_missing' => 'สคริปต์ถูกเรียกโดยไม่มีพารามิเตอร์',
77
  'non_exist_ap' => 'ไม่มีรูป/อัลบั้มที่คุณเลือก', //cpg1.3.0
78
  'quota_exceeded' => 'ขนาดดิสค์ที่อนุญาตไม่พอ<br /><br />คุณได้รับขนาดที่อนุญาต [quota]K, ภาพของคุณมีขนาด [space]K, การเพิ่มภาพนี้จะทำให้ขนาดดิสค์ที่ได้รับอนุญาตไม่พอ', //cpg1.3.0
79
  'gd_file_type_err' => 'เมื่อใช้ GD image library จะอนุญาตเฉพาะ JPEG และ PNG.',
80
  'invalid_image' => 'รูปใช้ไม่ได้ หรือไม่สามารถใช้กับ GD library',
81
  'resize_failed' => 'ไม่สามารถแสดงภาพย่อ หรือย่อขนาดภาพ',
82
  'no_img_to_display' => 'ไม่มีภาพที่จะแสดง',
83
  'non_exist_cat' => 'ไม่มีหมวดหมู่ที่คุณเลือก',
84
  'orphan_cat' => 'ไม่มีหมวดหมู่หลัก, กรุณาใช้ส่วนจัดการหมวดหมู่เพื่อแก้ไข', //cpg1.3.0
85
  'directory_ro' => 'ไดเรคทอรี่ \'%s\' ไม่สามารถเขียนภาพได้, ภาพไม่สามารถลบได้', //cpg1.3.0
86
  'non_exist_comment' => 'ไม่มีความเห็นที่คุณเลือก',
87
  'pic_in_invalid_album' => 'ภาพไม่ได้อยู่ในอัลบั้มใดๆ (%s)!?', //cpg1.3.0
88
  'banned' => 'คุณกระทำการก่อกวนและสร้างความเสียหายเป็นผู้ไม่พึงประสงค์ หากไม่หยุดกระทำการเราจะแจ้งความเพื่อดำเนินคดี',
89
  'not_with_udb' => 'ส่วนนี้ถูกยกเลิก เพราะอาจทำให้เกิดความเสียหายกับโปรแกรมอื่น',
90
  'offline_title' => 'ไม่เปิดใช้งาน', //cpg1.3.0
91
  'offline_text' => 'แกลเลอรี่หยุดใช้งานชั่วคราว - กรุณากลับมาใหม่อีกครั้ง', //cpg1.3.0
92
  'ecards_empty' => 'ไม่มี ecard ที่จะแสดง กรุณาตรวจสอบค่าการแสดง ecard ใน config', //cpg1.3.0
93
  'action_failed' => 'ไม่สามารถกระทำได้', //cpg1.3.0
94
  'no_zip' => 'ไม่พบไลบรารี่ที่จัดการ ภาพ ZIP กรุณาติดต่อผู้ดูแลระบบ', //cpg1.3.0
95
  'zip_type' => 'คุณไม่ได้รับอนุญาตให้อัพโหลดภาพ ZIP', //cpg1.3.0
96
);
97
 
98
$lang_bbcode_help = 'โค๊ดเหล่านี้อาจช่วยให้คุณสะดวกขึ้น: <li>[b]<b>ตัวหนา</b>[/b]</li> <li>[i]<i>ตัวเอียง</i>[/i]</li> <li>[url=http://yoursite.com/]Url Text[/url]</li> <li>[email]user@domain.com[/email]</li>'; //cpg1.3.0
99
 
100
// ------------------------------------------------------------------------- //
101
// File theme.php
102
// ------------------------------------------------------------------------- //
103
 
104
$lang_main_menu = array(
105
  'alb_list_title' => 'ไปที่รายการอัลบั้ม',
106
  'alb_list_lnk' => 'รายการอัลบั้ม',
107
  'my_gal_title' => 'ไปที่อัลบั้มส่วนตัวของฉัน',
108
  'my_gal_lnk' => 'แกลเลอรี่ของฉัน',
109
  'my_prof_lnk' => 'ข้อมูลส่วนตัวของฉัน',
110
  'adm_mode_title' => 'เปลี่ยนเป็นระบบผู้ดูแลระบบ',
111
  'adm_mode_lnk' => 'ระบบผู้ดูแลระบบ',
112
  'usr_mode_title' => 'เปลี่ยนเป็นระบบผู้ใช้',
113
  'usr_mode_lnk' => 'ระบบผู้ใช้',
114
  'upload_pic_title' => 'อัพโหลดภาพไปที่อัลบั้ม', //cpg1.3.0
115
  'upload_pic_lnk' => 'อัพโหลดภาพ', //cpg1.3.0
116
  'register_title' => 'สร้างทะเบียนผู้ใช้',
117
  'register_lnk' => 'สมัครสมาชิก',
118
  'login_lnk' => 'Login',
119
  'logout_lnk' => 'Logout',
120
  'lastup_lnk' => 'อัพโหลดล่าสุด ',
121
  'lastcom_lnk' => 'ความเห็นล่าสุด ',
122
  'topn_lnk' => 'แสดงมากสุด ',
123
  'toprated_lnk' => 'คะแนนสูงสุด ',
124
  'search_lnk' => 'ค้นหา',
125
  'fav_lnk' => 'My Favorites',
126
  'memberlist_title' => 'รายชื่อสมาชิก', //cpg1.3.0
127
  'memberlist_lnk' => 'แสดงรายชื่อสมาชิก', //cpg1.3.0
128
  'faq_title' => 'คำถามที่ถามบ่อยใน &quot;Coppermine&quot;', //cpg1.3.0
129
  'faq_lnk' => 'FAQ', //cpg1.3.0
130
);
131
 
132
$lang_gallery_admin_menu = array(
133
  'upl_app_lnk' => 'ตรวจสอบการอัพโหลด',
134
  'config_lnk' => 'จัดการระบบ',
135
  'albums_lnk' => 'อัลบั้ม',
136
  'categories_lnk' => 'หมวดหมู่',
137
  'users_lnk' => 'ผู้ใช้',
138
  'groups_lnk' => 'กลุ่ม',
139
  'comments_lnk' => 'แสดงความเห็น', //cpg1.3.0
140
  'searchnew_lnk' => 'เพิ่มภาพต่อเนื่อง', //cpg1.3.0
141
  'util_lnk' => 'เครื่องมือผู้ดูแลระบบ', //cpg1.3.0
142
  'ban_lnk' => 'ห้ามผู้ใช้',
143
  'db_ecard_lnk' => 'แสดง Ecards', //cpg1.3.0
144
);
145
 
146
$lang_user_admin_menu = array(
147
  'albmgr_lnk' => 'สร้าง/ สั่ง อัลบั้มของฉัน',
148
  'modifyalb_lnk' => 'แก้ไขอัลบั้มของฉัน',
149
  'my_prof_lnk' => 'ข้อมูลส่วนตัว',
150
);
151
 
152
$lang_cat_list = array(
153
  'category' => 'หมวดหมู่',
154
  'albums' => 'อัลบั้ม',
155
  'pictures' => 'ภาพ', //cpg1.3.0
156
);
157
 
158
$lang_album_list = array(
159
  'album_on_page' => '%d อัลบั้ม ใน %d หน้า',
160
);
161
 
162
$lang_thumb_view = array(
163
  'date' => 'วันที่',
164
  //Sort by filename and title
165
  'name' => 'ชื่อภาพ',
166
  'title' => 'ชื่อเรื่อง',
167
  'sort_da' => 'เรียงวันที่ น้อยไปมาก',
168
  'sort_dd' => 'เรียงวันที่ มากไปน้อย',
169
  'sort_na' => 'เรียงชื่อ น้อยไปมาก',
170
  'sort_nd' => 'เรียงชื่อ มากไปน้อย',
171
  'sort_ta' => 'เรียงชื่อเรื่อง น้อยไปมาก',
172
  'sort_td' => 'เรียงชื่อเรื่อง มากไปน้อย',
173
  'download_zip' => 'ดาวน์โหลดภาพ Zip', //cpg1.3.0
174
  'pic_on_page' => '%d ภาพ ใน %d หน้า',
175
  'user_on_page' => '%d ผู้ใช้ ใน %d หน้า', //cpg1.3.0
176
);
177
 
178
$lang_img_nav_bar = array(
179
  'thumb_title' => 'กลับไปหน้าแสดงภาพย่อ',
180
  'pic_info_title' => 'แสดง/ซ่อน รายละเีอียดภาพ', //cpg1.3.0
181
  'slideshow_title' => 'สไลด์',
182
  'ecard_title' => 'ส่งเป็น e-card', //cpg1.3.0
183
  'ecard_disabled' => 'e-cards ใช้งานไม่ได้',
184
  'ecard_disabled_msg' => 'คุณไม่ได้รับอนุญาตให้ส่ง ecards', //js-alert //cpg1.3.0
185
  'prev_title' => 'ดูภาพก่อนหน้า', //cpg1.3.0
186
  'next_title' => 'ดูภาพถัดไป', //cpg1.3.0
187
  'pic_pos' => 'ภาพ %s/%s', //cpg1.3.0
188
);
189
 
190
$lang_rate_pic = array(
191
  'rate_this_pic' => 'ให้คะแนนภาพนี้ ', //cpg1.3.0
192
  'no_votes' => '(ยังไม่ให้คะแนน)',
193
  'rating' => '(คะแนนตอนนี้ : %s / 5 with %s votes)',
194
  'rubbish' => 'แย่มาก',
195
  'poor' => 'ต้องปรับปรุง',
196
  'fair' => 'พอใช้',
197
  'good' => 'ดี',
198
  'excellent' => 'ดีมาก',
199
  'great' => 'โอ้ว..พระเจ้าจอร์ช!!  มันยอดมาก...',
200
);
201
 
202
// ------------------------------------------------------------------------- //
203
// File include/exif.inc.php
204
// ------------------------------------------------------------------------- //
205
 
206
// void
207
 
208
// ------------------------------------------------------------------------- //
209
// File include/functions.inc.php
210
// ------------------------------------------------------------------------- //
211
 
212
$lang_cpg_die = array(
213
  INFORMATION => $lang_info,
214
  ERROR => $lang_error,
215
  CRITICAL_ERROR => 'เกิดความผิดพลาดร้ายแรง',
216
  'file' => 'ภาพ: ',
217
  'line' => 'บรรทัดที่: ',
218
);
219
 
220
$lang_display_thumbnails = array(
221
  'filename' => 'ชื่อภาพ : ',
222
  'filesize' => 'ขนาดภาพ : ',
223
  'dimensions' => 'ขนาดภาพ : ',
224
  'date_added' => 'วันที่เพิ่ม : ', //cpg1.3.0
225
);
226
 
227
$lang_get_pic_data = array(
228
  'n_comments' => '%s ความเห็น',
229
  'n_views' => '%s แสดง',
230
  'n_votes' => '(%s โหวต)',
231
);
232
 
233
$lang_cpg_debug_output = array(
234
  'debug_info' => 'Debug Info', //cpg1.3.0
235
  'select_all' => 'เลือกทั้งหมด', //cpg1.3.0
236
  'copy_and_paste_instructions' => 'หากคุณต้องการความช่วยเหลือบน coppermine support board, ก๊อปปี้ debug output ไปวางในส่วนของคำขอของคุณ และอย่าลืมเปลี่ยน password เป็น *** ก่อนโพสต์ข้อความ', //cpg1.3.0
237
  'phpinfo' => 'แสดง phpinfo', //cpg1.3.0
238
);
239
 
240
$lang_language_selection = array(
241
  'reset_language' => 'ภาษาหลัก', //cpg1.3.0
242
  'choose_language' => 'กรุณาเลือกภาษา', //cpg1.3.0
243
);
244
 
245
$lang_theme_selection = array(
246
  'reset_theme' => 'ธีมหลัก', //cpg1.3.0
247
  'choose_theme' => 'กรุณาเลือกธีม', //cpg1.3.0
248
);
249
 
250
// ------------------------------------------------------------------------- //
251
// File include/init.inc.php
252
// ------------------------------------------------------------------------- //
253
 
254
// void
255
 
256
// ------------------------------------------------------------------------- //
257
// File include/picmgmt.inc.php
258
// ------------------------------------------------------------------------- //
259
 
260
// void
261
 
262
// ------------------------------------------------------------------------- //
263
// File include/smilies.inc.php
264
// ------------------------------------------------------------------------- //
265
 
266
if (defined('SMILIES_PHP')) $lang_smilies_inc_php = array(
267
  'Exclamation' => 'Exclamation',
268
  'Question' => 'Question',
269
  'Very Happy' => 'Very Happy',
270
  'Smile' => 'Smile',
271
  'Sad' => 'Sad',
272
  'Surprised' => 'Surprised',
273
  'Shocked' => 'Shocked',
274
  'Confused' => 'Confused',
275
  'Cool' => 'Cool',
276
  'Laughing' => 'Laughing',
277
  'Mad' => 'Mad',
278
  'Razz' => 'Razz',
279
  'Embarassed' => 'Embarassed',
280
  'Crying or Very sad' => 'Crying or Very sad',
281
  'Evil or Very Mad' => 'Evil or Very Mad',
282
  'Twisted Evil' => 'Twisted Evil',
283
  'Rolling Eyes' => 'Rolling Eyes',
284
  'Wink' => 'Wink',
285
  'Idea' => 'Idea',
286
  'Arrow' => 'Arrow',
287
  'Neutral' => 'Neutral',
288
  'Mr. Green' => 'Mr. Green',
289
);
290
 
291
// ------------------------------------------------------------------------- //
292
// File addpic.php
293
// ------------------------------------------------------------------------- //
294
 
295
// void
296
 
297
// ------------------------------------------------------------------------- //
298
// File admin.php
299
// ------------------------------------------------------------------------- //
300
 
301
if (defined('ADMIN_PHP')) $lang_admin_php = array(
302
 
303
  1 => 'เข้าสู่ผู้ดูแลระบบ...',
304
);
305
 
306
// ------------------------------------------------------------------------- //
307
// File albmgr.php
308
// ------------------------------------------------------------------------- //
309
 
310
if (defined('ALBMGR_PHP')) $lang_albmgr_php = array(
311
  'alb_need_name' => 'กรุณาตั้งชื่ออัลบั้ม !', //js-alert
312
  'confirm_modifs' => 'คุณแน่ใจที่จะเปลี่ยนค่าตามนี้ ?', //js-alert
313
  'no_change' => 'คุณไม่ได้เปลี่ยนอะไร !', //js-alert
314
  'new_album' => 'สร้างอัลบั้มใหม่',
315
  'confirm_delete1' => 'คุณแน่ใจที่จะลบอัลบั้มนี้ ?', //js-alert
316
  'confirm_delete2' => '\n ภาพและความเห็นจะถูกลบ !', //js-alert
317
  'select_first' => 'กรุณาเลือกอัลบั้มก่อน', //js-alert
318
  'alb_mrg' => 'จัดการอัลบั้ม',
319
  'my_gallery' => '* แกลเลอรี่ของฉัน *',
320
  'no_category' => '* ไม่มีหมวดหมู่ *',
321
  'delete' => 'ลบ',
322
  'new' => 'เพิ่ม',
323
  'apply_modifs' => 'บันทึกการเปลี่ยนแปลง',
324
  'select_category' => 'เลือกหมวดหมู่',
325
);
326
 
327
// ------------------------------------------------------------------------- //
328
// File catmgr.php
329
// ------------------------------------------------------------------------- //
330
 
331
if (defined('CATMGR_PHP')) $lang_catmgr_php = array(
332
  'miss_param' => 'พารามิเตอร์สำหรับ \'%s\' ไม่สามารถส่งคำสั่งได้ !',
333
  'unknown_cat' => 'หมวดหมู่ที่เลือกไม่มีในฐานข้อมูล',
334
  'usergal_cat_ro' => 'อัลบั้มภาพสมาชิกไม่สามารถลบได้ !',
335
  'manage_cat' => 'จัดการหมวดหมู่',
336
  'confirm_delete' => 'คุณแน่ใจที่จะลบหมวดหมู่นี้ ?', //js-alert
337
  'category' => 'หมวดหมู่',
338
  'operations' => 'จัดการ',
339
  'move_into' => 'ย้ายไป',
340
  'update_create' => 'ปรับปรุง/สร้าง หมวดหมู่',
341
  'parent_cat' => 'หมวดหมู่หลัก',
342
  'cat_title' => 'คำอธิบายหมวดหมู่',
343
  'cat_thumb' => 'ภาพแบบย่อของหมวดหมู่', //cpg1.3.0
344
  'cat_desc' => 'รายละเอียดของหมวดหมู่',
345
);
346
 
347
// ------------------------------------------------------------------------- //
348
// File config.php
349
// ------------------------------------------------------------------------- //
350
 
351
if (defined('CONFIG_PHP')) $lang_config_php = array(
352
  'title' => 'กำหนดค่า',
353
  'restore_cfg' => 'กลับไปใช้ค่าหลักของระบบ',
354
  'save_cfg' => 'บันทึกค่าใหม่',
355
  'notes' => 'บันทึกความเห็น',
356
  'info' => 'คำแนะนำ',
357
  'upd_success' => 'การตั้งค่า Coppermine ถูกบันทึกแล้ว',
358
  'restore_success' => 'การตั้งค่าหลักของระบบ Coppermine ถูกเรียกคืนแล้ว',
359
  'name_a' => 'ชื่อ น้อยไปมาก',
360
  'name_d' => 'ชื่อ มากไปน้อย',
361
  'title_a' => 'คำอธิบาย น้อยไปมาก',
362
  'title_d' => 'คำอธิบาย มากไปน้อย',
363
  'date_a' => 'วันที่ น้อยไปมาก',
364
  'date_d' => 'วันที่ มากไปน้อย',
365
  'th_any' => 'สัดส่วนอัตโนมัติ',
366
  'th_ht' => 'ส่วนสูง',
367
  'th_wd' => 'ความกว้าง',
368
  'label' => 'ชื่อ', //cpg1.3.0
369
  'item' => 'รายละเอียด', //cpg1.3.0
370
  'debug_everyone' => 'ทุกคน', //cpg1.3.0
371
  'debug_admin' => 'เฉพาะผู้ดูแลระบบ', //cpg1.3.0
372
        );
373
 
374
if (defined('CONFIG_PHP')) $lang_config_data = array(
375
  'General settings',
376
  array('Gallery name', 'gallery_name', 0),
377
  array('Gallery description', 'gallery_description', 0),
378
  array('Gallery administrator email', 'gallery_admin_email', 0),
379
  array('Target address for the \'See more pictures\' link in e-cards', 'ecards_more_pic_target', 0),
380
  array('Gallery is offline', 'offline', 1), //cpg1.3.0
381
  array('Log ecards', 'log_ecards', 1), //cpg1.3.0
382
  array('Allow ZIP-download of favorites', 'enable_zipdownload', 1), //cpg1.3.0
383
 
384
  'Language, Themes &amp; Charset settings',
385
  array('Language', 'lang', 5),
386
  array('Theme', 'theme', 6),
387
  array('Display language list', 'language_list', 1), //cpg1.3.0
388
  array('Display language flags', 'language_flags', 8), //cpg1.3.0
389
  array('Display &quot;reset&quot; in language selection', 'language_reset', 1), //cpg1.3.0
390
  array('Display theme list', 'theme_list', 1), //cpg1.3.0
391
  array('Display &quot;reset&quot; in theme selection', 'theme_reset', 1), //cpg1.3.0
392
  array('Display FAQ', 'display_faq', 1), //cpg1.3.0
393
  array('Display bbcode help', 'show_bbcode_help', 1), //cpg1.3.0
394
  array('Character encoding', 'charset', 4), //cpg1.3.0
395
 
396
  'Album list view',
397
  array('Width of the main table (pixels or %)', 'main_table_width', 0),
398
  array('Number of levels of categories to display', 'subcat_level', 0),
399
  array('Number of albums to display', 'albums_per_page', 0),
400
  array('Number of columns for the album list', 'album_list_cols', 0),
401
  array('Size of thumbnails in pixels', 'alb_list_thumb_size', 0),
402
  array('The content of the main page', 'main_page_layout', 0),
403
  array('Show first level album thumbnails in categories','first_level',1),
404
 
405
  'Thumbnail view',
406
  array('Number of columns on thumbnail page', 'thumbcols', 0),
407
  array('Number of rows on thumbnail page', 'thumbrows', 0),
408
  array('Maximum number of tabs to display', 'max_tabs', 10), //cpg1.3.0
409
  array('Display file caption (in addition to title) below the thumbnail', 'caption_in_thumbview', 1), //cpg1.3.0
410
  array('Display number of views below the thumbnail', 'views_in_thumbview', 1), //cpg1.3.0
411
  array('Display number of comments below the thumbnail', 'display_comment_count', 1),
412
  array('Display uploader name below the thumbnail', 'display_uploader', 1), //cpg1.3.0
413
  array('Default sort order for files', 'default_sort_order', 3), //cpg1.3.0
414
  array('Minimum number of votes for a file to appear in the \'top-rated\' list', 'min_votes_for_rating', 0), //cpg1.3.0
415
 
416
  'Image view &amp; Comment settings',
417
  array('Width of the table for file display (pixels or %)', 'picture_table_width', 0), //cpg1.3.0
418
  array('File information is visible by default', 'display_pic_info', 1), //cpg1.3.0
419
  array('Filter bad words in comments', 'filter_bad_words', 1),
420
  array('Allow smiles in comments', 'enable_smilies', 1),
421
  array('Allow several consecutive comments on one file from the same user (disable flood protection)', 'disable_comment_flood_protect', 1), //cpg1.3.0
422
  array('Max length for an image description', 'max_img_desc_length', 0),
423
  array('Max number of characters in a word', 'max_com_wlength', 0),
424
  array('Max number of lines in a comment', 'max_com_lines', 0),
425
  array('Maximum length of a comment', 'max_com_size', 0),
426
  array('Show film strip', 'display_film_strip', 1),
427
  array('Number of items in film strip', 'max_film_strip_items', 0),
428
  array('Notify admin of comments by email', 'email_comment_notification', 1), //cpg1.3.0
429
  array('Slideshow interval in milliseconds (1 second = 1000 milliseconds)', 'slideshow_interval', 0), //cpg1.3.0
430
 
431
  'Files and thumbnails settings', //cpg1.3.0
432
  array('Quality for JPEG files', 'jpeg_qual', 0),
433
  array('Max dimension of a thumbnail <a href="#notice2" class="clickable_option">**</a>', 'thumb_width', 0), //cpg1.3.0
434
  array('Use dimension ( width or height or Max aspect for thumbnail )<b>**</b>', 'thumb_use', 7),
435
  array('Create intermediate pictures','make_intermediate',1),
436
  array('Max width or height of an intermediate picture/video <a href="#notice2" class="clickable_option">**</a>', 'picture_width', 0), //cpg1.3.0
437
  array('Max size for uploaded files (KB)', 'max_upl_size', 0), //cpg1.3.0
438
  array('Max width or height for uploaded pictures/videos (pixels)', 'max_upl_width_height', 0), //cpg1.3.0
439
 
440
  'Files and thumbnails advanced settings', //cpg1.3.0
441
  array('Show private album Icon to unlogged user','show_private',1), //cpg1.3.0
442
  array('Characters forbidden in filenames', 'forbiden_fname_char',0), //cpg1.3.0
443
  //array('Accepted file extensions for uploaded pictures', 'allowed_file_extensions',0), //cpg1.3.0
444
  array('Allowed image types', 'allowed_img_types',0), //cpg1.3.0
445
  array('Allowed movie types', 'allowed_mov_types',0), //cpg1.3.0
446
  array('Allowed audio types', 'allowed_snd_types',0), //cpg1.3.0
447
  array('Allowed document types', 'allowed_doc_types',0), //cpg1.3.0
448
  array('Method for resizing images','thumb_method',2), //cpg1.3.0
449
  array('Path to ImageMagick \'convert\' utility (example /usr/bin/X11/)', 'impath', 0), //cpg1.3.0
450
  //array('Allowed image types (only valid for ImageMagick)', 'allowed_img_types',0), //cpg1.3.0
451
  array('Command line options for ImageMagick', 'im_options', 0), //cpg1.3.0
452
  array('Read EXIF data in JPEG files', 'read_exif_data', 1), //cpg1.3.0
453
  array('Read IPTC data in JPEG files', 'read_iptc_data', 1), //cpg1.3.0
454
  array('The album directory <a href="#notice1" class="clickable_option">*</a>', 'fullpath', 0), //cpg1.3.0
455
  array('The directory for user files <a href="#notice1" class="clickable_option">*</a>', 'userpics', 0), //cpg1.3.0
456
  array('The prefix for intermediate pictures <a href="#notice1" class="clickable_option">*</a>', 'normal_pfx', 0), //cpg1.3.0
457
  array('The prefix for thumbnails <a href="#notice1" class="clickable_option">*</a>', 'thumb_pfx', 0), //cpg1.3.0
458
  array('Default mode for directories', 'default_dir_mode', 0), //cpg1.3.0
459
  array('Default mode for files', 'default_file_mode', 0), //cpg1.3.0
460
 
461
  'User settings',
462
  array('Allow new user registrations', 'allow_user_registration', 1),
463
  array('User registration requires email verification', 'reg_requires_valid_email', 1),
464
  array('Notify admin of user registration by email', 'reg_notify_admin_email', 1), //cpg1.3.0
465
  array('Allow two users to have the same email address', 'allow_duplicate_emails_addr', 1),
466
  array('Users can have private albums (Note: if you switch from \'yes\' to \'no\' any current private albums will become public)', 'allow_private_albums', 1), //cpg1.3.0
467
  array('Notify admin of user upload awaiting approval', 'upl_notify_admin_email', 1), //cpg1.3.0
468
  array('Allow logged in users to view memberlist', 'allow_memberlist', 1), //cpg1.3.0
469
 
470
  'Custom fields for image description (leave blank if unused)',
471
  array('Field 1 name', 'user_field1_name', 0),
472
  array('Field 2 name', 'user_field2_name', 0),
473
  array('Field 3 name', 'user_field3_name', 0),
474
  array('Field 4 name', 'user_field4_name', 0),
475
 
476
  'Cookies settings',
477
  array('Name of the cookie used by the script (when using bbs integration, make sure it differs from the bbs\'s cookie name)', 'cookie_name', 0),
478
  array('Path of the cookie used by the script', 'cookie_path', 0),
479
 
480
  'Miscellaneous settings',
481
  array('Enable debug mode', 'debug_mode', 9), //cpg1.3.0
482
  array('Display notices in debug mode', 'debug_notice', 1), //cpg1.3.0
483
 
484
  '<br /><div align="left"><a name="notice1"></a>(*) This settings mustn\'t be changed if you already have files in your database.<br />
485
  <a name="notice2"></a>(**) When changing this setting, only the files that are added from that point on are affected, so it is advisable that this setting must not be changed if there are already files in the gallery. You can, however, apply the changes to the existing files with the &quot;<a href="util.php">admin tools</a> (resize pictures)&quot; utility from the admin menu.</div><br />', //cpg1.3.0
486
);
487
 
488
// ------------------------------------------------------------------------- //
489
// File db_ecard.php //cpg1.3.0
490
// ------------------------------------------------------------------------- //
491
 
492
if (defined('DB_ECARD_PHP')) $lang_db_ecard_php = array(
493
  'title' => 'ส่ง ecards', //cpg1.3.0
494
  'ecard_sender' => 'ผู้ส่ง', //cpg1.3.0
495
  'ecard_recipient' => 'ผู้รับ', //cpg1.3.0
496
  'ecard_date' => 'วันที่', //cpg1.3.0
497
  'ecard_display' => 'แสดง ecard', //cpg1.3.0
498
  'ecard_name' => 'ชื่อ', //cpg1.3.0
499
  'ecard_email' => 'Email', //cpg1.3.0
500
  'ecard_ip' => 'IP #', //cpg1.3.0
501
  'ecard_ascending' => 'น้อยไปมาก', //cpg1.3.0
502
  'ecard_descending' => 'มากไปน้อย', //cpg1.3.0
503
  'ecard_sorted' => 'เรียง', //cpg1.3.0
504
  'ecard_by_date' => 'by date', //cpg1.3.0
505
  'ecard_by_sender_name' => 'โดยผู้ส่ง ชื่อ', //cpg1.3.0
506
  'ecard_by_sender_email' => 'โดยผู้ส่ง อีเมล์', //cpg1.3.0
507
  'ecard_by_sender_ip' => 'โดยผู้ส่ง IP address', //cpg1.3.0
508
  'ecard_by_recipient_name' => 'โดยผู้รับชื่อ', //cpg1.3.0
509
  'ecard_by_recipient_email' => 'โดยผู้รับ อีเมล์', //cpg1.3.0
510
  'ecard_number' => 'แสดงเรคคอร์ดที่ %s ถึง %s จาก %s', //cpg1.3.0
511
  'ecard_goto_page' => 'ไปที่หน้า', //cpg1.3.0
512
  'ecard_records_per_page' => 'เรคคอร์ดต่อหน้า', //cpg1.3.0
513
  'check_all' => 'เลือกทั้งหมด', //cpg1.3.0
514
  'uncheck_all' => 'ไม่เลือก', //cpg1.3.0
515
  'ecards_delete_selected' => 'ลบ ecards ที่เลือก', //cpg1.3.0
516
  'ecards_delete_confirm' => 'คุณแน่ใจที่จะลบ? เลือกที่เช็คบ็อกซ์!', //cpg1.3.0
517
  'ecards_delete_sure' => 'ฉันแน่ใจ', //cpg1.3.0
518
);
519
 
520
 
521
// ------------------------------------------------------------------------- //
522
// File db_input.php
523
// ------------------------------------------------------------------------- //
524
 
525
if (defined('DB_INPUT_PHP')) $lang_db_input_php = array(
526
  'empty_name_or_com' => 'คุณต้องพิมพ์ชื่อและความเห็น',
527
  'com_added' => 'ความเห็นคุณถูกบันทึกแล้ว',
528
  'alb_need_title' => 'คุณควรจะอธิบายคำแนะนำของอัลบั้ม !',
529
  'no_udp_needed' => 'ไม่จำเป็นต้องอัพเดต',
530
  'alb_updated' => 'อัลบั้มอัพเดตแล้ว',
531
  'unknown_album' => 'ไม่มีอัลบั้มที่คุณเลือก หรือคุณไม่มีสิทธิ์จะส่งไฟล์สู่อัลบั้มนี้',
532
  'no_pic_uploaded' => 'ไม่มีภาพใดๆได้อัพโหลด !<br /><br />หากคุณได้เลือกภาพที่จะอัพโหลด โปรดตรวจสอบการอัพโหลดจากเซิร์ฟเวอร์...', //cpg1.3.0
533
  'err_mkdir' => 'ไม่สามารถสร้าง ไดเรคทอรี่ %s !',
534
  'dest_dir_ro' => 'ไดเรคทอรี่ %s ไม่สามารถเขียนด้วยสคริปต์ได้ !',
535
  'err_move' => 'ไม่สามารถย้าย %s ไป %s !',
536
  'err_fsize_too_large' => 'ขนาดภาพของคุณใหญ่เกินไป (ขนาดสูงสุดที่อนุญาตคือ %s x %s) !', //cpg1.3.0
537
  'err_imgsize_too_large' => 'ขนาดภาพของคุณใหญ่เกินไป (ขนาดสูงสุดที่อนุญาตคือ %s KB) !',
538
  'err_invalid_img' => 'ภาพที่คุณอัพโหลดไม่ใช่ภาพแบบที่อนุญาต !',
539
  'allowed_img_types' => 'คุณยังอัพโหลดได้ %s ภาพ.',
540
  'err_insert_pic' => 'ภาพของคุณ \'%s\' ไม่สามารถส่งเข้าอัลบั้มได้ ', //cpg1.3.0
541
  'upload_success' => 'อัพโหลดภาพแล้ว<br /><br />ภาพจะแสดงหลังจากตรวจสอบโดยผู้ดูแลระบบ', //cpg1.3.0
542
  'notify_admin_email_subject' => '%s - ภาพส่งเข้ามา', //cpg1.3.0
543
  'notify_admin_email_body' => 'รูปที่อัพโหลดเข้ามา %s ซึ่งรอการตรวจสอบ. มีผู้เข้าชม %s', //cpg1.3.0
544
  'info' => 'รายละเอียด',
545
  'com_added' => 'ความเห็นถูกบันทึก',
546
  'alb_updated' => 'อัลบั้มถูกปรับปรุง',
547
  'err_comment_empty' => 'คุณไม่ได้พิมพ์ความเห็น !',
548
  'err_invalid_fext' => 'ภาพแบบนี้เท่านั้นที่อนุญาต : <br /><br />%s.',
549
  'no_flood' => 'คุณได้แสดงความเห็นล่าสุดไปแล้ว<br /><br />คุณแก้ไขความเห็นของคุณได้ถ้าต้องการ', //cpg1.3.0
550
  'redirect_msg' => 'เรากำลังพาคุณไปที่<br /><br /><br />คลิ๊ก \'CONTINUE\' หากระบบไม่ส่งไปโดยอัตโนมัติ',
551
  'upl_success' => 'เพิ่มภาพสำเร็จ', //cpg1.3.0
552
  'email_comment_subject' => 'ความเห็นที่โพสต์ใน Coppermine Photo Gallery', //cpg1.3.0
553
  'email_comment_body' => 'มีผู้แสดงความเห็นในแกลเลอรี่ของคุณ ชมได้ที่นี่', //cpg1.3.0
554
);
555
 
556
// ------------------------------------------------------------------------- //
557
// File delete.php
558
// ------------------------------------------------------------------------- //
559
 
560
if (defined('DELETE_PHP')) $lang_delete_php = array(
561
  'caption' => 'คำอธิบาย',
562
  'fs_pic' => 'ภาพขยาย',
563
  'del_success' => 'ลบแล้ว',
564
  'ns_pic' => 'ภาพขนาดปกติ',
565
  'err_del' => 'ไม่สามารถลบได้',
566
  'thumb_pic' => 'ภาพย่อ',
567
  'comment' => 'ความเห็น',
568
  'im_in_alb' => 'ภาพในอัลบั้ม',
569
  'alb_del_success' => 'อัลบั้ม \'%s\' ลบ',
570
  'alb_mgr' => 'จัดการอัลบั้ม',
571
  'err_invalid_data' => 'ไม่สามารถรับข้อมูลจาก \'%s\'',
572
  'create_alb' => 'สร้างอัลบั้ม \'%s\'',
573
  'update_alb' => 'ปรับปรุงอัลบั้ม \'%s\' และคำอธิบาย \'%s\' และจัดเรียง \'%s\'',
574
  'del_pic' => 'ลบภาพ', //cpg1.3.0
575
  'del_alb' => 'ลบอัลบั้ม',
576
  'del_user' => 'ลบผู้ใช้',
577
  'err_unknown_user' => 'ไม่มีชื่อผู้ใช้ที่คุณเลือก',
578
  'comment_deleted' => 'ลบความเห็นแล้ว',
579
);
580
 
581
// ------------------------------------------------------------------------- //
582
// File displayecard.php
583
// ------------------------------------------------------------------------- //
584
 
585
// Void
586
 
587
// ------------------------------------------------------------------------- //
588
// File displayimage.php
589
// ------------------------------------------------------------------------- //
590
 
591
if (defined('DISPLAYIMAGE_PHP')){
592
 
593
$lang_display_image_php = array(
594
  'confirm_del' => 'คุณแน่ใจที่จะลบภาพนี้ ? \\n ความเห็นจะถููกลบไปด้วย', //js-alert //cpg1.3.0
595
  'del_pic' => 'ลบภาพนี้', //cpg1.3.0
596
  'size' => '%s x %s pixels',
597
  'views' => '%s ครั้ง',
598
  'slideshow' => 'สไลด์',
599
  'stop_slideshow' => 'หยุดแสดงสไลด์',
600
  'view_fs' => 'ดูภาพขยาย',
601
  'edit_pic' => 'แก้ไขรายละเอียด', //cpg1.3.0
602
  'crop_pic' => 'Crop and Rotate', //cpg1.3.0
603
);
604
 
605
$lang_picinfo = array(
606
  'title' =>'รายละเอียดของภาพ', //cpg1.3.0
607
  'Filename' => 'ชื่อภาพ',
608
  'Album name' => 'ชื่ออัลบั้ม',
609
  'Rating' => 'คะแนน (%s โหวต)',
610
  'Keywords' => 'คำค้น',
611
  'File Size' => 'ขนาดภาพ',
612
  'Dimensions' => 'ขนาดภาพ',
613
  'Displayed' => 'แสดง',
614
  'Camera' => 'กล้อง',
615
  'Date taken' => 'วันที่ถ่ายภาพ',
616
  'ISO'=>'ISO',
617
  'Aperture' => 'Aperture',
618
  'Exposure time' => 'Exposure time',
619
  'Focal length' => 'Focal length',
620
  'Comment' => 'ความเห็น',
621
  'addFav'=>'เพิ่มในส่วนที่ชอบ', //cpg1.3.0
622
  'addFavPhrase'=>'ส่วนที่ชอบ', //cpg1.3.0
623
  'remFav'=>'ลบจากส่วนที่ชอบ', //cpg1.3.0
624
  'iptcTitle'=>'IPTC Title', //cpg1.3.0
625
  'iptcCopyright'=>'IPTC Copyright', //cpg1.3.0
626
  'iptcKeywords'=>'IPTC Keywords', //cpg1.3.0
627
  'iptcCategory'=>'IPTC Category', //cpg1.3.0
628
  'iptcSubCategories'=>'IPTC Sub Categories', //cpg1.3.0
629
);
630
 
631
$lang_display_comments = array(
632
  'OK' => 'OK',
633
  'edit_title' => 'แก้ความเห็นนี้',
634
  'confirm_delete' => 'คุณแน่ใจที่จะลบความเห็นนี้ ?', //js-alert
635
  'add_your_comment' => 'เพิ่มความเห็น',
636
  'name'=>'ชื่อ',
637
  'comment'=>'ความเห็น',
638
  'your_name' => 'someone',
639
);
640
 
641
$lang_fullsize_popup = array(
642
  'click_to_close' => 'คลิ๊กที่ภาพเพื่อออก',
643
);
644
 
645
}
646
 
647
// ------------------------------------------------------------------------- //
648
// File ecard.php
649
// ------------------------------------------------------------------------- //
650
 
651
if (defined('ECARDS_PHP') || defined('DISPLAYECARD_PHP')) $lang_ecard_php =array(
652
  'title' => 'ส่ง-card',
653
  'invalid_email' => '<b>คำเตือน</b> : รูปแบบของอีเมล์ไม่ถูกต้อง !',
654
  'ecard_title' => 'e-card จาก %s ถึงคุณ',
655
  'error_not_image' => 'ภาพเท่านั้นที่จะส่งเป็น e-card ได้', //cpg1.3.0
656
  'view_ecard' => 'หาก e-card ไม่แสดง, กรุณาคลิ๊กที่นี่',
657
  'view_more_pics' => 'คลิี๊กที่นี่เพื่อดูภาพเพิ่มเติม !',
658
  'send_success' => 'ecard ถูกส่งแล้ว',
659
  'send_failed' => 'เซิร์ฟเวอร์ไม่สามารถส่ง e-card...',
660
  'from' => 'จาก',
661
  'your_name' => 'ชื่อคุณ',
662
  'your_email' => 'อีเมล์ของคุณ',
663
  'to' => 'To',
664
  'rcpt_name' => 'ชื่อผู้รับ',
665
  'rcpt_email' => 'อีเมล์ผู้รับ',
666
  'greetings' => 'คำอวยพร',
667
  'message' => 'ข้อความ',
668
);
669
 
670
// ------------------------------------------------------------------------- //
671
// File editpics.php
672
// ------------------------------------------------------------------------- //
673
 
674
if (defined('EDITPICS_PHP')) $lang_editpics_php = array(
675
  'pic_info' => 'รายละเอียดภาพ', //cpg1.3.0
676
  'album' => 'อัลบั้ม',
677
  'title' => 'คำอธิบาย',
678
  'desc' => 'รายละเอียด',
679
  'keywords' => 'คำค้น',
680
  'pic_info_str' => '%s &times; %s - %s KB - %s ครั้ง - %s โหวต',
681
  'approve' => 'ตรวจสอบภาพ', //cpg1.3.0
682
  'postpone_app' => 'อยู่ระหว่างตรวจสอบ',
683
  'del_pic' => 'ลบภาพ', //cpg1.3.0
684
  'read_exif' => 'อ่านค่า EXIF อีกครั้ง', //cpg1.3.0
685
  'reset_view_count' => 'ตั้งค่าตัวนับใหม่',
686
  'reset_votes' => 'ตั้งค่าโหวตใหม่',
687
  'del_comm' => 'ลบความเห็น',
688
  'upl_approval' => 'รอการตรวจสอบ',
689
  'edit_pics' => 'แก้ไขภาพ', //cpg1.3.0
690
  'see_next' => 'แสดงภาพต่อไป', //cpg1.3.0
691
  'see_prev' => 'แสดงภาพก่อนหน้า', //cpg1.3.0
692
  'n_pic' => '%s ภาพ', //cpg1.3.0
693
  'n_of_pic_to_disp' => 'จำนวนที่แสดง', //cpg1.3.0
694
  'apply' => 'บันทึกค่า', //cpg1.3.0
695
  'crop_title' => 'Coppermine Picture Editor', //cpg1.3.0
696
  'preview' => 'แสดงตัวอย่าง', //cpg1.3.0
697
  'save' => 'บันทึก', //cpg1.3.0
698
  'save_thumb' =>'บันทึกเป็นภาพย่อ', //cpg1.3.0
699
  'sel_on_img' =>'สามารถเลือกได้เฉพาะบนภาพเท่านั้น!', //js-alert //cpg1.3.0
700
);
701
 
702
// ------------------------------------------------------------------------- //
703
// File faq.php //cpg1.3.0
704
// ------------------------------------------------------------------------- //
705
 
706
if (defined('FAQ_PHP')) $lang_faq_php = array(
707
  'faq' => 'คำถามที่ถามบ่อย', //cpg1.3.0
708
  'toc' => 'เนื้อหา', //cpg1.3.0
709
  'question' => 'คำถาม: ', //cpg1.3.0
710
  'answer' => 'คำตอบ: ', //cpg1.3.0
711
);
712
 
713
if (defined('FAQ_PHP')) $lang_faq_data = array(
714
  'General FAQ', //cpg1.3.0
715
  array('ทำไมต้องสมัครสมาชิก?', 'Registration may or may not be required by the administrator. Registration gives a member additional features such as uploading, having a favorite list, rating pictures and posting comments etc.', 'allow_user_registration', '1'), //cpg1.3.0
716
  array('สมัครสมาชิกอย่างไร?', 'Go to &quot;Register&quot; and fill out the required fields (and the optional ones if you want to).<br />If the Administrator has Email Activation enabled ,then after submitting your information you should recieve an email message at the address that you have submitted while registering, giving you instructions on how to activate your membership. Your membership must be activated in order for you to login.', 'allow_user_registration', '1'), //cpg1.3.0
717
  array('เข้าระบบอย่างไร?', 'Go to &quot;Login&quot;, submit your username and password and check &quot;Remember Me&quot; so you will be logged in on the site if you should leave it.<br /><b>IMPORTANT:Cookies must be enabled and the cookie from this site must not be deleted in order to use &quot;Remember Me&quot;.</b>', 'offline', 0), //cpg1.3.0
718
  array('ทำไมฉันเข้าระบบไม่ได้?', 'Did you register and click the link that was sent to you via email?. The link will activate your account. For other login problems contact the site administrator.', 'offline', 0), //cpg1.3.0
719
  array('ฉันลืม password?', 'If this site has a &quot;Forgot password&quot; link then use it. Other than that contact the site administrator for a new password.', 'offline', 0), //cpg1.3.0
720
  //array('What if I changed my email address?', 'Just simply login and change your email address through &quot;Profile&quot;', 'offline', 0), //cpg1.3.0
721
  array('ฉันจะเก็บภาพเข้าส่วน &quot;ภาพที่ฉันชอบ&quot; ได้อย่างไร?', 'Click on a picture and click on the &quot;picture info&quot; link (<img src="images/info.gif" width="16" height="16" border="0" alt="Picture information" />); scroll down to the picture information set and click &quot;Add to fav&quot;.<br />The administrator may have the &quot;picture information&quot; on by default.<br />IMPORTANT:Cookies must be enabled and the cookie from this site must not be deleted.', 'offline', 0), //cpg1.3.0
722
  array('ฉันจะให้คะแนนอย่างไร?', 'Click on a thumbnail and go to the bottom and choose a rating.', 'offline', 0), //cpg1.3.0
723
  array('ฉันจะแสดงความเห็นอย่างไร?', 'Click on a thumbnail and go to the bottom and post a comment.', 'offline', 0), //cpg1.3.0
724
array('ฉันจะส่งภาพขึ้นอัลบั้มอย่างไร?', 'Go to &quot;Upload&quot;and select the album that you want to upload to, click &quot;Browse&quot; and find the file to upload and click &quot;open&quot; (add a title and description if you want to) and click &quot;Submit&quot;', 'allow_private_albums', 0), //cpg1.3.0
725
  array('ภาพของฉันจะอัพโหลดไปที่ไหน?', 'You will be able to upload a file to one of your albums in &quot;My Gallery&quot;. The Administrator may also allow you to upload a file to one or more of the albums in the Main Gallery.', 'allow_private_albums', 0), //cpg1.3.0
726
  array('ขนาดภาพที่ฉันได้รับอนุญาตให้อัพโหลด?', 'The size and type (jpg, png, etc.) is up to the administrator.', 'offline', 0), //cpg1.3.0
727
  array('อะไรคือ &quot;แกลเลอรี่ของฉัน&quot;?', '&quot;My Gallery&quot; is a personal gallery that the user can upload to and manage.', 'allow_private_albums', 0), //cpg1.3.0
728
  array('ทำไงฉันจะสร้าง, เปลี่ยนชื่อ หรือลบ อัลบั้มจาก &quot;My Gallery&quot;?', 'You should already be in &quot;Admin-Mode&quot;<br />Go to &quot;Create/Order My Albums&quot;and click &quot;New&quot;. Change &quot;New Album&quot; to your desired name.<br />You can also rename any of the albums in your gallery.<br />Click &quot;Apply Modifications&quot;.', 'allow_private_albums', 0), //cpg1.3.0
729
  array('ทำไงฉันถึงจะเปลี่ยนค่าผู้เข้าชมอัลบั้มของฉัน?', 'You should already be in &quot;Admin Mode&quot;<br />Go to &quot;Modify My Albums. On the &quot;Update Album&quot; bar, select the album that you want to modify.<br />Here, you can change the name, description, thumbnail picture, restrict viewing and comment/rating permissions.<br />Click &quot;Update Album&quot;.', 'allow_private_albums', 0), //cpg1.3.0
730
  array('ทำไงถึงจะดู แกลเลอรี่ของผู้ใช้คนอื่นได้?', 'Go to &quot;Album List&quot; and select &quot;User Galleries&quot;.', 'allow_private_albums', 0), //cpg1.3.0
731
  array('อะไรคือคุ๊กกี้ ขนมเหรอ?', 'Cookies are a plain text piece of data that is sent from a website and is put on to your computer.<br />Cookies usually allow a user to leave and return to the site without having to login again and other various chores.', 'offline', 0), //cpg1.3.0
732
  array('ฉันอยากได้โปรแกรมนี้สำหรับเงปของฉันบ้าง?', 'Coppermine is a free Multimedia Gallery, released under GNU GPL. It is full of features and has been ported to various platforms. Visit the <a href="http://coppermine.sf.net/">Coppermine Home Page</a> to find out more or download it.', 'offline', 0), //cpg1.3.0
733
 
734
  'Navigating the Site', //cpg1.3.0
735
  array('What\'s &quot;Album List&quot;?', 'This will show you the entire category you are currently in, with a link to each album. If you are not in a category, it will show you the entire gallery with a link to each category. Thumbnails may be a link to the category.', 'offline', 0), //cpg1.3.0
736
  array('What\'s &quot;My Gallery&quot;?', 'This feature lets a user create their own gallery and add,delete or modify albums as well as upload to them.', 'allow_private_albums', 0), //cpg1.3.0
737
  array('What\'s the difference between &quot;Admin Mode&quot; and &quot;User Mode&quot;?', 'This feature, when in admin-mode, allows a user to modify their gallery (as well as others if allowed by the administrator).', 'allow_private_albums', 0), //cpg1.3.0
738
  array('What\'s &quot;Upload Picture&quot;?', 'This feature allows a user to upload a file (size and type is set by the site administrator) to a gallery selected by either you or the administrator.', 'allow_private_albums', 0), //cpg1.3.0
739
  array('What\'s &quot;Last Uploads&quot;?', 'This feature shows the last uploads to the site.', 'offline', 0), //cpg1.3.0
740
  array('What\'s &quot;Last Comments&quot;?', 'This feature shows the last comments along with the files posted by users.', 'offline', 0), //cpg1.3.0
741
  array('What\'s &quot;Most Viewed&quot;?', 'This feature shows the most viewed files by all users (whether logged in or not).', 'offline', 0), //cpg1.3.0
742
  array('What\'s &quot;Top Rated&quot;?', 'This feature shows the top rated files rated by the users, showing the average rating (e.g: five users each gave a <img src="images/rating3.gif" width="65" height="14" border="0" alt="" />: the file would have an average rating of <img src="images/rating3.gif" width="65" height="14" border="0" alt="" /> ;Five users rated the file from 1 to 5 (1,2,3,4,5) would result in an average <img src="images/rating3.gif" width="65" height="14" border="0" alt="" /> .)<br />The ratings go from <img src="images/rating5.gif" width="65" height="14" border="0" alt="best" /> (best) to <img src="images/rating0.gif" width="65" height="14" border="0" alt="worst" /> (worst).', 'offline', 0), //cpg1.3.0
743
  array('What\'s &quot;My Favorites&quot;?', 'This feature will let a user store a favorite file in the cookie that was sent to your computer.', 'offline', 0), //cpg1.3.0
744
);
745
 
746
 
747
// ------------------------------------------------------------------------- //
748
// File forgot_passwd.php //cpg1.3.0
749
// ------------------------------------------------------------------------- //
750
 
751
if (defined('FORGOT_PASSWD_PHP')) $lang_forgot_passwd_php = array(
752
  'forgot_passwd' => 'ระบบเตือนความจำรหัสผ่าน', //cpg1.3.0
753
  'err_already_logged_in' => 'คุณเข้าระบบอยู่ !', //cpg1.3.0
754
  'enter_username_email' => 'กรุณาใส่ชื่อผู้ใช้และอีเมล์ของคุณ', //cpg1.3.0
755
  'submit' => 'go', //cpg1.3.0
756
  'failed_sending_email' => 'อีเมล์เตือนความจำรหัสผ่าน ไม่สามารถส่งได้ !', //cpg1.3.0
757
  'email_sent' => 'ระบบได้ส่งอีเมล์ username และ password ไปยัง %s', //cpg1.3.0
758
  'err_unk_user' => 'ไม่มีชื่อผู้ใช้นี้!', //cpg1.3.0
759
  'passwd_reminder_subject' => '%s - ระบบเตือนความจำรหัสผ่าน', //cpg1.3.0
760
  'passwd_reminder_body' => 'คุณได้ขอให้ระบบเตือนความจำรหัสผ่านสำหรับชื่อผู้ใช้:
761
Username: %s
762
Password: %s
763
Click %s to log in.', //cpg1.3.0
764
);
765
 
766
// ------------------------------------------------------------------------- //
767
// File groupmgr.php
768
// ------------------------------------------------------------------------- //
769
 
770
if (defined('GROUPMGR_PHP')) $lang_groupmgr_php = array(
771
  'group_name' => 'ชื่อกลุ่ม',
772
  'disk_quota' => 'ขนาดดิสค์ที่อนุญาต',
773
  'can_rate' => 'สามารถให้คะแนนภาพ', //cpg1.3.0
774
  'can_send_ecards' => 'สามารถส่ง ecards',
775
  'can_post_com' => 'สามารถแสดงความเห็น',
776
  'can_upload' => 'สามารถอัพโหลดภาพ', //cpg1.3.0
777
  'can_have_gallery' => 'สามารถมีีแกลเลอรี่ส่วนตัว',
778
  'apply' => 'บันทึกค่า',
779
  'create_new_group' => 'สร้างกลุ่มใหม่',
780
  'del_groups' => 'ลบกลุ่มที่เลือก',
781
  'confirm_del' => 'คำเตือน .. เมื่อคุณลบกลุ่ม ผู้ใช้ในกลุ่มนั้นจะเปลี่ยนไปสู่ \'Registered\' group !\n\n ดำเนินการต่อหรือไม่ ?', //js-alert //cpg1.3.0
782
  'title' => 'จัดการกลุ่มผู้ใช้',
783
  'approval_1' => 'สามารถอัพโหลดโดยผู้ใช้ทั่วไป (1)',
784
  'approval_2' => 'สามารถอัพโหลดไดยโดยส่วนตัว (2)',
785
  'upload_form_config' => 'อัพโหลตจากค่ากำหนด', //cpg1.3.0
786
  'upload_form_config_values' => array( 'อัพโหลตทีละภาพ', 'อัพโหลตทีละหลายๆภาพ', 'URI เท่านั้น', 'ZIP เท่านั้น', 'File-URI', 'File-ZIP', 'URI-ZIP', 'File-URI-ZIP'), //cpg1.3.0
787
  'custom_user_upload'=>'ผู้ใช้สามารถกำหนดจำนวนที่อัพโหลด?', //cpg1.3.0
788
  'num_file_upload'=>'จำนวนมากสุดของภาพที่อัพโหลด', //cpg1.3.0
789
  'num_URI_upload'=>'จำนวนมากสุดของ URI upload boxes', //cpg1.3.0
790
  'note1' => '<b>(1)</b> อัพโหลดสู่อัลบั้มสาธารณะต้องรอการตรวจสอบ',
791
  'note2' => '<b>(2)</b> อัพโหลดสู่อัลบั้มผู้ใช้ต้องรอการตรวจสอบ',
792
  'notes' => 'หมายเหตุ',
793
);
794
 
795
// ------------------------------------------------------------------------- //
796
// File index.php
797
// ------------------------------------------------------------------------- //
798
 
799
if (defined('INDEX_PHP')){
800
 
801
$lang_index_php = array(
802
  'welcome' => 'ยินดีต้อนรับ !',
803
);
804
 
805
$lang_album_admin_menu = array(
806
  'confirm_delete' => 'คุณแน่ใจที่จะลบอัลบั้มนี้ ? \\n ภาพและความเห็นจะถูกลบไปด้วย', //js-alert //cpg1.3.0
807
  'delete' => 'ลบ',
808
  'modify' => 'กำหนดค่า',
809
  'edit_pics' => 'แก้ไข', //cpg1.3.0
810
);
811
 
812
$lang_list_categories = array(
813
  'home' => 'หน้าหลัก',
814
  'stat1' => '<b>[pictures]</b> ภาพใน <b>[albums]</b> อัลบั้ม และ <b>[cat]</b> หมวดหมู่ กับ <b>[comments]</b> ความเห็น มีผู้เข้าชม <b>[views]</b> ครั้ง', //cpg1.3.0
815
  'stat2' => '<b>[pictures]</b> ภาพใน <b>[albums]</b> อัลบั้มที่แสดง <b>[views]</b> ครั้ง', //cpg1.3.0
816
  'xx_s_gallery' => '%s\'s แกลเลอรี่',
817
  'stat3' => '<b>[pictures]</b> ภาพใน <b>[albums]</b> อัลบั้ม และ <b>[comments]</b> ความเห็น <b>[views]</b> ครั้ง', //cpg1.3.0
818
);
819
 
820
$lang_list_users = array(
821
  'user_list' => 'รายชื่อผู้ใช้',
822
  'no_user_gal' => 'ไม่มีแกลเลอรี่ผู้ใช้',
823
  'n_albums' => '%s อัลบั้ม',
824
  'n_pics' => '%s ภาพ', //cpg1.3.0
825
);
826
 
827
$lang_list_albums = array(
828
  'n_pictures' => '%s ภาพ', //cpg1.3.0
829
  'last_added' => ', สุดท้ายเพิ่มเมื่อ %s',
830
);
831
 
832
}
833
 
834
// ------------------------------------------------------------------------- //
835
// File login.php
836
// ------------------------------------------------------------------------- //
837
 
838
if (defined('LOGIN_PHP')) $lang_login_php = array(
839
  'login' => 'เข้าระบบ',
840
  'enter_login_pswd' => 'กรอกชื่อผู้ใช้และรหัสผ่าน',
841
  'username' => 'ชื่อผู้ใช้',
842
  'password' => 'รหัสผ่าน',
843
  'remember_me' => 'จำค่านี้ไว้',
844
  'welcome' => 'ยินดีต้อนรับ %s ...',
845
  'err_login' => '*** ไม่สามารถให้คุณเข้าระบบได้ - ลองใหม่อีกครั้ง ***',
846
  'err_already_logged_in' => 'คุณเข้าระบบแล้ว !',
847
  'forgot_password_link' => 'ฉันลืมรหัสผ่าน', //cpg1.3.0
848
);
849
 
850
// ------------------------------------------------------------------------- //
851
// File logout.php
852
// ------------------------------------------------------------------------- //
853
 
854
if (defined('LOGOUT_PHP')) $lang_logout_php = array(
855
  'logout' => 'ออกจากระบบ',
856
  'bye' => 'บ๊ายบาย  แล้วมาอีกนะ %s ...',
857
  'err_not_loged_in' => 'คุณไม่ได้เข้าระบบ !',
858
);
859
 
860
// ------------------------------------------------------------------------- //
861
// File phpinfo.php //cpg1.3.0
862
// ------------------------------------------------------------------------- //
863
 
864
if (defined('PHPINFO_PHP')) $lang_phpinfo_php = array(
865
  'php_info' => 'PHP info', //cpg1.3.0
866
  'explanation' => 'This is the output generated by the PHP-function <a href="http://www.php.net/phpinfo">phpinfo()</a>, displayed within Copermine (trimming the output at the right corner).', //cpg1.3.0
867
  'no_link' => 'Having others see your phpinfo can be a security risk, that\'s why this page is only visible when you\'re logged in as admin. You can not post a link to this page for others, they will be denied access.', //cpg1.3.0
868
);
869
 
870
// ------------------------------------------------------------------------- //
871
// File modifyalb.php
872
// ------------------------------------------------------------------------- //
873
 
874
if (defined('MODIFYALB_PHP')) $lang_modifyalb_php = array(
875
  'upd_alb_n' => 'ปรับปรุงอัลบั้ม %s',
876
  'general_settings' => 'ค่าทั่วไป',
877
  'alb_title' => 'คำอธิบาย',
878
  'alb_cat' => 'หมวดหมู่',
879
  'alb_desc' => 'รายละเอียด',
880
  'alb_thumb' => 'ภาพย่อ',
881
  'alb_perm' => 'Permissions สำหรับอัลบั้ม',
882
  'can_view' => 'อัลบั้มสามารถแสดงโดย',
883
  'can_upload' => 'ผู้มาเยือนสามารถส่งภาพ',
884
  'can_post_comments' => 'ผู้มาเยือนสามารถแสดงความเห็น',
885
  'can_rate' => 'ผู้มาเยือนสามารถให้คะแนน',
886
  'user_gal' => 'อัลบั้มส่วนตัว',
887
  'no_cat' => '* ไม่มีหมวดหมู่ *',
888
  'alb_empty' => 'ไม่มีอัลบั้ม',
889
  'last_uploaded' => 'อัพโหลดล่าสุด',
890
  'public_alb' => 'ทุกคน (อัลบั้มสาธารณะ)',
891
  'me_only' => 'เฉพาะฉันเท่านั้น',
892
  'owner_only' => 'เจ้าของอัลบั้ม (%s) เท่านั้น',
893
  'groupp_only' => 'สมาชิกของ \'%s\' ',
894
  'err_no_alb_to_modify' => 'ไม่มีอัลบั้มถูกปรับปรุงในฐานข้อมูล',
895
  'update' => 'ปรับปรุงอัลบั้ม', //cpg1.3.0
896
  'notice1' => '(*) ขึ้นอยู่กับ %sgroups%s settings', //cpg1.3.0 (do not translate %s!)
897
);
898
 
899
// ------------------------------------------------------------------------- //
900
// File ratepic.php
901
// ------------------------------------------------------------------------- //
902
 
903
if (defined('RATEPIC_PHP')) $lang_rate_pic_php = array(
904
  'already_rated' => 'คุณให้คะแนนภาพนี้แล้ว', //cpg1.3.0
905
  'rate_ok' => 'คะแนนบันทึกแล้ว',
906
  'forbidden' => 'คุณไม่สามารถให้คะแนนภาพของตัวเอง', //cpg1.3.0
907
);
908
 
909
// ------------------------------------------------------------------------- //
910
// File register.php & profile.php
911
// ------------------------------------------------------------------------- //
912
 
913
if (defined('REGISTER_PHP') || defined('PROFILE_PHP')) {
914
 
915
$lang_register_disclamer = <<<EOT
916
While the administrators of {SITE_NAME} will attempt to remove or edit any generally objectionable material as quickly as possible, it is impossible to review every post. Therefore you acknowledge that all posts made to this site express the views and opinions of the author and not the administrators or webmaster (except for posts by these people) and hence will not be held liable.<br />
917
<br />
918
You agree not to post any abusive, obscene, vulgar, slanderous, hateful, threatening, sexually-orientated or any other material that may violate any applicable laws. You agree that the webmaster, administrator and moderators of {SITE_NAME} have the right to remove or edit any content at any time should they see fit. As a user you agree to any information you have entered above being stored in a database. While this information will not be disclosed to any third party without your consent the webmaster and administrator cannot be held responsible for any hacking attempt that may lead to the data being compromised.<br />
919
<br />
920
This site uses cookies to store information on your local computer. These cookies serve only to improve your viewing pleasure. The email address is used only for confirming your registration details and password.<br />
921
<br />
922
By clicking 'I agree' below you agree to be bound by these conditions.
923
EOT;
924
 
925
$lang_register_php = array(
926
  'page_title' => 'ลงทะเบียนผู้ใช้',
927
  'term_cond' => 'ข้อตกลง',
928
  'i_agree' => 'ฉันเข้าใจ',
929
  'submit' => 'ตกลง',
930
  'err_user_exists' => 'มีคนใช้ username นี้แล้ว, คุณต้องใช้ชื่ออื่น',
931
  'err_password_mismatch' => 'รหัสผ่านทั้ง 2 ครั้งไม่ตรงกัน, กรุณากรอกใหม่',
932
  'err_uname_short' => 'ชื่อผู้ใช้ต้องมีอย่างน้อย 2 ตัวอักษร',
933
  'err_password_short' => 'รหัสผ่านต้องมีอย่างน้อย 2 ตัวอักษร',
934
  'err_uname_pass_diff' => 'ชื่อผู้ใช้และรหัสผ่านไม่ควรเหมือนกันเพื่อความปลอดภัย',
935
  'err_invalid_email' => 'รูปแบบของอีเมล์ไม่ถูกต้อง',
936
  'err_duplicate_email' => 'มีผู้ใช้ท่านอื่นลงทะเบียนด้วยอีเมล์นี้แล้ว',
937
  'enter_info' => 'กรอกรายละเอียดการลงทะเบียน',
938
  'required_info' => 'ต้องกรอกค่า',
939
  'optional_info' => 'รายละเอียดเพิ่มเติม',
940
  'username' => 'ชื่อผู้ใช้',
941
  'password' => 'รหัสผ่าน',
942
  'password_again' => 'กรุณากรอกรหัสผ่านอีกครั้ง',
943
  'email' => 'อีเมล์',
944
  'location' => 'หลักแหล่ง',
945
  'interests' => 'สิ่งที่ชอบ',
946
  'website' => 'เวปไซต์',
947
  'occupation' => 'อาชีพ',
948
  'error' => 'เกิดความผิดพลาด',
949
  'confirm_email_subject' => '%s - ยืนยันการลงทะเบียน',
950
  'information' => 'รายละเอียด',
951
  'failed_sending_email' => 'อีเมล์ยืนยันการลงทะเบียนไม่สามารถส่งได้ !',
952
  'thank_you' => 'ขอบคุณที่ลงทะเบียน<br /><br />ระบบได้ส่งอีเมล์สำหรับเริ่มการใช้งานไปยังอีเมล์ที่คุณได้ลงทะเบียนไว้แล้ว...',
953
  'acct_created' => 'ระบบบันทึกข้อมูลของคุณเรียบร้อยแล้ว คุณสามารถเข้าระบบได้โดย ล๊อกอิน ด้วย ชื่อผู้ใช้ และ รหัสผ่านของคุณ',
954
  'acct_active' => 'บัญชีผู้ใช้ของคุณทำงานแล้ว คุณสามารถเข้าระบบได้โดย ล๊อกอิน ด้วย ชื่อผู้ใช้ และ รหัสผ่านของคุณ',
955
  'acct_already_act' => 'บัญชีผู้ใช้ของคุณทำงาน !',
956
  'acct_act_failed' => 'ชื่อผู้ใช้นี้ไม่สามารถใช้งานได้ !',
957
  'err_unk_user' => 'ไม่มีชื่อผู้ใช้นี้ !',
958
  'x_s_profile' => '%s\'s ข้อมูลส่วนตัว',
959
  'group' => 'กลุ่ม',
960
  'reg_date' => 'เข้าร่วม',
961
  'disk_usage' => 'ใช้พื้นที่',
962
  'change_pass' => 'เปลี่ยนรหัสผ่าน',
963
  'current_pass' => 'รหัสผ่านปัจจุบัน',
964
  'new_pass' => 'รหัสผ่านใหม่',
965
  'new_pass_again' => 'รหัสผ่านใหม่อีกครั้ง',
966
  'err_curr_pass' => 'รัหผ่านปัจจุบันไม่ถูกต้อง',
967
  'apply_modif' => 'ยอมรับค่าที่เปลี่ยนแปลง',
968
  'change_pass' => 'เปลี่ยนรหัสผ่านของฉัน',
969
  'update_success' => 'ข้อมุลส่วนตัวของคุณถูกเปลี่ยนแปลงแล้ว',
970
  'pass_chg_success' => 'รหัสผ่านของคุณถูกเปลี่ยนแปลงแล้ว',
971
  'pass_chg_error' => 'รหัสผ่านของคุณไม่เปลี่ยนแปลง',
972
  'notify_admin_email_subject' => '%s - แจ้งผู้ดูแลระบบ', //cpg1.3.0
973
  'notify_admin_email_body' => 'ผู้ใช้ใหม่ ชื่อ "%s" ลงทะเบียนเข้าใช้แกลเลอรี่ของคุณ', //cpg1.3.0
974
);
975
 
976
$lang_register_confirm_email = <<<EOT
977
Thank you for registering at {SITE_NAME}
978
 
979
Your username is : "{USER_NAME}"
980
Your password is : "{PASSWORD}"
981
 
982
In order to activate your account, you need to click on the link below
983
or copy and paste it in your web browser.
984
 
985
{ACT_LINK}
986
 
987
Regards,
988
 
989
The management of {SITE_NAME}
990
 
991
EOT;
992
 
993
}
994
 
995
// ------------------------------------------------------------------------- //
996
// File reviewcom.php
997
// ------------------------------------------------------------------------- //
998
 
999
if (defined('REVIEWCOM_PHP')) $lang_reviewcom_php = array(
1000
  'title' => 'แสดงความเห็น',
1001
  'no_comment' => 'ไม่มีความเห็นที่จะแสดง',
1002
  'n_comm_del' => '%s ความเห็นถูกลบ',
1003
  'n_comm_disp' => 'จำนวนความเห็นที่แสดง',
1004
  'see_prev' => 'ก่อนหน้า',
1005
  'see_next' => 'ถัดไป',
1006
  'del_comm' => 'ลบความเห็นนี้',
1007
);
1008
 
1009
 
1010
// ------------------------------------------------------------------------- //
1011
// File search.php - OK
1012
// ------------------------------------------------------------------------- //
1013
 
1014
if (defined('SEARCH_PHP')) $lang_search_php = array(
1015
 
1016
);
1017
 
1018
// ------------------------------------------------------------------------- //
1019
// File searchnew.php
1020
// ------------------------------------------------------------------------- //
1021
 
1022
if (defined('SEARCHNEW_PHP')) $lang_search_new_php = array(
1023
  'page_title' => 'ค้นหาภาพใหม่', //cpg1.3.0
1024
  'select_dir' => 'เลือกแฟ้ม',
1025
  'select_dir_msg' => 'คำสั่งนี้ช่วยให้คุณเพิ่มไฟล์จำนวนมากๆ เข้าเซิร์ฟเวอร์ฝ่าน FTP.<br /><br />เลือกไดเรคทอรี่ที่จะอัพโหลดไฟล์', //cpg1.3.0
1026
  'no_pic_to_add' => 'ไม่มีภาพถูกเพิ่ม', //cpg1.3.0
1027
  'need_one_album' => 'คุณต้องมีอัลบั้มก่อนจะใช้คำสั่งนี้',
1028
  'warning' => 'คำเตือน',
1029
  'change_perm' => 'สคริปต์ ไม่สามารถใช้กับ ไดเรคทอรี่นี้ คุณต้องเปลี่ยนโหมดเป็น  755 หรือ 777 ก่อน !', //cpg1.3.0
1030
  'target_album' => '<b>เพิ่มไฟล์จาก &quot;</b>%s<b>&quot; ไปสู่ </b>%s', //cpg1.3.0
1031
  'folder' => 'แฟ้ม',
1032
  'image' => 'ภาพ',
1033
  'album' => 'อัลบั้ม',
1034
  'result' => 'ผลลัพธ์',
1035
  'dir_ro' => 'ไม่สามารถบันทึกได้ ',
1036
  'dir_cant_read' => 'ไม่สามารถอ่านได้. ',
1037
  'insert' => 'เพิ่มภาพสู่อัลบั้ม', //cpg1.3.0
1038
  'list_new_pic' => 'รายชื่อภาพมาใหม่', //cpg1.3.0
1039
  'insert_selected' => 'เพิ่มภาพที่เลือก', //cpg1.3.0
1040
  'no_pic_found' => 'ไม่มีภาพมาใหม่', //cpg1.3.0
1041
  'be_patient' => 'โปรดรอสักครู่, กำลังทำงาน....', //cpg1.3.0
1042
  'no_album' => 'ไม่มีอัลบั้มถูกเลือก',  //cpg1.3.0
1043
  'notes' =>  '<ul>'.
1044
                          '<li><b>OK</b> : เพิ่มสำเร็จ'.
1045
                          '<li><b>DP</b> : ข้อมูลซ้ำ'.
1046
                          '<li><b>PB</b> : ไม่สามารถเพิ่มได้, โปรดตรวจสอบค่าของระบบและการอนุญาตของเซิร์ฟเวอร์'.
1047
                          '<li><b>NA</b> : คุณไม่ได้เลือกอัลบั้มที่จะส่งภาพไป, เลือก \'<a href="javascript:history.back(1)">ย้อนกลับ</a>\' และเลือกอัลบั้ม หากคณยังไม่มีอัลบั้ม <a href="albmgr.php">ให้สร้างก่อน</a></li>'.
1048
                          '<li>หาก OK, DP, PB \'signs\' ไม่แสดง ให้คลิ๊ก ภาพที่ผิดพลาด เพื่อดูข้อความจากเซิร์ฟเวอร์'.
1049
                          '<li>เวลาเกินที่กำหนด, คลิ๊กที่ reload'.
1050
                          '</ul>', //cpg1.3.0
1051
  'select_album' => 'เลือกอัลบั้ม', //cpg1.3.0
1052
  'check_all' => 'เลือกทั้งหมด', //cpg1.3.0
1053
  'uncheck_all' => 'ยกเลิกการเลือก', //cpg1.3.0
1054
);
1055
 
1056
 
1057
// ------------------------------------------------------------------------- //
1058
// File thumbnails.php
1059
// ------------------------------------------------------------------------- //
1060
 
1061
// Void
1062
 
1063
// ------------------------------------------------------------------------- //
1064
// File banning.php
1065
// ------------------------------------------------------------------------- //
1066
 
1067
if (defined('BANNING_PHP')) $lang_banning_php = array(
1068
  'title' => 'ห้ามผู้ใช้',
1069
  'user_name' => 'ชื่อ',
1070
  'ip_address' => 'IP Address',
1071
  'expiry' => 'หมดอายุ (เว้นว่างคือไม่มีกำหนด)',
1072
  'edit_ban' => 'บันทึกค่า',
1073
  'delete_ban' => 'ลบ',
1074
  'add_new' => 'เพิ่มชื่อห้ามใช้',
1075
  'add_ban' => 'เพิ่ม',
1076
  'error_user' => 'ไม่พบผู้ใช้นี้', //cpg1.3.0
1077
  'error_specify' => 'คุณต้องกำหนดทั้งชื่อและ IP address', //cpg1.3.0
1078
  'error_ban_id' => 'ไม่มี ban ID!', //cpg1.3.0
1079
  'error_admin_ban' => 'คุณจะห้ามตัวเองเข้าใช้??', //cpg1.3.0
1080
  'error_server_ban' => 'คุณจะห้ามเซิร์ฟเวอร์ของคุณ ...คิกคิก..เอางั้นเลยเหรอ...', //cpg1.3.0
1081
  'error_ip_forbidden' => 'คุณไม่สามารถห้าม IP - เพราะมันไม่มี!', //cpg1.3.0
1082
  'lookup_ip' => 'ตรวจสอบ IP address', //cpg1.3.0
1083
  'submit' => 'ไป!', //cpg1.3.0
1084
);
1085
 
1086
// ------------------------------------------------------------------------- //
1087
// File upload.php
1088
// ------------------------------------------------------------------------- //
1089
 
1090
if (defined('UPLOAD_PHP')) $lang_upload_php = array(
1091
  'title' => 'อัพโหลด', //cpg1.3.0
1092
  'custom_title' => 'เปลี่ยนค่ากำหนด', //cpg1.3.0
1093
  'cust_instr_1' => 'คุณต้องเลือกหมายเลขของกล่องอัพโหลด และต้องไม่เลือกมากกว่าจำนวนที่กำหนดไว้.', //cpg1.3.0
1094
  'cust_instr_2' => 'กล่องอัพโหลดที่ถูกเลือก', //cpg1.3.0
1095
  'cust_instr_3' => 'ไฟล์อัพโหลด: %s', //cpg1.3.0
1096
  'cust_instr_4' => 'URI/URL upload boxes: %s', //cpg1.3.0
1097
  'cust_instr_5' => 'URI/URL upload boxes:', //cpg1.3.0
1098
  'cust_instr_6' => 'ไฟล์อัพโหลด:', //cpg1.3.0
1099
  'cust_instr_7' => 'กรอกจำนวน ในแต่ละแบบของกล่องอัพโหลด จากนั้นคลิีก ต่อไป ', //cpg1.3.0
1100
  'reg_instr_1' => 'ไม่มีการกระทำใดๆเกิดขึ้น.', //cpg1.3.0
1101
  'reg_instr_2' => 'คุณสมารถอัพโหลดไฟล์ ด้วยกล่องอัพโหลดข้างล่างนี้. ขนาดของแต่ละไฟล์ ต้องไม่เกิน %s KB  ไฟล์ ZIP ต้องอัพโหลดใน  \'File Upload\' หรือ \'URI/URL Upload\' .', //cpg1.3.0
1102
  'reg_instr_3' =>  'ถ้าต้องการยบีบไฟล์หรือคลายออก, คุณต้องใช้กล่องอัพโหลด \'Decompressive ZIP Upload\' ', //cpg1.3.0
1103
  'reg_instr_4' => 'เมื่อใช้ส่วนอัพโหลด URI/URL , ต้องเลือก พาท ของไฟล์ด้วย (ดตัวอย่าง) http://www.mysite.com/images/example.jpg', //cpg1.3.0
1104
  'reg_instr_5' => 'เมื่อกรอกเสร็จ คลิ๊กที่ ต่อไป ', //cpg1.3.0
1105
  'reg_instr_6' => 'Decompressive ZIP Uploads:', //cpg1.3.0
1106
  'reg_instr_7' => 'File Uploads:', //cpg1.3.0
1107
  'reg_instr_8' => 'URI/URL Uploads:', //cpg1.3.0
1108
  'error_report' => 'รายงานความผิดพลาด', //cpg1.3.0
1109
  'error_instr' => 'เกิดความผิดพลาดขึ้นดังต่อไปนี้:', //cpg1.3.0
1110
  'file_name_url' => 'File Name/URL', //cpg1.3.0
1111
  'error_message' => 'ข้อความ', //cpg1.3.0
1112
  'no_post' => 'File not uploaded by POST.', //cpg1.3.0
1113
  'forb_ext' => 'ไม่มีนามสกุลนี้.', //cpg1.3.0
1114
  'exc_php_ini' => 'เกินขนาดที่อนุญาตใน php.ini.', //cpg1.3.0
1115
  'exc_file_size' => 'เกินขนาดที่อนุญาตใน CPG.', //cpg1.3.0
1116
  'partial_upload' => 'สำหรับการอัพโหลดที่ไม่สมบูรณ์.', //cpg1.3.0
1117
  'no_upload' => 'ไม่มีการอัพโหลด.', //cpg1.3.0
1118
  'unknown_code' => 'Unknown PHP เกิดความผิดพลาดในโค๊ดอัพโหลด.', //cpg1.3.0
1119
  'no_temp_name' => 'ไม่มีการอัพโหลด - ไม่มี temp name.', //cpg1.3.0
1120
  'no_file_size' => 'ไม่มีข้อมูล', //cpg1.3.0
1121
  'impossible' => 'ไม่สามารถย้ายได้.', //cpg1.3.0
1122
  'not_image' => 'ไม่ใช่รูปภาพ', //cpg1.3.0
1123
  'not_GD' => 'Not a GD extension.', //cpg1.3.0
1124
  'pixel_allowance' => 'ภาพใหญ่เกินไป.', //cpg1.3.0
1125
  'incorrect_prefix' => 'Incorrect URI/URL prefix', //cpg1.3.0
1126
  'could_not_open_URI' => 'Could not open URI.', //cpg1.3.0
1127
  'unsafe_URI' => 'ไม่ผ่านการตรวจสอบความปลอดภัย.', //cpg1.3.0
1128
  'meta_data_failure' => 'Meta data failure', //cpg1.3.0
1129
  'http_401' => '401 ไม่ได้รับอนุญาต', //cpg1.3.0
1130
  'http_402' => '402 ต้องชำระเงิน', //cpg1.3.0
1131
  'http_403' => '403 ไม่พบ', //cpg1.3.0
1132
  'http_404' => '404 ไม่มี', //cpg1.3.0
1133
  'http_500' => '500 เซิร์ฟเวอร์ผิดพลาด', //cpg1.3.0
1134
  'http_503' => '503 ไม่มีบริการนี้', //cpg1.3.0
1135
  'MIME_extraction_failure' => 'MIME could not be determined.', //cpg1.3.0
1136
  'MIME_type_unknown' => 'Unknown MIME type', //cpg1.3.0
1137
  'cant_create_write' => 'สร้างข้อมูลไม่ได้.', //cpg1.3.0
1138
  'not_writable' => 'บันทึกข้อมูลไม่ได้.', //cpg1.3.0
1139
  'cant_read_URI' => 'ไม่สามารถอ่าน URI/URL', //cpg1.3.0
1140
  'cant_open_write_file' => 'ไม่สามารถเปิด URI write file.', //cpg1.3.0
1141
  'cant_write_write_file' => 'ไม่สามารถเขียน URI write file.', //cpg1.3.0
1142
  'cant_unzip' => 'ไม่สามารถ unzip.', //cpg1.3.0
1143
  'unknown' => 'เกิดความผิดพลาด', //cpg1.3.0
1144
  'succ' => 'อัพโหลดสำเร็จ', //cpg1.3.0
1145
  'success' => '%s ไฟล์อัพโหลดสำเร็จ.', //cpg1.3.0
1146
  'add' => 'คลิ๊ก ต่อไป เพื่อเพิ่มภาพสู่อัลบั้ม', //cpg1.3.0
1147
  'failure' => 'อัพโหลดไม่ได้', //cpg1.3.0
1148
  'f_info' => 'รายละเอียด', //cpg1.3.0
1149
  'no_place' => 'แทนที่ไม่ได้.', //cpg1.3.0
1150
  'yes_place' => 'แทนที่สำเร็จ.', //cpg1.3.0
1151
  'max_fsize' => 'ขนาดสูงสุดที่อนุญาตคือ %s KB',
1152
  'album' => 'อัลบั้ม',
1153
  'picture' => 'ภาพ', //cpg1.3.0
1154
  'pic_title' => 'ชื่อภาพ', //cpg1.3.0
1155
  'description' => 'รายละเอียด', //cpg1.3.0
1156
  'keywords' => 'คำค้น (แยกด้วยการเว้นวรรค)',
1157
  'err_no_alb_uploadables' => 'ไม่มีอัลบั้มที่อนุญาตให้อัพโหลดไฟล์', //cpg1.3.0
1158
  'place_instr_1' => 'ลองเลือกภาพเข้าสู่อัลบั้ม.  ซึ่งคุณจะเห็นรายละเอียดต่างๆ.', //cpg1.3.0
1159
  'place_instr_2' => 'อีกหลายไฟล์ต้องมีการเปลี่ยนค่าต่างๆ โปรดคลิ๊กที่ ต่อไป', //cpg1.3.0
1160
  'process_complete' => 'คุณได้แทนที่ค่าต่างๆเรียบร้อยแล้ว.', //cpg1.3.0
1161
);
1162
 
1163
// ------------------------------------------------------------------------- //
1164
// File usermgr.php
1165
// ------------------------------------------------------------------------- //
1166
 
1167
if (defined('USERMGR_PHP')) $lang_usermgr_php = array(
1168
  'title' => 'จัดการผู้ใช้',
1169
  'name_a' => 'ชื่อ จากน้อยไปมาก',
1170
  'name_d' => 'ชื่อ จากมากไปน้อย',
1171
  'group_a' => 'กลุ่ม จากน้อยไปมาก',
1172
  'group_d' => 'กลุ่ม จากมากไปน้อย',
1173
  'reg_a' => 'วันลงทะเบียน จากน้อยไปมาก',
1174
  'reg_d' => 'วันลงทะเบียน จากมากไปน้อย',
1175
  'pic_a' => 'จำนวนภาพ น้อยไปมาก',
1176
  'pic_d' => 'จำนวนภาพ มากไปน้อย',
1177
  'disku_a' => 'ขนาดดิคส์ที่ใช้ น้อยไปมาก',
1178
  'disku_d' => 'ขนาดดิคส์ที่ใช้ มากไปน้อย',
1179
  'lv_a' => 'จำนวนเข้าชม  น้อยไปมาก', //cpg1.3.0
1180
  'lv_d' => 'จำนวนเข้าชม  มากไปน้อยก', //cpg1.3.0
1181
  'sort_by' => 'เรียงโดย',
1182
  'err_no_users' => 'ข้อมูลผู้ใช้ว่างเปล่า !',
1183
  'err_edit_self' => 'คุณไม่สามารถแก้ไขข้อมูลส่วนตัวได้, คุณต้องเลือกคลิ๊กที่ ข้อมูลส่วนตัว ',
1184
  'edit' => 'แก้ไข',
1185
  'delete' => 'ลบ',
1186
  'name' => 'ชื่อผู้ใช้',
1187
  'group' => 'กลุ่ม',
1188
  'inactive' => 'ไม่ได้เข้าใช้',
1189
  'operations' => 'จัดการ',
1190
  'pictures' => 'ภาพ', //cpg1.3.0
1191
  'disk_space' => 'ขนาดพื้นที่ดิสค์',
1192
  'registered_on' => 'ลงทะเบียนเมื่อ',
1193
  'last_visit' => 'ผู้เข้าชม', //cpg1.3.0
1194
  'u_user_on_p_pages' => '%d ผู้ใช้ ใน %d หน้า',
1195
  'confirm_del' => 'แน่ใจว่าจะลบผู้ใช้นี้ ? \\n  ภาพและอัลบั้มจะถูกลบไปด้วย.', //js-alert //cpg1.3.0
1196
  'mail' => 'จดหมาย',
1197
  'err_unknown_user' => 'ไม่พบชื่อที่เลือก !',
1198
  'modify_user' => 'แก้ไขผู้ใช้',
1199
  'notes' => 'บันทึกข้อความ',
1200
  'note_list' => '<li>ถ้าไม่ต้องการเปลี่ยนรหัสผ่าน ก็ปล่อยให้ว่างไว้',
1201
  'password' => 'รหัสผ่าน',
1202
  'user_active' => 'เข้าใช้',
1203
  'user_group' => 'กลุ่ม',
1204
  'user_email' => 'อีเมล์ผู้ใช้',
1205
  'user_web_site' => 'เวปไซต์ผู้ใช้',
1206
  'create_new_user' => 'สร้างผู้ใช้ใหม่',
1207
  'user_location' => 'หลักแหล่งผู้ใช้',
1208
  'user_interests' => 'สิ่งที่ชอบของผู้ใช้',
1209
  'user_occupation' => 'อาชีพของผู้ใช้',
1210
  'latest_upload' => 'จำนวนที่อัพโหลด', //cpg1.3.0
1211
  'never' => 'ไม่มี', //cpg1.3.0
1212
);
1213
 
1214
// ------------------------------------------------------------------------- //
1215
// File util.php
1216
// ------------------------------------------------------------------------- //
1217
 
1218
if (defined('UTIL_PHP')) $lang_util_php = array(
1219
  'title' => 'เครื่องมือผู้ดูแลระบบ (ปรับขนาดภาพ)', //cpg1.3.0  ** This module doesn't work on some server!! Check your php.ini before use.
1220
  'what_it_does' => ',มันทำอะไร',
1221
  'what_update_titles' => 'เปลี่ยนชื่อรูปจากภาพ',
1222
  'what_delete_title' => 'ลบชื่อรูป',
1223
  'what_rebuild' => 'สร้างภาพย่อและย่อขนาดภาพ',
1224
  'what_delete_originals' => 'แทนภาพที่ย่อขนาดแล้วแทนต้นฉบับ',
1225
  'file' => 'ภาพ',
1226
  'title_set_to' => 'เปลี่ยนชื่อเป็น',
1227
  'submit_form' => 'ตกลง',
1228
  'updated_succesfully' => 'อัพเดตเ้รียบร้อย',
1229
  'error_create' => 'สร้างไม่ได้',
1230
  'continue' => 'เอาอีก ๆ',
1231
  'main_success' => 'ไฟล์ %s ถูกใช้โดยไฟล์ต้นฉบับ', //cpg1.3.0
1232
  'error_rename' => 'ไม่สามารถเปลี่ยนชื่อ %s เป็น %s',
1233
  'error_not_found' => 'ไม่พบไฟล์ %s ',
1234
  'back' => 'กลับไปเริ่มใหม่',
1235
  'thumbs_wait' => 'กำลังบันทึกการเปลี่ยนแปลงภาพย่อหรือลดขนาดภาพ...',
1236
  'thumbs_continue_wait' => 'กำลังเปลี่ยนแปลงภาพย่อหรือลดขนาดภาพ...',
1237
  'titles_wait' => 'กำลังเปลี่ยนชื่อภาพ...',
1238
  'delete_wait' => 'กำลังลบชื่อภาพ...',
1239
  'replace_wait' => 'ลบภาพต้นฉบับและแทนที่ด้วยภาพที่เปลี่ยนขนาดแล้ว...',
1240
  'instruction' => 'การใช้อย่างรวดเร็ว',
1241
  'instruction_action' => 'เลือกการทำงาน',
1242
  'instruction_parameter' => 'เลือก พารามิเตอร์',
1243
  'instruction_album' => 'เลือกอัลบั้ม',
1244
  'instruction_press' => 'กด %s',
1245
  'update' => 'บันทึกการเปลี่ยนแปลงภาพย่อหรือลดขนาดภาพ',
1246
  'update_what' => 'ซึ่งจะไม่เปลี่ยนแปลง',
1247
  'update_thumb' => 'เฉพาะภาพย่อ',
1248
  'update_pic' => 'เฉพาะภาพลดขนาด',
1249
  'update_both' => 'ทั้งภาพย่อและภาพที่ลดขนาดแล้ว',
1250
  'update_number' => 'จำนวนภาพใน 1 คลิ๊ก',
1251
  'update_option' => '(ลองลดคุณสมบัตินี้ลง หากเกิดปัญหา timeout)',
1252
  'filename_title' => 'ชื่อไฟล์ &rArr; ชื่อภาพ', //cpg1.3.0
1253
  'filename_how' => 'เปลี่ยนชื่อไฟล์อย่างไร',
1254
  'filename_remove' => 'ลบ .jpg และแทนที่เป็น _ (underscore)',
1255
  'filename_euro' => 'เปลี่ยน 2003_11_23_13_20_20.jpg เป็น 23/11/2003 13:20',
1256
  'filename_us' => 'เปลี่ยน 2003_11_23_13_20_20.jpg เป็นo 11/23/2003 13:20',
1257
  'filename_time' => 'เปลี่ยน 2003_11_23_13_20_20.jpg เป็น 13:20',
1258
  'delete' => 'ลบชื่อภาพและขนาดรูป', //cpg1.3.0
1259
  'delete_title' => 'ลบชื่อภาพ', //cpg1.3.0
1260
  'delete_original' => 'ลบขนาดรูป',
1261
  'delete_replace' => 'ลบภาพต้นฉบับและแทนที่ด้วยขนาดที่เปลี่ยนแปลงแล้ว',
1262
  'select_album' => 'เลือกอัลบั้ม',
1263
  'delete_orphans' => 'ลบความเห็นที่ผิดพลาด (ได้ทุกอัลบั้ม)', //cpg1.3.0
1264
  'orphan_comment' => 'พบความเห็นที่ผิดพลาด', //cpg1.3.0
1265
  'delete' => 'ลบ', //cpg1.3.0
1266
  'delete_all' => 'ลบทั้งหมด', //cpg1.3.0
1267
  'comment' => 'ความเห็น: ', //cpg1.3.0
1268
  'nonexist' => 'ไฟล์ที่แนบผิดพลาด # ', //cpg1.3.0
1269
  'phpinfo' => 'แสดง phpinfo', //cpg1.3.0
1270
  'update_db' => 'บันทึกข้อมูล', //cpg1.3.0
1271
  'update_db_explanation' => 'If you have replaced coppermine files, added a modification or upgraded from a previous version of coppermine, make sure to run the database update once. This will create the necessary tables and/or config values in your coppermine database.', //cpg1.3.0
1272
);
1273
 
1274
?>