aboutsummaryrefslogtreecommitdiff
path: root/nls/ko_KR
diff options
context:
space:
mode:
authormathias <mathias>2005-01-04 12:05:58 (GMT)
committermathias <mathias>2005-01-04 12:05:58 (GMT)
commit901902330a638335e6ca5a2718073df73fe4ba4a (patch)
tree078f1cacff245c591f1913b273ba6933822fbf99 /nls/ko_KR
parent61bb3f039afd5a29ae655666fbc2fe7943eab8e2 (diff)
downloadfluxbox-901902330a638335e6ca5a2718073df73fe4ba4a.zip
fluxbox-901902330a638335e6ca5a2718073df73fe4ba4a.tar.bz2
updated ru_RU translations
added ko_KR translations
Diffstat (limited to 'nls/ko_KR')
-rw-r--r--nls/ko_KR/Makefile.am29
-rw-r--r--nls/ko_KR/Makefile.in258
-rw-r--r--nls/ko_KR/Translation.m259
3 files changed, 546 insertions, 0 deletions
diff --git a/nls/ko_KR/Makefile.am b/nls/ko_KR/Makefile.am
new file mode 100644
index 0000000..53d53e0
--- /dev/null
+++ b/nls/ko_KR/Makefile.am
@@ -0,0 +1,29 @@
1# nls/ko_KR/Makefile.am for Fluxbox - www.fluxbox.org
2
3THE_LANG = ko_KR
4
5NLSTEST = @NLS@
6CLEANFILES = fluxbox.cat
7MAINTAINERCLEANFILES = Makefile.in
8MFILES = Translation.m
9EXTRA_DIST= $(MFILES)
10
11all-local: fluxbox.cat
12install-data-local: fluxbox.cat
13 @if test x$(NLSTEST) = "x-DNLS"; then \
14 echo "Installing catalog in $(DESTDIR)$(pkgdatadir)/nls/$(THE_LANG)"; \
15 $(mkinstalldirs) $(DESTDIR)$(pkgdatadir)/nls/$(THE_LANG); \
16 $(INSTALL_DATA) fluxbox.cat $(DESTDIR)$(pkgdatadir)/nls/$(THE_LANG); \
17 fi
18
19uninstall-local:
20 @if test x$(NLSTEST) = "x-DNLS"; then \
21 rm -f $(DESTDIR)$(pkgdatadir)/nls/$(THE_LANG)/fluxbox.cat; \
22 rmdir $(DESTDIR)$(pkgdatadir)/nls/$(THE_LANG); \
23 fi
24
25fluxbox.cat: Translation.m
26 @if test x$(NLSTEST) = "x-DNLS"; then \
27 $(gencat_cmd) fluxbox.cat Translation.m; \
28 fi
29
diff --git a/nls/ko_KR/Makefile.in b/nls/ko_KR/Makefile.in
new file mode 100644
index 0000000..2e7df78
--- /dev/null
+++ b/nls/ko_KR/Makefile.in
@@ -0,0 +1,258 @@
1# Makefile.in generated automatically by automake 1.5 from Makefile.am.
2
3# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001
4# Free Software Foundation, Inc.
5# This Makefile.in is free software; the Free Software Foundation
6# gives unlimited permission to copy and/or distribute it,
7# with or without modifications, as long as this notice is preserved.
8
9# This program is distributed in the hope that it will be useful,
10# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
11# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
12# PARTICULAR PURPOSE.
13
14@SET_MAKE@
15
16# nls/ko_KR/Makefile.am for Fluxbox - www.fluxbox.org
17
18SHELL = @SHELL@
19
20srcdir = @srcdir@
21top_srcdir = @top_srcdir@
22VPATH = @srcdir@
23prefix = @prefix@
24exec_prefix = @exec_prefix@
25
26bindir = @bindir@
27sbindir = @sbindir@
28libexecdir = @libexecdir@
29datadir = @datadir@
30sysconfdir = @sysconfdir@
31sharedstatedir = @sharedstatedir@
32localstatedir = @localstatedir@
33libdir = @libdir@
34infodir = @infodir@
35mandir = @mandir@
36includedir = @includedir@
37oldincludedir = /usr/include
38pkgdatadir = $(datadir)/@PACKAGE@
39pkglibdir = $(libdir)/@PACKAGE@
40pkgincludedir = $(includedir)/@PACKAGE@
41top_builddir = ../..
42
43ACLOCAL = @ACLOCAL@
44AUTOCONF = @AUTOCONF@
45AUTOMAKE = @AUTOMAKE@
46AUTOHEADER = @AUTOHEADER@
47
48INSTALL = @INSTALL@
49INSTALL_PROGRAM = @INSTALL_PROGRAM@
50INSTALL_DATA = @INSTALL_DATA@
51INSTALL_SCRIPT = @INSTALL_SCRIPT@
52INSTALL_HEADER = $(INSTALL_DATA)
53transform = @program_transform_name@
54NORMAL_INSTALL = :
55PRE_INSTALL = :
56POST_INSTALL = :
57NORMAL_UNINSTALL = :
58PRE_UNINSTALL = :
59POST_UNINSTALL = :
60host_alias = @host_alias@
61host_triplet = @host@
62AMTAR = @AMTAR@
63AR = @AR@
64AS = @AS@
65AWK = @AWK@
66CC = @CC@
67CXX = @CXX@
68CXXCPP = @CXXCPP@
69DEBUG = @DEBUG@
70DEPDIR = @DEPDIR@
71DLLTOOL = @DLLTOOL@
72ECHO = @ECHO@
73EGREP = @EGREP@
74EXEEXT = @EXEEXT@
75F77 = @F77@
76GCJ = @GCJ@
77GCJFLAGS = @GCJFLAGS@
78INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
79LIBTOOL = @LIBTOOL@
80LN_S = @LN_S@
81NLS = @NLS@
82OBJDUMP = @OBJDUMP@
83OBJEXT = @OBJEXT@
84PACKAGE = @PACKAGE@
85PKG_CONFIG = @PKG_CONFIG@
86RANLIB = @RANLIB@
87RC = @RC@
88SHAPE = @SHAPE@
89STRIP = @STRIP@
90UP = @UP@
91VERSION = @VERSION@
92X_CFLAGS = @X_CFLAGS@
93X_EXTRA_LIBS = @X_EXTRA_LIBS@
94X_LIBS = @X_LIBS@
95X_PRE_LIBS = @X_PRE_LIBS@
96am__include = @am__include@
97am__quote = @am__quote@
98gencat_cmd = @gencat_cmd@
99install_sh = @install_sh@
100regex_cmd = @regex_cmd@
101
102THE_LANG = ko_KR
103
104NLSTEST = @NLS@
105CLEANFILES = fluxbox.cat
106MAINTAINERCLEANFILES = Makefile.in
107MFILES = Translation.m
108EXTRA_DIST = $(MFILES)
109subdir = nls/ko_KR
110mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
111CONFIG_HEADER = $(top_builddir)/config.h
112CONFIG_CLEAN_FILES =
113DIST_SOURCES =
114DIST_COMMON = Makefile.am Makefile.in
115all: all-am
116
117.SUFFIXES:
118
119mostlyclean-libtool:
120 -rm -f *.lo
121
122clean-libtool:
123 -rm -rf .libs _libs
124
125distclean-libtool:
126 -rm -f libtool
127$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
128 cd $(top_srcdir) && \
129 $(AUTOMAKE) --gnu nls/ko_KR/Makefile
130Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
131 cd $(top_builddir) && \
132 CONFIG_HEADERS= CONFIG_LINKS= \
133 CONFIG_FILES=$(subdir)/$@ $(SHELL) ./config.status
134uninstall-info-am:
135tags: TAGS
136TAGS:
137
138
139DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
140
141top_distdir = ../..
142distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
143
144distdir: $(DISTFILES)
145 @for file in $(DISTFILES); do \
146 if test -f $$file; then d=.; else d=$(srcdir); fi; \
147 dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
148 if test "$$dir" != "$$file" && test "$$dir" != "."; then \
149 $(mkinstalldirs) "$(distdir)/$$dir"; \
150 fi; \
151 if test -d $$d/$$file; then \
152 cp -pR $$d/$$file $(distdir) \
153 || exit 1; \
154 else \
155 test -f $(distdir)/$$file \
156 || cp -p $$d/$$file $(distdir)/$$file \
157 || exit 1; \
158 fi; \
159 done
160check-am: all-am
161check: check-am
162all-am: Makefile all-local
163
164installdirs:
165
166install: install-am
167install-exec: install-exec-am
168install-data: install-data-am
169uninstall: uninstall-am
170
171install-am: all-am
172 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
173
174installcheck: installcheck-am
175install-strip:
176 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
177 `test -z '$(STRIP)' || \
178 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
179mostlyclean-generic:
180
181clean-generic:
182 -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
183
184distclean-generic:
185 -rm -f Makefile $(CONFIG_CLEAN_FILES) stamp-h stamp-h[0-9]*
186
187maintainer-clean-generic:
188 @echo "This command is intended for maintainers to use"
189 @echo "it deletes files that may require special tools to rebuild."
190 -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
191clean: clean-am
192
193clean-am: clean-generic clean-libtool mostlyclean-am
194
195distclean: distclean-am
196
197distclean-am: clean-am distclean-generic distclean-libtool
198
199dvi: dvi-am
200
201dvi-am:
202
203info: info-am
204
205info-am:
206
207install-data-am: install-data-local
208
209install-exec-am:
210
211install-info: install-info-am
212
213install-man:
214
215installcheck-am:
216
217maintainer-clean: maintainer-clean-am
218
219maintainer-clean-am: distclean-am maintainer-clean-generic
220
221mostlyclean: mostlyclean-am
222
223mostlyclean-am: mostlyclean-generic mostlyclean-libtool
224
225uninstall-am: uninstall-info-am uninstall-local
226
227.PHONY: all all-am all-local check check-am clean clean-generic \
228 clean-libtool distclean distclean-generic distclean-libtool \
229 distdir dvi dvi-am info info-am install install-am install-data \
230 install-data-am install-data-local install-exec install-exec-am \
231 install-info install-info-am install-man install-strip \
232 installcheck installcheck-am installdirs maintainer-clean \
233 maintainer-clean-generic mostlyclean mostlyclean-generic \
234 mostlyclean-libtool uninstall uninstall-am uninstall-info-am \
235 uninstall-local
236
237
238all-local: fluxbox.cat
239install-data-local: fluxbox.cat
240 @if test x$(NLSTEST) = "x-DNLS"; then \
241 echo "Installing catalog in $(DESTDIR)$(pkgdatadir)/nls/$(THE_LANG)"; \
242 $(mkinstalldirs) $(DESTDIR)$(pkgdatadir)/nls/$(THE_LANG); \
243 $(INSTALL_DATA) fluxbox.cat $(DESTDIR)$(pkgdatadir)/nls/$(THE_LANG); \
244 fi
245
246uninstall-local:
247 @if test x$(NLSTEST) = "x-DNLS"; then \
248 rm -f $(DESTDIR)$(pkgdatadir)/nls/$(THE_LANG)/fluxbox.cat; \
249 rmdir $(DESTDIR)$(pkgdatadir)/nls/$(THE_LANG); \
250 fi
251
252fluxbox.cat: Translation.m
253 @if test x$(NLSTEST) = "x-DNLS"; then \
254 $(gencat_cmd) fluxbox.cat Translation.m; \
255 fi
256# Tell versions [3.59,3.63) of GNU make to not export all variables.
257# Otherwise a system limit (for SysV at least) may be exceeded.
258.NOEXPORT:
diff --git a/nls/ko_KR/Translation.m b/nls/ko_KR/Translation.m
new file mode 100644
index 0000000..c26ef7d
--- /dev/null
+++ b/nls/ko_KR/Translation.m
@@ -0,0 +1,259 @@
1$ codeset=UTF-8
2
3$set 1 #Align
4
51 하단 중앙
62 하단 왼쪽
73 하단 오른쪽
84 [수평]
95 왼쪽 정렬
106 좌측 아래
117 좌측 중간
128 좌측 위
139 양쪽 혼합
1410 오른쪽 정렬
1511 우측 아래
1612 우측 중간
1713 우측 위
1814 상단 중앙
1915 상단 왼쪽
2016 상단 오른쪽
2117 [수직]
22
23$set 2 #BaseDisplay
24
251 Aborting... dumping core\n
262 Shutting Down\n
273 %s: signal %d caught\n
28
29$set 3 #Common
30
311 알파 채널값
322 자동 숨김
333 Compiled
344 Compiled options
355 Compiler
366 Compiler version
377 init
388 keys
399 menu
4010 style
4111 Defaults
4212 disabled
4313 Error
4414 Fluxbox version
4515 창 최대화 시 덮기
4616 툴바 표시
47
48$set 4 #Configmenu
49
501 안티 앨리어스
512 활성화된 창 자동 올림
523 클릭 시 창 올림
534 클릭 시 활성화
545 Decorate Transient Windows
556 마우스 휠로 작업공간 전환
567 Focus Window on Workspace Change
578 활성화 방법
589 새로 여는 창 활성화
5910 모니터 전체 최대화
6011 이미지 디더링
6112 창 이동 시 내용 보임
6213 커서 위치 반자동 활성화
6314 커서 위치의 창 활성화
6415 순환식 작업공간 전환
6516 Force Pseudo-Transparency
6617 메뉴의 알파 채널값
6718 반투명 설정
6819 활성창의 알파 채널값
6920 비활성창의 알파 채널값
70
71$set 5 #Ewmh
72
731 Fatal: Out of memory, can't allocate for EWMH client list
74
75$set 6 #FbTkError
76
771 Warning! Height > 3200 setting Height = 3200
782 Warning! Width > 3200 setting Width = 3200
793 Warning: can't load fallback font
804 Allocation error.
815 Error creating pixmap
826 Cant create XImage
837 Failed to read
848 Warning: Failed to find valid format for alpha.
859 Warning: Failed to create alpha picture.
8610 Warning: Failed to create alpha pixmap.
8711 Failed to find format for screen(%d)
8812 Out of memory
8913 Out of memory while allocating blue buffer.
9014 Out of memory while allocating green buffer.
9115 Out of memory while allocating red buffer.
9216 Failed to read theme item
9317 unsupported visual
9418 Setting default value
95
96$set 7 #Fluxbox
97
981 rc filename is invalid!
992 Failed to load groupfile
1003 Failed to load database
1014 Retrying with
1025 Warning! Could not find screen to map window on!
1036 Can't create %s directory
1047 Couldn't find screens to manage.\nMake sure you don't have another window manager running.
1058 Error parsing regular expression
1069 Fatal! There can only one instance of fluxbox class.
10710 Can not connect to X server.\nMake sure you started X before you start Fluxbox.
10811 Warning: X server does not support locale
10912 Warning: cannot set locale modifiers
110
111$set 8 #Gnome
112
1131 Fatal: Out of memory, can't allocate for GNOME client list
114
115$set 9 #Keys
116
1171 Keys: Error on line
1182 Keys: Failed to merge keytree!
1193 Keys: Invalid key/modifier on line
120
121$set 10 #Menu
122
1231 설정
1242 Fluxbox default menu
1253 종료
1264 Icons
1275 레이어...
1286 On Head...
1297 위치
1308 Reload Config
1319 재시작
13210 xterm
133
134$set 11 #Remember
135
1361 테두리?
1372 크기
1383 해당 작업공간으로 점프
1394 레이어
1405 기억하기...
1416 위치
1427 종료 시의 값 기억
1438 셰이드?
1449 고정?
14510 Unknown apps key
14611 작업공간
14712 Head
148
149$set 12 #Screen
150
1511 BScreen::BScreen: an error occured while querying the X server.\n another window manager already running on display
1522 W: %4d x H: %4d
1533 W: 0000 x H: 0000
1544 BScreen::BScreen: managing screen %d using visual 0x%lx, depth %d\n
1555 X: %4d x Y: %4d
1566 0: 0000 x 0: 0000
157
158$set 13 #Slit
159
1601 클라이언트
1612 한 칸씩 내려앉히기
1623 한 칸씩 밀어올리기
1634 Slit 방향
1645 Slit 레이어
1656 Slit on Head
1667 Slit 위치
1678 Slit
1689 SlitList 저장
169
170$set 14 #Toolbar
171
1721 작업공간 이름 변경
1732 아이콘바 모드
1743 모든 작업공간의 창 표시
1754 아이콘화 된 것만
1765 표시 안함
1776 현재 작업공간의 창 표시
1787 현재 작업공간에서 아이콘화 된 것만
1798 툴바 레이어
1809 Toolbar on Head
18110 툴바 위치
18211 툴바
18312 툴바 너비(%)
18413 시계: 24 시간제
18514 시계: 12 시간제
18615 시간 표시 형식 수정
18716 아이콘 그림 표시
188
189$set 15 #Window
190
1911 Unnamed
192
193$set 16 #Windowmenu
194
1951 닫기
1962 아이콘화
1973 레이어
1984 낮춤
1995 최대화
2006 올림
2017 Send To ...
2028 셰이드
2039 고정
20410 강제 종료
205
206$set 17 #Workspace
207
2081 작업공간 %d
2092 작업공간
2103 새 작업공간 추가
2114 마지막 것 제거
212
213$set 18 #bsetroot
214
2151 %s: error: must specify one of: -solid, -mod, -gradient\n
2162 Couldn't create pixmap atoms, giving up!
2173 %s 2.0: (c) 1997-2000 Brad Hughes\n\n\
218-display <string> display connection\n\
219-mod <x> <y> modula pattern\n\
220-foreground, -fg <color> modula foreground color\n\
221-background, -bg <color> modula background color\n\n\
222-gradient <texture> gradient texture\n\
223-from <color> gradient start color\n\
224-to <color> gradient end color\n\n\
225-solid <color> solid color\n\n\
226-help print this help text and exit\n
227
228$set 19 #main
229
2301 error: '-display' requires an argument\n
2312 Bad Alloc
2323 Bad cast
2334 Out of range
2345 Runtime error
2356 Standard Exception
2367 Unknown error
2378 error: '-log' needs an argument
2389 Log File
23910 Logging to
24011 error: '-rc' requires an argument\n
24112 Fluxbox %s: (c) %s Henrik Kinnunen\n\n\
242-display <string>\t\tuse display connection.\n\
243-rc <string>\t\t\tuse alternate resource file.\n\
244-version\t\t\tdisplay version and exit.\n\
245-info\t\t\t\tdisplay some useful information.\n\
246-log <filename>\t\t\tlog output to file.\n\
247-help\t\t\t\tdisplay this help text and exit.\n\n
24813 warning: couldn't set environment variable 'DISPLAY'
249
250$set 20
251
2521 Dock 위
2532 하부
2543 데스크탑
2554 Dock
2565 표준
2576 상위
258
259