resync translations with launchpad.
[citadel.git] / citadel / po / citadel-setup / ko.po
1 # Korean translation for citadel
2 # Copyright (c) 2013 Rosetta Contributors and Canonical Ltd 2013
3 # This file is distributed under the same license as the citadel package.
4 # FIRST AUTHOR <EMAIL@ADDRESS>, 2013.
5 #
6 msgid ""
7 msgstr ""
8 "Project-Id-Version: citadel\n"
9 "Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
10 "POT-Creation-Date: 2010-09-28 00:22+0200\n"
11 "PO-Revision-Date: 2013-11-20 21:46+0000\n"
12 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
13 "Language-Team: Korean <ko@li.org>\n"
14 "MIME-Version: 1.0\n"
15 "Content-Type: text/plain; charset=UTF-8\n"
16 "Content-Transfer-Encoding: 8bit\n"
17 "X-Launchpad-Export-Date: 2013-11-21 05:11+0000\n"
18 "X-Generator: Launchpad (build 16831)\n"
19
20 #: ../utils/setup.c:119
21 msgid "Citadel Home Directory"
22 msgstr ""
23
24 #: ../utils/setup.c:122
25 msgid ""
26 "Enter the full pathname of the directory in which the Citadel\n"
27 "installation you are creating or updating resides.  If you\n"
28 "specify a directory other than the default, you will need to\n"
29 "specify the -h flag to the server when you start it up.\n"
30 msgstr ""
31
32 #: ../utils/setup.c:128
33 msgid ""
34 "Enter the subdirectory name for an alternate installation of Citadel. To do "
35 "a default installation just leave it blank.If you specify a directory other "
36 "than the default, you will need to\n"
37 "specify the -h flag to the server when you start it up.\n"
38 "note that it may not have a leading /"
39 msgstr ""
40
41 #: ../utils/setup.c:135
42 msgid "Citadel administrator username:"
43 msgstr ""
44
45 #: ../utils/setup.c:137
46 msgid ""
47 "Please enter the name of the Citadel user account that should be granted "
48 "administrative privileges once created. If using internal authentication "
49 "this user account will be created if it does not exist. For external "
50 "authentication this user account has to exist."
51 msgstr ""
52
53 #: ../utils/setup.c:143
54 msgid "Administrator password:"
55 msgstr ""
56
57 #: ../utils/setup.c:145
58 msgid ""
59 "Enter a password for the system administrator. When setup\n"
60 "completes it will attempt to create the administrator user\n"
61 "and set the password specified here.\n"
62 msgstr ""
63
64 #: ../utils/setup.c:149
65 msgid "Citadel User ID:"
66 msgstr ""
67
68 #: ../utils/setup.c:151
69 msgid ""
70 "Citadel needs to run under its own user ID.  This would\n"
71 "typically be called \"citadel\", but if you are running Citadel\n"
72 "as a public BBS, you might also call it \"bbs\" or \"guest\".\n"
73 "The server will run under this user ID.  Please specify that\n"
74 "user ID here.  You may specify either a user name or a numeric\n"
75 "UID.\n"
76 msgstr ""
77
78 #: ../utils/setup.c:158
79 msgid "Listening address for the Citadel server:"
80 msgstr ""
81
82 #: ../utils/setup.c:160
83 msgid ""
84 "Please specify the IP address which the server should be listening to. You "
85 "can name a specific IPv4 or IPv6 address, or you can specify\n"
86 "'*' for 'any address', '::' for 'any IPv6 address', or '0.0.0.0'\n"
87 "for 'any IPv4 address'. If you leave this blank, Citadel will\n"
88 "listen on all addresses. This can usually be left to the default unless "
89 "multiple instances of Citadel are running on the same computer."
90 msgstr ""
91
92 #: ../utils/setup.c:168
93 msgid "Server port number:"
94 msgstr ""
95
96 #: ../utils/setup.c:170
97 msgid ""
98 "Specify the TCP port number on which your server will run.\n"
99 "Normally, this will be port 504, which is the official port\n"
100 "assigned by the IANA for Citadel servers.  You will only need\n"
101 "to specify a different port number if you run multiple instances\n"
102 "of Citadel on the same computer and there is something else\n"
103 "already using port 504.\n"
104 msgstr ""
105
106 #: ../utils/setup.c:177
107 msgid "Authentication method to use:"
108 msgstr ""
109
110 #: ../utils/setup.c:179
111 msgid ""
112 "Please choose the user authentication mode. By default Citadel will use its "
113 "own internal user accounts database. If you choose Host, Citadel users will "
114 "have accounts on the host system, authenticated via /etc/passwd or a PAM "
115 "source. LDAP chooses an RFC 2307 compliant directory server, the last option "
116 "chooses the nonstandard MS Active Directory LDAP scheme.\n"
117 "Do not change this option unless you are sure it is required, since changing "
118 "back requires a full reinstall of Citadel.\n"
119 " 0. Self contained authentication\n"
120 " 1. Host system integrated authentication\n"
121 " 2. External LDAP - RFC 2307 compliant directory\n"
122 " 3. External LDAP - nonstandard MS Active Directory\n"
123 "\n"
124 "For help: http://www.citadel.org/doku.php/faq:installation:authmodes\n"
125 "\n"
126 "ANSWER \"0\" UNLESS YOU COMPLETELY UNDERSTAND THIS OPTION.\n"
127 msgstr ""
128
129 #: ../utils/setup.c:197
130 msgid "LDAP host:"
131 msgstr ""
132
133 #: ../utils/setup.c:199
134 msgid "Please enter the host name or IP address of your LDAP server.\n"
135 msgstr ""
136
137 #: ../utils/setup.c:201
138 msgid "LDAP port number:"
139 msgstr ""
140
141 #: ../utils/setup.c:203
142 msgid "Please enter the port number of the LDAP service (usually 389).\n"
143 msgstr ""
144
145 #: ../utils/setup.c:205
146 msgid "LDAP base DN:"
147 msgstr ""
148
149 #: ../utils/setup.c:207
150 msgid ""
151 "Please enter the Base DN to search for authentication\n"
152 "(for example: dc=example,dc=com)\n"
153 msgstr ""
154
155 #: ../utils/setup.c:210
156 msgid "LDAP bind DN:"
157 msgstr ""
158
159 #: ../utils/setup.c:212
160 msgid ""
161 "Please enter the DN of an account to use for binding to the LDAP server for "
162 "performing queries. The account does not require any other privileges. If "
163 "your LDAP server allows anonymous queries, you can leave this blank.Please "
164 "enter the DN of an account to use for binding to the LDAP server\n"
165 "for performing queries.  The account does not require any other\n"
166 "privileges.  If your LDAP server allows anonymous queries, you can\n"
167 "leave this blank.\n"
168 msgstr ""
169
170 #: ../utils/setup.c:220
171 msgid "LDAP bind password:"
172 msgstr ""
173
174 #: ../utils/setup.c:222
175 msgid ""
176 "If you entered a Bind DN in the previous question, you must now enter\n"
177 "the password associated with that account.  Otherwise, you can leave this\n"
178 "blank.\n"
179 msgstr ""
180
181 #: ../utils/setup.c:299
182 msgid "Yes/No"
183 msgstr ""
184
185 #: ../utils/setup.c:300
186 msgid "Yes"
187 msgstr ""
188
189 #: ../utils/setup.c:300
190 msgid "No"
191 msgstr ""
192
193 #: ../utils/setup.c:346
194 msgid "Press return to continue..."
195 msgstr ""
196
197 #: ../utils/setup.c:364
198 msgid "Important Message"
199 msgstr ""
200
201 #: ../utils/setup.c:379
202 msgid "Error"
203 msgstr ""
204
205 #: ../utils/setup.c:459
206 msgid "Adding service entry..."
207 msgstr ""
208
209 #. Other errors might mean something really did go wrong.
210 #. 
211 #: ../utils/setup.c:463 ../utils/setup.c:510 ../utils/setup.c:518
212 msgid "Cannot open"
213 msgstr ""
214
215 #: ../utils/setup.c:569
216 msgid ""
217 "Citadel already appears to be configured to start at boot.\n"
218 "Would you like to keep your boot configuration as is?\n"
219 msgstr ""
220
221 #: ../utils/setup.c:577
222 msgid "Would you like to automatically start Citadel at boot?\n"
223 msgstr ""
224
225 #: ../utils/setup.c:583
226 msgid "Cannot create"
227 msgstr ""
228
229 #: ../utils/setup.c:682
230 #, c-format
231 msgid ""
232 "Setup can configure the \"xinetd\" service to automatically\n"
233 "connect incoming telnet sessions to Citadel, bypassing the\n"
234 "host system login: prompt.  Would you like to do this?\n"
235 msgstr ""
236
237 #: ../utils/setup.c:740
238 msgid "You appear to have the "
239 msgstr ""
240
241 #: ../utils/setup.c:742
242 msgid ""
243 " email program\n"
244 "running on your system.  If you want Citadel mail\n"
245 "connected with "
246 msgstr ""
247
248 #: ../utils/setup.c:746
249 msgid ""
250 " you will have to manually integrate\n"
251 "them.  It is preferable to disable "
252 msgstr ""
253
254 #: ../utils/setup.c:749
255 msgid ""
256 ", and use Citadel's\n"
257 "SMTP, POP3, and IMAP services.\n"
258 "\n"
259 "May we disable "
260 msgstr ""
261
262 #: ../utils/setup.c:753
263 msgid ""
264 "so that Citadel has access to ports\n"
265 "25, 110, and 143?\n"
266 msgstr ""
267
268 #: ../utils/setup.c:863
269 msgid "This is currently set to:"
270 msgstr ""
271
272 #: ../utils/setup.c:864
273 msgid "Enter new value or press return to leave unchanged:"
274 msgstr ""
275
276 #: ../utils/setup.c:1067 ../utils/setup.c:1072 ../utils/setup.c:1384
277 msgid "setup: cannot open"
278 msgstr ""
279
280 #: ../utils/setup.c:1175
281 #, c-format
282 msgid ""
283 "\n"
284 "/etc/nsswitch.conf is configured to use the 'db' module for\n"
285 "one or more services.  This is not necessary on most systems,\n"
286 "and it is known to crash the Citadel server when delivering\n"
287 "mail to the Internet.\n"
288 "\n"
289 "Do you want this module to be automatically disabled?\n"
290 "\n"
291 msgstr ""
292
293 #: ../utils/setup.c:1236 ../utils/setup.c:1252
294 msgid "Setup finished"
295 msgstr ""
296
297 #: ../utils/setup.c:1237
298 msgid ""
299 "Setup of the Citadel server is complete.\n"
300 "If you will be using WebCit, please run its\n"
301 "setup program now; otherwise, run './citadel'\n"
302 "to log in.\n"
303 msgstr ""
304
305 #: ../utils/setup.c:1243
306 msgid "Setup failed"
307 msgstr ""
308
309 #: ../utils/setup.c:1244
310 msgid ""
311 "Setup is finished, but the Citadel server failed to start.\n"
312 "Go back and check your configuration.\n"
313 msgstr ""
314
315 #: ../utils/setup.c:1253
316 msgid "Setup is finished.  You may now start the server."
317 msgstr ""
318
319 #: ../utils/setup.c:1279
320 msgid "My System"
321 msgstr ""
322
323 #: ../utils/setup.c:1282
324 msgid "US 800 555 1212"
325 msgstr ""
326
327 #: ../utils/setup.c:1368 ../utils/setup.c:1373
328 msgid "setup: cannot append"
329 msgstr ""
330
331 #: ../utils/setup.c:1450 ../utils/setup.c:1457 ../utils/setup.c:1472
332 #: ../utils/setup.c:1512
333 msgid "Citadel Setup"
334 msgstr ""
335
336 #: ../utils/setup.c:1459
337 msgid "The directory you specified does not exist"
338 msgstr ""
339
340 #: ../utils/setup.c:1473
341 msgid ""
342 "The Citadel service is still running.\n"
343 "Please stop the service manually and run setup again."
344 msgstr ""
345
346 #: ../utils/setup.c:1485
347 msgid "Citadel setup program"
348 msgstr ""
349
350 #: ../utils/setup.c:1513
351 msgid "This Citadel installation is too old to be upgraded."
352 msgstr ""
353
354 #: ../utils/setup.c:1552 ../utils/setup.c:1554 ../utils/setup.c:1556
355 msgid "Setting file permissions"
356 msgstr ""