diff options
author | Theppitak Karoonboonyanan <thep@linux.thai.net> | 2013-03-09 11:38:55 +0700 |
---|---|---|
committer | Theppitak Karoonboonyanan <thep@linux.thai.net> | 2013-03-09 11:38:55 +0700 |
commit | b21b3b3b6a7555db2e3d9418c62c52305a5127c8 (patch) | |
tree | 1b012922ce99057e50e6faa18398baff089311b8 | |
parent | f2cc0847347cca8b85abdc7c4d6814195d440d54 (diff) | |
download | libsoup-b21b3b3b6a7555db2e3d9418c62c52305a5127c8.tar.gz libsoup-b21b3b3b6a7555db2e3d9418c62c52305a5127c8.tar.bz2 libsoup-b21b3b3b6a7555db2e3d9418c62c52305a5127c8.zip |
Updated Thai translation
-rw-r--r-- | po/th.po | 60 |
1 files changed, 43 insertions, 17 deletions
@@ -1,16 +1,17 @@ # Thai translation for libsoup. -# Copyright (C) 2012 Free Software Foundation, Inc. +# Copyright (C) 2012-2013 Free Software Foundation, Inc. # This file is distributed under the same license as the libsoup package. -# knight2000 <knight2000@gmail.com>, 2012. +# Akom Chotiphantawanon <knight2000@gmail.com>, 2012. +# Theppitak Karoonboonyanan <thep@linux.thai.net>, 2013. # msgid "" msgstr "" "Project-Id-Version: libsoup master\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?" "product=libsoup&keywords=I18N+L10N&component=general\n" -"POT-Creation-Date: 2012-09-21 07:06+0000\n" -"PO-Revision-Date: 2012-09-21 18:49+0700\n" -"Last-Translator: Akom Chotiphantawanon <knight2000@gmail.com>\n" +"POT-Creation-Date: 2013-02-18 10:20+0000\n" +"PO-Revision-Date: 2013-03-09 11:38+0700\n" +"Last-Translator: Theppitak Karoonboonyanan <thep@linux.thai.net>\n" "Language-Team: Thai <thai-l10n@googlegroups.com>\n" "Language: th\n" "MIME-Version: 1.0\n" @@ -23,59 +24,84 @@ msgstr "" msgid "Connection terminated unexpectedly" msgstr "การเชื่อมต่อยุติกะทันหัน" -#: ../libsoup/soup-body-input-stream.c:461 +#: ../libsoup/soup-body-input-stream.c:463 msgid "Invalid seek request" msgstr "การร้องขอการเลื่อนตำแหน่งไม่ถูกต้อง" -#: ../libsoup/soup-body-input-stream.c:489 +#: ../libsoup/soup-body-input-stream.c:491 msgid "Cannot truncate SoupBodyInputStream" msgstr "ไม่สามารถตัดท้าย SoupBodyInputStream" +#: ../libsoup/soup-cache-input-stream.c:74 +msgid "Network stream unexpectedly closed" +msgstr "สตรีมเครือข่ายปิดกะทันหัน" + +#: ../libsoup/soup-cache-input-stream.c:291 +msgid "Failed to completely cache the resource" +msgstr "ทำแคชทรัพยากรไม่เสร็จสมบูรณ์" + #: ../libsoup/soup-converter-wrapper.c:192 #, c-format msgid "Output buffer is too small" msgstr "บัฟเฟอร์ข้อมูลออกเล็กเกินไป" -#: ../libsoup/soup-message-io.c:818 ../libsoup/soup-message-io.c:854 +#: ../libsoup/soup-message-client-io.c:41 +msgid "Could not parse HTTP response" +msgstr "ไม่สามารถแจงคำตอบ HTTP" + +#: ../libsoup/soup-message-client-io.c:66 +msgid "Unrecognized HTTP response encoding" +msgstr "ไม่รู้จักรหัสอักขระของคำตอบ HTTP" + +#: ../libsoup/soup-message-io.c:846 ../libsoup/soup-message-io.c:882 msgid "Operation was cancelled" msgstr "การทำงานถูกยกเลิก" -#: ../libsoup/soup-message-io.c:865 +#: ../libsoup/soup-message-io.c:893 msgid "Operation would block" msgstr "การทำงานถูกบล็อค" -#: ../libsoup/soup-request.c:142 +#: ../libsoup/soup-message-server-io.c:40 +msgid "Could not parse HTTP request" +msgstr "ไม่สามารถแจงคำร้อง HTTP" + +#: ../libsoup/soup-request.c:140 #, c-format msgid "No URI provided" msgstr "ไม่ได้ระบุ URI" -#: ../libsoup/soup-request.c:152 +#: ../libsoup/soup-request.c:150 #, c-format msgid "Invalid '%s' URI: %s" msgstr "URI '%s' ไม่ถูกต้อง: %s" -#: ../libsoup/soup-requester.c:219 +#: ../libsoup/soup-session.c:4209 #, c-format msgid "Could not parse URI '%s'" msgstr "ไม่สามารถแจง URI '%s'" -#: ../libsoup/soup-requester.c:253 +#: ../libsoup/soup-session.c:4246 #, c-format msgid "Unsupported URI scheme '%s'" msgstr "ไม่รองรับ URI แบบ '%s'" -#: ../libsoup/soup-tld.c:154 +#: ../libsoup/soup-session.c:4268 +#, c-format +msgid "Not an HTTP URI" +msgstr "ไม่ใช่ URI ของ HTTP" + +#: ../libsoup/soup-tld.c:185 msgid "Hostname is an IP address" msgstr "ชื่อโฮสต์เป็นหมายเลขไอพี" -#: ../libsoup/soup-tld.c:175 +#: ../libsoup/soup-tld.c:206 msgid "Invalid hostname" msgstr "ชื่อโฮสต์ผิดรูปแบบ" -#: ../libsoup/soup-tld.c:204 +#: ../libsoup/soup-tld.c:235 msgid "Hostname has no base domain" msgstr "ชื่อโฮสต์ไม่มีโดเมนฐาน" -#: ../libsoup/soup-tld.c:226 +#: ../libsoup/soup-tld.c:257 msgid "Not enough domains" msgstr "มีโดเมนน้อยเกินไป" |