1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
|
# Thai translation of vte.
# Copyright (C) 2005 Free Software Foundation, Inc.
# This file is distributed under the same license as the vte package.
# Theppitak Karoonboonyanan <thep@linux.thai.net>, 2005.
# , fuzzy
#
#
msgid ""
msgstr ""
"Project-Id-Version: vte 0.11.14\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2005-12-12 19:52+0100\n"
"PO-Revision-Date: 2005-06-15 10:58+0700\n"
"Last-Translator: Theppitak Karoonboonyanan <thep@linux.thai.net>\n"
"Language-Team: Thai <l10n@opentle.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#: src/iso2022.c:792 src/iso2022.c:803 src/iso2022.c:852 src/vte.c:2134
#, c-format
msgid "Unable to convert characters from %s to %s."
msgstr "ไม่สามารถแปลงรหัสอักขระจาก %s ไปเป็น %s ได้"
#: src/iso2022.c:1582
#, c-format
msgid "Attempt to set invalid NRC map '%c'."
msgstr ""
#. Application signalled an "identified coding system" we haven't heard of. See ECMA-35 for gory details.
#: src/iso2022.c:1623
msgid "Unrecognized identified coding system."
msgstr ""
#: src/iso2022.c:1672 src/iso2022.c:1698
#, c-format
msgid "Attempt to set invalid wide NRC map '%c'."
msgstr ""
#: src/pty.c:329
#, c-format
msgid "Error adding `%s' to environment, continuing."
msgstr "เกิดข้อผิดพลาดขณะเพิ่มตัวแปรสภาพแวดล้อม '%s' แต่จะทำงานต่อไป"
#. Give the user some clue as to why session logging is not
#. * going to work (assuming we can open a pty using some other
#. * method).
#: src/pty.c:914
#, c-format
msgid "can not run %s"
msgstr "ไม่สามารถเรียกดำเนินงาน %s"
#: src/reaper.c:156
msgid "Error creating signal pipe."
msgstr "สร้างไปป์สัญญาณไม่สำเร็จ"
#: src/trie.c:412
#, c-format
msgid "Duplicate (%s/%s)!"
msgstr "ซ้ำ (%s/%s)!"
#: src/vte.c:1477
#, c-format
msgid "Error compiling regular expression \"%s\"."
msgstr "เกิดข้อผิดพลาดระหว่างคอมไพล์ regular expression \"%s\""
#: src/vte.c:5994
#, c-format
msgid "Got unexpected (key?) sequence `%s'."
msgstr "ได้รับลำดับ (คีย์?) ที่ไม่คาดหมาย '%s'"
#: src/vte.c:7090
#, c-format
msgid "No handler for control sequence `%s' defined."
msgstr "ไม่มีตัวจัดการลำดับควบคุม '%s' กำหนดไว้"
#. Translators: %s is replaced with error message returned by strerror().
#: src/vte.c:7899
#, c-format
msgid "Error reading from child: %s."
msgstr "เกิดข้อผิดพลาดขณะอ่านข้อมูลจากโพรเซสลูก: %s"
#: src/vte.c:8021 src/vte.c:8906
#, c-format
msgid "Error (%s) converting data for child, dropping."
msgstr "เกิดข้อผิดพลาด (%s) ขณะแปลงข้อมูลสำหรับโพรเซสลูก จะทิ้งข้อมูลเสีย"
#: src/vte.c:10849
#, c-format
msgid "Error reading PTY size, using defaults: %s."
msgstr "เกิดข้อผิดพลาดขณะอ่านขนาดของ PTY จะใช้ค่าปริยายแทน: %s"
#: src/vte.c:10885
#, c-format
msgid "Error setting PTY size: %s."
msgstr "เกิดข้อผิดพลาดขณะตั้งค่าขนาดของ PTY: %s"
#. Aaargh. We're screwed.
#: src/vte.c:15321
msgid "_vte_conv_open() failed setting word characters"
msgstr "_vte_conv_open() ล้มเหลวขณะเตรียมใช้อักขระแบ่งคำ"
#. Bail back to normal mode.
#: src/vteapp.c:728
msgid "Could not open console.\n"
msgstr "ไม่สามารถเปิดคอนโซลได้\n"
#: src/vteglyph.c:579
#, c-format
msgid "Unknown pixel mode %d.\n"
msgstr "ไม่รู้จักค่าโหมดจุดภาพ %d\n"
#: src/vtexft.c:724
#, c-format
msgid "Can not draw character U+%04x.\n"
msgstr "ไม่สามารถวาดอักขระ U+%04x ได้\n"
|