Documentation TYPO3 par Ameos

thai-utf-8.inc.php

00001 <?php
00002 /* $Id: thai-utf-8.inc.php,v 2.75 2005/07/29 17:03:23 lem9 Exp $ */
00003 
00004 // first created 2002/04/29 Arthit Suriyawongkul & Warit Wanasathian
00005 // last modified 2004/08/22 Arthit Suriyawongkul
00006 
00007 $charset = 'utf-8';
00008 $allow_recoding = TRUE;
00009 $text_dir = 'ltr';
00010 $left_font_family = 'sans-serif';
00011 $right_font_family = 'sans-serif';
00012 $number_thousands_separator = ',';
00013 $number_decimal_separator = '.';
00014 // shortcuts for Byte, Kilo, Mega, Giga, Tera, Peta, Exa
00015 $byteUnits = array('ไบต์', 'กิโลไบต์', 'เมกกะไบต์', 'กิกะไบต์', 'เทอราไบต์', 'เพตตะไบต์', 'เอกซะไบต์');
00016 
00017 $day_of_week = array('อา.', 'จ.', 'อ.', 'พ.', 'พฤ.', 'ศ.', 'ส.');
00018 $month = array('ม.ค.', 'ก.พ.', 'มี.ค.', 'เม.ย.', 'พ.ค.', 'มิ.ย.', 'ก.ค.', 'ส.ค.', 'ก.ย.', 'ต.ค.', 'พ.ย.', 'ธ.ค.');
00019 // See http://www.php.net/manual/en/function.strftime.php to define the
00020 // variable below
00021 $datefmt = '%d %B %Y  %Rน.';
00022 
00023 $timespanfmt = '%s วัน, %s ชั่วโมง, %s นาที, %s วินาที';
00024 
00025 $strAPrimaryKey = 'ได้เพิ่มไพรมารีคีย์แล้วใน %s';
00026 $strAbortedClients = 'ยกเลิก';
00027 $strAbsolutePathToDocSqlDir = 'กรุณาใส่ absolute path ของไดเรกทอรี docSQL บนเว็บเซิร์ฟเวอร์';
00028 $strAccessDenied = 'ไม่อนุญาตให้ใช้งาน';
00029 $strAction = 'กระทำการ';
00030 $strAddAutoIncrement = 'เพิ่มค่า AUTO_INCREMENT';
00031 $strAddDeleteColumn = 'เพิ่ม/ลบ คอลัมน์ (ฟิลด์)';
00032 $strAddDeleteRow = 'เพิ่ม/ลบ แถว';
00033 $strAddNewField = 'เพิ่มฟิลด์ใหม่';
00034 $strAddPrivilegesOnDb = 'เพิ่มสิทธิของฐานข้อมูลต่อไปนี้';
00035 $strAddPrivilegesOnTbl = 'เพิ่มสิทธิของตารางต่อไปนี้';
00036 $strAddSearchConditions = 'เพิ่มเงื่อนไขในการค้นหา:';
00037 $strAddToIndex = 'เพิ่มดัชนีคอลัมน์ %s';
00038 $strAddUser = 'เพิ่มผู้ใช้ใหม่';
00039 $strAddUserMessage = 'เพิ่มผู้ใช้ใหม่เรียบร้อยแล้ว';
00040 $strAddedColumnComment = 'เพิ่ม หมายเหตุ สำหรับคอลัมน์';
00041 $strAddedColumnRelation = 'เพิ่ม รีเลชัน สำหรับคอลัมน์';
00042 $strAdministration = 'การดูแลระบบ';
00043 $strAffectedRows = 'แถวที่มีผล:';
00044 $strAfter = 'หลัง %s';
00045 $strAfterInsertBack = 'ส่งกลับ';
00046 $strAfterInsertNewInsert = 'แทรกระเบียนใหม่';
00047 $strAll = 'ทั้งหมด';
00048 $strAllTableSameWidth = 'ให้แสดงตารางทุกอัน ด้วยความกว้างเท่ากันหรือไม่?';
00049 $strAlterOrderBy = 'เรียงค่าในตารางตาม';
00050 $strAnIndex = 'ได้เพิ่มดัชนีแล้วใน %s';
00051 $strAnalyzeTable = 'วิเคราะห์ตาราง';
00052 $strAnd = 'และ';
00053 $strAny = 'ใดๆ';
00054 $strAnyHost = 'โฮสต์ใดๆ';
00055 $strAnyUser = 'ผู้ใช้ใดๆ';
00056 $strArabic = 'อารบิค'; 
00057 $strArmenian = 'อาร์เมเนีย';
00058 $strAscending = 'น้อยไปมาก';
00059 $strAtBeginningOfTable = 'ที่จุดเริ่มต้นของตาราง';
00060 $strAtEndOfTable = 'ที่จุดสุดท้ายของตาราง';
00061 $strAttr = 'แอตทริบิวต์';
00062 $strAutodetect = 'ตรวจหาอัตโนมัติ';
00063 $strAutomaticLayout = 'จัดตำแหน่งอัตโนมัติ';
00064 
00065 $strBack = 'ย้อนกลับ';
00066 $strBaltic = 'บอลติก';
00067 $strBeginCut = 'เริ่มจุดตัด';
00068 $strBeginRaw = 'เริ่มข้อมูลดิบ';
00069 $strBinary = ' ข้อมูลไบนารี ';
00070 $strBinaryDoNotEdit = ' ข้อมูลไบนารี - ห้ามแก้ไข ';
00071 $strBookmarkDeleted = 'ลบคำค้นที่จดไว้เรียบร้อยแล้ว';
00072 $strBookmarkLabel = 'ป้ายชื่อ';
00073 $strBookmarkOptions = 'ตัวเลือกที่คั่น';
00074 $strBookmarkQuery = 'คำค้นนี้ถูกจดไว้แล้ว';
00075 $strBookmarkThis = 'จดคำค้นนี้ไว้';
00076 $strBookmarkView = 'ดูอย่างเดียว';
00077 $strBrowse = 'เปิดดู';
00078 $strBulgarian = 'บัลเกเรีย';
00079 $strBzError = 'phpMyAdmin ไม่สามารถบีบอัดข้อมูล dump ได้ เนื่องจากส่วนขยาย Bz2 ใน php รุ่นนี้นั้นเสีย. ขอแนะนำเป็นอย่างยิ่งให้ตั้งไดเรกทีฟ <code>$cfg[\'BZipDump\']</code> ในไฟล์คอนฟิกของ phpMyAdmin เป็น <code>FALSE</code>. ถ้าคุณต้องการที่จะใช้ความสามารถของส่วนขยายการบีบอัด Bz2, คุณควรจะอัพเกรด php เป็นรุ่นถัดไป. รายละเอียดดูได้ที่ php bug report %s.';
00080 $strBzip = '"bzipped"';
00081 
00082 $strCSVOptions = 'ตัวเลือก CSV';
00083 $strCalendar = 'ปฏิทิน';
00084 $strCannotLogin = 'ไม่สามารถล็อกอินเข้าเซิร์ฟเวอร์ MySQL ได้';
00085 $strCantLoad = 'ไม่สามารถเรียกส่วนขยาย %s,<br />กรุณาตรวจสอบการตั้งค่าของ PHP';
00086 $strCantLoadRecodeIconv = 'ไม่สามารถเรียกใช้ตัวช่วย iconv หรือ recode เพื่อแปลงชุดตัวอักษร, ทางเลือก: 1) ตั้งค่าให้ PHP สามารถใช้ตัวช่วยเหล่านี้ได้ หรือ 2) ตั้งค่าให้ phpMyAdmin ไม่ต้องแปลงชุดตัวอักษร';
00087 $strCantRenameIdxToPrimary = 'เปลี่ยนชื่อดัชนีเป็น PRIMARY ไม่ได้!';
00088 $strCantUseRecodeIconv = 'ไม่สามารถใช้ฟังก์ชั่น iconv หรือ libiconv หรือ recode_string ทั้งๆ ที่สามารถเรียกตัวช่วย สำหรับฟังก์ชั่นเหล่านั้นขึ้นมาได้แล้ว. ลองตรวจสอบการตั้งค่าของ PHP';
00089 $strCardinality = 'Cardinality';
00090 $strCarriage = 'ปัดแคร่: \\r';
00091 $strCaseInsensitive = 'ไม่สนใจตัวเล็กตัวใหญ่';
00092 $strCaseSensitive = 'สนใจตัวเล็กตัวใหญ่';
00093 $strCentralEuropean = 'ยุโรปกลาง';
00094 $strChange = 'เปลี่ยน';
00095 $strChangeCopyMode = 'สร้างผู้ใช้ใหม่ ให้มีสิทธิเหมือนกัน และ ...';
00096 $strChangeCopyModeCopy = '... เก็บของเก่าไว้.';
00097 $strChangeCopyModeDeleteAndReload = ' ... ลบของเก่าจากตารางผู้ใช้ แล้วเรียกใช้รายการสิทธิ์ใหม่หลังจากนั้น.';
00098 $strChangeCopyModeJustDelete = ' ... ลบของเก่าทิ้งไปจากตารางผู้ใช้.';
00099 $strChangeCopyModeRevoke = ' ... เรียกคืนสิทธิ์ทั้งหมดจากเดิม แล้วลบมันหลังจากนั้น.';
00100 $strChangeCopyUser = 'เปลี่ยนข้อมูลล็อกอิน / ทำสำเนาผู้ใช้';
00101 $strChangeDisplay = 'เลือกฟิลด์ที่ต้องการแสดง';
00102 $strChangePassword = 'เปลี่ยนรหัสผ่าน';
00103 $strCharset = 'ชุดตัวอักษร';
00104 $strCharsetOfFile = 'ชุดอักขระของไฟล์ (character set):';
00105 $strCharsets = 'ชุดตัวอักษร';
00106 $strCharsetsAndCollations = 'ชุดตัวอักษร และการเรียงลำดับ';
00107 $strCheckAll = 'เลือกทั้งหมด';
00108 $strCheckPrivs = 'ตรวจสอบสิทธิ';
00109 $strCheckPrivsLong = 'ตรวจสอบสิทธิสำหรับฐานข้อมูล &quot;%s&quot;.';
00110 $strCheckTable = 'ตรวจสอบตาราง';
00111 $strChoosePage = 'เลือกหน้าที่ต้องการแก้ไข';
00112 $strColComFeat = 'แสดงหมายเหตุของคอลัมน์';
00113 $strCollation = 'การเรียงลำดับ';
00114 $strColumnNames = 'ชื่อคอลัมน์';
00115 $strColumnPrivileges = 'สิทธิเฉพาะคอลัมน์';
00116 $strCommand = 'คำสั่ง';
00117 $strComments = 'หมายเหตุ';
00118 $strCompleteInserts = 'คำสั่ง INSERT เต็มรูปแบบ';
00119 $strCompression = 'บีบอัดข้อมูล';
00120 $strConfigFileError = 'phpMyAdmin ไม่สามารถอ่านแฟ้มคอนฟิกูเรชั่นของคุณได้<br />โดยปกติ อาจจะเป็นเพราะตัว PHP หาไฟล์ไม่เจอ หรือไม่สามารถประมวลผล (parse) ไฟล์ได้<br />ลองเรียกไฟล์คอนฟิกูเรชั่นขึ้นมาโดยตรง (กดลิงค์ด้านล่าง) และดูว่ามี error message อะไรหรือไม่  ลองตรวจสอบดูเครื่องหมาย quote หรือ semicolon ว่าใส่ครบหรือเปล่า<br />ถ้าคุณเห็นหน้าว่างๆ แสดงว่าทุกอย่างเป็นปกติดี';
00121 $strConfigureTableCoord = 'กรุณาตั้งค่าโคออร์ดิเนตของตาราง %s';
00122 $strConnections = 'การเชื่อมต่อ';
00123 $strCookiesRequired = 'ต้องอนุญาตใช้ใช้ \'คุ๊กกี้\' (cookie) เสียก่อน จึงจะผ่านจุดนี้ไปได้';
00124 $strCopyTable = 'คัดลอกตารางไปยัง (ฐานข้อมูล<b>.</b>ตาราง):';
00125 $strCopyTableOK =  'คัดลอกตาราง %s ไปเก็บในชื่อ %s เรียบร้อยแล้ว.';
00126 $strCopyTableSameNames = 'คัดลอกตารางไปที่เดิมไม่ได้';
00127 $strCouldNotKill = 'phpMyAdmin ไม่สามารถฆ่าเธรด %s. บางทีมันอาจจะถูกปิดไปแล้วก็ได้.';
00128 $strCreate = 'สร้าง';
00129 $strCreateIndex = 'สร้างดัชนีโดยคอลัมน์ %s';
00130 $strCreateIndexTopic = 'สร้างดัชนีใหม่';
00131 $strCreateNewDatabase = 'สร้างฐานข้อมูลใหม่';
00132 $strCreateNewTable = 'สร้างตารางในฐานข้อมูลนี้ %s';
00133 $strCreatePage = 'เริ่มหน้าใหม่';
00134 $strCreatePdfFeat = 'การสร้างเอกสาร PDF';
00135 $strCriteria = 'เงื่อนไข';
00136 $strCroatian = 'โครเอเชีย';
00137 $strCyrillic = 'ซิริลิค';
00138 $strCzech = 'เช็ค';
00139 $strCzechSlovak = 'เช็ค-สโลวัก';
00140 
00141 $strDBComment = 'หมายเหตุของฐานข้อมูล: ';
00142 $strDBGContext = 'คอนเท็กซ์';
00143 $strDBGContextID = 'หมายเลขคอนเท็กซ์';
00144 $strDBGHits = 'ฮิต';
00145 $strDBGLine = 'บรรทัด';
00146 $strDBGMaxTimeMs = 'เวลามากสุด, มิลลิวินาที';
00147 $strDBGMinTimeMs = 'เวลาน้อยสุด, มิลลิวินาที';
00148 $strDBGModule = 'โมดูล';
00149 $strDBGTimePerHitMs = 'เวลา/ฮิต, มิลลิวินาที';
00150 $strDBGTotalTimeMs = 'เวลาทั้งหมด, มิลลิวินาที';
00151 $strDBRename = 'เปลี่ยนชื่อฐานข้อมูลเป็น';
00152 $strDanish = 'เดนมาร์ก';
00153 $strData = 'ข้อมูล';
00154 $strDataDict = 'พจนานุกรมข้อมูล';
00155 $strDataOnly = 'เฉพาะข้อมูล';
00156 $strDatabase = 'ฐานข้อมูล';
00157 $strDatabaseHasBeenDropped = 'โยนฐานข้อมูล %s ทิ้งไปเรียบร้อยแล้ว';
00158 $strDatabases = 'ฐานข้อมูล';
00159 $strDatabasesDropped = '%s ฐานข้อมูลได้ถูกทิ้งไปเรียบร้อยแล้ว.';
00160 $strDatabasesStats = 'สถิติฐานข้อมูล';
00161 $strDatabasesStatsDisable = 'ยกเลิกการเก็บสถิติ';
00162 $strDatabasesStatsEnable = 'ให้มีการเก็บสถิติ';
00163 $strDatabasesStatsHeavyTraffic = 'โปรดทราบ: การเปิดใช้การเก็บสถิติของฐานข้อมูล อาจจะทำให้มีปริมาณการถ่ายโอนข้อมูลจำนวนมาก ระหว่างเว็บเซิร์ฟเวอร์ และเซิร์ฟเวอร์ MySQL.';
00164 $strDbPrivileges = 'สิทธิเจาะจงเฉพาะฐานข้อมูล';
00165 $strDbSpecific = 'เฉพาะฐานข้อมูล';
00166 $strDefault = 'ค่าปริยาย';
00167 $strDefragment = 'จัดระเบียบตาราง';
00168 $strDelete = 'ลบ';
00169 $strDeleteAndFlush = 'ลบผู้ใช้ และเรียกใช้รายการสิทธิ์ใหม่หลังจากนั้น.';
00170 $strDeleteAndFlushDescr = 'นี่เป็นวิธีที่หมดจดที่สุด แต่การโหลดสิทธิใช้งานใหม่ จะต้องใช้เวลาสักระยะ.';
00171 $strDeleted = 'ลบเรียบร้อยแล้ว';
00172 $strDeletedRows = 'แถวที่ถูกลบ:';
00173 $strDeleting = 'กำลังลบ %s';
00174 $strDescending = 'มากไปน้อย';
00175 $strDescription = 'รายละเอียด';
00176 $strDictionary = 'พจนานุกรม';
00177 $strDisabled = 'ระงับการใช้อยู่';
00178 $strDisplayFeat = 'ความสามารถด้านการแสดงผล';
00179 $strDisplayOrder = 'ลำดับการแสดง:';
00180 $strDisplayPDF = 'แสดงสกีมาของ PDF';
00181 $strDoAQuery = 'ทำ "คำค้นจากตัวอย่าง" (wildcard: "%")';
00182 $strDoYouReally = 'ต้องการจะ ';
00183 $strDocu = 'เอกสารอ้างอิง';
00184 $strDrop = 'โยนทิ้ง';
00185 $strDropSelectedDatabases = 'โยนฐานข้อมูลที่เลือกไว้ทิ้ง';
00186 $strDropUsersDb = 'โยนฐานข้อมูลที่มีชื่อเดียวกับผู้ใช้ทิ้ง.';
00187 $strDumpXRows = 'ดัมพ์แถว %s แถว เริ่มที่แถว %s';
00188 $strDumpingData = 'dump ตาราง';
00189 $strDynamic = 'ไม่คงที่';
00190 
00191 $strEdit = 'แก้ไข';
00192 $strEditPDFPages = 'แก้ไขหน้า PDF';
00193 $strEditPrivileges = 'แก้ไขสิทธิ';
00194 $strEffective = 'มีผล';
00195 $strEmpty = 'ลบข้อมูล';
00196 $strEmptyResultSet = 'MySQL คืนผลลัพธ์ว่างเปล่ากลับมา (null / 0 แถว).';
00197 $strEnabled = 'เปิดใช้อยู่';
00198 $strEnd = 'ท้ายสุด';
00199 $strEndCut = 'สิ้นสุดจุดตัด';
00200 $strEndRaw = 'สิ้นสุดข้อมูลดิบ';
00201 $strEnglish = 'อังกฤษ';
00202 $strEnglishPrivileges = ' โปรดทราบ: ชื่อของสิทธิใน MySQL จะแสดงเป็นภาษาอังกฤษ ';
00203 $strError = 'ผิดพลาด';
00204 $strEstonian = 'เอสโตเนีย';
00205 $strExcelOptions = 'ตัวเลือก Excel';
00206 $strExplain = 'อธิบาย SQL';
00207 $strExport = 'ส่งออก';
00208 $strExtendedInserts = 'แทรกหลายระเบียนในคราวเดียว';
00209 $strExtra = 'เพิ่มเติม';
00210 
00211 $strFailedAttempts = 'ความพยายามล้มเหลว';
00212 $strField = 'ฟิลด์';
00213 $strFieldHasBeenDropped = 'โยนฟิลด์ %s ทิ้งไปเรียบร้อยแล้ว';
00214 $strFields = 'จำนวนฟิลด์';
00215 $strFieldsEmpty = ' จำนวนฟิลด์คือ ว่างเปล่า! ';
00216 $strFieldsEnclosedBy = 'คร่อมฟิลด์ด้วย';
00217 $strFieldsEscapedBy = 'เครื่องหมายสำหรับ escape char';
00218 $strFieldsTerminatedBy = 'จบฟิลด์ด้วย';
00219 $strFileCouldNotBeRead = 'อ่านไฟล์ไม่ได้';
00220 $strFileNameTemplate = 'รูปแบบของชื่อไฟล์';
00221 $strFileNameTemplateHelp = 'ใช้ __DB__ สำหรับชื่อฐานข้อมูล, __TABLE__ สำหรับชื่อตาราง และ ตัวเลือก %s strftime%s ใดๆ สำหรับการระบุเวลา, ส่วนขยายของไฟล์ (นามสกุล)จะถูกเติมโดยอัตโนมัติ. ข้อความอื่นๆ จะถูกคงไว้ดังเดิม.';
00222 $strFileNameTemplateRemember = 'จำรูปแบบ';
00223 $strFixed = 'คงที่';
00224 $strFlushTable = 'ล้างตาราง (flush)';
00225 $strFormEmpty = 'ค่าในแบบฟอร์มหายไป !';
00226 $strFormat = 'รูปแบบ';
00227 $strFullText = 'ทั้งข้อความ';
00228 $strFunction = 'ฟังก์ชั่น';
00229 
00230 $strGenBy = 'สร้างโดย';
00231 $strGenTime = 'เวลาในการสร้าง';
00232 $strGeneralRelationFeat = 'ความสามารถด้านรีเลชันทั่วไป';
00233 $strGeorgian = 'จอร์เจีย';
00234 $strGerman = 'เยอรมัน';
00235 $strGlobal = 'โกลบอล';
00236 $strGlobalPrivileges = 'สิทธิแบบโกลบอล';
00237 $strGlobalValue = 'ค่าแบบโกลบอล';
00238 $strGo = 'ลงมือ';
00239 $strGrantOption = 'มอบสิทธิ';
00240 $strGreek = 'กรีก';
00241 $strGzip = '"gzipped"';
00242 
00243 $strHasBeenAltered = 'เปลี่ยนเสร็จแล้ว';
00244 $strHasBeenCreated = 'สร้างเสร็จแล้ว';
00245 $strHaveToShow = 'ต้องเลือกให้แสดงอย่างน้อยหนึ่งคอลัมน์';
00246 $strHebrew = 'ฮิบรู';
00247 $strHexForBinary = 'ใช้เลขฐานสิบหกสำหรับช่องข้อมูลไบนารี';
00248 $strHome = 'หน้าบ้าน';
00249 $strHomepageOfficial = 'โฮมเพจอย่างเป็นทางการของ phpMyAdmin';
00250 $strHost = 'โฮสต์';
00251 $strHostEmpty = 'ชื่อโฮสต์ยังว่างอยู่!';
00252 $strHungarian = 'ฮังการี';
00253 
00254 $strIcelandic = 'ไอซ์แลนด์';
00255 $strId = 'ID';
00256 $strIdxFulltext = 'ข้อความเต็ม (fulltext)';
00257 $strIfYouWish = 'ถ้าต้องการเรียกดู เฉพาะบางคอลัมน์ ให้ระบุรายชื่อฟิลด์มาด้วย (คั่นแต่ละชื่อด้วยเครื่องหมายลูกน้ำ)';
00258 $strIgnore = 'ไม่สนใจ';
00259 $strIgnoringFile = 'ไม่สนใจไฟล์ %s';
00260 $strImportDocSQL = 'นำเข้าไฟล์ docSQL';
00261 $strImportFiles = 'นำเข้าไฟล์';
00262 $strImportFinished = 'นำเข้าเสร็จแล้ว';
00263 $strInUse = 'ใช้อยู่';
00264 $strIndex = 'ดัชนี';
00265 $strIndexHasBeenDropped = 'โยนดัชนี %s ทิ้งไปเรียบร้อยแล้ว';
00266 $strIndexName = 'ชื่อดัชนี :';
00267 $strIndexType = 'ชนิดของดัชนี :';
00268 $strIndexes = 'ดัชนี';
00269 $strInnodbStat = 'สถานะของ InnoDB';
00270 $strInsecureMySQL = 'จากไฟล์เก็บค่ากำหนดของคุณ คุณไม่ได้ตั้งรหัสผ่านสำหรับ root ซึ่งจะถูกใช้เป็นชื่อปริยายซึ่งมีสิทธิพิเศษ.  เซิร์ฟเวอร์ MySQL ที่ทำงานด้วยค่าปริยายนี้ อาจถูกบุกรุกได้ คุณควรจะแก้ไขรูรั่วอันนี้ทันที เพื่อความปลอดภัย';
00271 $strInsert = 'แทรก';
00272 $strInsertAsNewRow = 'แทรกเป็นแถวใหม่';
00273 $strInsertNewRow = 'แทรกแถวใหม่';
00274 $strInsertTextfiles = 'แทรกข้อมูลจากไฟล์ข้อความเข้าไปในตาราง';
00275 $strInsertedRowId = 'แทรกเลขประจำแถว:';
00276 $strInsertedRows = 'แถวที่ถูกแทรก:';
00277 $strInstructions = 'วิธีใช้';
00278 $strInternalRelations = 'รีเลชันภายใน';
00279 
00280 $strJapanese = 'ญี่ปุ่น';
00281 $strJumpToDB = 'กระโดดไปที่ฐานข้อมูล &quot;%s&quot;.';
00282 $strJustDelete = 'แค่ลบผู้ใช้ออกจากตารางแสดงสิทธิเข้าถึง';
00283 
00284 $strKeepPass = 'กรุณาอย่าเปลี่ยนรหัสผ่าน';
00285 $strKeyname = 'ชื่อคีย์';
00286 $strKill = 'ฆ่าทิ้ง';
00287 $strKorean = 'เกาหลี';
00288 
00289 $strLaTeX = 'LaTeX';
00290 $strLaTeXOptions = 'ตัวเลือก LaTeX';
00291 $strLandscape = 'แนวนอน';
00292 $strLatexCaption = 'คำอธิบายตาราง';
00293 $strLatexContinued = '(ต่อ)';
00294 $strLatvian = 'ลัตเวีย';
00295 $strLengthSet = 'ความยาว/เซต*';
00296 $strLimitNumRows = 'ระเบียนต่อหน้า';
00297 $strLineFeed = 'ขึ้นบรรทัดใหม่: \\n';
00298 $strLinesTerminatedBy = 'จบแถวด้วย';
00299 $strLinkNotFound = 'ไม่พบลิงก์';
00300 $strLinksTo = 'เชื่อมไปยัง';
00301 $strLithuanian = 'ลิธัวเนีย';
00302 $strLoadMethod = 'วิธีการ LOAD';
00303 $strLocalhost = 'โลคอล';
00304 $strLocationTextfile = 'เลือกไฟล์ข้อความจาก';
00305 $strLogPassword = 'รหัสผ่าน:';
00306 $strLogServer = 'เซิร์ฟเวอร์';
00307 $strLogUsername = 'ชื่อผู้ใช้:';
00308 $strLogin = 'เข้าสู่ระบบ';
00309 $strLoginInformation = 'ข้อมูลล็อกอิน';
00310 $strLogout = 'ออกจากระบบ';
00311 
00312 $strMIME_MIMEtype = 'MIME-type';
00313 $strMIME_available_mime = 'MIME-types ที่มีอยู่';
00314 $strMIME_available_transform = 'การแปลงที่เรียกใช้ได้';
00315 $strMIME_description = 'รายละเอียด';
00316 $strMIME_nodescription = 'ไม่ปรากฏรายละเอียดสำหรับการแปลงนี้.<br />กรุณาสอบถามผู้เขียนว่า,  %s ทำอะไร.';
00317 $strMIME_transformation_options = 'ตัวเลือกการแปลง';
00318 $strMaximumSize = 'ขนาดใหญ่สุด: %s%s';
00319 $strModifications = 'บันทึกการแก้ไขเรียบร้อยแล้ว';
00320 $strModify = 'แก้ไข';
00321 $strModifyIndexTopic = 'แก้ไขดัชนี';
00322 $strMoreStatusVars = 'More status variables';
00323 $strMoveTable = 'ย้ายตารางไป (database<b>.</b>table):';
00324 $strMoveTableOK = 'ตาราง %s ถูกย้ายไป %s แล้ว';
00325 $strMoveTableSameNames = 'ย้ายตารางไปที่เดิมไม่ได้';
00326 $strMultilingual = 'หลายภาษา';
00327 $strMySQLCharset = 'ชุดตัวอักษร (charset) ของ MySQL';
00328 $strMySQLReloaded = 'เรียก MySQL ขึ้นมาใหม่แล้ว';
00329 $strMySQLSaid = 'MySQL แสดง: ';
00330 $strMySQLServerProcess = 'MySQL %pma_s1% ทำงานอยู่บน %pma_s2% ในชื่อ %pma_s3%';
00331 $strMySQLShowProcess = 'แสดงงานที่ทำอยู่ของ MySQL';
00332 $strMySQLShowStatus = 'แสดงสถานะของ MySQL';
00333 $strMySQLShowVars = 'แสดงตัวแปรระบบของ MySQL';
00334 
00335 $strName = 'ชื่อ';
00336 $strNext = 'ต่อไป';
00337 $strNo = 'ไม่';
00338 $strNoDatabases = 'ไม่มีฐานข้อมูล';
00339 $strNoDatabasesSelected = 'ยังไม่ได้เลือกฐานข้อมูล.';
00340 $strNoDescription = 'ไม่มีรายละเอียด';
00341 $strNoDropDatabases = 'คำสั่ง "DROP DATABASE" ถูกปิดไว้';
00342 $strNoExplain = 'ไม่ต้องอธิบาย SQL';
00343 $strNoFrames = 'เบราเซอร์ที่<b>ใช้เฟรมได้</b> จะช่วยให้ใช้ phpMyAdmin ได้ง่ายขึ้น';
00344 $strNoIndex = 'ยังไม่ได้กำหนดดัชนีใดๆ!';
00345 $strNoIndexPartsDefined = 'ไม่ได้กำหนดส่วนใดๆ ของดัชนี!';
00346 $strNoModification = 'ไม่มีการเปลี่ยนแปลง';
00347 $strNoOptions = 'รูปแบบนี้ไม่มีตัวเลือก';
00348 $strNoPassword = 'ไม่มีรหัสผ่าน';
00349 $strNoPhp = 'ไม่เอาโค้ด PHP';
00350 $strNoPrivileges = 'ไม่มีสิทธิ';
00351 $strNoQuery = 'ไม่มีคำค้น SQL!';
00352 $strNoRights = 'คุณไม่มีสิทธิที่จะเข้ามาตรงนี้!';
00353 $strNoRowsSelected = 'ยังไม่ได้เลือกแถว';
00354 $strNoTablesFound = 'ไม่พบตารางใด ๆ ในฐานข้อมูล';
00355 $strNoUsersFound = 'ไม่พบผู้ใช้ใดๆ.';
00356 $strNoValidateSQL = 'ไม่ต้องตรวจสอบ SQL';
00357 $strNone = 'ไม่มี';
00358 $strNotNumber = 'ค่านี้ไม่ใช่ตัวเลข!';
00359 $strNotOK = 'ไม่ตกลง';
00360 $strNotSet = 'ไม่พบตาราง <b>%s</b> ใน %s';
00361 $strNull = 'ว่างเปล่า (null)';
00362 $strNumSearchResultsInTable = 'พบ %s ผลลัพธ์ที่ตรงในตาราง <i>%s</i>';
00363 $strNumSearchResultsTotal = '<b>รวม:</b> <i>%s</i> ผลลัพธ์ที่ตรง';
00364 $strNumTables = 'ตาราง';
00365 
00366 $strOK = 'ตกลง';
00367 $strOftenQuotation = 'โดยปกติจะเป็นเครื่องหมายอัญประกาศ (เครื่องหมายคำพูด)<br />"เท่าที่จำเป็น" หมายถึง ให้ใส่เครื่องหมายคร่อม เฉพาะกับฟิลด์ชนิด char และ varchar เท่านั้น';
00368 $strOperations = 'กระบวนการ';
00369 $strOptimizeTable = 'ปรับแต่งตาราง';
00370 $strOptionalControls = 'กำหนดว่าจะเขียน หรืออ่านตัวอักขระพิเศษ อย่างไร';
00371 $strOptionally = 'เท่าที่จำเป็น';
00372 $strOr = 'หรือ';
00373 $strOverhead = 'เกินความจำเป็น';
00374 $strOverwriteExisting = 'เขียนทับแฟ้มที่มีอยู่แล้ว';
00375 
00376 $strPHP40203 = 'คุณกำลังใช้ PHP รุ่น 4.2.3, ซึ่งมีบั๊กร้ายแรงเกี่ยวกับ multi-byte strings (mbstring). กรุณาดูรายงานบั๊ก PHP หมายเลข 19404. เราไม่แนะนำให้คุณใช้ PHP รุ่นนี้กับ phpMyAdmin.';
00377 $strPHPVersion = 'รุ่นของ PHP';
00378 $strPageNumber = 'หมายเลขหน้า:';
00379 $strPaperSize = 'ขนาดกระดาษ';
00380 $strPartialText = 'ข้อความบางส่วน';
00381 $strPassword = 'รหัสผ่าน';
00382 $strPasswordChanged = 'เปลี่ยนรหัสผ่านของ %s เรียบร้อยแล้ว';
00383 $strPasswordEmpty = 'รหัสผ่านยังว่างอยู่!';
00384 $strPasswordNotSame = 'รหัสผ่านไม่ตรงกัน!';
00385 $strPdfDbSchema = 'schema ของฐานข้อมูล "%s" - หน้า %s';
00386 $strPdfInvalidTblName = 'ไม่มีตาราง "%s"!';
00387 $strPdfNoTables = 'ไม่มีตาราง';
00388 $strPerHour = 'ต่อชั่วโมง';
00389 $strPerMinute = 'ต่อนาที';
00390 $strPerSecond = 'ต่อวินาที';
00391 $strPhoneBook = 'สมุดโทรศัพท์';
00392 $strPhp = 'สร้างโค้ด PHP';
00393 $strPmaDocumentation = 'เอกสารการใช้ phpMyAdmin';
00394 $strPmaUriError = '<b>ต้อง</b>กำหนดค่า <tt>$cfg[\'PmaAbsoluteUri\']</tt> ในไฟล์คอนฟิกูเรชั่นเสียก่อน';
00395 $strPolish = 'โปแลนด์';
00396 $strPortrait = 'แนวตั้ง';
00397 $strPos1 = 'จุดเริ่มต้น';
00398 $strPrevious = 'ก่อนหน้า';
00399 $strPrimary = 'ไพรมารี';
00400 $strPrimaryKeyHasBeenDropped = 'โยนไพรมารีคีย์ทิ้งไปเรียบร้อยแล้ว';
00401 $strPrimaryKeyName = 'ชื่อของไพรมารีคีย์ จะต้องเป็น PRIMARY เท่านั้น';
00402 $strPrimaryKeyWarning = '(ชื่อของไพรมารีคีย์<b>จะต้องเป็น</b> "PRIMARY" เท่านั้น!)';
00403 $strPrint = 'พิมพ์';
00404 $strPrintView = 'แสดง';
00405 $strPrivDescAllPrivileges = 'ให้สิทธิทุกอย่าง ยกเว้นการให้สิทธิแก่ผู้อื่น (GRANT).';
00406 $strPrivDescAlter = 'อนุญาตให้เปลี่ยนโครงสร้างของตารางที่มีอยู่เดิม.';
00407 $strPrivDescCreateDb = 'อนุญาตให้สร้างฐานข้อมูล และตารางใหม่.';
00408 $strPrivDescCreateTbl = 'อนุญาตให้สร้างตารางใหม่.';
00409 $strPrivDescCreateTmpTable = 'อนุญาตให้สร้างตารางชั่วคราว.';
00410 $strPrivDescDelete = 'อนุญาตให้ลบข้อมูล';
00411 $strPrivDescDropDb = 'อนุญาตให้ทิ้งฐานข้อมูล และตาราง';
00412 $strPrivDescDropTbl = 'อนุญาตให้ทิ้งตาราง';
00413 $strPrivDescExecute = 'อนุญาตให้รัน stored procedure (ไม่มีผลใน MySQL รุ่นนี้)';
00414 $strPrivDescFile = 'อนุญาตให้นำเข้าข้อมูล และส่งออกข้อมูล ไปที่ไฟล์';
00415 $strPrivDescGrant = 'อนุญาตให้เพิ่มผู้ใช้ และสิทธิเข้าถึง โดยไม่ต้องเรียกใช้ตารางสิทธิใหม่';
00416 $strPrivDescIndex = 'อนุญาตให้สร้าง และทิ้ง ดัชนี';
00417 $strPrivDescInsert = 'อนุญาตให้เพิ่ม และแทนที่ ข้อมูล';
00418 $strPrivDescLockTables = 'อนุญาตให้ล็อกตารางสำหรับเธรดปัจจุบัน';
00419 $strPrivDescMaxConnections = 'จำกัดจำนวนการเชื่อมต่อใหม่ ที่ผู้ใช้จะสามารถเปิดได้ ต่อชั่วโมง';
00420 $strPrivDescMaxQuestions = 'จำกัดจำนวนของคำค้น ที่ผู้ใช้จะสามารถส่งมาที่เซิร์ฟเวอร์ได้ ต่อชั่วโมง';
00421 $strPrivDescMaxUpdates = 'จำกัดจำนวนของคำสั่ง ที่จะเปลี่ยนแปลงตาราง หรือฐานข้อมูลใดๆ ที่ผู้ใช้จะสามารถสั่งได้ ต่อชั่วโมง';
00422 $strPrivDescProcess3 = 'อนุญาตให้ทำลายโพรเซสของผู้ใช้อื่น';
00423 $strPrivDescProcess4 = 'อนุญาตให้ดูคำค้นทั้งหมดในรายการโพรเซส';
00424 $strPrivDescReferences = 'ไม่มีผลใน MySQL รุ่นนี้';
00425 $strPrivDescReload = 'อนุญาตให้เรียกใช้ค่ากำหนดของเซิร์ฟเวอร์ใหม่ และล้างแคชของเซิร์ฟเวอร์';
00426 $strPrivDescReplClient = 'มอบสิทธิให้ผู้ใช้ ในการถามว่า slaves หรือ masters อยู่ที่ไหน.';
00427 $strPrivDescSelect = 'อนุญาตให้อ่านข้อมูลได้.';
00428 $strPrivDescShowDb = 'สามารถเรียกดูรายการฐานข้อมูลทั้งหมดได้';
00429 $strPrivDescShutdown = 'อนุญาตให้ปิดเซิร์ฟเวอร์ได้';
00430 $strPrivDescUpdate = 'อนุญาตให้เปลี่ยนข้อมูลได้.';
00431 $strPrivDescUsage = 'ไม่มีสิทธิใดๆ.';
00432 $strPrivileges = 'สิทธิ';
00433 $strPrivilegesReloaded = 'สิทธิได้ถูกเรียกใช้ใหม่เรียบร้อยแล้ว';
00434 $strProcesslist = 'รายการโพรเซส';
00435 $strPutColNames = 'ใส่ชื่อฟิลด์ที่แถวแรก';
00436 
00437 $strQBE = 'คำค้นจากตัวอย่าง';
00438 $strQBEDel = 'ลบ';
00439 $strQBEIns = 'เพิ่ม';
00440 $strQueryFrame = 'หน้าต่างคำค้น';
00441 $strQueryOnDb = 'คำค้นบนฐานข้อมูล <b>%s</b>:';
00442 $strQuerySQLHistory = 'SQL-history';
00443 $strQueryStatistics = '<b>สถิติคำค้น</b>: มี %s คำค้น ถูกส่งไปที่เซิร์ฟเวอร์ นับตั้งแต่เริ่มระบบ.';
00444 $strQueryTime = 'คำค้นใช้เวลา %01.4f วินาที';
00445 $strQueryType = 'ชนิดคำค้น';
00446 
00447 $strReType = 'พิมพ์ใหม่';
00448 $strReceived = 'ได้รับ';
00449 $strRecords = 'ระเบียน';
00450 $strReferentialIntegrity = 'ตรวจสอบความสมบูรณ์ของการอ้างถึง:';
00451 $strRefresh = 'เรียกใหม่';
00452 $strRelationNotWorking = 'ความสามารถเพิ่มเติมสำหรับ linked Tables ได้ถูกระงับเอาไว้ ตามเหตุผลที่แจ้งไว้ใน %shere%s';
00453 $strRelationView = 'มุมมองรีเลชัน';
00454 $strRelationalSchema = 'รีเลชันแนล สกีมา';
00455 $strRelations = 'รีเลชัน';
00456 $strReloadFailed = 'รีโหลด MySQL ใหม่ไม่สำเร็จ';
00457 $strReloadMySQL = 'รีโหลด MySQL ใหม่';
00458 $strReloadingThePrivileges = 'ปรับปรุงสิทธิเข้าถึงใหม่อีกรอบ';
00459 $strRemoveSelectedUsers = 'ถอนผู้ใช้ที่เลือก';
00460 $strRenameTable = 'เปลี่ยนชื่อตารางเป็น';
00461 $strRenameTableOK = 'ตาราง %s ได้ถูกเปลี่ยนชื่อเป็น %s';
00462 $strRepairTable = 'ซ่อมแซมตาราง';
00463 $strReplace = 'เขียนทับ';
00464 $strReplaceNULLBy = 'แทนที่ NULL เป็น';
00465 $strReplaceTable = 'เขียนทับด้วยข้อมูลจากไฟล์';
00466 $strReset = 'เริ่มใหม่';
00467 $strResourceLimits = 'ขีดจำกัดของทรัพยากร';
00468 $strRevoke = 'เพิกถอน';
00469 $strRevokeAndDelete = 'เพิกถอน active privileges ทั้งหมดจากผู้ใช้ และลบผู้ใช้ทิ้งหลังจากนั้น.';
00470 $strRevokeAndDeleteDescr = 'ผู้ใช้ต่างๆ ยังคงมีสิทธิ USAGE จนกว่า ข้อมูลสิทธิ จะถูกเรียกใช้ใหม่อีกที.';
00471 $strRevokeMessage = 'คุณได้เพิกถอนสิทธิของ %s';
00472 $strRomanian = 'โรมาเนีย';
00473 $strRowLength = 'ความยาวแถว';
00474 $strRowSize = ' ขนาดแถว ';
00475 $strRows = 'แถว';
00476 $strRowsFrom = 'แถว เริ่มจากแถวที่';
00477 $strRowsModeFlippedHorizontal = 'แนวนอน (หมุนหัวเรื่อง)';
00478 $strRowsModeHorizontal = 'แนวนอน';
00479 $strRowsModeOptions = 'อยู่ใน %s และซ้ำหัวแถวทุกๆ %s เซลล์';
00480 $strRowsModeVertical = 'แนวตั้ง';
00481 $strRowsStatistic = 'สถิติของแถว';
00482 $strRunQuery = 'ประมวลผลคำค้น';
00483 $strRunSQLQuery = 'ประมวลผลคำค้นบนฐานข้อมูล %s';
00484 $strRunning = 'ทำงานอยู่บน %s';
00485 $strRussian = 'รัสเซีย';
00486 
00487 $strSQL = 'SQL';
00488 $strSQLOptions = 'ตัวเลือก SQL';
00489 $strSQLParserBugMessage = 'อาจจะมีการเปลี่ยนแปลงบางอย่าง ที่คุณพบว่ามันเป็นข้อผิดพลาดของตัวอ่านคำสั่ง SQL. กรุณาตรวจสอบคำค้นของคุณให้ถี่ถ้วน โดยเฉพาะการเปิด/ปิดเครื่องหมายคำพูด (quotes) ให้ถูกต้อง. อีกสาเหตุหนึ่งที่เป็นไปได้คือ คุณอาจจะอัพโหลดแฟ้มไบนารีข้างนอกช่วงของเครื่องหมายคำพูด. คุณสามารถที่จะลองคำค้นของคุณที่คอมมานด์ไลน์ของ MySQL ซึ่งคุณอาจจะพบข้อผิดพลาดบางอย่างในนั้น. หากเซิร์ฟเวอร์ MySQL แจ้งข้อผิดพลาดมา, ให้ลองอ่านดู มันอาจจะช่วยให้คุณวินิจฉัยปัญหาได้ดีขึ้น. ถ้าคุณยังพบปัญหากับ parser ใน phpMyAdmin อยู่ แต่ไม่พบปัญหากับ parser ในคอมมานด์ไลน์, ให้ลองลดความยาวของคำค้น SQL ลง จนกระทั่งเหลือคำค้น SQL เดี่ยวๆ ที่ยังทำให้เกิดปัญหาอยู่อีก, แล้วแจ้งข้อผิดพลาดดังกล่าวมาที่เรา, ส่งมันมาพร้อมกับตัวข้อมูลที่คุณค้น ซึ่งได้จากส่วนของ CUT ด้านล่าง.';
00490 $strSQLParserUserError = 'อาจจะมีข้อผิดพลาดบางอย่างในคำค้น SQL ของคุณ. หาก MySQL server ได้แจ้งข้อผิดพลาดมาด้านล่างนี้ ให้ลองอ่านดู มันอาจจะช่วยให้คุณวินิจฉัยปัญหาได้ดีขึ้น';
00491 $strSQLQuery = 'คำค้น SQL';
00492 $strSQLResult = 'ผลลัพธ์ SQL';
00493 $strSQPBugInvalidIdentifer = 'ชื่อตัวแปรไม่ถูกต้อง';
00494 $strSQPBugUnclosedQuote = 'ไม่ได้ปิดเครื่องหมายคำพูด';
00495 $strSQPBugUnknownPunctuation = 'มีเครื่องหมายวรรคตอนที่ไม่รู้จัก';
00496 $strSave = 'บันทึก';
00497 $strScaleFactorSmall = 'อัตราย่อน้อยเกินไป ที่จะจัดให้สกีมาอยู่ในหน้าเดียว';
00498 $strSearch = 'ค้นหา';
00499 $strSearchFormTitle = 'ค้นหาในฐานข้อมูล';
00500 $strSearchInTables = 'ในตาราง:';
00501 $strSearchNeedle = 'คำ หรือ ค่าที่ต้องการค้นหา (wildcard: "%"):';
00502 $strSearchOption1 = 'อย่างน้อยหนึ่งคำ';
00503 $strSearchOption2 = 'ทุกคำ';
00504 $strSearchOption3 = 'เหมือนทั้งวลี';
00505 $strSearchOption4 = 'รูปแบบคำพ้อง (regular expression)';
00506 $strSearchResultsFor = 'ผลการค้นหา "<i>%s</i>" %s:';
00507 $strSearchType = 'ค้น:';
00508 $strSelectADb = 'โปรดเลือกฐานข้อมูล';
00509 $strSelectAll = 'เลือกทั้งหมด';
00510 $strSelectFields = 'เลือกฟิลด์ (อย่างน้อยหนึ่งฟิลด์):';
00511 $strSelectNumRows = 'ในคำค้น';
00512 $strSelectTables = 'เลือกตาราง';
00513 $strSend = 'ส่งมาเป็นไฟล์';
00514 $strSent = 'ถูกส่ง';
00515 $strServer = 'เซิร์ฟเวอร์';
00516 $strServerChoice = 'ตัวเลือกเซิร์ฟเวอร์';
00517 $strServerNotResponding = 'เซิร์ฟเวอร์ดังกล่าวไม่ตอบสนอง';
00518 $strServerStatus = 'ข้อมูลรันไทม์';
00519 $strServerStatusUptime = 'เซิร์ฟเวอร์ MySQL นี้รันมาเป็นเวลา %s. เริ่มตอน %s.';
00520 $strServerTabProcesslist = 'โพรเซส';
00521 $strServerTabVariables = 'ตัวแปร';
00522 $strServerTrafficNotes = '<b>การจราจรของเซิร์ฟเวอร์</b>: ตารางนี้แสดงสถิติของการจราจรบนเครือข่าย สำหรับเซิร์ฟเวอร์ MySQL นี้ ตั้งแต่มันเริ่มทำงาน.';
00523 $strServerVars = 'ตัวแปร และค่ากำหนด ของเซิร์ฟเวอร์';
00524 $strServerVersion = 'รุ่นของเซิร์ฟเวอร์';
00525 $strSessionValue = 'ค่าเซสชั่น';
00526 $strSetEnumVal = 'ถ้าชนิดของฟิลด์เป็น "enum" หรือ "set" โปรดใส่ค่าตามรูปแบบ: \'a\',\'b\',\'c\'...<br />ถ้าต้องการใส่เครื่องหมาย backslash ("\\") หรือ อัญประกาศเดี่ยว ("\'") เข้าไปในค่าเหล่านั้น ให้ใส่เครื่องหมาย แบ๊กแสลช นำหน้า (ตัวอย่าง: \'\\\\xyz\' or \'a\\\'b\')';
00527 $strShow = 'แสดง';
00528 $strShowAll = 'แสดงทั้งหมด';
00529 $strShowColor = 'แสดงสี';
00530 $strShowDatadictAs = 'รูปแบบพจนานุกรมข้อมูล';
00531 $strShowFullQueries = 'แสดงคำค้นแบบเต็ม';
00532 $strShowGrid = 'แสดงกริด';
00533 $strShowPHPInfo = 'แสดงข้อมูลของ PHP';
00534 $strShowTableDimension = 'แสดงมิติของตาราง';
00535 $strShowTables = 'แสดงตาราง';
00536 $strShowThisQuery = ' แสดงคำค้นนี้อีกที ';
00537 $strShowingRecords = 'แสดงระเบียนที่ ';
00538 $strSimplifiedChinese = 'จีน (แผ่นดินใหญ่)';
00539 $strSingly = '(เดี่ยว)';
00540 $strSize = 'ขนาด';
00541 $strSlovak = 'สโลวัก';
00542 $strSlovenian = 'สโลเวเนีย';
00543 $strSort = 'เรียง';
00544 $strSortByKey = 'เรียงโดยคีย์';
00545 $strSpaceUsage = 'เนื้อที่ที่ใช้';
00546 $strSpanish = 'สเปน';
00547 $strSplitWordsWithSpace = 'คำถูกแบ่งด้วยช่องว่าง (" ").';
00548 $strStatCheckTime = 'ตรวจสอบครั้งสุดท้ายเมื่อ';
00549 $strStatCreateTime = 'สร้างเมื่อ';
00550 $strStatUpdateTime = 'ปรับปรุงครั้งสุดท้ายเมื่อ';
00551 $strStatement = 'คำสั่ง';
00552 $strStatus = 'สถานะ';
00553 $strStrucCSV = 'ข้อมูล CSV (คั่นด้วยเครื่องหมายลูกน้ำ ",")';
00554 $strStrucData = 'ทั้งโครงสร้างและข้อมูล';
00555 $strStrucDrop = 'เพิ่มคำสั่ง DROP TABLE';
00556 $strStrucExcelCSV = 'ข้อมูล CSV สำหรับไมโครซอฟต์เอ็กเซล';
00557 $strStrucOnly = 'เฉพาะโครงสร้าง';
00558 $strStructPropose = 'เสนอโครงสร้างตาราง';
00559 $strStructure = 'โครงสร้าง';
00560 $strSubmit = 'ส่ง';
00561 $strSuccess = 'ทำคำค้นเสร็จเรียบร้อยแล้ว';
00562 $strSum = 'ผลรวม';
00563 $strSwedish = 'สวีเดน';
00564 $strSwitchToTable = 'สลับไปที่ตารางที่ถูกทำสำเนาไว้';
00565 
00566 $strTable = 'ตาราง ';
00567 $strTableComments = 'หมายเหตุของตาราง';
00568 $strTableEmpty = 'ชื่อตารางยังว่างอยู่!';
00569 $strTableHasBeenDropped = 'โยนตาราง %s ทิ้งไปเรียบร้อยแล้ว';
00570 $strTableHasBeenEmptied = 'ลบข้อมูลในตาราง %s เรียบร้อยแล้ว';
00571 $strTableHasBeenFlushed = 'ล้างตาราง %s เรียบร้อยแล้ว';
00572 $strTableMaintenance = 'การดูแลรักษาตาราง';
00573 $strTableOfContents = 'สารบัญ';
00574 $strTableOptions = 'ตัวเลือกตาราง';
00575 $strTableStructure = 'โครงสร้างตาราง';
00576 $strTableType = 'ชนิดตาราง';
00577 $strTables = '%s ตาราง';
00578 $strTblPrivileges = 'สิทธิเจาะจงเฉพาะตาราง';
00579 $strTextAreaLength = 'เนื่องจากความยาวของมัน <br />ฟิลด์นี้ ไม่อาจแก้ไขได้';
00580 $strThai = 'ไทย';
00581 $strTheContent = 'ได้แทรกข้อมูล จากไฟล์ของคุณเรียบร้อยแล้ว';
00582 $strTheContents = 'สำหรับแถวที่มีไพรมารีคีย์ หรือ unique key เหมือนกัน เนื้อหาจากไฟล์ จะแทนที่เนื้อหาเดิมในตาราง';
00583 $strTheTerminator = 'จุดสิ้นสุดของฟิลด์';
00584 $strTheme = 'หน้าตา';
00585 $strThisHost = 'โฮสต์นี้';
00586 $strThisNotDirectory = 'นี่ไม่ใช่ไดเรกทอรี';
00587 $strThreadSuccessfullyKilled = 'เธรด %s ถูกทำลายเรียบร้อยแล้ว.';
00588 $strTime = 'เวลา';
00589 $strTotal = 'ทั้งหมด';
00590 $strTotalUC = 'รวม';
00591 $strTraditionalChinese = 'จีน (ไต้หวัน)';
00592 $strTraditionalSpanish = 'สเปน (ดั้งเดิม)';
00593 $strTraffic = 'การจราจร';
00594 $strTransformation_image_jpeg__inline = 'แสดงรูปขนาดเล็กที่กดเข้าไปดูภาพใหญ่ได้; ตัวเลือก: ความกว้าง, ความสูง หน่วยเป็นพิกเซล (คงสัดส่วนเดิม)';
00595 $strTransformation_image_jpeg__link = 'แสดงลิงก์ไปยังรูป (ดาวน์โหลดข้อมูลไบนารีโดยตรง/blob).';
00596 $strTransformation_image_png__inline = 'ดูรูปชนิด image/jpeg ทันที';
00597 $strTransformation_text_plain__formatted = 'สงวนการจัดรูปแบบเดิมในฟิลด์ไว้ -- ไม่แทรก escape character.';
00598 $strTruncateQueries = 'ตัดทอนคำค้นที่แสดง';
00599 $strTurkish = 'ตุรกี';
00600 $strType = 'ชนิด';
00601 
00602 $strUkrainian = 'ยูเครน';
00603 $strUncheckAll = 'ไม่เลือกเลย';
00604 $strUnicode = 'ยูนิโค้ด';
00605 $strUnique = 'เอกลักษณ์';
00606 $strUnknown = 'ไม่ระบุ';
00607 $strUnselectAll = 'ไม่เลือกเลย';
00608 $strUpdComTab = 'โปรดอ่านเอกสารเกี่ยวกับ วิธีการปรับปรุงตาราง Column_comments (เก็บหมายเหตุของคอลัมน์) ของคุณ';
00609 $strUpdatePrivMessage = 'คุณได้ปรับปรุงสิทธิสำหรับ %s แล้ว';
00610 $strUpdateProfileMessage = 'ปรับปรุงโพรไฟล์เรียบร้อยแล้ว';
00611 $strUpdateQuery = 'ปรับปรุงคำค้น';
00612 $strUsage = 'ใช้งาน';
00613 $strUseBackquotes = 'ใส่ \'backqoute\' ให้กับชื่อตารางและฟิลด์';
00614 $strUseTables = 'ใช้ตาราง';
00615 $strUseTextField = 'ใช้ช่องใส่ข้อความ (text field)';
00616 $strUseThisValue = 'ใช้ค่านี้';
00617 $strUser = 'ผู้ใช้';
00618 $strUserAlreadyExists = 'มีผู้ใช้ %s อยู่แล้ว!';
00619 $strUserEmpty = 'ชื่อผู้ใช้ยังว่างอยู่!';
00620 $strUserName = 'ชื่อผู้ใช้';
00621 $strUserNotFound = 'ไม่พบผู้ใช้ที่เลือกในตารางแสดงสิทธิ';
00622 $strUserOverview = 'ข้อมูลทั่วไปของผู้ใช้';
00623 $strUsersDeleted = 'ลบผู้ใช้ที่เลือกไว้เรียบร้อยแล้ว.';
00624 $strUsersHavingAccessToDb = 'ผู้ใช้มีสิทธิเข้าถึงฐานข้อมูล &quot;%s&quot;';
00625 
00626 $strValidateSQL = 'ตรวจสอบ SQL';
00627 $strValidatorError = 'ไม่สามารถเริ่มตัวตรวจสอบ SQL ได้. กรุณาตรวจสอบว่า คุณได้ติดตั้ง php extensions ที่จำเป็น ดังที่อธิบายไว้ใน %sdocumentation%s เรียบร้อยแล้ว';
00628 $strValue = 'ค่า';
00629 $strVar = 'ตัวแปร';
00630 $strViewDump = 'ดูโครงสร้างของตาราง';
00631 $strViewDumpDB = 'ดูโครงสร้างของฐานข้อมูล';
00632 
00633 $strWebServerUploadDirectory = 'ไดเรกทอรีสำหรับอัพโหลด ที่เว็บเซิร์ฟเวอร์';
00634 $strWebServerUploadDirectoryError = 'ไม่สามารถใช้งาน ไดเรกทอรีที่ตั้งไว้สำหรับอัพโหลดได้';
00635 $strWelcome = '%s ยินดีต้อนรับ';
00636 $strWestEuropean = 'ยุโรปตะวันตก';
00637 $strWildcard = 'ไวล์การ์ด';
00638 $strWithChecked = 'ทำกับที่เลือก:';
00639 $strWritingCommentNotPossible = 'การเขียนหมายเหตุนั้นเป็นไปไม่ได้';
00640 $strWritingRelationNotPossible = 'การเขียนรีเลชันนั้นเป็นไปไม่ได้';
00641 $strWrongUser = 'อนุญาตให้เข้าใช้ไม่ได้ ชื่อผู้ใช้หรือรหัสผ่านผิด';
00642 
00643 $strXML = 'XML';
00644 
00645 $strYes = 'ใช่';
00646 
00647 $strZeroRemovesTheLimit = 'โปรดทราบ: ถ้าเปลี่ยนค่าเหล่านี้เป็น 0 (ศูนย์) จะหมายถึง ไม่มีขีดจำกัด.';
00648 $strZip = '"ถูกบีบอัดอยู่ (zip)"';
00649 
00650 // To translate:
00651 $strAccessDeniedExplanation = 'phpMyAdmin tried to connect to the MySQL server, and the server rejected the connection. You should check the host, username and password in config.inc.php and make sure that they correspond to the information given by the administrator of the MySQL server.';  //to translate
00652 $strAddConstraints = 'Add constraints';  //to translate
00653 $strAddDropDatabase = 'Add DROP DATABASE';//to translate
00654 $strAddHeaderComment = 'Add custom comment into header (\\n splits lines)';  //to translate
00655 $strAddIfNotExists = 'Add IF NOT EXISTS';  //to translate
00656 $strAddIntoComments = 'Add into comments';//to translate
00657 $strAfterInsertSame = 'Go back to this page';  //to translate
00658 
00659 $strBookmarkAllUsers = 'Let every user access this bookmark';  //to translate
00660 $strBrowseForeignValues = 'Browse foreign values';  //to translate
00661 
00662 $strCheckOverhead = 'Check tables with overhead';  //to translate
00663 $strCommentsForTable = 'COMMENTS FOR TABLE';  //to translate
00664 $strConnectionError = 'Cannot connect: invalid settings.';  //to translate
00665 $strConstraintsForDumped = 'Constraints for dumped tables';  //to translate
00666 $strConstraintsForTable = 'Constraints for table';  //to translate
00667 $strCreationDates = 'Creation/Update/Check dates';  //to translate
00668 
00669 $strDatabaseEmpty = 'The database name is empty!';  //to translate
00670 $strDatabaseExportOptions = 'Database export options';//to translate
00671 $strDatabaseNoTable = 'This database contains no table!';//to translate
00672 $strDefaultValueHelp = 'For default values, please enter just a single value, without backslash escaping or quotes, using this format: a';  //to translate
00673 $strDelOld = 'The current Page has References to Tables that no longer exist. Would you like to delete those References?';  //to translate
00674 $strDelayedInserts = 'ใช้ delayed inserts';  //to translate
00675 $strDisableForeignChecks = 'Disable foreign key checks';  //to translate
00676 $strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!';  //to translate
00677 $strDumpSaved = 'Dump has been saved to file %s.';  //to translate
00678 
00679 $strEncloseInTransaction = 'Enclose export in a transaction';  //to translate
00680 $strExcelEdition = 'Excel edition';  //to translate
00681 $strExecuteBookmarked = 'Execute bookmarked query';  //to translate
00682 
00683 $strFileAlreadyExists = 'File %s already exists on server, change filename or check overwrite option.';  //to translate
00684 $strFlushPrivilegesNote = 'โปรดทราบ: phpMyAdmin gets the users\' privileges directly from MySQL\'s privilege tables. The content of this tables may differ from the privileges the server uses if manual changes have made to it. In this case, you should %sreload the privileges%s before you continue.'; //to translate
00685 
00686 $strIgnoreInserts = 'Use ignore inserts';  //to translate
00687 $strInternalNotNecessary = '* An internal relation is not necessary when it exists also in InnoDB.';  //to translate
00688 
00689 $strJustDeleteDescr = 'The &quot;deleted&quot; users will still be able to access the server as usual until the privileges are reloaded.'; //to translate
00690 
00691 $strLatexContent = 'Content of table __TABLE__';//to translate
00692 $strLatexContinuedCaption = 'Continued table caption';//to translate
00693 $strLatexIncludeCaption = 'Include table caption';//to translate
00694 $strLatexLabel = 'Label key';//to translate
00695 $strLatexStructure = 'Structure of table __TABLE__';//to translate
00696 $strLoadExplanation = 'The best method is checked by default, but you can change if it fails.';  //to translate
00697 
00698 $strMIMETypesForTable = 'MIME TYPES FOR TABLE';  //to translate
00699 $strMIME_transformation = 'Browser transformation';//to translate
00700 $strMIME_transformation_note = 'For a list of available transformation options and their MIME-type transformations, click on %stransformation descriptions%s';//to translate
00701 $strMIME_transformation_options_note = 'Please enter the values for transformation options using this format: \'a\',\'b\',\'c\'...<br />If you ever need to put a backslash ("\") or a single quote ("\'") amongst those values, backslashes it (for example \'\\\\xyz\' or \'a\\\'b\').';//to translate
00702 $strMIME_without = 'MIME-types printed in italics do not have a seperate transformation function';//to translate
00703 $strMustSelectFile = 'You should select file which you want to insert.';  //to translate
00704 $strMySQLConnectionCollation = 'MySQL connection collation';  //to translate
00705 
00706 $strNeedPrimaryKey = 'You should define a primary key for this table.';  //to translate
00707 $strNoPermission = 'The web server does not have permission to save the file %s.';  //to translate
00708 $strNoSpace = 'Insufficient space to save the file %s.';  //to translate
00709 
00710 $strOperator = 'Operator';  //to translate
00711 
00712 $strPrintViewFull = 'Print view (with full texts)';  //to translate
00713 $strPrivDescReplSlave = 'Needed for the replication slaves.'; //to translate
00714 $strPrivDescSuper = 'อนุญาตให้เชื่อมต่อ, แม้ว่าจำนวนการเชื่อมต่อจะถึงระดับสูงสุดแล้ว; Required for most administrative operations like setting global variables or killing threads of other users.'; //to translate
00715 
00716 $strQueryWindowLock = 'Do not overwrite this query from outside the window';  //to translate
00717 
00718 $strRelationsForTable = 'RELATIONS FOR TABLE';  //to translate
00719 $strRenameDatabaseOK = 'Database %s has been renamed to %s';  //to translate
00720 
00721 $strSQLExportType = 'Export type';  //to translate
00722 $strSaveOnServer = 'Save on server in %s directory';  //to translate
00723 $strSecretRequired = 'The configuration file now needs a secret passphrase (blowfish_secret).';  //to translate
00724 $strStrucNativeExcel = 'ข้อมูล Native MS Excel';  //to translate
00725 
00726 $strTakeIt = 'take it';  //to translate
00727 $strToggleScratchboard = 'toggle scratchboard';  //to translate
00728 $strTransformation_application_octetstream__download = 'Display a link to download the binary data of a field. First option is the filename of the binary file. Second option is a possible fieldname of a table row containing the filename. If you provide a second option you need to have the first option set to an empty string';  //to translate
00729 $strTransformation_text_plain__dateformat = 'Takes a TIME, TIMESTAMP or DATETIME field and formats it using your local dateformat. First option is the offset (in hours) which will be added to the timestamp (Default: 0). Second option is a different dateformat according to the parameters available for PHPs strftime().';//to translate
00730 $strTransformation_text_plain__external = 'สำหรับ ลีนุกซ์ เท่านั้น: Launches an external application and feeds the fielddata via standard input. Returns standard output of the application. Default is Tidy, to pretty print HTML code. For security reasons, you have to manually edit the file libraries/transformations/text_plain__external.inc.php and insert the tools you allow to be run. The first option is then the number of the program you want to use and the second option are the parameters for the program. The third parameter, if set to 1 will convert the output using htmlspecialchars() (Default is 1). A fourth parameter, if set to 1 will put a NOWRAP to the content cell so that the whole output will be shown without reformatting (Default 1)';//to translate
00731 $strTransformation_text_plain__imagelink = 'Displays an image and a link, the field contains the filename; first option is a prefix like "http://domain.com/", second option is the width in pixels, third is the height.';  //to translate
00732 $strTransformation_text_plain__link = 'Displays a link, the field contains the filename; first option is a prefix like "http://domain.com/", second option is a title for the link.';  //to translate
00733 $strTransformation_text_plain__substr = 'แสดงข้อความบางส่วนเท่านั้น. First option is an offset to define where the output of your text starts (Default 0). Second option is an offset how much text is returned. If empty, returns all the remaining text. The third option defines which chars will be appended to the output when a substring is returned (Default: ...) .';//to translate
00734 
00735 $strUpgrade = 'You should upgrade to %s %s or later.';  //to translate
00736 $strUseHostTable = 'ใช้ Host Table';  //to translate
00737 
00738 $strViewDumpDatabases = 'View dump (schema) of databases';//to translate
00739 
00740 $strWindowNotFound = 'The target browser window could not be updated. Maybe you have closed the parent window or your browser is blocking cross-window updates of your security settings';  //to translate
00741 
00742 $strPersian = 'Persian';  //to translate
00743 $strAddFields = 'Add %s field(s)';  //to translate
00744 $strInsertBookmarkTitle = 'Please insert bookmark title';  //to translate
00745 $strNoThemeSupport = 'No themes support, please check your configuration and/or your themes in directory %s.';  //to translate
00746 $strUseTabKey = 'Use TAB key to move from value to value, or CTRL+arrows to move anywhere';  //to translate
00747 $strEscapeWildcards = 'Wildcards _ and % should be escaped with a \ to use them literally';  //to translate
00748 $strBinLogName = 'Log name';  //to translate
00749 $strBinLogPosition = 'Position';  //to translate
00750 $strBinLogEventType = 'Event type';  //to translate
00751 $strBinLogServerId = 'Server ID';  //to translate
00752 $strBinLogOriginalPosition = 'Original position';  //to translate
00753 $strBinLogInfo = 'Information';  //to translate
00754 $strBinaryLog = 'Binary log';  //to translate
00755 $strSelectBinaryLog = 'Select binary log to view';  //to translate
00756 $strDBCopy = 'Copy database to';  //to translate
00757 $strCopyDatabaseOK = 'Database %s has been copied to %s';  //to translate
00758 $strSwitchToDatabase = 'Switch to copied database';  //to translate
00759 $strPasswordHashing = 'Password Hashing';  //to translate
00760 $strCompatibleHashing = 'MySQL&nbsp;4.0 compatible';  //to translate
00761 $strIndexWarningPrimary = 'PRIMARY and INDEX keys should not both be set for column `%s`';//to translate
00762 $strIndexWarningUnique = 'UNIQUE and INDEX keys should not both be set for column `%s`';//to translate
00763 $strIndexWarningMultiple = 'More than one %s key was created for column `%s`';//to translate
00764 $strIndexWarningTable = 'Problems with indexes of table `%s`';//to translate
00765 $strNoActivity = 'No activity since %s seconds or more, please login again';  //to translate
00766 $strApproximateCount = 'May be approximate. See FAQ 3.11';  //to translate
00767 $strSQLExportCompatibility = 'SQL export compatibility';  //to translate
00768 $strMbOverloadWarning = 'You have enabled mbstring.func_overload in your PHP configuration. This option is incompatible with phpMyAdmin and might cause breaking of some data!';  //to translate
00769 $strMbExtensionMissing = 'The mbstring PHP extension was not found and you seem to be using multibyte charset. Without mbstring extension phpMyAdmin is unable to split strings correctly and it may result in unexpected results.';  //to translate
00770 $strAfterInsertNext = 'Edit next row';  //to translate
00771 $strView = 'View';  //to translate
00772 $strViewHasBeenDropped = 'View %s has been dropped';  //to translate
00773 $strEngines = 'Engines';  //to translate
00774 $strStorageEngines = 'Storage Engines';  //to translate
00775 $strStorageEngine = 'Storage Engine';  //to translate
00776 $strNoDetailsForEngine = 'There is no detailed status information available for this storage engine.';  //to translate
00777 $strDefaultEngine = '%s is the default storage engine on this MySQL server.';  //to translate
00778 $strEngineAvailable = '%s is available on this MySQL server.';  //to translate
00779 $strEngineUnsupported = 'This MySQL server does not support the %s storage engine.';  //to translate
00780 $strEngineDisabled = '%s has been disabled for this MySQL server.';  //to translate
00781 $strMyISAMSortBufferSize = 'Sort buffer size';  //to translate
00782 $strMyISAMSortBufferSizeDesc = 'The buffer that is allocated when sorting MyISAM indexes during a REPAIR TABLE or when creating indexes with CREATE INDEX or ALTER TABLE.';  //to translate
00783 $strMyISAMDataPointerSize = 'Data pointer size';  //to translate
00784 $strMyISAMDataPointerSizeDesc = 'The default pointer size in bytes, to be used by CREATE TABLE for MyISAM tables when no MAX_ROWS option is specified.';  //to translate
00785 $strMyISAMRecoverOptions = 'Automatic recovery mode';  //to translate
00786 $strMyISAMRecoverOptionsDesc = 'The mode for automatic recovery of crashed MyISAM tables, as set via the --myisam-recover server startup option.';  //to translate
00787 $strMyISAMRepairThreads = 'Repair threads';  //to translate
00788 $strMyISAMRepairThreadsDesc = 'If this value is greater than 1, MyISAM table indexes are created in parallel (each index in its own thread) during the Repair by sorting process.';  //to translate
00789 $strMyISAMMaxSortFileSize = 'Maximum size for temporary sort files';  //to translate
00790 $strMyISAMMaxSortFileSizeDesc = 'The maximum size of the temporary file MySQL is allowed to use while re-creating a MyISAM index (during REPAIR TABLE, ALTER TABLE, or LOAD DATA INFILE).';  //to translate
00791 $strMyISAMMaxExtraSortFileSize = 'Maximum size for temporary files on index creation';  //to translate
00792 $strMyISAMMaxExtraSortFileSizeDesc = 'If the temporary file used for fast MyISAM index creation would be larger than using the key cache by the amount specified here, prefer the key cache method.';  //to translate
00793 $strLongOperation = 'This operation could be long. Proceed anyway?';  //to translate
00794 $strVersionInformation = 'Version information';  //to translate
00795 $strInnoDBDataHomeDir = 'Data home directory';  //to translate
00796 $strInnoDBDataHomeDirDesc = 'The common part of the directory path for all InnoDB data files.';  //to translate
00797 $strInnoDBDataFilePath = 'Data files';  //to translate
00798 $strInnoDBAutoextendIncrement = 'Autoextend increment';  //to translate
00799 $strInnoDBAutoextendIncrementDesc = ' The increment size for extending the size of an autoextending tablespace when it becomes full.';  //to translate
00800 $strBufferPool = 'Buffer Pool';  //to translate
00801 $strBufferPoolUsage = 'Buffer Pool Usage';  //to translate
00802 $strDataPages = 'Pages containing data';  //to translate
00803 $strFreePages = 'Free pages';  //to translate
00804 $strBusyPages = 'Busy pages';  //to translate
00805 $strDirtyPages = 'Dirty pages';  //to translate
00806 $strPagesToBeFlushed = 'Pages to be flushed';  //to translate
00807 $strLatchedPages = 'Latched pages';  //to translate
00808 $strBufferPoolActivity = 'Buffer Pool Activity';  //to translate
00809 $strReadRequests = 'Read requests';  //to translate
00810 $strWriteRequests = 'Write requests';  //to translate
00811 $strBufferReadMisses = 'Read misses';  //to translate
00812 $strBufferReadMissesInPercent = 'Read misses in %';  //to translate
00813 $strBufferWriteWaits = 'Write waits';  //to translate
00814 $strBufferWriteWaitsInPercent = 'Write waits in %';  //to translate
00815 $strHTMLExcel = 'Microsoft Excel 2000';  //to translate
00816 $strHTMLExcelOptions = 'Microsoft Excel 2000 export options';  //to translate
00817 $strHTMLWord = 'Microsoft Word 2000';  //to translate
00818 $strHTMLWordOptions = 'Microsoft Word 2000 export options';  //to translate
00819 $strInnoDBBufferPoolSizeDesc = 'The size of the memory buffer InnoDB uses to cache data and indexes of its tables.';  //to translate
00820 $strInnoDBBufferPoolSize = 'Buffer pool size';  //to translate
00821 $strInnoDBPages = 'pages';  //to translate
00822 $strSocketProblem = '(or the local MySQL server\'s socket is not correctly configured)';  //to translate
00823 $strPrivDescCreateView = 'Allows creating new views.';  //to translate
00824 $strPrivDescAlterDb = 'Allows altering the structure of existing tables as well as changing the default charset and collation of databases.';  //to translate
00825 $strPrivDescCreateUser = 'Allows creating, dropping and renaming unser accounts.';  //to translate
00826 $strPrivDescCreateRoutine = 'Allows creating stored routines.';  //to translate
00827 $strPrivDescAlterRoutine = 'Allows altering and dropping stored routines.';  //to translate
00828 $strRoutines = 'Routines';  //to translate
00829 $strPrivDescShowView = 'Allows performing SHOW CREATE VIEW queries.';  //to translate
00830 $strPrivDescExecute5 = 'Allows executing stored routines.';  //to translate
00831 $strCreateDatabaseBeforeCopying = 'CREATE DATABASE before copying';  //to translate
00832 $strGeneratePassword = 'Generate Password';  //to translate
00833 $strGenerate = 'Generate';  //to translate
00834 $strCopy = 'Copy';  //to translate
00835 $strTransformation_application_octetstream__hex = 'Displays hexadecimal representation of data.';  //to translate
00836 $strInvalidFieldCount = 'Table must have at least one field.';  //to translate
00837 $strInvalidRowNumber = '%d is not valid row number.';  //to translate
00838 $strInvalidColumnCount = 'Column count has to be larger than zero.';  //to translate
00839 $strInvalidFieldAddCount = 'You have to add at least one field.';  //to translate
00840 $strAndThen = 'and then';  //to translate
00841 ?>


Gnr par Le spcialiste TYPO3 avec  doxygen 1.4.6