summaryrefslogtreecommitdiffstats
path: root/mdk-stage1/dns.c
blob: f711758aa673e7f837920e8c95ca6dc9cb863b12 (plain)
1
2
3
4
5
6
7
8
9
10
11
Diffstat (limited to 'po/ko.po')
-rw-r--r--po/ko.po268
1 files changed, 147 insertions, 121 deletions
diff --git a/po/ko.po b/po/ko.po
index c8c26fa8..593f9ebb 100644
--- a/po/ko.po
+++ b/po/ko.po
@@ -10,7 +10,7 @@
msgid ""
msgstr ""
"Project-Id-Version: drakwizard 0.2\n"
-"POT-Creation-Date: 2003-12-01 16:12+0100\n"
+"POT-Creation-Date: 2003-12-12 15:32+0100\n"
"PO-Revision-Date: 2002-09-09 08:06+0900\n"
"Last-Translator: Jaegeum Cze <baedaron@hanafos.com>\n"
"Language-Team: Korean <baedaron@hanafos.com>\n"
@@ -25,8 +25,8 @@ msgstr "¼³Á¤ ¸¶¹ý»ç"
#: ../Wiztemplate.pm_.c:60 ../ftp_wizard/Proftpd.pm_.c:63
#: ../news_wizard/Inn.pm_.c:71 ../proxy_wizard/Squid.pm_.c:81
-#: ../proxy_wizard/Squid.pm_.c:88 ../samba_wizard/Samba.pm_.c:140
-#: ../samba_wizard/Samba.pm_.c:188 ../time_wizard/Ntp.pm_.c:137
+#: ../proxy_wizard/Squid.pm_.c:88 ../samba_wizard/Samba.pm_.c:147
+#: ../samba_wizard/Samba.pm_.c:195 ../time_wizard/Ntp.pm_.c:137
#: ../time_wizard/Ntp.pm_.c:144 ../web_wizard/Apache.pm_.c:83
#, fuzzy
msgid "Warning."
@@ -35,8 +35,8 @@ msgstr "°æ°í"
/* * Guillaume Cottenceau (gc) * * Copyright 2000 Mandriva * * 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. * */ /* * Portions from Erik Troan (ewt@redhat.com) * * Copyright 1996 Red Hat Software * */ #include <stdlib.h> #include <unistd.h> #include <string.h> #include <stdio.h> #include <netdb.h> #include <sys/socket.h> #include <resolv.h> #include "network.h" #include "log.h" #include "dns.h" int mygethostbyname(char * name, struct in_addr * addr) { struct addrinfo hints, *res, *p; int status; char ipstr[INET6_ADDRSTRLEN]; memset(&hints, 0, sizeof hints); hints.ai_family = AF_INET; //AF_UNSPEC for both IPv4 & IPv6 hints.ai_socktype = SOCK_STREAM; /* prevent from timeouts */ if (_res.nscount == 0) return -1; if ((status = getaddrinfo(name, NULL, &hints, &res)) != 0) { log_message("getaddrinfo: %s\n", gai_strerror(status)); return -1; } for (p = res;p != NULL; p = p->ai_next) { void *tmp_addr; struct sockaddr_in *ipv = (struct sockaddr_in *)p->ai_addr; tmp_addr = &(ipv->sin_addr); /* convert the IP to a string: */ inet_ntop(p->ai_family, addr, ipstr, sizeof ipstr); memcpy(addr, tmp_addr, sizeof(*addr)); log_message("is-at: %s\n", inet_ntoa(*addr)); } freeaddrinfo(res); // free the linked list return 0; } char * mygethostbyaddr(char * ipnum) { struct sockaddr_in sa; char hbuf[NI_MAXHOST]; /* prevent from timeouts */ if (_res.nscount == 0) return NULL; memset(&sa, 0, sizeof sa); sa.sin_family = AF_INET; if (inet_pton(AF_INET, ipnum, &sa.sin_addr) != 1) return NULL; if (getnameinfo((struct sockaddr*)&sa, sizeof(sa), hbuf, sizeof(hbuf), NULL, 0, 0 |NI_NAMEREQD) == 0) //NI_NUMERICHOST NI_NAMEREQD return strdup(hbuf); else return NULL; }
v>
msgid "Samba wizard"
msgstr "»ï¹Ù ¸¶¹ý»ç"
-#: ../samba_wizard/Samba.pm_.c:59
+#: ../samba_wizard/Samba.pm_.c:59 ../web_wizard/Apache.pm_.c:60
+#, c-format
+msgid "%s does not exist."
+msgstr ""
+
+#: ../samba_wizard/Samba.pm_.c:66
msgid "My rules - Ask me allowed and denied hosts"
msgstr ""
-#: ../samba_wizard/Samba.pm_.c:64
+#: ../samba_wizard/Samba.pm_.c:71
msgid "Samba Configuration Wizard"
msgstr "»ï¹Ù ¼³Á¤ ¸¶¹ý»ç"
-#: ../samba_wizard/Samba.pm_.c:64
+#: ../samba_wizard/Samba.pm_.c:71
msgid ""
"Samba allows your server to behave as a file and print server for "
"workstations running non-Linux systems."
@@ -950,75 +1038,75 @@ msgstr ""
"»ï¹Ù´Â ¸®´ª½º°¡ ¾Æ´Ñ ÄÄÇ»Å͵鿡°Ô ÀÌ ¼­¹ö°¡ ¸¶Ä¡ ÆÄÀÏ/ÇÁ¸°Æ® ¼­¹öÀÎ °Íó·³ ÀÛ"
"µ¿ÇÏ°Ô ÇÕ´Ï´Ù."
-#: ../samba_wizard/Samba.pm_.c:64
+#: ../samba_wizard/Samba.pm_.c:71
#, fuzzy
msgid ""
"This wizard will help you configuring the Samba services of your server."
msgstr "ÀÌ ¸¶¹ý»ç´Â »ï¹Ù ¼­¹ö ¼³Á¤À» µµ¿ï °ÍÀÔ´Ï´Ù."
-#: ../samba_wizard/Samba.pm_.c:69
+#: ../samba_wizard/Samba.pm_.c:76
msgid "Samba needs to know the Windows Workgroup it will serve."
msgstr "»ï¹Ù´Â ¼­ºñ½ºÇÒ À©µµ¿ìÁî ÀÛ¾÷±×·ìÀ» ¾Ë¾Æ¾ß ÇÕ´Ï´Ù."
-#: ../samba_wizard/Samba.pm_.c:69
+#: ../samba_wizard/Samba.pm_.c:76
msgid "Workgroup"
msgstr "ÀÛ¾÷ ±×·ì"
-#: ../samba_wizard/Samba.pm_.c:74 ../samba_wizard/Samba.pm_.c:209
+#: ../samba_wizard/Samba.pm_.c:81 ../samba_wizard/Samba.pm_.c:216
msgid "Workgroup:"
msgstr "ÀÛ¾÷ ±×·ì:"
-#: ../samba_wizard/Samba.pm_.c:80
+#: ../samba_wizard/Samba.pm_.c:87
msgid "The Workgroup is wrong"
msgstr "À߸øµÈ ¿öÅ©±×·ìÀÔ´Ï´Ù."
-#: ../samba_wizard/Samba.pm_.c:85
+#: ../samba_wizard/Samba.pm_.c:92
msgid "Server Banner."
msgstr "¼­¹ö ¹è³Ê."
-#: ../samba_wizard/Samba.pm_.c:85
+#: ../samba_wizard/Samba.pm_.c:92
msgid ""
"The banner is the way this server will be described in the Windows "
"workstations."
msgstr "¹è³Ê´Â À©µµ¿ìÁî ÄÄÇ»Å͵鿡°Ô º¸¿©Áö´Â ÀÌ ¼­¹ö¿¡ ´ëÇÑ ¼³¸íÀÔ´Ï´Ù."
-#: ../samba_wizard/Samba.pm_.c:91
+#: ../samba_wizard/Samba.pm_.c:98
msgid "Banner:"
msgstr "¹è³Ê:"
-#: ../samba_wizard/Samba.pm_.c:96
+#: ../samba_wizard/Samba.pm_.c:103
msgid "The Server Banner is incorrect"
msgstr "¼­¹ö ¹è³Ê°¡ ¿Ã¹Ù¸£Áö ¾Ê½À´Ï´Ù."
-#: ../samba_wizard/Samba.pm_.c:101 ../samba_wizard/Samba.pm_.c:112
+#: ../samba_wizard/Samba.pm_.c:108 ../samba_wizard/Samba.pm_.c:119
#, fuzzy
msgid "Access control"
msgstr "¾×¼¼½º Á¦¾î"
-#: ../samba_wizard/Samba.pm_.c:107
+#: ../samba_wizard/Samba.pm_.c:114
#, fuzzy
msgid "Access level :"
msgstr "¾×¼¼½º Á¦¾î:"
-#: ../samba_wizard/Samba.pm_.c:112
+#: ../samba_wizard/Samba.pm_.c:119
msgid ""
"* Example 1: allow all IPs in 150.203.*.*; except one\n"
"hosts allow = 150.203. EXCEPT 150.203.6.66"
msgstr ""
-#: ../samba_wizard/Samba.pm_.c:112
+#: ../samba_wizard/Samba.pm_.c:119
msgid ""
"* Example 2: allow hosts that match the given network/netmask\n"
"hosts allow = 150.203.15.0/255.255.255.0"
msgstr ""
-#: ../samba_wizard/Samba.pm_.c:112
+#: ../samba_wizard/Samba.pm_.c:119
msgid ""
"* Example 3: allow a couple of hosts\n"
"hosts allow = lapland, arvidsjaur"
msgstr ""
-#: ../samba_wizard/Samba.pm_.c:112
+#: ../samba_wizard/Samba.pm_.c:119
msgid ""
"* Example 4: allow only hosts in NIS netgroup \"foonet\", but deny access "
"from one particular host\n"
@@ -1026,123 +1114,123 @@ msgid ""
"hosts deny = pirate"
msgstr ""
-#: ../samba_wizard/Samba.pm_.c:112
+#: ../samba_wizard/Samba.pm_.c:119
msgid "Note that access still requires suitable user-level passwords."
msgstr ""
-#: ../samba_wizard/Samba.pm_.c:119
+#: ../samba_wizard/Samba.pm_.c:126
msgid "Allow hosts:"
msgstr ""
-#: ../samba_wizard/Samba.pm_.c:120
+#: ../samba_wizard/Samba.pm_.c:127
msgid "Deny hosts:"
msgstr ""
-#: ../samba_wizard/Samba.pm_.c:125
+#: ../samba_wizard/Samba.pm_.c:132
msgid "Enabled Samba Services"
msgstr "»ï¹Ù ¼­ºñ½º Çã¿ë"
-#: ../samba_wizard/Samba.pm_.c:125
+#: ../samba_wizard/Samba.pm_.c:132
msgid ""
"Samba can provide a common file sharing area to your Windows workstation, "
"and can also provide printer sharing for the printers connected to your "
"server."
msgstr ""
-#: ../samba_wizard/Samba.pm_.c:133
+#: ../samba_wizard/Samba.pm_.c:140
#, fuzzy
msgid "Enable file sharing area"
msgstr "[/home/samba/public] °øÀ¯ ¿µ¿ª Çã¿ë"
-#: ../samba_wizard/Samba.pm_.c:134
+#: ../samba_wizard/Samba.pm_.c:141
msgid "Enable Server Printer Sharing"
msgstr "¼­¹ö ÇÁ¸°ÅÍ °øÀ¯ Çã¿ë"
-#: ../samba_wizard/Samba.pm_.c:135
+#: ../samba_wizard/Samba.pm_.c:142
#, fuzzy
msgid "Make home directories available for their owners"
msgstr "Ȩ µð·ºÅ丮¸¦ ¼ÒÀ¯ÀÚ°¡ »ç¿ëÇÒ ¼ö ÀÖ°Ô ÇÕ´Ï´Ù."
-#: ../samba_wizard/Samba.pm_.c:140
+#: ../samba_wizard/Samba.pm_.c:147
msgid ""
"You have selected to allow user access their home directories via samba but "
"you/they must use smbpasswd to set a password."
msgstr ""
-#: ../samba_wizard/Samba.pm_.c:146 ../samba_wizard/Samba.pm_.c:152
-#: ../samba_wizard/Samba.pm_.c:212
+#: ../samba_wizard/Samba.pm_.c:153 ../samba_wizard/Samba.pm_.c:159
+#: ../samba_wizard/Samba.pm_.c:219
msgid "Shared directory:"
msgstr ""
-#: ../samba_wizard/Samba.pm_.c:146
+#: ../samba_wizard/Samba.pm_.c:153
msgid "Type the path of the directory you want being shared."
msgstr ""
-#: ../samba_wizard/Samba.pm_.c:162
+#: ../samba_wizard/Samba.pm_.c:169
msgid "File permissions"
msgstr ""
-#: ../samba_wizard/Samba.pm_.c:162
+#: ../samba_wizard/Samba.pm_.c:169
msgid ""
"Type users or group separated by a comma (groups must be preceded by a '@') "
"like this :\n"
"root, fred, @users, @wheel for each kind of permission."
msgstr ""
-#: ../samba_wizard/Samba.pm_.c:169
+#: ../samba_wizard/Samba.pm_.c:176
msgid "read list:"
msgstr ""
-#: ../samba_wizard/Samba.pm_.c:169 ../samba_wizard/Samba.pm_.c:170
+#: ../samba_wizard/Samba.pm_.c:176 ../samba_wizard/Samba.pm_.c:177
msgid "root, fred, @users, @wheel"
msgstr ""
-#: ../samba_wizard/Samba.pm_.c:170
+#: ../samba_wizard/Samba.pm_.c:177
msgid "write list:"
msgstr ""
-#: ../samba_wizard/Samba.pm_.c:175
+#: ../samba_wizard/Samba.pm_.c:182
msgid "Select which printers you want to be accessible from known users"
msgstr ""
-#: ../samba_wizard/Samba.pm_.c:182
+#: ../samba_wizard/Samba.pm_.c:189
#, fuzzy
msgid "Enable all printers"
msgstr "»ï¹Ù ¼­ºñ½º Çã¿ë"
-#: ../samba_wizard/Samba.pm_.c:200
+#: ../samba_wizard/Samba.pm_.c:207
msgid "Configuring Samba"
msgstr "»ï¹Ù ¼³Á¤ Áß"
-#: ../samba_wizard/Samba.pm_.c:200
+#: ../samba_wizard/Samba.pm_.c:207
#, fuzzy
msgid ""
"The wizard collected the following parameters\n"
"configure Samba."
msgstr "¸¶¹ý»ç°¡ »ï¹Ù ¼­¹ö ¼³Á¤À» À§ÇØ °è»êÇÑ °ªÀº ´ÙÀ½°ú °°½À´Ï´Ù."
-#: ../samba_wizard/Samba.pm_.c:210
+#: ../samba_wizard/Samba.pm_.c:217
msgid "Server Banner:"
msgstr "¼­¹ö ¹è³Ê:"
-#: ../samba_wizard/Samba.pm_.c:211
+#: ../samba_wizard/Samba.pm_.c:218
msgid "File Sharing:"
msgstr "ÆÄÀÏ °øÀ¯:"
-#: ../samba_wizard/Samba.pm_.c:213
+#: ../samba_wizard/Samba.pm_.c:220
msgid "Print Server:"
msgstr "ÇÁ¸°Æ® ¼­¹ö:"
-#: ../samba_wizard/Samba.pm_.c:214
+#: ../samba_wizard/Samba.pm_.c:221
msgid "Home:"
msgstr "Ȩ:"
-#: ../samba_wizard/Samba.pm_.c:215
+#: ../samba_wizard/Samba.pm_.c:222
#, fuzzy
msgid "Printers:"
msgstr "ÇÁ¸°Æ® ¼­¹ö:"
-#: ../samba_wizard/Samba.pm_.c:221
+#: ../samba_wizard/Samba.pm_.c:228
msgid "The wizard successfully configured your Samba server."
msgstr "¸¶¹ý»ç°¡ ¼º°øÀûÀ¸·Î »ï¹Ù ¼­¹ö¸¦ ¼³Á¤ÇÏ¿´½À´Ï´Ù."
@@ -1270,11 +1358,6 @@ msgstr "ÀÌÁ¦ ÀÌ ¼­¹ö°¡ Áö¿ª ³×Æ®¿÷ÀÇ ½Ã°£ ¼­¹ö·Î¼­ ÀÛµ¿ÇÕ´Ï´Ù."
msgid "Web wizard"
msgstr "À¥ ¸¶¹ý»ç"
-#: ../web_wizard/Apache.pm_.c:60
-#, c-format
-msgid "%s does not exist."
-msgstr ""
-
#: ../web_wizard/Apache.pm_.c:69
#, fuzzy
msgid "This wizard will help you configuring the Web Server for your network."
@@ -1381,63 +1464,6 @@ msgid "The wizard successfully configured your Intranet/Internet Web Server"
msgstr "¸¶¹ý»ç°¡ ¼º°øÀûÀ¸·Î ÀÎÆ®¶ó³Ý/ÀÎÅÍ³Ý À¥ ¼­¹ö¸¦ ¼³Á¤ÇÏ¿´½À´Ï´Ù."
#, fuzzy
-#~ msgid "Apache web server"
-#~ msgstr "ÀÎÆ®¶ó³Ý À¥ ¼­¹ö:"
-
-#, fuzzy
-#~ msgid "Dns (configuration)"
-#~ msgstr "DNS ¼³Á¤ ¸¶¹ý»ç"
-
-#, fuzzy
-#~ msgid "Dns (add client)"
-#~ msgstr "DNS ¸¶¹ý»ç"
-
-#, fuzzy
-#~ msgid "News server"
-#~ msgstr "´º½º ¼­¹ö"
-
-#, fuzzy
-#~ msgid "NFS server"
-#~ msgstr "NFS ¼­¹ö"
-
-#, fuzzy
-#~ msgid "Mail server"
-#~ msgstr "¸ÞÀÏ ¼­¹ö À̸§:"
-
-#, fuzzy
-#~ msgid "Ftp server"
-#~ msgstr "NFS ¼­¹ö"
-
-#, fuzzy
-#~ msgid "Samba server"
-#~ msgstr "µ¥ÀÌÅͺ£À̽º ¼­¹ö"
-
-#, fuzzy
-#~ msgid "Proxy"
-#~ msgstr "ÇÁ¶ô½Ã Æ÷Æ®"
-
-#, fuzzy
-#~ msgid "Time server"
-#~ msgstr "½Ã°£ ¼­¹ö"
-
-#, fuzzy
-#~ msgid "Apache2 web server"
-#~ msgstr "ÀÎÆ®¶ó³Ý À¥ ¼­¹ö:"
-
-#~ msgid "Drakwizard wizard selection"
-#~ msgstr "µå·¹ÀÌÅ©À§Àúµå ¸¶¹ý»ç ¼±ÅÃ"
-
-#~ msgid "Please select a wizard"
-#~ msgstr "¸¶¹ý»ç¸¦ ¼±ÅÃÇϼ¼¿ä."
-
-#~ msgid ""
-#~ "%s is not installed\n"
-#~ "Click \"Next\" to install or \"Cancel\" to quit"
-#~ msgstr ""
-#~ "[%s]°¡ ¼³Ä¡µÇ¾î ÀÖÁö ¾Ê½À´Ï´Ù.\n"
-#~ "Áö±Ý ¼³Ä¡ÇÏ·Á¸é, [´ÙÀ½]À», ±×³É Á¾·áÇÏ·Á¸é, [Ãë¼Ò]¸¦ ´©¸£¼¼¿ä."
-
-#, fuzzy
#~ msgid "Warming."
#~ msgstr "°æ°í"