/[drupal]/contributions/translations/th/profile-module.po
ViewVC logotype

Contents of /contributions/translations/th/profile-module.po

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.1 - (show annotations) (download) (as text)
Tue Dec 19 06:38:03 2006 UTC (2 years, 11 months ago) by sugree
Branch: MAIN
CVS Tags: HEAD
Branch point for: DRUPAL-5, DRUPAL-6--1
File MIME type: text/x-gettext
synchronized with drupal 5 pot
1 msgid ""
2 msgstr ""
3 "Project-Id-Version: Drupal\n"
4 "POT-Creation-Date: 2006-12-15 11:16+0100\n"
5 "PO-Revision-Date: 2006-01-22 21:36+0700\n"
6 "Last-Translator: Sugree Phatanapherom <sugree@gmail.com>\n"
7 "Language-Team: Sugree Phatanapherom <sugree@gmail.com>\n"
8 "MIME-Version: 1.0\n"
9 "Content-Type: text/plain; charset=UTF-8\n"
10 "Content-Transfer-Encoding: 8bit\n"
11 "Plural-Forms: nplurals=2; plural=(n==1 ? 0 : 1);\n"
12 "X-Poedit-Language: Thai\n"
13 "X-Poedit-Country: THAILAND\n"
14
15 #: modules/profile/profile.module:35
16 msgid ""
17 "The profile module allows you to define custom fields (such as country, real "
18 "name, age, ...) in the user profile. This permits users of a site to share "
19 "more information about themselves, and can help community-based sites to "
20 "organize users around profile fields."
21 msgstr ""
22
23 #: modules/profile/profile.module:36
24 msgid ""
25 "<p>The following types of fields can be added to the user profile:</p>\n"
26 "<ul>\n"
27 "<li>single-line textfield</li>\n"
28 "<li>multi-line textfield</li>\n"
29 "<li>checkbox</li>\n"
30 "<li>list selection</li>\n"
31 "<li>freeform list</li>\n"
32 "<li>URL</li>\n"
33 "<li>date</li>\n"
34 "</ul>\n"
35 msgstr ""
36
37 #: modules/profile/profile.module:47
38 #, fuzzy
39 msgid ""
40 "For more information please read the configuration and customization "
41 "handbook <a href=\"@profile\">Profile page</a>."
42 msgstr ""
43 "สำหรับข้อมูลเพิ่มเติม กรุณาอ่านคู่มือการตั้งค่าและการปรับแต่งที่<a href=\"%help\">หน้า Ping</a>"
44
45 #: modules/profile/profile.module:50
46 msgid ""
47 "Here you can define custom fields that users can fill in in their user "
48 "profile (such as <em>country</em>, <em>real name</em>, <em>age</em>, ...)."
49 msgstr ""
50
51 #: modules/profile/profile.module:62
52 #, fuzzy
53 msgid "User list"
54 msgstr "แสดงรายการ"
55
56 #: modules/profile/profile.module:67
57 msgid "Profiles"
58 msgstr ""
59
60 #: modules/profile/profile.module:68
61 msgid "Create customizable fields for your users."
62 msgstr ""
63
64 #: modules/profile/profile.module:71
65 msgid "Add field"
66 msgstr ""
67
68 #: modules/profile/profile.module:76
69 msgid "Profile category autocomplete"
70 msgstr ""
71
72 #: modules/profile/profile.module:81
73 msgid "Edit field"
74 msgstr ""
75
76 #: modules/profile/profile.module:86
77 #, fuzzy
78 msgid "Delete field"
79 msgstr "ลบ"
80
81 #: modules/profile/profile.module:90
82 #, fuzzy
83 msgid "Profile autocomplete"
84 msgstr "cron ครั้งล่าสุดสำเร็จ"
85
86 #: modules/profile/profile.module:105
87 #, fuzzy
88 msgid "Author information"
89 msgstr "เขียนเมื่อ"
90
91 #: modules/profile/profile.module:116
92 #, fuzzy
93 msgid "Link to full user profile"
94 msgstr "ดูรายละเอียดผู้ใช้"
95
96 #: modules/profile/profile.module:118
97 msgid "Profile fields to display"
98 msgstr ""
99
100 #: modules/profile/profile.module:121
101 msgid ""
102 "Select which profile fields you wish to display in the block. Only fields "
103 "designated as public in the <a href=\"@profile-admin\">profile field "
104 "configuration</a> are available."
105 msgstr ""
106
107 #: modules/profile/profile.module:152
108 #, fuzzy
109 msgid "View full user profile"
110 msgstr "ดูรายละเอียดผู้ใช้"
111
112 #: modules/profile/profile.module:157
113 #, fuzzy
114 msgid "About %name"
115 msgstr "ชื่อ"
116
117 #: modules/profile/profile.module:204
118 #, fuzzy
119 msgid "edit %title"
120 msgstr "ชื่อหน้า"
121
122 #: modules/profile/profile.module:222
123 msgid "add new %type"
124 msgstr ""
125
126 #: modules/profile/profile.module:227
127 #, fuzzy
128 msgid "Field settings"
129 msgstr "ตั้งค่าทั่วไป"
130
131 #: modules/profile/profile.module:233
132 msgid ""
133 "The category the new field should be part of. Categories are used to group "
134 "fields logically. An example category is \"Personal information\"."
135 msgstr ""
136
137 #: modules/profile/profile.module:239
138 msgid ""
139 "The title of the new field. The title will be shown to the user. An example "
140 "title is \"Favorite color\"."
141 msgstr ""
142
143 #: modules/profile/profile.module:243
144 #, fuzzy
145 msgid "Form name"
146 msgstr "ชื่อ"
147
148 #: modules/profile/profile.module:245
149 msgid ""
150 "The name of the field. The form name is not shown to the user but used "
151 "internally in the HTML code and URLs.\n"
152 "Unless you know what you are doing, it is highly recommended that you prefix "
153 "the form name with <code>profile_</code> to avoid name clashes with other "
154 "fields. Spaces or any other special characters except dash (-) and "
155 "underscore (_) are not allowed. An example name is \"profile_favorite_color"
156 "\" or perhaps just \"profile_color\"."
157 msgstr ""
158
159 #: modules/profile/profile.module:250
160 msgid "Explanation"
161 msgstr ""
162
163 #: modules/profile/profile.module:252
164 msgid ""
165 "An optional explanation to go with the new field. The explanation will be "
166 "shown to the user."
167 msgstr ""
168
169 #: modules/profile/profile.module:256
170 msgid "Selection options"
171 msgstr ""
172
173 #: modules/profile/profile.module:258
174 msgid ""
175 "A list of all options. Put each option on a separate line. Example options "
176 "are \"red\", \"blue\", \"green\", etc."
177 msgstr ""
178
179 #: modules/profile/profile.module:265
180 msgid ""
181 "The weights define the order in which the form fields are shown. Lighter "
182 "fields \"float up\" towards the top of the category."
183 msgstr ""
184
185 #: modules/profile/profile.module:268
186 msgid "Visibility"
187 msgstr ""
188
189 #: modules/profile/profile.module:270
190 msgid ""
191 "Hidden profile field, only accessible by administrators, modules and themes."
192 msgstr ""
193
194 #: modules/profile/profile.module:270
195 msgid "Private field, content only available to privileged users."
196 msgstr ""
197
198 #: modules/profile/profile.module:270
199 msgid ""
200 "Public field, content shown on profile page but not used on member list "
201 "pages."
202 msgstr ""
203
204 #: modules/profile/profile.module:270
205 msgid "Public field, content shown on profile page and on member list pages."
206 msgstr ""
207
208 #: modules/profile/profile.module:274;281
209 msgid "Page title"
210 msgstr "ชื่อหน้า"
211
212 #: modules/profile/profile.module:276
213 msgid ""
214 "To enable browsing this field by value, enter a title for the resulting "
215 "page. The word <code>%value</code> will be substituted with the "
216 "corresponding value. An example page title is \"People whose favorite color "
217 "is %value\". This is only applicable for a public field."
218 msgstr ""
219
220 #: modules/profile/profile.module:283
221 msgid ""
222 "To enable browsing this field by value, enter a title for the resulting "
223 "page. An example page title is \"People who are employed\". This is only "
224 "applicable for a public field."
225 msgstr ""
226
227 #: modules/profile/profile.module:287
228 msgid "Form will auto-complete while user is typing."
229 msgstr ""
230
231 #: modules/profile/profile.module:291
232 #, fuzzy
233 msgid "The user must enter a value."
234 msgstr "ท่านต้องเลือกหมวดหมู่"
235
236 #: modules/profile/profile.module:295
237 msgid "Visible in user registration form."
238 msgstr ""
239
240 #: modules/profile/profile.module:299
241 msgid "Save field"
242 msgstr ""
243
244 #: modules/profile/profile.module:310
245 msgid ""
246 "The specified form name contains one or more illegal characters. Spaces or "
247 "any other special characters expect dash (-) and underscore (_) are not "
248 "allowed."
249 msgstr ""
250
251 #: modules/profile/profile.module:314
252 msgid "The specified form name is reserved for use by Drupal."
253 msgstr ""
254
255 #: modules/profile/profile.module:321
256 msgid "The specified category name is reserved for use by Drupal."
257 msgstr ""
258
259 #: modules/profile/profile.module:333
260 msgid "The specified title is already in use."
261 msgstr ""
262
263 #: modules/profile/profile.module:336
264 msgid "The specified name is already in use."
265 msgstr ""
266
267 #: modules/profile/profile.module:347
268 #, fuzzy
269 msgid "The field has been created."
270 msgstr "ปรับปรุงสำเร็จ"
271
272 #: modules/profile/profile.module:348
273 msgid "Profile field %field added under category %category."
274 msgstr ""
275
276 #: modules/profile/profile.module:353
277 #, fuzzy
278 msgid "The field has been updated."
279 msgstr "ปรับปรุงสำเร็จ"
280
281 #: modules/profile/profile.module:373
282 msgid "Are you sure you want to delete the field %field?"
283 msgstr ""
284
285 #: modules/profile/profile.module:374
286 msgid ""
287 "This action cannot be undone. If users have entered values into this field "
288 "in their profile, these entries will also be deleted. If you want to keep "
289 "the user-entered data, instead of deleting the field you may wish to <a href="
290 "\"@edit-field\">edit this field</a> and change it to a hidden profile field "
291 "so that it may only be accessed by administrators."
292 msgstr ""
293
294 #: modules/profile/profile.module:387
295 #, fuzzy
296 msgid "The field %field has been deleted."
297 msgstr "ปรับปรุงสำเร็จ"
298
299 #: modules/profile/profile.module:388
300 msgid "Profile field %field deleted."
301 msgstr ""
302
303 #: modules/profile/profile.module:404
304 msgid "No fields defined."
305 msgstr ""
306
307 #: modules/profile/profile.module:410
308 msgid "Add new field"
309 msgstr ""
310
311 #: modules/profile/profile.module:516
312 #, fuzzy
313 msgid "user list"
314 msgstr "แสดงรายการ"
315
316 #: modules/profile/profile.module:617
317 msgid ""
318 "Put each item on a separate line or separate them by commas. No HTML allowed."
319 msgstr ""
320
321 #: modules/profile/profile.module:734
322 msgid "The value provided for %field is not a valid URL."
323 msgstr ""
324
325 #: modules/profile/profile.module:739
326 #, fuzzy
327 msgid "The field %field is required."
328 msgstr "ต้องการฟิลด์ %name"
329
330 #: modules/profile/profile.module:790
331 msgid "single-line textfield"
332 msgstr ""
333
334 #: modules/profile/profile.module:791
335 msgid "multi-line textfield"
336 msgstr ""
337
338 #: modules/profile/profile.module:792
339 msgid "checkbox"
340 msgstr ""
341
342 #: modules/profile/profile.module:793
343 msgid "list selection"
344 msgstr ""
345
346 #: modules/profile/profile.module:794
347 msgid "freeform list"
348 msgstr ""
349
350 #: modules/profile/profile.module:796
351 #, fuzzy
352 msgid "date"
353 msgstr "การปรับปรุง"
354
355 #: modules/profile/profile.module:348;388;0
356 msgid "profile"
357 msgstr ""
358
359 #: modules/profile/profile.info:0
360 msgid "Profile"
361 msgstr ""
362
363 #: modules/profile/profile.info:0
364 msgid "Supports configurable user profiles."
365 msgstr ""

  ViewVC Help
Powered by ViewVC 1.1.2