Add support for "logvol --label=" (#677571).
[pykickstart.git] / po / id.po
blob62f3633482718fd72619d6dfe291419d0d8374f2
1 # pykickstart Bahasa Indonesia (Id).
2 # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
3 # This file is distributed under the same license as the pykickstart package.
4 # Teguh DC <dheche@songolimo.net>, 2006-2008.
5 # $Id$
6 msgid ""
7 msgstr ""
8 "Project-Id-Version: pykickstart\n"
9 "Report-Msgid-Bugs-To: \n"
10 "POT-Creation-Date: 2010-06-16 17:03-0400\n"
11 "PO-Revision-Date: 2008-09-02 14:28+0700\n"
12 "Last-Translator: Teguh DC <dheche@songolimo.net>\n"
13 "Language-Team: Fedora Trans ID <fedora-trans-id@redhat.com>\n"
14 "MIME-Version: 1.0\n"
15 "Content-Type: text/plain; charset=utf-8\n"
16 "Content-Transfer-Encoding: 8bit\n"
18 #: ../pykickstart/base.py:185
19 #, python-format
20 msgid ""
21 "Ignoring deprecated command on line %(lineno)s:  The %(cmd)s command has "
22 "been deprecated and no longer has any effect.  It may be removed from future "
23 "releases, which will result in a fatal error from kickstart.  Please modify "
24 "your kickstart file to remove this command."
25 msgstr ""
26 "Mengabaikan perintah usang pada baris %(lineno)s: Perintah %(cmd)s telah "
27 "usang dan tidak memiliki efek apapun. Perintah ini mungkin akan dihilangkan "
28 "dari rilis selanjutnya, yang akan mengakibatkan kesalahan fatal dari "
29 "kickstart. Silakan modifikasi berkas kickstart untuk menghapus perintah ini."
31 #: ../pykickstart/base.py:389
32 #, python-format
33 msgid "Unknown command: %s"
34 msgstr "Perintah tidak ada: %s"
36 #: ../pykickstart/errors.py:46
37 #, python-format
38 msgid ""
39 "The following problem occurred on line %(lineno)s of the kickstart file:\n"
40 "\n"
41 "%(msg)s\n"
42 msgstr ""
43 "Masalah berikut ini terdapat pada baris %(lineno)s dalam berkas kickstart:\n"
44 "\n"
45 "%(msg)s\n"
47 #: ../pykickstart/errors.py:48
48 #, python-format
49 msgid "There was a problem reading from line %s of the kickstart file"
50 msgstr "Ada masalah pada saat membaca dari baris %s dalam berkas kickstart"
52 #: ../pykickstart/options.py:83
53 #, python-format
54 msgid "Option %s is required"
55 msgstr "Opsi %s dibutuhkan"
57 #: ../pykickstart/options.py:87
58 #, fuzzy, python-format
59 msgid ""
60 "The %(option)s option was introduced in version %(intro)s, but you are using "
61 "kickstart syntax version %(version)s."
62 msgstr ""
63 "Opsi %(option)s diperkenalkan pada versi %(intro)s, tapi anda mempergunakan "
64 "sintak kickstart versi %(version)s"
66 #: ../pykickstart/options.py:93
67 #, python-format
68 msgid "The %(option)s option is no longer supported."
69 msgstr ""
71 #: ../pykickstart/options.py:95
72 #, fuzzy, python-format
73 msgid ""
74 "The %(option)s option was removed in version %(removed)s, but you are using "
75 "kickstart syntax version %(version)s."
76 msgstr ""
77 "Opsi %(option)s telah dihilangkan di versi %(removed)s, tapi anda memakai "
78 "sintak kickstart versi %(version)s"
80 #: ../pykickstart/options.py:98
81 #, python-format
82 msgid ""
83 "Ignoring deprecated option on line %(lineno)s:  The %(option)s option has "
84 "been deprecated and no longer has any effect.  It may be removed from future "
85 "releases, which will result in a fatal error from kickstart.  Please modify "
86 "your kickstart file to remove this option."
87 msgstr ""
88 "Mengabaikan opsi usang pada baris %(lineno)s: Opsi %(option)s telah usang "
89 "dan tidak lagi memiliki efek apa pun. Opsi ini kemungkinan akan dihilangkan "
90 "pada rilis selanjutnya, dimana akan menghasilkan kesalahan fatal dari "
91 "kickstart. Silakan modifikasi berkas kickstart anda untuk menghapus opsi ini."
93 #: ../pykickstart/options.py:131
94 #, python-format
95 msgid "Option %(opt)s: invalid boolean value: %(value)r"
96 msgstr "Opsi %(opt)s: nilai boolean tidak valid: %(value)r"
98 #: ../pykickstart/options.py:136
99 #, python-format
100 msgid "Option %(opt)s: invalid string value: %(value)r"
101 msgstr "Opsi %(opt)s: nilai string tidak valid: %(value)r"
103 #: ../pykickstart/options.py:173
104 msgid "Required flag set for option that doesn't take a value"
105 msgstr "Flag yang dibutuhkan untuk opsi tidak memiliki nilai"
107 #: ../pykickstart/parser.py:94
108 #, python-format
109 msgid "Illegal url for %%ksappend: %s"
110 msgstr "Url ilegal untuk %%ksappend: %s"
112 #: ../pykickstart/parser.py:99
113 #, fuzzy, python-format
114 msgid "Unable to open %%ksappend file: %s"
115 msgstr "Tidak dapat membuka berkas %%ksappend :"
117 #: ../pykickstart/parser.py:105 ../pykickstart/parser.py:107
118 #, python-format
119 msgid "Unable to open %%ksappend file"
120 msgstr "Tidak dapat membuka berkas %%ksappend"
122 #: ../pykickstart/parser.py:140 ../pykickstart/parser.py:790
123 #, fuzzy, python-format
124 msgid "Unable to open input kickstart file: %s"
125 msgstr "Tidak dapat membuka berkas %%ksappend :"
127 #: ../pykickstart/parser.py:345
128 msgid "Group cannot specify both --nodefaults and --optional"
129 msgstr "Group tidak menemukan spesifikasi untuk --nodefaults dan --optional"
131 #: ../pykickstart/parser.py:673 ../pykickstart/parser.py:733
132 #, python-format
133 msgid "Section does not end with %%end."
134 msgstr ""
136 #. If nothing else worked, we're out of options.
137 #: ../pykickstart/version.py:103 ../pykickstart/version.py:112
138 #: ../pykickstart/version.py:115 ../pykickstart/version.py:131
139 #: ../pykickstart/version.py:185
140 #, python-format
141 msgid "Unsupported version specified: %s"
142 msgstr "Versi yang tidak didukung: %s"
144 #: ../tools/ksvalidator:50
145 msgid "halt after the first error or warning"
146 msgstr "halt setelah kesalahan atau peringatan pertama"
148 #: ../tools/ksvalidator:53
149 #, python-format
150 msgid "parse include files when %include is seen"
151 msgstr "parse berkas include ketika terlihat %include"
153 #: ../tools/ksvalidator:56
154 msgid "list the available versions of kickstart syntax"
155 msgstr ""
157 #: ../tools/ksvalidator:58
158 msgid "version of kickstart syntax to validate against"
159 msgstr "versi dari sintak kickstart yang akan divalidasi"
161 #: ../tools/ksvalidator:76
162 #, python-format
163 msgid ""
164 "Error reading %s:\n"
165 "%s"
166 msgstr ""
168 #: ../tools/ksvalidator:82 ../tools/ksverdiff:61
169 #, python-format
170 msgid "The version %s is not supported by pykickstart"
171 msgstr "Versi %s tidak didukung oleh pykickstart"
173 #: ../tools/ksvalidator:98
174 #, python-format
175 msgid ""
176 "File uses a deprecated option or command.\n"
177 "%s"
178 msgstr ""
179 "Berkas mempergunakan opsi atau perintah usang.\n"
180 "%s"
182 #: ../tools/ksvalidator:104
183 msgid "General kickstart error in input file"
184 msgstr "Kesalahan kickstart yang umum pada berkas masukan"
186 #: ../tools/ksvalidator:107
187 #, python-format
188 msgid "General error in input file:  %s"
189 msgstr "Kesalahan umum pada berkas masukan: %s"
191 #: ../tools/ksverdiff:54
192 msgid "You must specify two syntax versions."
193 msgstr ""
195 #: ../tools/ksverdiff:68
196 #, python-format
197 msgid "The following commands were removed in %s:"
198 msgstr ""
200 #: ../tools/ksverdiff:71
201 #, python-format
202 msgid "The following commands were deprecated in %s:"
203 msgstr ""
205 #: ../tools/ksverdiff:74
206 #, python-format
207 msgid "The following commands were added in %s:"
208 msgstr ""
210 #: ../tools/ksverdiff:100
211 #, python-format
212 msgid "The following options were added to the %s command in %s:"
213 msgstr ""
215 #: ../tools/ksverdiff:105
216 #, python-format
217 msgid "The following options were deprecated from the %s command in %s:"
218 msgstr ""
220 #: ../tools/ksverdiff:110
221 #, python-format
222 msgid "The following options were removed from the %s command in %s:"
223 msgstr ""
225 #~ msgid ""
226 #~ "%s does not end with %%end.  This syntax has been deprecated.  It may be "
227 #~ "removed from future releases, which will result in a fatal error from "
228 #~ "kickstart.  Please modify your kickstart file to use this updated syntax."
229 #~ msgstr ""
230 #~ "%s tidak diakhiri dengan %%end. Sintak ini sudah usang. Kemungkinan ini "
231 #~ "akan ditinggalkan di rilis selanjutnya, yang mana akan mengakibatkan "
232 #~ "kesalahan fatal dari kickstart. Silakan modifikasi berkas kickstart anda "
233 #~ "dengan sintak yang telah diperbarui."
235 #~ msgid "Script"
236 #~ msgstr "Skrip"