source: extensions/oAuth/language/th_TH/plugin.lang.php @ 26558

Last change on this file since 26558 was 26558, checked in by mistic100, 10 years ago

rename OAuth into Social Connect

  • Property svn:executable set to *
File size: 5.1 KB
RevLine 
[21863]1<?php
2// +-----------------------------------------------------------------------+
3// | Piwigo - a PHP based photo gallery                                    |
4// +-----------------------------------------------------------------------+
5// | Copyright(C) 2008-2013 Piwigo Team                  http://piwigo.org |
6// | Copyright(C) 2003-2008 PhpWebGallery Team    http://phpwebgallery.net |
7// | Copyright(C) 2002-2003 Pierrick LE GALL   http://le-gall.net/pierrick |
8// +-----------------------------------------------------------------------+
9// | This program is free software; you can redistribute it and/or modify  |
10// | it under the terms of the GNU General Public License as published by  |
11// | the Free Software Foundation                                          |
12// |                                                                       |
13// | This program is distributed in the hope that it will be useful, but   |
14// | WITHOUT ANY WARRANTY; without even the implied warranty of            |
15// | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU      |
16// | General Public License for more details.                              |
17// |                                                                       |
18// | You should have received a copy of the GNU General Public License     |
19// | along with this program; if not, write to the Free Software           |
20// | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, |
21// | USA.                                                                  |
22// +-----------------------------------------------------------------------+
23$lang['Providers'] = 'ผู้ให้บริการ';
24$lang['Sign in with %s'] = 'เข้าสู่ระบบโดย %s';
25$lang['Sorry, new registrations are blocked on this gallery.'] = 'ขออภัย สมาชิกใหม่จะถูกบล็อกในแกลเลอรี่นี้';
[26558]26$lang['Users are not allowed to register on your gallery. Social Connect will not work correctly.'] = 'ผู้ใช้งานทั่วไปจะได้รับอนุญาตให้ลงทะเบียนในแกลเลอรี่ของคุณ, ปลั๊กอิน Social Connect จะไม่ทำงานอย่างถูกต้อง';
[21863]27$lang['You registered with a %s account, please sign in with the same account.'] = 'คุณได้ลงทะเบียนกับบัญชี %s, โปรดลงชื่อเข้าใช้ด้วยบัญชีเดียวกัน';
28$lang['Your registration is almost done, please complete the registration form.'] = 'การลงทะเบียนของคุณเกือบจะสำเร็จแล้ว, โปรดกรอกแบบฟอร์มการลงทะเบียนที่เหลือให้ครบถ้วน';
29$lang['%s: invalid keys'] = '%s: คีย์ที่ไม่ถูกต้อง';
30$lang['An error occured, please contact the gallery owner. <i>Error code : %s</i>'] = 'เกิดข้อผิดพลาดโปรดติดต่อเจ้าของแกลเลอรี่ รหัสข้อผิดพลาด <i>: %s </i>';
31$lang['Authentication canceled'] = 'ยกเลิก การตรวจสอบ';
32$lang['Contacting <b>%s</b>. Please wait.'] = 'กำลังติดต่อ <b>%s</b> โปรดรอสักครู่';
33$lang['Disabled'] = 'ปิดการใช้งาน';
34$lang['Display sign in buttons in the menubar'] = 'แสดงปุ่มเข้าสู่ระบบบนแถบเมนู';
35$lang['Display sign in buttons on the register page'] = 'แสดงปุ่มเข้าสู่ระบบในหน้าลงทะเบียน';
36$lang['Enabled'] = 'เปิดการใช้งาน';
37$lang['Error...'] = 'ข้อผิดพลาด ...';
38$lang['Icon size in the menubar'] = 'ขนาดไอคอนในแถบเมนู';
39$lang['Icon size on the identification page'] = 'ขนาดไอคอนบนหน้าโปรไฟล์';
40$lang['Loading...'] = 'กำลังโหลด ...';
41$lang['Logged with'] = 'เข้าสู่ระบบด้วย';
[26558]42$lang['Social Connect: PHP Curl extension is needed'] = 'ปลัีกอิน Social Connect: ต้องการส่วนขยาย PHP Curl';
43$lang['Social Connect: You need to configure the credentials'] = 'ปลัีกอิน Social Connect: คุณต้องกำหนดค่าข้อมูลก่อน';
[21863]44$lang['OpenID must be enabled in order to use %s authentication'] = 'OpenID ต้องเปิดใช้งานเพื่อที่จะใช้การตรวจสอบ %s';
45$lang['Or sign in with'] = 'หรือลงชื่อเข้าใช้ด้วย';
46$lang['Please enter your OpenID URL'] = 'โปรดใส่ URL OpenID ของคุณ';
47$lang['Please enter your username'] = 'กรุณาป้อนชื่อผู้ใช้';
48$lang['Profile URL'] = 'URL โปรไฟล์';
49?>
Note: See TracBrowser for help on using the repository browser.