summaryrefslogtreecommitdiffstats
path: root/Makefile.common
blob: ec7066a06f075abf779e72cd8ab76d4e6b41f4d8 (plain)
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
 # -*- makefile -*-
 #******************************************************************************
 #
 # Guillaume Cottenceau (gc@mandrakesoft.com)
 #
 # Copyright 2000 Mandrakesoft
 #
 # This software may be freely redistributed under the terms of the GNU
 # public license.
 #
 # You should have received a copy of the GNU General Public License
 # along with this program; if not, write to the Free Software
 # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
 #
 #*****************************************************************************

ARCH := $(patsubst i%86,i386,$(shell uname -m))
ARCH := $(patsubst sparc%,sparc,$(ARCH))

 #- default lib is dietlibc (honoured by main Makefile whenever possible)
L = DIETLIBC
#L = GLIBC

 #- default frontend is newt (honoured by main Makefile whenever possible)
F = NEWT
# F = STDIO

 #- override in some situations
ifeq (ia64, $(ARCH))
L = GLIBC
endif
ifeq (ppc, $(ARCH))
L = GLIBC
endif
ifeq (x86_64, $(ARCH))
#L = GLIBC
endif

ifeq (DIETLIBC, $(L))
DIET = $(top_dir)/dietlibc/bin-$(ARCH)/diet
endif


 #- flags used by all stuff
ifeq (ppc, $(ARCH))
CFLAGS = -Os -pipe -Wall -fomit-frame-pointer -fno-strict-aliasing
else
CFLAGS = -Os -pipe -Wall -Werror -fomit-frame-pointer -fno-strict-aliasing
endif

DIETLIBC_INCLUDES = -I$(top_dir)/dietlibc/include -I. -I$(top_dir)/bzlib
GLIBC_INCLUDES = -I. -I$(top_dir)/bzlib
INCLUDES = $($(L)_INCLUDES)

GLIBC_LDFLAGS_STAGE1 = -static
DIETLIBC_LDFLAGS_STAGE1 = -nostdlib
LDFLAGS_STAGE1 = $($(L)_LDFLAGS_STAGE1)

GLIBC_LIBC =
DIETLIBC_LIBC = 
STAGE1_LIBC = $($(L)_LIBC)

STRIPCMD = strip -R .note -R .comment

_.c:1178 ../urpm.pm_.c:1246 ../urpm.pm_.c:1252 ../urpm.pm_.c:1326
+#: ../urpm.pm_.c:1396
#, c-format
msgid "examining synthesis file [%s]"
msgstr "กำลังตรวจสอบไฟล์ synthesis [%s]"
-#: ../urpm.pm_.c:635
+#: ../urpm.pm_.c:640
#, c-format
msgid "problem reading hdlist file of medium \"%s\""
msgstr "มีปัญหาในการสร้างไฟล์ hdlist สำหรับอุปกรณ์\"%s\""
-#: ../urpm.pm_.c:644 ../urpm.pm_.c:906 ../urpm.pm_.c:1004 ../urpm.pm_.c:1161
-#: ../urpm.pm_.c:1299
+#: ../urpm.pm_.c:652 ../urpm.pm_.c:920 ../urpm.pm_.c:1024 ../urpm.pm_.c:1186
+#: ../urpm.pm_.c:1329
#, c-format
msgid "problem reading synthesis file of medium \"%s\""
msgstr "มีปัญหาในการอ่านไฟล์ synthesis สำหรับอุปกรณ์\"%s\""
-#: ../urpm.pm_.c:694
+#: ../urpm.pm_.c:705
#, c-format
msgid "medium \"%s\" already exists"
msgstr "อุปกรณ์\"%s\"มีอยู่แล้ว"
-#: ../urpm.pm_.c:722
+#: ../urpm.pm_.c:733
#, c-format
msgid "added medium %s"
msgstr "อุปกรณ์ที่ถูกเพิ่มเข้ามา %s"
-#: ../urpm.pm_.c:737
+#: ../urpm.pm_.c:748
msgid "unable to access first installation medium"
msgstr "ไม่สามารถเข้าถึงอุปกรณ์เพื่อใช้ในการติดตั้งอันแรก"
-#: ../urpm.pm_.c:741
+#: ../urpm.pm_.c:752
msgid "copying hdlists file..."
msgstr "กำลังคัดลอกไฟล์ hdlist"
-#: ../urpm.pm_.c:743 ../urpm.pm_.c:962 ../urpm.pm_.c:970 ../urpm.pm_.c:1018
+#: ../urpm.pm_.c:754 ../urpm.pm_.c:977 ../urpm.pm_.c:985 ../urpm.pm_.c:1039
msgid "...copying done"
msgstr "การคัดลอกสมบูรณ์"
-#: ../urpm.pm_.c:743 ../urpm.pm_.c:962 ../urpm.pm_.c:970 ../urpm.pm_.c:1018
+#: ../urpm.pm_.c:754 ../urpm.pm_.c:977 ../urpm.pm_.c:985 ../urpm.pm_.c:1039
msgid "...copying failed"
msgstr "...การคัดลอกล้มเหลว"
-#: ../urpm.pm_.c:745 ../urpm.pm_.c:759 ../urpm.pm_.c:784
+#: ../urpm.pm_.c:756 ../urpm.pm_.c:770 ../urpm.pm_.c:795
msgid ""
"unable to access first installation medium (no Mandrake/base/hdlists file "
"found)"
msgstr "ไม่สามารถที่จะเข้าถึงอุปกรณ์เพื่อการติดตั้งตัวแรก (ไม่พบไฟล์ Mandrake/base/hdlists)"
-#: ../urpm.pm_.c:751
+#: ../urpm.pm_.c:762
msgid "retrieving hdlists file..."
msgstr "กำลังอ่านข้อมูลจากไฟล์ hdlists"
-#: ../urpm.pm_.c:753 ../urpm.pm_.c:1073 ../urpm.pm_.c:1126 ../urpm.pm_.c:1614
-#: ../urpm.pm_.c:2097
+#: ../urpm.pm_.c:764 ../urpm.pm_.c:1094 ../urpm.pm_.c:1147 ../urpm.pm_.c:1644
+#: ../urpm.pm_.c:2132
msgid "...retrieving done"
msgstr "การอ่านข้อมูลเรียบร้อย"
-#: ../urpm.pm_.c:755 ../urpm.pm_.c:1121 ../urpm.pm_.c:1617 ../urpm.pm_.c:2100
+#: ../urpm.pm_.c:766 ../urpm.pm_.c:1142 ../urpm.pm_.c:1647 ../urpm.pm_.c:2135
#, c-format
msgid "...retrieving failed: %s"
msgstr "การอ่านข้อมูลล้มเหลว: %s"
-#: ../urpm.pm_.c:775
+#: ../urpm.pm_.c:786
#, c-format
msgid "invalid hdlist description \"%s\" in hdlists file"
msgstr "คำอธิบาย hdlist ไม่ถูกต้อง \"%s\" ในไฟล์ hdlists"
-#: ../urpm.pm_.c:817
+#: ../urpm.pm_.c:828
#, c-format
msgid "trying to select inexistent medium \"%s\""
msgstr "พยายามที่จะเลือกใช้อุปกรณ์ที่ไม่มี\"%s\""
-#: ../urpm.pm_.c:819
+#: ../urpm.pm_.c:830
#, c-format
msgid "\"%s\""
msgstr "\"%s\""
-#: ../urpm.pm_.c:819
+#: ../urpm.pm_.c:830
#, c-format
msgid "selecting multiple media: %s"
msgstr "พยายามที่จะเลือกใช้มีเดียหลายๆตัว: %s"
-#: ../urpm.pm_.c:836
+#: ../urpm.pm_.c:847
#, c-format
msgid "removing medium \"%s\""
msgstr "กำลังทำการย้ายออกอุปกรณ์\"%s\""
-#: ../urpm.pm_.c:882 ../urpm.pm_.c:2019
+#: ../urpm.pm_.c:893 ../urpm.pm_.c:2050
msgid "urpmi database locked"
msgstr "ฐานข้อมูล urpmi ถูกล็อก"
-#: ../urpm.pm_.c:930 ../urpm.pm_.c:2029
+#: ../urpm.pm_.c:945 ../urpm.pm_.c:2060
#, c-format
msgid "unable to access medium \"%s\""
msgstr "ไม่สามารถใช้อุปกรณ์\"%s\""
-#: ../urpm.pm_.c:960
+#: ../urpm.pm_.c:975
#, c-format
msgid "copying description file of \"%s\"..."
msgstr "กำลังคัดลอกคำอธิบายไฟล์ของ \"%s\"..."
-#: ../urpm.pm_.c:968
+#: ../urpm.pm_.c:983
#, c-format
msgid "copying source hdlist (or synthesis) of \"%s\"..."
msgstr "กำลังคัดลอกโค้ด hdlist (หรือ synthesis) ของ \"%s\"..."
-#: ../urpm.pm_.c:973
+#: ../urpm.pm_.c:988
#, c-format
msgid "copy of [%s] failed"
msgstr "การทำสำเนา [%s] ไม่สำเร็จ"
-#: ../urpm.pm_.c:978 ../urpm.pm_.c:1136
+#: ../urpm.pm_.c:993 ../urpm.pm_.c:1157
msgid "examining MD5SUM file"
msgstr "กำลังตรวจสอบไฟล์ MD5SUM"
-#: ../urpm.pm_.c:1016
+#: ../urpm.pm_.c:1037
#, c-format
msgid "copying source list of \"%s\"..."
msgstr "กำลังคัดลอกรายการโค้ดของ \"%s\""
-#: ../urpm.pm_.c:1033
+#: ../urpm.pm_.c:1054
#, c-format
msgid "reading rpm files from [%s]"
msgstr "กำลังอ่านไฟล์ rpm จาก [%s]"
-#: ../urpm.pm_.c:1052
+#: ../urpm.pm_.c:1073
#, c-format
msgid "unable to read rpm files from [%s]: %s"
msgstr "ไม่สามารถอ่านไฟล์ rpm จาก [%s]: %s"
-#: ../urpm.pm_.c:1057
+#: ../urpm.pm_.c:1078
#, c-format
msgid "no rpm files found from [%s]"
msgstr "ไม่พบ rpm files จาก [%s]"
-#: ../urpm.pm_.c:1070
+#: ../urpm.pm_.c:1091
#, c-format
msgid "retrieving description file of \"%s\"..."
msgstr "กำลังอ่านคำอธิบายไฟล์ของ \"%s\"..."
-#: ../urpm.pm_.c:1082
+#: ../urpm.pm_.c:1103
#, c-format
msgid "retrieving source hdlist (or synthesis) of \"%s\"..."
msgstr "กำลังดึงโค้ด hdlist (หรือ synthesis) ของ \"%s\"..."
-#: ../urpm.pm_.c:1186
+#: ../urpm.pm_.c:1212
msgid "retrieve of source hdlist (or synthesis) failed"
msgstr "การดึงโค้ดจาก hdlist (หรือ synthesis)ล้มเหลว"
-#: ../urpm.pm_.c:1193
+#: ../urpm.pm_.c:1219
#, c-format
msgid "no hdlist file found for medium \"%s\""
msgstr "ไม่พบ hdlist file สำหรับอุปกรณ์\"%s\""
-#: ../urpm.pm_.c:1205 ../urpm.pm_.c:1249
+#: ../urpm.pm_.c:1231 ../urpm.pm_.c:1279
#, c-format
msgid "file [%s] already used in the same medium \"%s\""
msgstr "ไฟล์ [%s] มีใช้งานอยู่ในที่เดียวกันอยู่แล้ว\"%s\""
-#: ../urpm.pm_.c:1236
+#: ../urpm.pm_.c:1266
#, c-format
msgid "unable to parse hdlist file of \"%s\""
msgstr "ไม่สามารถ parse hdlist file of \"%s\""
-#: ../urpm.pm_.c:1272
+#: ../urpm.pm_.c:1302
#, c-format
msgid "unable to write list file of \"%s\""
msgstr "ไม่สามารถเขียน list file ของ\"%s\""
-#: ../urpm.pm_.c:1279
+#: ../urpm.pm_.c:1309
#, c-format
msgid "writing list file for medium \"%s\""
msgstr "กำลังเขียน list file สำหรับอุปกรณ์\"%s\""
-#: ../urpm.pm_.c:1281
+#: ../urpm.pm_.c:1311
#, c-format
msgid "nothing written in list file for \"%s\""
msgstr "ไม่มีการเขียนใน list file สำหรับ\"%s\""
-#: ../urpm.pm_.c:1331
+#: ../urpm.pm_.c:1361
msgid "performing second pass to compute dependencies\n"
msgstr "ทำการผ่านครั้งที่สองเพื่อทดสอบ ความเป็นอิสระ\n"
-#: ../urpm.pm_.c:1344
+#: ../urpm.pm_.c:1374
#, c-format
msgid "reading headers from medium \"%s\""
msgstr "กำลังทำการอ่าน headers จากอุปกรณ์\"%s\""
-#: ../urpm.pm_.c:1349
+#: ../urpm.pm_.c:1379
#, c-format
msgid "building hdlist [%s]"
msgstr "สร้าง hdlist [%s]"
-#: ../urpm.pm_.c:1361 ../urpm.pm_.c:1380
+#: ../urpm.pm_.c:1391 ../urpm.pm_.c:1410
#, c-format
msgid "built hdlist synthesis file for medium \"%s\""
msgstr "สร้าง hdlist synthesis file สำหรับ อุปกรณ์ \"%s\""
-#: ../urpm.pm_.c:1398
+#: ../urpm.pm_.c:1428
#, c-format
msgid "found %d headers in cache"
msgstr "พบ %d header ใน cache"
-#: ../urpm.pm_.c:1402
+#: ../urpm.pm_.c:1432
#, c-format
msgid "removing %d obsolete headers in cache"
msgstr "กำลังลบ %d headerที่ล้าสมัยใน cache"
-#: ../urpm.pm_.c:1558
+#: ../urpm.pm_.c:1588
#, c-format
msgid "mounting %s"
msgstr "กำลังติดตั้ง %s"
-#: ../urpm.pm_.c:1570
+#: ../urpm.pm_.c:1600
#, c-format
msgid "unmounting %s"
msgstr "กำลังถอดถอน %s"
-#: ../urpm.pm_.c:1592
+#: ../urpm.pm_.c:1622
#, c-format
msgid "relocated %s entries in depslist"
msgstr "ย้าย %s ใน depslist"
-#: ../urpm.pm_.c:1593
+#: ../urpm.pm_.c:1623
msgid "no entries relocated in depslist"
msgstr "ไม่มีค่าซึ่งถูกย้ายใน depslist"
-#: ../urpm.pm_.c:1606
+#: ../urpm.pm_.c:1636
#, c-format
msgid "invalid rpm file name [%s]"
msgstr "ชื่อ rpm fileไม่ถูกต้อง [%s]"
-#: ../urpm.pm_.c:1612
+#: ../urpm.pm_.c:1642
#, fuzzy, c-format
msgid "retrieving rpm file [%s] ..."
msgstr "กำลังอ่านข้อมูลไฟล์ rpm..."
-#: ../urpm.pm_.c:1619 ../urpm.pm_.c:2221
+#: ../urpm.pm_.c:1649 ../urpm.pm_.c:2259
#, c-format
msgid "unable to access rpm file [%s]"
msgstr "ไม่สามารถใช้งาน rpm file [%s]"
-#: ../urpm.pm_.c:1624
+#: ../urpm.pm_.c:1654
msgid "unable to register rpm file"
msgstr "ไม่สามารถลงทะเบียน rpm file"
-#: ../urpm.pm_.c:1627
+#: ../urpm.pm_.c:1657
msgid "error registering local packages"
msgstr "ลงทะเบียน local package มีข้อผิดพลาด"
-#: ../urpm.pm_.c:1719
+#: ../urpm.pm_.c:1749
#, c-format
msgid "no package named %s"
msgstr "ไม่มี package ที่ชื่อ %s"
-#: ../urpm.pm_.c:1722 ../urpme_.c:88
+#: ../urpm.pm_.c:1752 ../urpme_.c:88
#, c-format
msgid "The following packages contain %s: %s"
msgstr "packages ต่อไปนี้มี %s: %s"
-#: ../urpm.pm_.c:1862 ../urpm.pm_.c:1894 ../urpm.pm_.c:1915
+#: ../urpm.pm_.c:1893 ../urpm.pm_.c:1925 ../urpm.pm_.c:1946
#, c-format
msgid "there are multiple packages with the same rpm filename \"%s\""
msgstr "มีหลาย package ที่มีชื่อไฟล์เหมือนกับ \"%s\""
-#: ../urpm.pm_.c:1904
+#: ../urpm.pm_.c:1935
#, c-format
msgid "unable to correctly parse [%s] on value \"%s\""
msgstr "ไม่สามารถที่จะผ่าน [%s] ด้วยค่า \"%s\"อย่างถูกต้อง"
-#: ../urpm.pm_.c:1925
+#: ../urpm.pm_.c:1956
#, c-format
msgid "medium \"%s\" does not define any location for rpm files"
msgstr ""
-#: ../urpm.pm_.c:1934
+#: ../urpm.pm_.c:1965
#, c-format
msgid "package %s is not found."
msgstr "หา %s package ไม่พบ"
-#: ../urpm.pm_.c:1981 ../urpm.pm_.c:1984 ../urpm.pm_.c:2005
+#: ../urpm.pm_.c:2012 ../urpm.pm_.c:2015 ../urpm.pm_.c:2036
#, c-format
msgid "medium \"%s\" is not selected"
msgstr "อุปกรณ์ \"%s\" ไม่ได้ถูกเลือก"
-#: ../urpm.pm_.c:1998
+#: ../urpm.pm_.c:2029
#, c-format
msgid "unable to read rpm file [%s] from medium \"%s\""
msgstr "ไม่สามารถอ่าน rpm file [%s] จาก \"%s\""
-#: ../urpm.pm_.c:2009
+#: ../urpm.pm_.c:2040
#, c-format
msgid "incoherent medium \"%s\" marked removable but not really"
msgstr "อุปกรณ์ที่ไม่เชื่อมกัน \"%s\" ถูกระบุว่าถอดเปลี่ยนได้แต่มันไม่ใช่"
-#: ../urpm.pm_.c:2085
+#: ../urpm.pm_.c:2116
#, c-format
msgid "malformed input: [%s]"
msgstr " inputไม่ถูกต้อง :[%s]"
-#: ../urpm.pm_.c:2092
+#: ../urpm.pm_.c:2123
#, fuzzy, c-format
msgid "retrieving rpm files from medium \"%s\"..."
msgstr "กำลังอ่านข้อมูลไฟล์ rpm..."
-#: ../urpm.pm_.c:2162
+#: ../urpm.pm_.c:2197
msgid "Preparing..."
msgstr "กำลังเตรียม..."
-#: ../urpm.pm_.c:2190 ../urpm.pm_.c:2397
+#: ../urpm.pm_.c:2228
#, c-format
msgid "unable to remove package %s"
msgstr "ไม่สามารถที่จะลบแพ็คเกจ %s"
-#: ../urpm.pm_.c:2199
+#: ../urpm.pm_.c:2237
#, c-format
msgid "unable to install package %s"
msgstr "ไม่สามารถติดตั้งแพ็คเกจ %s"
-#: ../urpm.pm_.c:2208 ../urpm.pm_.c:2404
+#: ../urpm.pm_.c:2246
#, c-format
msgid "%s is needed by %s"
msgstr "%s จำเป็นสำหรับ %s"
-#: ../urpm.pm_.c:2209 ../urpm.pm_.c:2405
+#: ../urpm.pm_.c:2247
#, c-format
msgid "%s conflicts with %s"
msgstr "%s ขัดแย้งกับ %s"
@@ -602,7 +604,7 @@ msgid "Installation failed on node %s"
msgstr "การติดตั้งบน %s ไม่สำเร็จ"
#: ../urpm/parallel_ka_run.pm_.c:201 ../urpm/parallel_ssh.pm_.c:207
-#: ../urpmi_.c:582
+#: ../urpmi_.c:608
msgid "Installation is possible"
msgstr "การติดตั้งสามารถทำได้"
@@ -937,8 +939,9 @@ msgstr " --update - ใช้เพื่ออัพเดตมีเดีย\n"
msgid " --media - use only the media listed by comma.\n"
msgstr " --media - เลือกใช้เฉพาะมีเดียที่ถูกขั้นด้วยเครื่องหมายลูกน้ำ\n"
-#: ../urpmi_.c:79 ../urpmq_.c:43
-msgid " --synthesis - use the synthesis given instead of urpmi db.\n"
+#: ../urpmi_.c:79
+#, fuzzy
+msgid " --synthesis - use the given synthesis instead of urpmi db.\n"
msgstr " --synthesis - use the synthesis given instead of urpmi db.\n"
#: ../urpmi_.c:81 ../urpmq_.c:44
@@ -1057,7 +1060,8 @@ msgid " -v - verbose mode.\n"
msgstr " -v - โหมดคำ\n"
#: ../urpmi_.c:117
-msgid " names or rpm files given on command line are installed.\n"
+#, fuzzy
+msgid " names or rpm files given on command line will be installed.\n"
msgstr "ชื่อไฟล์หรือชื่อ rpm ที่ให้ไว้ในคำสั่งถูกติดตั้งแล้ว\n"
#: ../urpmi_.c:190
@@ -1112,7 +1116,31 @@ msgstr ""
"%s\n"
"คุณเห็นด้วยหรือไม่?"
-#: ../urpmi_.c:390
+#: ../urpmi_.c:396
+#, fuzzy, c-format
+msgid "in order to install %s"
+msgstr "ไม่สามารถติดตั้งแพ็คเกจ %s"
+
+#: ../urpmi_.c:401
+#, c-format
+msgid "due to unsatisfied %s"
+msgstr ""
+
+#: ../urpmi_.c:403
+#, fuzzy, c-format
+msgid "due to missing %s"
+msgstr "wget หายไป\n"
+
+#: ../urpmi_.c:408
+#, fuzzy, c-format
+msgid "due to conflicts with %s"
+msgstr "%s ขัดแย้งกับ %s"
+
+#: ../urpmi_.c:410
+msgid "unrequested"
+msgstr ""
+
+#: ../urpmi_.c:415
#, c-format
msgid ""
"The following packages have to be removed for others to be upgraded:\n"
@@ -1123,14 +1151,14 @@ msgstr ""
"%s\n"
"คุณยอมให้ทำการลบทิ้งหรือไม่?"
-#: ../urpmi_.c:428 ../urpmi_.c:437
+#: ../urpmi_.c:453 ../urpmi_.c:462
#, c-format
msgid ""
"To satisfy dependencies, the following packages are going to be installed (%"
"d MB)"
msgstr "เพื่อที่จะแก้ใขปัญหาการเข้ากันได้ packages ต่อไปนี้จะถูกติดตั้ง (%d MB)"
-#: ../urpmi_.c:434
+#: ../urpmi_.c:459
#, c-format
msgid ""
"You need to be root to install the following dependencies:\n"
@@ -1139,32 +1167,32 @@ msgstr ""
"คุณจะต้องเป็นรูทในการติดตั้ง ความเป็นอิสระ :\n"
"%s\n"
-#: ../urpmi_.c:456 ../urpmq_.c:297
+#: ../urpmi_.c:481 ../urpmq_.c:297
msgid "unable to get source packages, aborting"
msgstr "ไม่สามารถเรียก source package,กำลังยกเลิก"
-#: ../urpmi_.c:461
+#: ../urpmi_.c:487
#, c-format
msgid "Please insert the medium named \"%s\" on device [%s]"
msgstr "กรุณาใส่อุปกรณ์ที่มีชื่อ \"%s\" ใน [%s]"
-#: ../urpmi_.c:462
+#: ../urpmi_.c:488
msgid "Press Enter when ready..."
msgstr "กรุณากด enter เมื่อพร้อม"
-#: ../urpmi_.c:483
+#: ../urpmi_.c:509
msgid "The following packages have bad signatures"
msgstr "แพ็คเกจต่อไปนี้มี signatures ที่ไม่ถูกต้อง"
-#: ../urpmi_.c:484
+#: ../urpmi_.c:510
msgid "Do you want to continue installation ?"
msgstr "คุณยังต้องการจะติดตั้งอีกต่อไปหรือไม่ ?"
-#: ../urpmi_.c:498
+#: ../urpmi_.c:524
msgid " (y/N) "
msgstr " (y/N) "
-#: ../urpmi_.c:506
+#: ../urpmi_.c:532
#, fuzzy, c-format
msgid ""
"Installation failed, some files are missing:\n"
@@ -1174,25 +1202,25 @@ msgstr ""
"การติดตั้งล้มเหลวมีบางไฟล์ที่ขาดหายไป\n"
"ขอแนะนำให้ทำการอัพเดตฐานข้อมูล urpmi"
-#: ../urpmi_.c:515 ../urpmi_.c:546 ../urpmi_.c:555 ../urpmi_.c:570
-#: ../urpmi_.c:579
+#: ../urpmi_.c:541 ../urpmi_.c:572 ../urpmi_.c:581 ../urpmi_.c:596
+#: ../urpmi_.c:605
msgid "Installation failed"
msgstr "การติดตั้งไม่สำเร็จ"
-#: ../urpmi_.c:530
+#: ../urpmi_.c:556
#, c-format
msgid "distributing %s\n"
msgstr "กำลังแจกจ่าย %s\n"
-#: ../urpmi_.c:562
+#: ../urpmi_.c:588
msgid "Try installation without checking dependencies? (y/N) "
msgstr "ต้องการทดลองติดตั้งโดยที่ไม่ต้องตรอจสอบความเข้ากันได้? (y/N)"
-#: ../urpmi_.c:572
+#: ../urpmi_.c:598
msgid "Try installation even more strongly (--force)? (y/N) "
msgstr "ต้องการทดลองบังคับติดตั้ง (--force)? (y/N)"
-#: ../urpmi_.c:587
+#: ../urpmi_.c:613
msgid "everything already installed"
msgstr "ทุกอย่างได้ถูกติดตั้งเรียบร้อยแล้ว"
@@ -1213,6 +1241,10 @@ msgstr ""
"\n"
"usage:\n"
+#: ../urpmq_.c:43
+msgid " --synthesis - use the synthesis given instead of urpmi db.\n"
+msgstr " --synthesis - use the synthesis given instead of urpmi db.\n"
+
#: ../urpmq_.c:46
msgid " --list - list available packages.\n"
msgstr " --list - แสดงรายชื่อแพ็คเกจที่มีอยู่\n"