summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNam SungHyun <namsh@src.gnome.org>1999-01-04 03:33:35 +0000
committerNam SungHyun <namsh@src.gnome.org>1999-01-04 03:33:35 +0000
commit37acae88451cca5e99f95a492c915bd7a0ebab94 (patch)
tree51f27ef0e309ca482daa877c844597aed225357f
parent73c4ee3a6c686e8f43708a68457b12da2c606d1e (diff)
downloadgdk-pixbuf-37acae88451cca5e99f95a492c915bd7a0ebab94.tar.gz
Added 'ko'. Added Korean translation.
* configure.in (ALL_LINGUAS): Added 'ko'. * po/ko.po: Added Korean translation.
-rw-r--r--ChangeLog4
-rw-r--r--ChangeLog.pre-2-04
-rw-r--r--ChangeLog.pre-2-104
-rw-r--r--ChangeLog.pre-2-24
-rw-r--r--ChangeLog.pre-2-44
-rw-r--r--ChangeLog.pre-2-64
-rw-r--r--ChangeLog.pre-2-84
-rw-r--r--configure.in2
-rw-r--r--po/ChangeLog4
-rw-r--r--po/ko.po453
10 files changed, 486 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 370d33338..0a5765cd7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+1999-01-04 Sung-Hyun Nam <namsh@lgic.co.kr>
+
+ * configure.in (ALL_LINGUAS): Added 'ko'.
+
Sun Jan 3 17:41:22 1999 Lars Hamann <lars@gtk.org>
* gtk/gtkctree.c (real_tree_expand): fixed auto_resize bug
diff --git a/ChangeLog.pre-2-0 b/ChangeLog.pre-2-0
index 370d33338..0a5765cd7 100644
--- a/ChangeLog.pre-2-0
+++ b/ChangeLog.pre-2-0
@@ -1,3 +1,7 @@
+1999-01-04 Sung-Hyun Nam <namsh@lgic.co.kr>
+
+ * configure.in (ALL_LINGUAS): Added 'ko'.
+
Sun Jan 3 17:41:22 1999 Lars Hamann <lars@gtk.org>
* gtk/gtkctree.c (real_tree_expand): fixed auto_resize bug
diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10
index 370d33338..0a5765cd7 100644
--- a/ChangeLog.pre-2-10
+++ b/ChangeLog.pre-2-10
@@ -1,3 +1,7 @@
+1999-01-04 Sung-Hyun Nam <namsh@lgic.co.kr>
+
+ * configure.in (ALL_LINGUAS): Added 'ko'.
+
Sun Jan 3 17:41:22 1999 Lars Hamann <lars@gtk.org>
* gtk/gtkctree.c (real_tree_expand): fixed auto_resize bug
diff --git a/ChangeLog.pre-2-2 b/ChangeLog.pre-2-2
index 370d33338..0a5765cd7 100644
--- a/ChangeLog.pre-2-2
+++ b/ChangeLog.pre-2-2
@@ -1,3 +1,7 @@
+1999-01-04 Sung-Hyun Nam <namsh@lgic.co.kr>
+
+ * configure.in (ALL_LINGUAS): Added 'ko'.
+
Sun Jan 3 17:41:22 1999 Lars Hamann <lars@gtk.org>
* gtk/gtkctree.c (real_tree_expand): fixed auto_resize bug
diff --git a/ChangeLog.pre-2-4 b/ChangeLog.pre-2-4
index 370d33338..0a5765cd7 100644
--- a/ChangeLog.pre-2-4
+++ b/ChangeLog.pre-2-4
@@ -1,3 +1,7 @@
+1999-01-04 Sung-Hyun Nam <namsh@lgic.co.kr>
+
+ * configure.in (ALL_LINGUAS): Added 'ko'.
+
Sun Jan 3 17:41:22 1999 Lars Hamann <lars@gtk.org>
* gtk/gtkctree.c (real_tree_expand): fixed auto_resize bug
diff --git a/ChangeLog.pre-2-6 b/ChangeLog.pre-2-6
index 370d33338..0a5765cd7 100644
--- a/ChangeLog.pre-2-6
+++ b/ChangeLog.pre-2-6
@@ -1,3 +1,7 @@
+1999-01-04 Sung-Hyun Nam <namsh@lgic.co.kr>
+
+ * configure.in (ALL_LINGUAS): Added 'ko'.
+
Sun Jan 3 17:41:22 1999 Lars Hamann <lars@gtk.org>
* gtk/gtkctree.c (real_tree_expand): fixed auto_resize bug
diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8
index 370d33338..0a5765cd7 100644
--- a/ChangeLog.pre-2-8
+++ b/ChangeLog.pre-2-8
@@ -1,3 +1,7 @@
+1999-01-04 Sung-Hyun Nam <namsh@lgic.co.kr>
+
+ * configure.in (ALL_LINGUAS): Added 'ko'.
+
Sun Jan 3 17:41:22 1999 Lars Hamann <lars@gtk.org>
* gtk/gtkctree.c (real_tree_expand): fixed auto_resize bug
diff --git a/configure.in b/configure.in
index 2a4c8207f..ed62f4af1 100644
--- a/configure.in
+++ b/configure.in
@@ -130,7 +130,7 @@ fi
AC_SUBST(REBUILD)
# i18n stuff
-ALL_LINGUAS="de fr nl pt ja sv pl no"
+ALL_LINGUAS="de fr nl pt ja sv pl no ko"
AM_GTK_GNU_GETTEXT
AC_CHECK_FUNC(gettext,
,
diff --git a/po/ChangeLog b/po/ChangeLog
index 302b58ce2..c2bc0d4ce 100644
--- a/po/ChangeLog
+++ b/po/ChangeLog
@@ -1,3 +1,7 @@
+1999-01-04 Sung-Hyun Nam <namsh@lgic.co.kr>
+
+ * ko.po: Added Korean translation.
+
Thu Dec 24 00:45:21 CST 1998 Shawn T. Amundson <amundson@gtk.org>
* no.po: added translation by Kjartan Maraas <kmaraas@fib.hl.no>
diff --git a/po/ko.po b/po/ko.po
new file mode 100644
index 000000000..e25bd7e7b
--- /dev/null
+++ b/po/ko.po
@@ -0,0 +1,453 @@
+# gtk+ ko.po
+# Copyright (C) 1998 Free Software Foundation, Inc.
+# Sung-Hyun Nam <namsh@lgic.co.kr>, 1998
+msgid ""
+msgstr ""
+"Project-Id-Version: gtk+ 1.1.10\n"
+"POT-Creation-Date: 1999-01-02 12:50+0900\n"
+"PO-Revision-Date: 1999-01-04 03:29:06+0900\n"
+"Last-Translator: Sung-Hyun Nam <namsh@lgic.co.kr>\n"
+"Language-Team: Korean <ko@li.org>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=euc-kr\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#: gtk/gtkcolorsel.c:202
+msgid "Hue:"
+msgstr "»ö»ó:"
+
+#: gtk/gtkcolorsel.c:203
+msgid "Saturation:"
+msgstr "äµµ:"
+
+#: gtk/gtkcolorsel.c:204
+msgid "Value:"
+msgstr "°ª:"
+
+#: gtk/gtkcolorsel.c:205
+msgid "Red:"
+msgstr "Àû»ö:"
+
+#: gtk/gtkcolorsel.c:206
+msgid "Green:"
+msgstr "³ì»ö:"
+
+#: gtk/gtkcolorsel.c:207
+msgid "Blue:"
+msgstr "û»ö:"
+
+#: gtk/gtkcolorsel.c:208
+msgid "Opacity:"
+msgstr "ºÒÅõ¸í:"
+
+#. The OK button
+#: gtk/gtkcolorsel.c:1637 gtk/gtkfilesel.c:462 gtk/gtkfontsel.c:3465
+#: gtk/gtkgamma.c:408
+msgid "OK"
+msgstr "È®ÀÎ"
+
+#. The Cancel button
+#: gtk/gtkcolorsel.c:1643 gtk/gtkfilesel.c:469 gtk/gtkfilesel.c:844
+#: gtk/gtkfilesel.c:944 gtk/gtkfilesel.c:1059 gtk/gtkfontsel.c:3478
+#: gtk/gtkgamma.c:416
+msgid "Cancel"
+msgstr "Ãë¼Ò"
+
+#: gtk/gtkcolorsel.c:1648
+msgid "Help"
+msgstr "µµ¿ò¸»"
+
+#. The directories clist
+#: gtk/gtkfilesel.c:411
+msgid "Directories"
+msgstr "ÀÚ·á¹æ"
+
+#. The files clist
+#: gtk/gtkfilesel.c:430
+msgid "Files"
+msgstr "ÆÄÀÏ"
+
+#: gtk/gtkfilesel.c:500 gtk/gtkfilesel.c:1455
+#, c-format
+msgid "Directory unreadable: %s"
+msgstr "ÀÚ·á¹æÀ» ÀÐÀ» ¼ö ¾ø½¿: %s"
+
+#: gtk/gtkfilesel.c:532
+msgid "Create Dir"
+msgstr "ÀÚ·á¹æ »ý¼º"
+
+#: gtk/gtkfilesel.c:543 gtk/gtkfilesel.c:913
+msgid "Delete File"
+msgstr "ÆÄÀÏ »èÁ¦"
+
+#: gtk/gtkfilesel.c:554 gtk/gtkfilesel.c:1017
+msgid "Rename File"
+msgstr "ÆÄÀÏ¸í ¹Ù²Þ"
+
+#.
+#. gtk_signal_connect (GTK_OBJECT (dialog), "destroy",
+#. (GtkSignalFunc) gtk_file_selection_fileop_destroy,
+#. (gpointer) fs);
+#.
+#: gtk/gtkfilesel.c:715
+msgid "Error"
+msgstr "¿¡·¯"
+
+#. close button
+#: gtk/gtkfilesel.c:733 gtk/gtkinputdialog.c:346
+msgid "Close"
+msgstr "´Ý±â"
+
+#: gtk/gtkfilesel.c:808
+msgid "Create Directory"
+msgstr "ÀÚ·á¹æ »ý¼º"
+
+#: gtk/gtkfilesel.c:822
+msgid "Directory name:"
+msgstr "ÀÚ·á¹æ À̸§:"
+
+#. buttons
+#: gtk/gtkfilesel.c:835
+msgid "Create"
+msgstr "»ý¼º"
+
+#. buttons
+#: gtk/gtkfilesel.c:935
+msgid "Delete"
+msgstr "»èÁ¦"
+
+#. buttons
+#: gtk/gtkfilesel.c:1050
+msgid "Rename"
+msgstr "»õÀ̸§"
+
+#: gtk/gtkfontsel.c:203
+msgid "Foundry:"
+msgstr ""
+
+#: gtk/gtkfontsel.c:204
+msgid "Family:"
+msgstr ""
+
+#: gtk/gtkfontsel.c:205
+msgid "Weight:"
+msgstr ""
+
+#: gtk/gtkfontsel.c:206
+msgid "Slant:"
+msgstr ""
+
+#: gtk/gtkfontsel.c:207
+msgid "Set Width:"
+msgstr ""
+
+#: gtk/gtkfontsel.c:208
+msgid "Add Style:"
+msgstr ""
+
+#: gtk/gtkfontsel.c:209
+msgid "Pixel Size:"
+msgstr ""
+
+#: gtk/gtkfontsel.c:210
+msgid "Point Size:"
+msgstr ""
+
+#: gtk/gtkfontsel.c:211
+msgid "Resolution X:"
+msgstr ""
+
+#: gtk/gtkfontsel.c:212
+msgid "Resolution Y:"
+msgstr ""
+
+#: gtk/gtkfontsel.c:213
+msgid "Spacing:"
+msgstr ""
+
+#: gtk/gtkfontsel.c:214
+msgid "Average Width:"
+msgstr ""
+
+#: gtk/gtkfontsel.c:215
+msgid "Charset:"
+msgstr ""
+
+#. Number of internationalized titles here must match number
+#. of NULL initializers above
+#: gtk/gtkfontsel.c:452
+msgid "Font Property"
+msgstr "±Û²Ã ¼Ó¼º"
+
+#: gtk/gtkfontsel.c:453
+msgid "Requested Value"
+msgstr "¿äûµÈ °ª"
+
+#: gtk/gtkfontsel.c:454
+msgid "Actual Value"
+msgstr "½ÇÁ¦ °ª"
+
+#: gtk/gtkfontsel.c:487
+msgid "Font"
+msgstr "±Û²Ã"
+
+#: gtk/gtkfontsel.c:497 gtk/gtkfontsel.c:2146 gtk/gtkfontsel.c:2376
+msgid "Font:"
+msgstr "±Û²Ã:"
+
+#: gtk/gtkfontsel.c:502
+msgid "Font Style:"
+msgstr "±Û²Ã ½ºÅ¸ÀÏ:"
+
+#: gtk/gtkfontsel.c:507
+msgid "Size:"
+msgstr "Å©±â"
+
+#: gtk/gtkfontsel.c:639 gtk/gtkfontsel.c:861
+msgid "Reset Filter"
+msgstr "ÇÊÅÍ ¸®¼Â"
+
+#: gtk/gtkfontsel.c:653
+msgid "Metric:"
+msgstr ""
+
+#: gtk/gtkfontsel.c:657
+msgid "Points"
+msgstr ""
+
+#: gtk/gtkfontsel.c:664
+msgid "Pixels"
+msgstr ""
+
+#. create the text entry widget
+#: gtk/gtkfontsel.c:680
+msgid "Preview:"
+msgstr "¹Ì¸®º¸±â:"
+
+#: gtk/gtkfontsel.c:709
+msgid "Font Information"
+msgstr "±Û²Ã Á¤º¸"
+
+#: gtk/gtkfontsel.c:742
+msgid "Requested Font Name:"
+msgstr "¿äûµÈ ±Û²Ã À̸§:"
+
+#: gtk/gtkfontsel.c:753
+msgid "Actual Font Name:"
+msgstr "½ÇÁ¦ ±Û²Ã À̸§:"
+
+#: gtk/gtkfontsel.c:764
+#, c-format
+msgid "%i fonts available with a total of %i styles."
+msgstr ""
+
+#: gtk/gtkfontsel.c:779
+msgid "Filter"
+msgstr "ÇÊÅÍ"
+
+#: gtk/gtkfontsel.c:792
+msgid "Font Types:"
+msgstr "±Û²Ã À¯Çü"
+
+#: gtk/gtkfontsel.c:800
+msgid "Bitmap"
+msgstr "ºñÆ®¸Ê"
+
+#: gtk/gtkfontsel.c:806
+msgid "Scalable"
+msgstr ""
+
+#: gtk/gtkfontsel.c:812
+msgid "Scaled Bitmap"
+msgstr ""
+
+#. Convert '(nil)' weights to 'regular', since it looks nicer.
+#: gtk/gtkfontsel.c:1208
+msgid "regular"
+msgstr ""
+
+#: gtk/gtkfontsel.c:1213 gtk/gtkfontsel.c:1938
+msgid "italic"
+msgstr ""
+
+#: gtk/gtkfontsel.c:1214 gtk/gtkfontsel.c:1939
+msgid "oblique"
+msgstr ""
+
+#: gtk/gtkfontsel.c:1215 gtk/gtkfontsel.c:1940
+msgid "reverse italic"
+msgstr ""
+
+#: gtk/gtkfontsel.c:1216 gtk/gtkfontsel.c:1941
+msgid "reverse oblique"
+msgstr ""
+
+#: gtk/gtkfontsel.c:1217 gtk/gtkfontsel.c:1942
+msgid "other"
+msgstr ""
+
+#: gtk/gtkfontsel.c:1224
+msgid "[M]"
+msgstr ""
+
+#: gtk/gtkfontsel.c:1225
+msgid "[C]"
+msgstr ""
+
+#: gtk/gtkfontsel.c:1770
+msgid "The selected font is not available."
+msgstr "¼±ÅÃµÈ ±Û²ÃÀº »ç¿ëµÉ ¼ö ¾ø½À´Ï´Ù."
+
+#: gtk/gtkfontsel.c:1776
+msgid "The selected font is not a valid font."
+msgstr "¼±ÅÃµÈ ±Û²ÃÀº Á¤»óÀûÀÎ ±Û²ÃÀÌ ¾Æ´Õ´Ï´Ù."
+
+#: gtk/gtkfontsel.c:1834
+msgid "This is a 2-byte font and may not be displayed correctly."
+msgstr "ÀÌ°ÍÀº 2 ¹ÙÀÌÆ® ±Û²ÃÀ̸ç À߸ø Ãâ·ÂµÉ ¼öµµ ÀÖ½À´Ï´Ù."
+
+#: gtk/gtkfontsel.c:1926 gtk/gtkinputdialog.c:599
+msgid "(unknown)"
+msgstr "(¸ð¸§)"
+
+#: gtk/gtkfontsel.c:1937
+msgid "roman"
+msgstr "·Î¸¸"
+
+#: gtk/gtkfontsel.c:1949
+msgid "proportional"
+msgstr ""
+
+#: gtk/gtkfontsel.c:1950
+msgid "monospaced"
+msgstr ""
+
+#: gtk/gtkfontsel.c:1951
+msgid "char cell"
+msgstr ""
+
+#: gtk/gtkfontsel.c:2151
+msgid "Font: (Filter Applied)"
+msgstr "±Û²Ã: (ÇÊÅÍ Àû¿ë)"
+
+#: gtk/gtkfontsel.c:2627
+msgid "MAX_FONTS exceeded. Some fonts may be missing."
+msgstr "MAX_FONTS ÃÊ°ú. ¸î¸î ±Û²ÃÀº ÀÒ¾î¹ö¸± ¼ö ÀÖ½¿."
+
+#: gtk/gtkfontsel.c:3472
+msgid "Apply"
+msgstr "Àû¿ë"
+
+#: gtk/gtkfontsel.c:3494
+msgid "Font Selection"
+msgstr "±Û²Ã ¼±ÅÃ"
+
+#: gtk/gtkgamma.c:388
+msgid "Gamma"
+msgstr ""
+
+#: gtk/gtkgamma.c:395
+msgid "Gamma value"
+msgstr ""
+
+#. shell and main vbox
+#: gtk/gtkinputdialog.c:192
+msgid "Input"
+msgstr "ÀÔ·Â"
+
+#: gtk/gtkinputdialog.c:200
+msgid "No input devices"
+msgstr "ÀÔ·Â ÀåÄ¡ ¾ø½¿"
+
+#: gtk/gtkinputdialog.c:229
+msgid "Device:"
+msgstr "ÀåÄ¡:"
+
+#: gtk/gtkinputdialog.c:245
+msgid "Disabled"
+msgstr ""
+
+#: gtk/gtkinputdialog.c:253
+msgid "Screen"
+msgstr "½ºÅ©¸°"
+
+#: gtk/gtkinputdialog.c:261
+msgid "Window"
+msgstr "â"
+
+#: gtk/gtkinputdialog.c:269
+msgid "Mode: "
+msgstr "¸ðµå: "
+
+#. The axis listbox
+#: gtk/gtkinputdialog.c:299
+msgid "Axes"
+msgstr ""
+
+#. Keys listbox
+#: gtk/gtkinputdialog.c:315
+msgid "Keys"
+msgstr ""
+
+#. We create the save button in any case, so that clients can
+#. connect to it, without paying attention to whether it exits
+#: gtk/gtkinputdialog.c:337
+msgid "Save"
+msgstr "ÀúÀå"
+
+#: gtk/gtkinputdialog.c:492
+msgid "X"
+msgstr ""
+
+#: gtk/gtkinputdialog.c:493
+msgid "Y"
+msgstr ""
+
+#: gtk/gtkinputdialog.c:494
+msgid "Pressure"
+msgstr ""
+
+#: gtk/gtkinputdialog.c:495
+msgid "X Tilt"
+msgstr ""
+
+#: gtk/gtkinputdialog.c:496
+msgid "Y Tilt"
+msgstr ""
+
+#: gtk/gtkinputdialog.c:536
+msgid "none"
+msgstr ""
+
+#: gtk/gtkinputdialog.c:570 gtk/gtkinputdialog.c:606
+msgid "(disabled)"
+msgstr ""
+
+#. and clear button
+#: gtk/gtkinputdialog.c:684
+msgid "clear"
+msgstr ""
+
+#: gtk/gtknotebook.c:1946 gtk/gtknotebook.c:3966
+#, c-format
+msgid "Page %u"
+msgstr "ÆäÀÌÁö %u"
+
+#: gtk/gtkrc.c:1507
+#, c-format
+msgid "Unable to locate image file in pixmap_path: \"%s\" line %d"
+msgstr "À̹ÌÁö ÆÄÀÏÀ» pixmap_path¿¡¼­ ãÀ» ¼ö ¾ø½¿: \"%s\" ¶óÀÎ %d"
+
+#: gtk/gtkrc.c:1510
+#, c-format
+msgid "Unable to locate image file in pixmap_path: \"%s\""
+msgstr "À̹ÌÁö ÆÄÀÏÀ» pixmap_path¿¡¼­ ãÀ» ¼ö ¾ø½¿: \"%s\""
+
+#: gtk/gtkthemes.c:71
+#, c-format
+msgid "Unable to locate loadable module in module_path: \"%s\","
+msgstr "¸ðµâÀ» module_path¿¡¼­ ãÀ» ¼ö ¾ø½¿: \"%s\","
+
+#: gtk/gtktipsquery.c:172
+msgid "--- No Tip ---"
+msgstr "--- ÆÁ ¾ø½¿ ---"