From cb320b2fc3f4ee7a9a3843e97ffb2c4107c0def6 Mon Sep 17 00:00:00 2001 From: dan Date: Mon, 11 Jan 1999 12:28:12 +0000 Subject: [PATCH] Update to Window Maker 0.50.2 --- ChangeLog | 27 + FAQ | 14 +- INSTALL | 21 +- Install | 30 +- Makefile.am | 3 +- Makefile.in | 2 +- NEWS | 34 + README | 1 - WINGs/Makefile.am | 2 + WINGs/Makefile.in | 44 +- WINGs/Resources/Makefile.in | 1 + WINGs/WUtil.h | 2 +- WINGs/wbrowser.c | 3 +- WINGs/wtextfield.c | 3 +- WPrefs.app/Icons.c | 9 +- WPrefs.app/KeyboardShortcuts.c | 2 +- WPrefs.app/Makefile.in | 1 + WPrefs.app/MouseSettings.c | 2 +- WPrefs.app/WPrefs.c | 11 +- WPrefs.app/WPrefs.h | 4 +- WPrefs.app/WindowHandling.c | 4 +- WPrefs.app/po/Makefile.am | 118 +- WPrefs.app/po/Makefile.in | 49 +- WPrefs.app/po/{ko.po => ja.po} | 2833 +++++++++++++------------ WPrefs.app/po/ko.po | 2538 ++++++++++------------ WPrefs.app/tiff/Makefile.in | 1 + WPrefs.app/xpm/Makefile.in | 1 + WindowMaker/Backgrounds/Makefile.in | 1 + WindowMaker/Defaults/Makefile.in | 1 + WindowMaker/IconSets/Makefile.in | 1 + WindowMaker/Icons/Makefile.in | 1 + WindowMaker/Makefile.am | 24 +- WindowMaker/Makefile.in | 25 +- WindowMaker/Pixmaps/Makefile.in | 1 + WindowMaker/Styles/Makefile.in | 1 + WindowMaker/Themes/Checker.themed/Makefile.in | 1 + WindowMaker/Themes/Makefile.in | 1 + WindowMaker/Themes/Night.themed/Makefile.in | 1 + WindowMaker/menu | 1 + WindowMaker/menu.fr | 19 +- WindowMaker/menu.hu | Bin 5158 -> 7800 bytes WindowMaker/mkMakefile | 29 +- WindowMaker/plmenu.fr.in | 95 - WindowMaker/plmenu.hr.in | 213 -- WindowMaker/plmenu.in | 103 - WindowMaker/wmmacros.in | 73 - configure | 505 ++--- configure.in | 73 +- doc/Makefile.in | 1 + po/Makefile.am | 8 +- po/Makefile.in | 9 +- po/ja.po | 1898 ++++++++++++----- po/ko.po | 2434 ++++++++++----------- src/Makefile.in | 1 + src/WindowMaker.h | 1 + src/actions.c | 2 +- src/appicon.c | 5 +- src/client.c | 3 + src/defaults.c | 86 +- src/dock.c | 16 +- src/event.c | 7 + src/gnome.c | 56 +- src/gnome.h | 2 + src/icon.c | 6 +- src/kwm.c | 20 +- src/kwm.h | 2 +- src/menu.c | 1 + src/misc.c | 40 +- src/motif.c | 19 +- src/moveres.c | 7 +- src/openlook.c | 2 +- src/placement.c | 7 +- src/session.c | 2 +- src/shutdown.c | 6 +- src/window.c | 9 + src/winmenu.c | 18 +- test/Makefile.in | 1 + util/Makefile.am | 3 +- util/Makefile.in | 9 +- util/wmaker.inst.in | 21 +- util/wmsetbg.c | 28 +- wmlib/Makefile.in | 1 + wrlib/Makefile.in | 1 + wrlib/test.c | 2 +- wrlib/testdraw.c | 2 +- wrlib/testgrad.c | 2 +- wrlib/view.c | 2 +- 87 files changed, 6001 insertions(+), 5668 deletions(-) rewrite WPrefs.app/po/Makefile.am (60%) copy WPrefs.app/po/{ko.po => ja.po} (51%) rewrite WindowMaker/menu.hu (83%) rewrite WindowMaker/plmenu.fr.in (100%) rewrite WindowMaker/plmenu.hr.in (100%) rewrite WindowMaker/plmenu.in (100%) rewrite WindowMaker/wmmacros.in (100%) rewrite po/ja.po (74%) diff --git a/ChangeLog b/ChangeLog index c7bd1072..994550b0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,30 @@ +Changes since version 0.50.1: +............................. + +- fixed wmsetbg +- fixed parsing of WorkspaceSpecificBack +- fixed initial workspace for new windows +- added the workspace button proxy thingy for GNOME +- added more GNOME compatibility fixes +- fixed bug in %a() macro in root menu + +Changes since version 0.50.0: +............................. + +- fixed bug that allowed docking of icons to outside the screen +- added extra code to handle kpager bug +- fixed crash when opening appicon menu +- fixed problem that caused Motif hints to be sometimes ignored +- fixed bug in layer treatment of GNOME hints +- fixed weirdness in initial window workspace +- fixed problem with Sun compilers +- fixed bug with () Workspace{Specific,}Back specs +- added --disable-rpath option (from KDE) by request +- maybe fixed bug with StarOffice +- fixed pipe fd inheritance mess +- fixed bug in kde workspace renaming +- fixed installation problems + Changes since version 0.20.3: ............................. diff --git a/FAQ b/FAQ index 99b7b4a2..aa84cf01 100644 --- a/FAQ +++ b/FAQ @@ -1171,10 +1171,7 @@ WM_NORMAL_HINTS(WM_SIZE_HINTS): Now, when scilab opens it's window, Window Maker nicely does exactly what it is told, that is, map the window at position 136679205, 1074468360 which -obviously falls outside the screen no matter how big is your monitor ;) The -bug has been reported by different users many times for more than a year now, -but apparently it never got fixed. If you keep mailing it's developers, -maybe it will get fixed some day :) +obviously falls outside the screen no matter how big is your monitor ;) Meanwhile, the workaround for this is to open the window list menu (click on the root window with the middle mouse button) and click @@ -1183,6 +1180,15 @@ reach. Then, open the window commands menu (right click on window's titlebar) and open the Attributes panel. Go to the "Advanced Options" section, check the "Keep inside screen" option and save. +If you can recompile Scilab, this came from a Scilab developer: + +replace + size_hints.flags = USPosition | USSize | PMinSize; +with + size_hints.flags = /** USPosition |**/ USSize | PMinSize; + +in routines/xsci/jpc_SGraph.c + -=-=-=-=-=-=- diff --git a/INSTALL b/INSTALL index f20fa97a..b3765435 100644 --- a/INSTALL +++ b/INSTALL @@ -58,13 +58,17 @@ The following is required to build Window Maker: and the gcc suite. Otherwise you won't be able to build any X program, including Window Maker. -- autoconf and automake - autoconf and automake are not required, but if you have them - installed, make sure you have autoconf 2.12 and automake 1.3 or - newer. If you have an older version, disable them by temporarily +- autoconf, automake and libtool + autoconf and automake are not required, but if you have one or + more of them installed, make sure you have ALL of the following + with exactly these versions: + autoconf 2.12 + automake 1.3 + libtool 1.2 + If you have a different version, disable them by temporarily renaming them to something else or uninstalling them from your system. - + - lex (or flex) and yacc (or bison) These are used by libPropList. lex is actually not needed since it's output file is included, but either me or automake is stupid, @@ -198,6 +202,9 @@ PLATFORM SPECIFIC NOTES: PATH environment variable, as for some mysterious reason the folks at RedHat did not include it in the default configuration files in RH 5.{0,1}. + Check the TROUBLESHOOTING section if you have problems with libtool. + Before trying to install, uninstall libtool-1.2b and install + libtool-1.2, which you can get from ftp.gnu.org or it's mirrors. - PowerPC MkLinux You will need to have the latest version of Xpmac. Older versions @@ -246,6 +253,7 @@ smaller, you can instead type: make install-strip This will build and install Window Maker with default parameters. +If you run on a Linux system, also run ldconfig -v If you want to customize some compile-time options, you can do the following. @@ -349,6 +357,9 @@ autoconf 2.12 automake 1.3 libtool 1.2 +Note that it must not be libtool 1.2b, it must be libtool 1.2, +from the GNU sites. + == Error during build of libPropList make: *** No rule to make target `libPropList.a.c', needed by diff --git a/Install b/Install index 586b2db9..b8d68aea 100755 --- a/Install +++ b/Install @@ -43,6 +43,20 @@ echo "Please read the INSTALL and FAQ files before e-mailing " echo "questions. (we are lazy to reply questions already answered " echo "there as much as you are lazy to read these ;) " perai +echo "Did you read the INSTALL file?" +echo -n " " +read rtfm +if [ "$rtfm" != y ]; then + echo "Please read the INSTALL file before installing" + exit +fi +echo "Are you sure?" +echo -n " " +read rtfm +if [ "$rtfm" != y ]; then + echo "Please read the INSTALL file before installing" + exit +fi if test "$USER" != "root"; then echo @@ -60,13 +74,13 @@ echo "================" ######################## KDE echo echo "Do you want KDE support?" -echo -n [n] " +echo -n " [n] " read kde if [ "$kde" = y -o "$kde" = Y ]; then OPTIONS="$OPTIONS --enable-kde" echo "Do you want to disable features that become duplicated with" echo "KDE support (like root menus)?" - echo -n [n] " + echo -n " [n] " read lite if [ "$lite" = y -o "lite" = Y ]; then OPTIONS="$OPTIONS --enable-lite" @@ -76,7 +90,7 @@ fi ######################## GNOME echo echo "Do you want GNOME support?" -echo -n [n] " +echo -n " [n] " read gnome if [ "$gnome" = y -o "$gnome" = Y ]; then OPTIONS="$OPTIONS --enable-gnome" @@ -151,7 +165,7 @@ while [ $done = 0 ]; do echo echo "Where do you want to install Window Maker? [$PREFIX]" echo "Don't change it if you don't know what you're doing." - if test $USER != root; then + if test "$USER" != "root"; then echo "Make sure to specify a path where you have write permission." fi echo "(The default will put Window Maker in $PREFIX/bin, $PREFIX/lib etc.)" @@ -170,7 +184,9 @@ while [ $done = 0 ]; do done=1 fi echo - echo "$PREFIX/bin must be in the PATH environment variable of all users who use Window Maker" + echo " $PREFIX/bin must be in the PATH environment variable of all users" + echo "will who use Window Maker" + echo " Make sure $PREFIX/lib is in the /etc/ld.so.conf file" perai done @@ -210,6 +226,10 @@ echo "--------------------------" perform make install +if [ `uname -s` = "Linux" ]; then + /sbin/ldconfig -v +fi + echo echo "Installation Finished!" echo diff --git a/Makefile.am b/Makefile.am index 944ce06b..0f9bb48f 100644 --- a/Makefile.am +++ b/Makefile.am @@ -2,6 +2,5 @@ SUBDIRS = libPropList wrlib WINGs src util po WindowMaker wmlib test WPrefs.app doc - EXTRA_DIST = TODO BUGS BUGFORM FAQ FAQ.I18N MIRRORS Install acconfig.h\ - mkpatch + mkpatch README.KDE README.GNOME diff --git a/Makefile.in b/Makefile.in index a6d4f80e..41d36f4e 100644 --- a/Makefile.in +++ b/Makefile.in @@ -97,7 +97,7 @@ wprefsdir = @wprefsdir@ SUBDIRS = libPropList wrlib WINGs src util po WindowMaker wmlib test WPrefs.app doc EXTRA_DIST = TODO BUGS BUGFORM FAQ FAQ.I18N MIRRORS Install acconfig.h\ - mkpatch + mkpatch README.KDE README.GNOME ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs CONFIG_HEADER = ./src/config.h diff --git a/NEWS b/NEWS index 2498e856..fcb573e1 100644 --- a/NEWS +++ b/NEWS @@ -2,6 +2,18 @@ NEWS for veteran Window Maker users ----------------------------------- +--- 0.50.1 + +New option for WorkspaceBack. mpixmap is the same as spixmap, but +it will scale the pixmap by keeping the aspect ratio (maximize or maxpect). +The option only works for workspace backgrounds. + +Also added IGNORE_NOPPOSITION compile time flag, which is equivalent +to NoPPosition from fvwm. + + + + --- 0.50.0 @@ -130,6 +142,28 @@ big value, will make the Clip to practically do not auto raise unless clicked, but to be automatically lowered after AUTO_LOWER_DELAY (ms) when leaved. +AutoRaiseLower option for the Clip. This allows automatic Raise/Lower of the +Clip icons when the mouse pointer enter/leave the Clip. To avoid unwanted +raising/lowering there is a time threshold before raising/lowering. +The thresholds can be changed in wconfig.h by changing one or both of +AUTO_LOWER_DELAY and AUTO_RAISE_DELAY (expressed in miliseconds). +For example if you set AUTO_RAISE_DELAY to 0, then the Clip will be raised as +soon as the mouse pointer enters it's area. Setting AUTO_RAISE_DELAY to a very +big value, will make the Clip to practically do not auto raise unless clicked, +but to be automatically lowered after AUTO_LOWER_DELAY (ms) when leaved. + + +AutoRaiseLower option for the Clip. This allows automatic Raise/Lower of the +Clip icons when the mouse pointer enter/leave the Clip. To avoid unwanted +raising/lowering there is a time threshold before raising/lowering. +The thresholds can be changed in wconfig.h by changing one or both of +AUTO_LOWER_DELAY and AUTO_RAISE_DELAY (expressed in miliseconds). +For example if you set AUTO_RAISE_DELAY to 0, then the Clip will be raised as +soon as the mouse pointer enters it's area. Setting AUTO_RAISE_DELAY to a very +big value, will make the Clip to practically do not auto raise unless clicked, +but to be automatically lowered after AUTO_LOWER_DELAY (ms) when leaved. + + New ThemePack Format -------------------- diff --git a/README b/README index 048ac066..0f6e2415 100644 --- a/README +++ b/README @@ -61,7 +61,6 @@ applications. I've known of many cases where people keep switching KDE and Window Maker depending on their mood or needs of the day, but now you don't need that anymore :) As GNOME components become more available, the same can be said about it. -Window Maker can be considered a fully compliant GNOME window manager. \end{marketing babble} Window Maker was previously called WindowMaker. diff --git a/WINGs/Makefile.am b/WINGs/Makefile.am index 2aef850a..6bbc9bc3 100644 --- a/WINGs/Makefile.am +++ b/WINGs/Makefile.am @@ -18,6 +18,8 @@ lib_LIBRARIES = libWINGs.a include_HEADERS = WINGs.h WUtil.h WINGsP.h +bin_SCRIPTS = WINGs-flags + noinst_PROGRAMS = wtest wmquery wmfile fontl testmywidget testmywidget_SOURCES = testmywidget.c mywidget.c mywidget.h diff --git a/WINGs/Makefile.in b/WINGs/Makefile.in index 79ae7c1e..ef081b7c 100644 --- a/WINGs/Makefile.in +++ b/WINGs/Makefile.in @@ -76,6 +76,7 @@ LN_S = @LN_S@ MAKEINFO = @MAKEINFO@ MOFILES = @MOFILES@ NLSDIR = @NLSDIR@ +NM = @NM@ PACKAGE = @PACKAGE@ RANLIB = @RANLIB@ REDUCE_APPICONS = @REDUCE_APPICONS@ @@ -109,6 +110,8 @@ lib_LIBRARIES = libWINGs.a include_HEADERS = WINGs.h WUtil.h WINGsP.h +bin_SCRIPTS = WINGs-flags + noinst_PROGRAMS = wtest wmquery wmfile fontl testmywidget testmywidget_SOURCES = testmywidget.c mywidget.c mywidget.h @@ -219,6 +222,8 @@ testmywidget_DEPENDENCIES = libWINGs.a \ $(top_builddir)/wrlib/libwraster.la \ $(top_builddir)/libPropList/libPropList.la testmywidget_LDFLAGS = +SCRIPTS = $(bin_SCRIPTS) + CFLAGS = @CFLAGS@ COMPILE = $(CC) $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CFLAGS) LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CFLAGS) @@ -351,6 +356,25 @@ testmywidget: $(testmywidget_OBJECTS) $(testmywidget_DEPENDENCIES) @rm -f testmywidget $(LINK) $(testmywidget_LDFLAGS) $(testmywidget_OBJECTS) $(testmywidget_LDADD) $(LIBS) +install-binSCRIPTS: $(bin_SCRIPTS) + @$(NORMAL_INSTALL) + $(mkinstalldirs) $(DESTDIR)$(bindir) + @list='$(bin_SCRIPTS)'; for p in $$list; do \ + if test -f $$p; then \ + echo " $(INSTALL_SCRIPT) $$p $(DESTDIR)$(bindir)/`echo $$p|sed '$(transform)'`"; \ + $(INSTALL_SCRIPT) $$p $(DESTDIR)$(bindir)/`echo $$p|sed '$(transform)'`; \ + else if test -f $(srcdir)/$$p; then \ + echo " $(INSTALL_SCRIPT) $(srcdir)/$$p $(DESTDIR)$(bindir)/`echo $$p|sed '$(transform)'`"; \ + $(INSTALL_SCRIPT) $(srcdir)/$$p $(DESTDIR)$(bindir)/`echo $$p|sed '$(transform)'`; \ + else :; fi; fi; \ + done + +uninstall-binSCRIPTS: + @$(NORMAL_UNINSTALL) + list='$(bin_SCRIPTS)'; for p in $$list; do \ + rm -f $(DESTDIR)$(bindir)/`echo $$p|sed '$(transform)'`; \ + done + install-includeHEADERS: $(include_HEADERS) @$(NORMAL_INSTALL) $(mkinstalldirs) $(DESTDIR)$(includedir) @@ -455,13 +479,13 @@ dvi: dvi-recursive check: all-am $(MAKE) check-recursive installcheck: installcheck-recursive -all-am: Makefile $(LIBRARIES) $(PROGRAMS) $(HEADERS) +all-am: Makefile $(LIBRARIES) $(PROGRAMS) $(SCRIPTS) $(HEADERS) -install-exec-am: install-libLIBRARIES +install-exec-am: install-libLIBRARIES install-binSCRIPTS install-data-am: install-includeHEADERS -uninstall-am: uninstall-libLIBRARIES uninstall-includeHEADERS +uninstall-am: uninstall-libLIBRARIES uninstall-binSCRIPTS uninstall-includeHEADERS install-exec: install-exec-recursive install-exec-am @$(NORMAL_INSTALL) @@ -477,7 +501,8 @@ uninstall: uninstall-recursive uninstall-am install-strip: $(MAKE) INSTALL_PROGRAM='$(INSTALL_PROGRAM) -s' INSTALL_SCRIPT='$(INSTALL_PROGRAM)' install installdirs: installdirs-recursive - $(mkinstalldirs) $(DATADIR)$(libdir) $(DATADIR)$(includedir) + $(mkinstalldirs) $(DATADIR)$(libdir) $(DATADIR)$(bindir) \ + $(DATADIR)$(includedir) mostlyclean-generic: @@ -530,11 +555,12 @@ clean-compile maintainer-clean-compile mostlyclean-libtool \ distclean-libtool clean-libtool maintainer-clean-libtool \ mostlyclean-noinstPROGRAMS distclean-noinstPROGRAMS \ clean-noinstPROGRAMS maintainer-clean-noinstPROGRAMS \ -uninstall-includeHEADERS install-includeHEADERS install-data-recursive \ -uninstall-data-recursive install-exec-recursive \ -uninstall-exec-recursive installdirs-recursive uninstalldirs-recursive \ -all-recursive check-recursive installcheck-recursive info-recursive \ -dvi-recursive mostlyclean-recursive distclean-recursive clean-recursive \ +uninstall-binSCRIPTS install-binSCRIPTS uninstall-includeHEADERS \ +install-includeHEADERS install-data-recursive uninstall-data-recursive \ +install-exec-recursive uninstall-exec-recursive installdirs-recursive \ +uninstalldirs-recursive all-recursive check-recursive \ +installcheck-recursive info-recursive dvi-recursive \ +mostlyclean-recursive distclean-recursive clean-recursive \ maintainer-clean-recursive tags tags-recursive mostlyclean-tags \ distclean-tags clean-tags maintainer-clean-tags distdir info dvi \ installcheck all-am install-exec-am install-data-am uninstall-am \ diff --git a/WINGs/Resources/Makefile.in b/WINGs/Resources/Makefile.in index 9785c931..f05b9a11 100644 --- a/WINGs/Resources/Makefile.in +++ b/WINGs/Resources/Makefile.in @@ -76,6 +76,7 @@ LN_S = @LN_S@ MAKEINFO = @MAKEINFO@ MOFILES = @MOFILES@ NLSDIR = @NLSDIR@ +NM = @NM@ PACKAGE = @PACKAGE@ RANLIB = @RANLIB@ REDUCE_APPICONS = @REDUCE_APPICONS@ diff --git a/WINGs/WUtil.h b/WINGs/WUtil.h index fd90ca80..05e60a1f 100644 --- a/WINGs/WUtil.h +++ b/WINGs/WUtil.h @@ -31,7 +31,7 @@ #if (!defined (__GNUC__) || __GNUC__ < 2 || \ __GNUC_MINOR__ < (defined (__cplusplus) ? 6 : 4)) -#define __ASSERT_FUNCTION ((__const char *) 0) +#define __ASSERT_FUNCTION ((char *) 0) #else #define __ASSERT_FUNCTION __PRETTY_FUNCTION__ #endif diff --git a/WINGs/wbrowser.c b/WINGs/wbrowser.c index 0f923140..3054cf50 100644 --- a/WINGs/wbrowser.c +++ b/WINGs/wbrowser.c @@ -248,7 +248,8 @@ removeColumn(WMBrowser *bPtr, int column) if (column < bPtr->maxVisibleColumns) { int tmp; -#if 1 +#if 0 + /* this code causes bugs */ int limit; if(bPtr->usedColumnCount < bPtr->maxVisibleColumns) diff --git a/WINGs/wtextfield.c b/WINGs/wtextfield.c index 2821e2e3..e4700b76 100644 --- a/WINGs/wtextfield.c +++ b/WINGs/wtextfield.c @@ -529,7 +529,8 @@ paintTextField(TextField *tPtr) } /* draw cursor */ - if (tPtr->flags.focused && tPtr->flags.enabled && tPtr->flags.cursorOn) { + if (tPtr->flags.focused && tPtr->flags.enabled && tPtr->flags.cursorOn + && !tPtr->flags.secure) { paintCursor(tPtr); } diff --git a/WPrefs.app/Icons.c b/WPrefs.app/Icons.c index 4b936bf7..c0c43ec5 100644 --- a/WPrefs.app/Icons.c +++ b/WPrefs.app/Icons.c @@ -242,17 +242,18 @@ createPanel(Panel *p) /***************** Options ****************/ panel->optF = WMCreateFrame(panel->frame); - WMResizeWidget(panel->optF, 260, 65); - WMMoveWidget(panel->optF, 25, 155); + WMResizeWidget(panel->optF, 260, 70); + WMMoveWidget(panel->optF, 25, 150); + WMSetFrameTitle(panel->optF, _("Icon Display")); panel->arrB = WMCreateSwitchButton(panel->optF); WMResizeWidget(panel->arrB, 235, 20); - WMMoveWidget(panel->arrB, 15, 10); + WMMoveWidget(panel->arrB, 15, 15); WMSetButtonText(panel->arrB, _("Auto-arrange icons")); panel->omnB = WMCreateSwitchButton(panel->optF); WMResizeWidget(panel->omnB, 235, 20); - WMMoveWidget(panel->omnB, 15, 35); + WMMoveWidget(panel->omnB, 15, 40); WMSetButtonText(panel->omnB, _("Omnipresent miniwindows")); WMMapSubwidgets(panel->optF); diff --git a/WPrefs.app/KeyboardShortcuts.c b/WPrefs.app/KeyboardShortcuts.c index 78b90fe8..7d90dc92 100644 --- a/WPrefs.app/KeyboardShortcuts.c +++ b/WPrefs.app/KeyboardShortcuts.c @@ -384,8 +384,8 @@ createPanel(Panel *p) WMAddListItem(panel->actLs, _("Lower active window")); WMAddListItem(panel->actLs, _("Raise/Lower window under mouse pointer")); WMAddListItem(panel->actLs, _("Shade active window")); - WMAddListItem(panel->actLs, _("Select active window")); WMAddListItem(panel->actLs, _("Move/Resize active window")); + WMAddListItem(panel->actLs, _("Select active window")); WMAddListItem(panel->actLs, _("Focus next window")); WMAddListItem(panel->actLs, _("Focus previous window")); WMAddListItem(panel->actLs, _("Switch to next workspace")); diff --git a/WPrefs.app/Makefile.in b/WPrefs.app/Makefile.in index 5bc453dd..c58802d3 100644 --- a/WPrefs.app/Makefile.in +++ b/WPrefs.app/Makefile.in @@ -76,6 +76,7 @@ LN_S = @LN_S@ MAKEINFO = @MAKEINFO@ MOFILES = @MOFILES@ NLSDIR = @NLSDIR@ +NM = @NM@ PACKAGE = @PACKAGE@ RANLIB = @RANLIB@ REDUCE_APPICONS = @REDUCE_APPICONS@ diff --git a/WPrefs.app/MouseSettings.c b/WPrefs.app/MouseSettings.c index ffc8504d..abb93309 100644 --- a/WPrefs.app/MouseSettings.c +++ b/WPrefs.app/MouseSettings.c @@ -145,7 +145,7 @@ speedClick(WMWidget *w, void *data) panel->lastClickedSpeed = panel->speedB[i]; panel->acceleration = 0.5+(i*0.5); - sprintf(buffer, "Accel.: %.2f", 0.5+(i*0.5)); + sprintf(buffer, _("Accel.: %.2f"), 0.5+(i*0.5)); WMSetLabelText(panel->acceL, buffer); tmp = WMGetTextFieldText(panel->threT); diff --git a/WPrefs.app/WPrefs.c b/WPrefs.app/WPrefs.c index 68aa269b..c68a5efe 100644 --- a/WPrefs.app/WPrefs.c +++ b/WPrefs.app/WPrefs.c @@ -257,7 +257,7 @@ createMainWindow(WMScreen *scr) WMResizeWidget(WPrefs.nameL, FRAME_WIDTH-20, 30); WMMoveWidget(WPrefs.nameL, 10, 25); WMSetLabelFont(WPrefs.nameL, font); - WMSetLabelText(WPrefs.nameL, "Window Maker Preferences Utility"); + WMSetLabelText(WPrefs.nameL, _("Window Maker Preferences Utility")); WMReleaseFont(font); WPrefs.versionL = WMCreateLabel(WPrefs.banner); @@ -471,7 +471,7 @@ Initialize(WMScreen *scr) tmp = RLoadImage(WMScreenRContext(scr), path, 0); if (!tmp) { - wwarning("could not load image file %s:%s", path, + wwarning(_("could not load image file %s:%s"), path, RMessageForError(RErrorCode)); } else { icon = WMCreatePixmapFromRImage(scr, tmp, 0); @@ -522,9 +522,10 @@ Initialize(WMScreen *scr) WMRealizeWidget(WPrefs.scrollV); WMSetLabelText(WPrefs.statusL, - "WPrefs is free software and is distributed WITHOUT ANY " - "WARRANTY under the terms of the GNU General Public License." - "Redistribution of the icons in this program separately from the program itself is prohibited."); + _("WPrefs is free software and is distributed WITHOUT ANY " + "WARRANTY under the terms of the GNU General Public License. " + "Redistribution of the icons in this program separately " + "from the program is prohibited.")); } diff --git a/WPrefs.app/WPrefs.h b/WPrefs.app/WPrefs.h index 4a456584..6939658e 100644 --- a/WPrefs.app/WPrefs.h +++ b/WPrefs.app/WPrefs.h @@ -42,8 +42,8 @@ /****/ -#define WVERSION "0.9" -#define WMVERSION "0.20.x" +#define WVERSION "0.10" +#define WMVERSION "0.50.x" typedef struct _Panel Panel; diff --git a/WPrefs.app/WindowHandling.c b/WPrefs.app/WindowHandling.c index c0a24f7c..f62dc1ff 100644 --- a/WPrefs.app/WindowHandling.c +++ b/WPrefs.app/WindowHandling.c @@ -315,8 +315,8 @@ createPanel(Panel *p) WMMoveWidget(panel->tranF, 20, 175); panel->tranB = WMCreateSwitchButton(panel->tranF); - WMMoveWidget(panel->tranB, 10, 10); - WMResizeWidget(panel->tranB, 235, 20); + WMMoveWidget(panel->tranB, 10, 5); + WMResizeWidget(panel->tranB, 250, 30); WMSetButtonText(panel->tranB, _("Keep transients above their owners")); WMMapSubwidgets(panel->tranF); diff --git a/WPrefs.app/po/Makefile.am b/WPrefs.app/po/Makefile.am dissimilarity index 60% index 5291d07a..9952dc7c 100644 --- a/WPrefs.app/po/Makefile.am +++ b/WPrefs.app/po/Makefile.am @@ -1,59 +1,59 @@ -nlsdir = @NLSDIR@ - -CATALOGS = @WPMOFILES@ - -CLEANFILES = $(CATALOGS) - -EXTRA_DIST = pt.po hr.po fr.po ko.po cs.po ja.po - -POTFILES = \ - $(top_builddir)/WPrefs/Configurations.c \ - $(top_builddir)/WPrefs/Expert.c \ - $(top_builddir)/WPrefs/Focus.c \ - $(top_builddir)/WPrefs/Icons.c \ - $(top_builddir)/WPrefs/KeyboardSettings.c \ - $(top_builddir)/WPrefs/KeyboardShortcuts.c \ - $(top_builddir)/WPrefs/Menu.c \ - $(top_builddir)/WPrefs/MenuGuru.c \ - $(top_builddir)/WPrefs/MenuPreferences.c \ - $(top_builddir)/WPrefs/MouseSettings.c \ - $(top_builddir)/WPrefs/Paths.c \ - $(top_builddir)/WPrefs/Preferences.c \ - $(top_builddir)/WPrefs/Text.c \ - $(top_builddir)/WPrefs/TextureAndColor.c \ - $(top_builddir)/WPrefs/Themes.c \ - $(top_builddir)/WPrefs/WPrefs.c \ - $(top_builddir)/WPrefs/WindowHandling.c \ - $(top_builddir)/WPrefs/Workspace.c \ - $(top_builddir)/WPrefs/main.c \ - $(top_builddir)/WPrefs/xmodifier.c - -SUFFIXES = .po .mo - -.po.mo: - msgfmt -o $@ $< - - -WPrefs.pot: $(POTFILES) - xgettext --default-domain=WPrefs \ - --add-comments --keyword=_ $(POTFILES) - if cmp -s WPrefs.po WPrefs.pot; then \ - rm -f WPrefs.po; \ - else \ - mv -f WPrefs.po WPrefs.pot; \ - fi - - -install-data-local: $(CATALOGS) - $(mkinstalldirs) $(nlsdir) - chmod 755 $(nlsdir) - for n in $(CATALOGS) __DuMmY ; do \ - if test "$$n" -a "$$n" != "__DuMmY" ; then \ - l=`basename $$n .mo`; \ - $(mkinstalldirs) $(nlsdir)/$$l/LC_MESSAGES; \ - chmod 755 $(nlsdir)/$$l; \ - chmod 755 $(nlsdir)/$$l/LC_MESSAGES; \ - $(INSTALL) -m 644 $$n $(nlsdir)/$$l/LC_MESSAGES/WPrefs.mo; \ - fi; \ - done - +nlsdir = @NLSDIR@ + +CATALOGS = @WPMOFILES@ + +CLEANFILES = $(CATALOGS) + +EXTRA_DIST = pt.po hr.po fr.po ko.po cs.po ja.po + +POTFILES = \ + $(top_builddir)/WPrefs.app/Configurations.c \ + $(top_builddir)/WPrefs.app/Expert.c \ + $(top_builddir)/WPrefs.app/Focus.c \ + $(top_builddir)/WPrefs.app/Icons.c \ + $(top_builddir)/WPrefs.app/KeyboardSettings.c \ + $(top_builddir)/WPrefs.app/KeyboardShortcuts.c \ + $(top_builddir)/WPrefs.app/Menu.c \ + $(top_builddir)/WPrefs.app/MenuGuru.c \ + $(top_builddir)/WPrefs.app/MenuPreferences.c \ + $(top_builddir)/WPrefs.app/MouseSettings.c \ + $(top_builddir)/WPrefs.app/Paths.c \ + $(top_builddir)/WPrefs.app/Preferences.c \ + $(top_builddir)/WPrefs.app/Text.c \ + $(top_builddir)/WPrefs.app/TextureAndColor.c \ + $(top_builddir)/WPrefs.app/Themes.c \ + $(top_builddir)/WPrefs.app/WPrefs.c \ + $(top_builddir)/WPrefs.app/WindowHandling.c \ + $(top_builddir)/WPrefs.app/Workspace.c \ + $(top_builddir)/WPrefs.app/main.c \ + $(top_builddir)/WPrefs.app/xmodifier.c + +SUFFIXES = .po .mo + +.po.mo: + msgfmt -o $@ $< + + +WPrefs.pot: $(POTFILES) + xgettext --default-domain=WPrefs \ + --add-comments --keyword=_ $(POTFILES) + if cmp -s WPrefs.po WPrefs.pot; then \ + rm -f WPrefs.po; \ + else \ + mv -f WPrefs.po WPrefs.pot; \ + fi + + +install-data-local: $(CATALOGS) + $(mkinstalldirs) $(nlsdir) + chmod 755 $(nlsdir) + for n in $(CATALOGS) __DuMmY ; do \ + if test "$$n" -a "$$n" != "__DuMmY" ; then \ + l=`basename $$n .mo`; \ + $(mkinstalldirs) $(DESTDIR)$(nlsdir)/$$l/LC_MESSAGES; \ + chmod 755 $(DESTDIR)$(nlsdir)/$$l; \ + chmod 755 $(DESTDIR)$(nlsdir)/$$l/LC_MESSAGES; \ + $(INSTALL) -m 644 $$n $(DESTDIR)$(nlsdir)/$$l/LC_MESSAGES/WPrefs.mo; \ + fi; \ + done + diff --git a/WPrefs.app/po/Makefile.in b/WPrefs.app/po/Makefile.in index f2317a2c..4c893863 100644 --- a/WPrefs.app/po/Makefile.in +++ b/WPrefs.app/po/Makefile.in @@ -76,6 +76,7 @@ LN_S = @LN_S@ MAKEINFO = @MAKEINFO@ MOFILES = @MOFILES@ NLSDIR = @NLSDIR@ +NM = @NM@ PACKAGE = @PACKAGE@ RANLIB = @RANLIB@ REDUCE_APPICONS = @REDUCE_APPICONS@ @@ -102,26 +103,26 @@ CLEANFILES = $(CATALOGS) EXTRA_DIST = pt.po hr.po fr.po ko.po cs.po ja.po POTFILES = \ - $(top_builddir)/WPrefs/Configurations.c \ - $(top_builddir)/WPrefs/Expert.c \ - $(top_builddir)/WPrefs/Focus.c \ - $(top_builddir)/WPrefs/Icons.c \ - $(top_builddir)/WPrefs/KeyboardSettings.c \ - $(top_builddir)/WPrefs/KeyboardShortcuts.c \ - $(top_builddir)/WPrefs/Menu.c \ - $(top_builddir)/WPrefs/MenuGuru.c \ - $(top_builddir)/WPrefs/MenuPreferences.c \ - $(top_builddir)/WPrefs/MouseSettings.c \ - $(top_builddir)/WPrefs/Paths.c \ - $(top_builddir)/WPrefs/Preferences.c \ - $(top_builddir)/WPrefs/Text.c \ - $(top_builddir)/WPrefs/TextureAndColor.c \ - $(top_builddir)/WPrefs/Themes.c \ - $(top_builddir)/WPrefs/WPrefs.c \ - $(top_builddir)/WPrefs/WindowHandling.c \ - $(top_builddir)/WPrefs/Workspace.c \ - $(top_builddir)/WPrefs/main.c \ - $(top_builddir)/WPrefs/xmodifier.c + $(top_builddir)/WPrefs.app/Configurations.c \ + $(top_builddir)/WPrefs.app/Expert.c \ + $(top_builddir)/WPrefs.app/Focus.c \ + $(top_builddir)/WPrefs.app/Icons.c \ + $(top_builddir)/WPrefs.app/KeyboardSettings.c \ + $(top_builddir)/WPrefs.app/KeyboardShortcuts.c \ + $(top_builddir)/WPrefs.app/Menu.c \ + $(top_builddir)/WPrefs.app/MenuGuru.c \ + $(top_builddir)/WPrefs.app/MenuPreferences.c \ + $(top_builddir)/WPrefs.app/MouseSettings.c \ + $(top_builddir)/WPrefs.app/Paths.c \ + $(top_builddir)/WPrefs.app/Preferences.c \ + $(top_builddir)/WPrefs.app/Text.c \ + $(top_builddir)/WPrefs.app/TextureAndColor.c \ + $(top_builddir)/WPrefs.app/Themes.c \ + $(top_builddir)/WPrefs.app/WPrefs.c \ + $(top_builddir)/WPrefs.app/WindowHandling.c \ + $(top_builddir)/WPrefs.app/Workspace.c \ + $(top_builddir)/WPrefs.app/main.c \ + $(top_builddir)/WPrefs.app/xmodifier.c SUFFIXES = .po .mo mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs @@ -231,10 +232,10 @@ install-data-local: $(CATALOGS) for n in $(CATALOGS) __DuMmY ; do \ if test "$$n" -a "$$n" != "__DuMmY" ; then \ l=`basename $$n .mo`; \ - $(mkinstalldirs) $(nlsdir)/$$l/LC_MESSAGES; \ - chmod 755 $(nlsdir)/$$l; \ - chmod 755 $(nlsdir)/$$l/LC_MESSAGES; \ - $(INSTALL) -m 644 $$n $(nlsdir)/$$l/LC_MESSAGES/WPrefs.mo; \ + $(mkinstalldirs) $(DESTDIR)$(nlsdir)/$$l/LC_MESSAGES; \ + chmod 755 $(DESTDIR)$(nlsdir)/$$l; \ + chmod 755 $(DESTDIR)$(nlsdir)/$$l/LC_MESSAGES; \ + $(INSTALL) -m 644 $$n $(DESTDIR)$(nlsdir)/$$l/LC_MESSAGES/WPrefs.mo; \ fi; \ done diff --git a/WPrefs.app/po/ko.po b/WPrefs.app/po/ja.po similarity index 51% copy from WPrefs.app/po/ko.po copy to WPrefs.app/po/ja.po index bd35d163..0385dbd4 100644 --- a/WPrefs.app/po/ko.po +++ b/WPrefs.app/po/ja.po @@ -1,1370 +1,1463 @@ -# WindowMaker-0.20.3 WPrefs.app po file. -# Copyright (C) 1998 Free Software Foundation, Inc. -# Byeong-Chan, Kim , 1998. -# Update: CHOI Junho , 1998/12. -# -msgid "" -msgstr "" -"POT-Creation-Date: 1998-12-04 08:08+0900\n" -"Language-Team: Korean\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=EUC-KR\n" -"Content-Transfer-Encoding: 8-bit\n" -"Date: 1998-09-02 04:43:35+0900\n" -"From: Byeong-Chan, Kim \n" -"Xgettext-Options: --default-domain=WPrefs --add-comments --keyword=_\n" - -#: ../../WPrefs.app/Configurations.c:142 ../../WPrefs.app/Configurations.c:148 -#: ../../WPrefs.app/MouseSettings.c:510 ../../WPrefs.app/WindowHandling.c:274 -#: ../../WPrefs.app/WindowHandling.c:286 ../../WPrefs.app/Workspace.c:71 -#: ../../WPrefs.app/Workspace.c:77 -#, c-format -msgid "could not load icon %s" -msgstr "¾ÆÀÌÄÜ %s¸¦ ÀоîµéÀÏ ¼ö ¾øÀ½" - -#: ../../WPrefs.app/Configurations.c:156 ../../WPrefs.app/Workspace.c:85 -#, c-format -msgid "could not process icon %s:" -msgstr "¾ÆÀÌÄÜ %s¸¦ ó¸®ÇÒ ¼ö ¾øÀ½:" - -#: ../../WPrefs.app/Configurations.c:181 ../../WPrefs.app/Workspace.c:124 -#, c-format -msgid "could not load image file %s" -msgstr "À̹ÌÁö ÆÄÀÏ %s¸¦ ÀÐÀ» ¼ö ¾øÀ½" - -#: ../../WPrefs.app/Configurations.c:195 -msgid "Icon Slide Speed" -msgstr "¾ÆÀÌÄÜ ½½¶óÀÌµå ¼Óµµ" - -#: ../../WPrefs.app/Configurations.c:201 -msgid "Shade Animation Speed" -msgstr "½¦ÀÌµå ¾Ö´Ï¸ÞÀÌ¼Ç ¼Óµµ" - -#: ../../WPrefs.app/Configurations.c:234 ../../WPrefs.app/Configurations.c:246 -#: ../../WPrefs.app/Focus.c:310 ../../WPrefs.app/Focus.c:321 -#: ../../WPrefs.app/MenuPreferences.c:135 -#: ../../WPrefs.app/MenuPreferences.c:146 -#: ../../WPrefs.app/MenuPreferences.c:174 -#: ../../WPrefs.app/MenuPreferences.c:189 ../../WPrefs.app/MouseSettings.c:538 -#: ../../WPrefs.app/MouseSettings.c:549 ../../WPrefs.app/MouseSettings.c:604 -#: ../../WPrefs.app/MouseSettings.c:615 ../../WPrefs.app/MouseSettings.c:651 -#: ../../WPrefs.app/MouseSettings.c:666 ../../WPrefs.app/MouseSettings.c:682 -#: ../../WPrefs.app/WPrefs.c:398 ../../WPrefs.app/WPrefs.c:416 -#, c-format -msgid "could not load icon file %s" -msgstr "¾ÆÀÌÄÜ ÆÄÀÏ %s¸¦ ÀÐÀ» ¼ö ¾øÀ½" - -#: ../../WPrefs.app/Configurations.c:262 -msgid "Titlebar Style" -msgstr "ŸÀÌƲ¹Ù ½ºÅ¸ÀÏ" - -#: ../../WPrefs.app/Configurations.c:299 -msgid "Animations and Sound" -msgstr "¾Ö´Ï¸ÞÀ̼ǰú À½ÇâÈ¿°ú" - -#: ../../WPrefs.app/Configurations.c:305 -msgid "Animations" -msgstr "¾Ö´Ï¸ÞÀ̼Ç" - -#: ../../WPrefs.app/Configurations.c:321 -msgid "Superfluous" -msgstr "Superfluous" - -#: ../../WPrefs.app/Configurations.c:337 -msgid "Sounds" -msgstr "À½ÇâÈ¿°ú" - -#: ../../WPrefs.app/Configurations.c:354 -msgid "Note: sound requires a module distributed separately" -msgstr "ÁÖÀÇ: À½ÇâÈ¿°ú´Â µû·ÎÀÌ ¹èÆ÷µÇ´Â ¸ðµâÀÌ ÇÊ¿äÇÕ´Ï´Ù" - -#: ../../WPrefs.app/Configurations.c:364 -msgid "Dithering colormap for 8bpp" -msgstr "256»ö¿ë Ä÷¯¸Ê µð´õ¸µ" - -#: ../../WPrefs.app/Configurations.c:369 -msgid "Disable dithering in any visual/depth" -msgstr "¸ðµç ºñÁÖ¾ó/»ö»ó ±íÀÌ¿¡¼­ µð´õ¸µ »ç¿ëÇÏÁö ¾ÊÀ½" - -#: ../../WPrefs.app/Configurations.c:390 -msgid "More colors for applications" -msgstr "¾ÖÇø®ÄÉÀ̼ǿ¡ ´õ ¸¹Àº Ä÷¯ ºÎ¿©" - -#: ../../WPrefs.app/Configurations.c:397 -msgid "More colors for WindowMaker" -msgstr "WindowMaker¿¡ ´õ ¸¹Àº Ä÷¯ ºÎ¿©" - -#: ../../WPrefs.app/Configurations.c:450 -msgid "Other Configurations" -msgstr "±× ¿Ü ¼³Á¤" - -#: ../../WPrefs.app/Expert.c:70 -msgid "Do not set non-WindowMaker specific parameters (do not use xset)" -msgstr "WindowMakerÀÇ ±â´ÉÀÌ ¾Æ´Ñ °ÍÀº ¼³Á¤ÇÏÁö ¾ÊÀ½(xsetÀ» »ç¿ëÇÏÁö ¾ÊÀ½)" - -#: ../../WPrefs.app/Expert.c:71 -msgid "Automatically save session when exiting WindowMaker" -msgstr "WindowMaker Á¾·á½Ã ¼¼¼Ç ÀÚµ¿ ÀúÀå" - -#: ../../WPrefs.app/Expert.c:72 -msgid "Use SaveUnder in window frames, icons, menus and other objects" -msgstr "â ÇÁ·¹ÀÓ, ¾ÆÀÌÄÜ, ¸Þ´º µî¿¡¼­ SaveUnder »ç¿ëÇÔ" - -#: ../../WPrefs.app/Expert.c:73 -msgid "Disable cycling color highlighting of icons." -msgstr "¾ÆÀÌÄÜÀÇ »ö»ó ÇÏÀ̶óÀÌÆà ¼øȯ »ç¿ë ¾ÊÀ½." - -#: ../../WPrefs.app/Expert.c:103 -msgid "Expert User Preferences" -msgstr "°í±Þ »ç¿ëÀÚ¿ë ¼³Á¤" - -#: ../../WPrefs.app/Focus.c:79 -#, c-format -msgid "bad option value %s for option FocusMode. Using default Manual" -msgstr "FocusMode ¿É¼Ç¿¡ À߸øµÈ °ª %s. ±âº»°ªÀÎ ManualÀ» »ç¿ë" - -#: ../../WPrefs.app/Focus.c:92 -#, c-format -msgid "bad option value %s for option ColormapMode. Using default Manual" -msgstr "ColormapMode ¿É¼Ç¿¡ À߸øµÈ °ª %s. ±âº»°ªÀÎ ManualÀ» »ç¿ë" - -#: ../../WPrefs.app/Focus.c:190 -msgid "" -"Click on the window to set\n" -"keyboard input focus." -msgstr "Å°º¸µå ÀÔ·Â Æ÷Ä¿½º¸¦ ÁöÁ¤ÇϱâÀ§Çؼ­´Â âÀ» Ŭ¸¯ÇÕ´Ï´Ù." - -#: ../../WPrefs.app/Focus.c:194 -msgid "" -"Set keyboard input focus to\n" -"the window under the mouse pointer,\n" -"including the root window." -msgstr "" -"¸¶¿ì½º Æ÷ÀÎÅ͸¦ ·çÆ® âÀ»\n" -"Æ÷ÇÔÇÑ ¸ðµç ⠾Ʒ¡¿¡ ³õÀ¸¸é\n" -"±× âÀÌ È°¼ºÈ­µË´Ï´Ù." - -#: ../../WPrefs.app/Focus.c:199 -msgid "" -"Set keyboard input focus to\n" -"the window under the mouse pointer,\n" -"except the root window." -msgstr "" -"¸¶¿ì½º Æ÷ÀÎÅ͸¦ ·çÆ® âÀ»\n" -"Á¦¿ÜÇÑ ¸ðµç ⠾Ʒ¡¿¡ ³õÀ¸¸é\n" -"±× âÀÌ È°¼ºÈ­µË´Ï´Ù." - -#: ../../WPrefs.app/Focus.c:243 -msgid "Input Focus Mode" -msgstr "ÀÔ·Â Æ÷Ä¿½º ¸ðµå" - -#: ../../WPrefs.app/Focus.c:248 -msgid "Click window to focus" -msgstr "È°¼ºÈ­Çϱâ À§ÇØ Ã¢À» Ŭ¸¯" - -#: ../../WPrefs.app/Focus.c:249 -msgid "Focus follows mouse" -msgstr "¸¶¿ì½º¸¦ µû¸£´Â Æ÷Ä¿½º" - -#: ../../WPrefs.app/Focus.c:250 -msgid "\"Sloppy\" focus" -msgstr "\"´À½¼ÇÑ\" Æ÷Ä¿½º" - -#: ../../WPrefs.app/Focus.c:265 -msgid "Install colormap in the window..." -msgstr "Ä÷¯¸ÊÀ» ¼³Ä¡ÇÒ ¶§" - -#: ../../WPrefs.app/Focus.c:270 -msgid "...that has the input focus." -msgstr "ÀÔ·Â È°¼ºÈ­°¡ µÈ â¿¡ ¼³Ä¡." - -#: ../../WPrefs.app/Focus.c:275 -msgid "...that is under the mouse pointer." -msgstr "¸¶¿ì½º Æ÷ÀÎÅÍ ¾Æ·¡ÀÇ Ã¢¿¡ ¼³Ä¡." - -#: ../../WPrefs.app/Focus.c:284 -msgid "Automatic Window Raise Delay" -msgstr "ÀÚµ¿ ⠿ø®±â Áö¿¬ ½Ã°£" - -#: ../../WPrefs.app/Focus.c:341 -msgid "msec" -msgstr "¹Ð¸®ÃÊ" - -#: ../../WPrefs.app/Focus.c:358 -msgid "Do not let aplications receive the click used to focus windows." -msgstr "¾îÇø®ÄÉÀ̼ÇÀÌ Ã¢À» È°¼ºÈ­Çϴ Ŭ¸¯À» ¹ÞÁö ¸øÇϵµ·Ï ÇÕ´Ï´Ù." - -#: ../../WPrefs.app/Focus.c:364 -msgid "Automatically focus new windows." -msgstr "»õ·Î¿î âÀ» ÀÚµ¿ È°¼ºÈ­ÇÕ´Ï´Ù." - -#: ../../WPrefs.app/Focus.c:385 -msgid "Window Focus Preferences" -msgstr "â È°¼ºÈ­ ¼³Á¤" - -#: ../../WPrefs.app/KeyboardSettings.c:72 -msgid "Initial Key Repeat" -msgstr "Ãʱâ Å° ¹Ýº¹ ¼Óµµ" - -#: ../../WPrefs.app/KeyboardSettings.c:113 -msgid "Key Repeat Rate" -msgstr "Å° ¹Ýº¹À²" - -#: ../../WPrefs.app/KeyboardSettings.c:153 -msgid "Type here to test" -msgstr "¿©±â¼­ ½ÃÇèÇϼ¼¿ä" - -#: ../../WPrefs.app/KeyboardSettings.c:172 -msgid "Keyboard Preferences" -msgstr "Å°º¸µå ¼³Á¤" - -#: ../../WPrefs.app/KeyboardShortcuts.c:170 ../../WPrefs.app/Menu.c:923 -#: ../../WPrefs.app/Menu.c:1290 ../../WPrefs.app/MenuGuru.c:263 -msgid "Cancel" -msgstr "Ãë¼Ò" - -#: ../../WPrefs.app/KeyboardShortcuts.c:171 -msgid "Press the desired shortcut key(s) or click Cancel to stop capturing." -msgstr "¿øÇÏ´Â ´ÜÃàÅ°¸¦ ´©¸£½Ê½Ã¿À. Ãë¼Ò¸¦ ´©¸£¸é ĸÃÄ°¡ Áߴܵ˴ϴÙ." - -#: ../../WPrefs.app/KeyboardShortcuts.c:189 -#: ../../WPrefs.app/KeyboardShortcuts.c:390 ../../WPrefs.app/Menu.c:935 -#: ../../WPrefs.app/Menu.c:1157 -msgid "Capture" -msgstr "ĸÃÄ" - -#: ../../WPrefs.app/KeyboardShortcuts.c:190 -#: ../../WPrefs.app/KeyboardShortcuts.c:397 -msgid "Click Capture to interactively define the shortcut key." -msgstr "ĸÃÄ ¹öÆ°À» ´­·¯ ´ÜÃàÅ°¸¦ ½±°Ô ÁöÁ¤ÇÒ ¼ö ÀÖ½À´Ï´Ù." - -#: ../../WPrefs.app/KeyboardShortcuts.c:308 -msgid "Actions" -msgstr "µ¿ÀÛ" - -#: ../../WPrefs.app/KeyboardShortcuts.c:322 -msgid "Open applications menu" -msgstr "¾ÖÇø®ÄÉÀÌ¼Ç ¸Þ´º ¿­±â" - -#: ../../WPrefs.app/KeyboardShortcuts.c:323 -msgid "Open window list menu" -msgstr "â ¸ñ·Ï ¸Þ´º ¿­±â" - -#: ../../WPrefs.app/KeyboardShortcuts.c:324 -msgid "Open window commands menu" -msgstr "â ¸í·É ¸Þ´º ¿­±â" - -#: ../../WPrefs.app/KeyboardShortcuts.c:325 -msgid "Hide active application" -msgstr "È°¼ºÈ­µÈ ¾ÖÇø®ÄÉÀÌ¼Ç ¼û±è" - -#: ../../WPrefs.app/KeyboardShortcuts.c:326 -msgid "Miniaturize active window" -msgstr "È°¼ºÈ­µÈ â ÃÖ¼ÒÈ­" - -#: ../../WPrefs.app/KeyboardShortcuts.c:327 -msgid "Close active window" -msgstr "È°¼ºÈ­µÈ ⠴ݱâ" - -#: ../../WPrefs.app/KeyboardShortcuts.c:328 -msgid "Maximize active window" -msgstr "È°¼ºÈ­µÈ â ÃÖ´ëÈ­" - -#: ../../WPrefs.app/KeyboardShortcuts.c:329 -msgid "Maximize active window vertically" -msgstr "âÀ» ¼¼·Î·Î ÃÖ´ëÈ­" - -#: ../../WPrefs.app/KeyboardShortcuts.c:330 -msgid "Raise active window" -msgstr "È°¼ºÈ­µÈ âÀ» À§·Î" - -#: ../../WPrefs.app/KeyboardShortcuts.c:331 -msgid "Lower active window" -msgstr "È°¼ºÈ­µÈ âÀ» ¾Æ·¡·Î" - -#: ../../WPrefs.app/KeyboardShortcuts.c:332 -msgid "Raise/Lower window under mouse pointer" -msgstr "¸¶¿ì½º°¡ À§Ä¡ÇÑ Ã¢ ¿Ã¸²/³»¸²" - -#: ../../WPrefs.app/KeyboardShortcuts.c:333 -msgid "Shade active window" -msgstr "È°¼ºÈ­µÈ â ½¦À̵ùÇϱâ" - -#: ../../WPrefs.app/KeyboardShortcuts.c:334 -msgid "Select active window" -msgstr "È°¼ºÈ­ â ¼±ÅÃ" - -#: ../../WPrefs.app/KeyboardShortcuts.c:335 -msgid "Focus next window" -msgstr "´ÙÀ½ â È°¼ºÈ­" - -#: ../../WPrefs.app/KeyboardShortcuts.c:336 -msgid "Focus previous window" -msgstr "ÀÌÀü â È°¼ºÈ­" - -#: ../../WPrefs.app/KeyboardShortcuts.c:337 -msgid "Switch to next workspace" -msgstr "´ÙÀ½ ÀÛ¾÷°ø°£À¸·Î Àüȯ" - -#: ../../WPrefs.app/KeyboardShortcuts.c:338 -msgid "Switch to previous workspace" -msgstr "ÀÌÀü ÀÛ¾÷°ø°£À¸·Î Àüȯ" - -#: ../../WPrefs.app/KeyboardShortcuts.c:339 -msgid "Switch to next ten workspaces" -msgstr "10°³ ´ÙÀ½ ÀÛ¾÷°ø°£À¸·Î Àüȯ" - -#: ../../WPrefs.app/KeyboardShortcuts.c:340 -msgid "Switch to previous ten workspaces" -msgstr "10°³ ÀÌÀü ÀÛ¾÷°ø°£À¸·Î Àüȯ" - -#: ../../WPrefs.app/KeyboardShortcuts.c:341 -msgid "Switch to workspace 1" -msgstr "1¹ø ÀÛ¾÷°ø°£À¸·Î Àüȯ" - -#: ../../WPrefs.app/KeyboardShortcuts.c:342 -msgid "Switch to workspace 2" -msgstr "2¹ø ÀÛ¾÷°ø°£À¸·Î Àüȯ" - -#: ../../WPrefs.app/KeyboardShortcuts.c:343 -msgid "Switch to workspace 3" -msgstr "3¹ø ÀÛ¾÷°ø°£À¸·Î Àüȯ" - -#: ../../WPrefs.app/KeyboardShortcuts.c:344 -msgid "Switch to workspace 4" -msgstr "4¹ø ÀÛ¾÷°ø°£À¸·Î Àüȯ" - -#: ../../WPrefs.app/KeyboardShortcuts.c:345 -msgid "Switch to workspace 5" -msgstr "5¹ø ÀÛ¾÷°ø°£À¸·Î Àüȯ" - -#: ../../WPrefs.app/KeyboardShortcuts.c:346 -msgid "Switch to workspace 6" -msgstr "6¹ø ÀÛ¾÷°ø°£À¸·Î Àüȯ" - -#: ../../WPrefs.app/KeyboardShortcuts.c:347 -msgid "Switch to workspace 7" -msgstr "7¹ø ÀÛ¾÷°ø°£À¸·Î Àüȯ" - -#: ../../WPrefs.app/KeyboardShortcuts.c:348 -msgid "Switch to workspace 8" -msgstr "8¹ø ÀÛ¾÷°ø°£À¸·Î Àüȯ" - -#: ../../WPrefs.app/KeyboardShortcuts.c:349 -msgid "Switch to workspace 9" -msgstr "9¹ø ÀÛ¾÷°ø°£À¸·Î Àüȯ" - -#: ../../WPrefs.app/KeyboardShortcuts.c:350 -msgid "Switch to workspace 10" -msgstr "10¹ø ÀÛ¾÷°ø°£À¸·Î Àüȯ" - -#: ../../WPrefs.app/KeyboardShortcuts.c:351 -msgid "Shortcut for window 1" -msgstr "1¹ø â ´ÜÃàÅ°" - -#: ../../WPrefs.app/KeyboardShortcuts.c:352 -msgid "Shortcut for window 2" -msgstr "2¹ø â ´ÜÃàÅ°" - -#: ../../WPrefs.app/KeyboardShortcuts.c:353 -msgid "Shortcut for window 3" -msgstr "3¹ø â ´ÜÃàÅ°" - -#: ../../WPrefs.app/KeyboardShortcuts.c:354 -msgid "Shortcut for window 4" -msgstr "4¹ø â ´ÜÃàÅ°" - -#: ../../WPrefs.app/KeyboardShortcuts.c:355 -msgid "Raise Clip" -msgstr "Ŭ¸³ ¿Ã¸²" - -#: ../../WPrefs.app/KeyboardShortcuts.c:356 -msgid "Lower Clip" -msgstr "Ŭ¸³ ³»¸²" - -#: ../../WPrefs.app/KeyboardShortcuts.c:357 -msgid "Raise/Lower Clip" -msgstr "Ŭ¸³ ¿Ã¸²/³»¸²" - -#: ../../WPrefs.app/KeyboardShortcuts.c:359 -msgid "Toggle keyboard language" -msgstr "" - -#: ../../WPrefs.app/KeyboardShortcuts.c:373 ../../WPrefs.app/Menu.c:1146 -msgid "Shortcut" -msgstr "´ÜÃàÅ°" - -#: ../../WPrefs.app/KeyboardShortcuts.c:384 -msgid "Clear" -msgstr "Áö¿ò" - -#: ../../WPrefs.app/KeyboardShortcuts.c:445 -msgid "Keyboard Shortcut Preferences" -msgstr "Å°º¸µå ´ÜÃàÅ° ¼³Á¤" - -#: ../../WPrefs.app/Menu.c:373 -msgid "Window Manager" -msgstr "â °ü¸®ÀÚ" - -#: ../../WPrefs.app/Menu.c:375 -msgid "Program to open files" -msgstr "ÆÄÀÏÀ» ¿­ ÇÁ·Î±×·¥" - -#: ../../WPrefs.app/Menu.c:377 ../../WPrefs.app/Menu.c:1133 -msgid "Program to Run" -msgstr "½ÇÇàÇÒ ÇÁ·Î±×·¥" - -#: ../../WPrefs.app/Menu.c:427 ../../WPrefs.app/Menu.c:428 -#, c-format -msgid "New Command %i" -msgstr "»õ ¸í·É %i" - -#: ../../WPrefs.app/Menu.c:435 -msgid "New Submenu" -msgstr "»õ ºÎ¸Þ´º" - -#: ../../WPrefs.app/Menu.c:440 -msgid "External Menu" -msgstr "¿ÜºÎ ¸Þ´º" - -#: ../../WPrefs.app/Menu.c:447 -msgid "Workspaces" -msgstr "ÀÛ¾÷ °ø°£" - -#: ../../WPrefs.app/Menu.c:1017 ../../WPrefs.app/Menu.c:1032 -msgid "Commands" -msgstr "¸í·É" - -#: ../../WPrefs.app/Menu.c:1018 ../../WPrefs.app/Menu.c:1033 -msgid "Add Command" -msgstr "¸í·É Ãß°¡" - -#: ../../WPrefs.app/Menu.c:1019 ../../WPrefs.app/Menu.c:1034 -msgid "Add Submenu" -msgstr "ºÎ¸Þ´º Ãß°¡" - -#: ../../WPrefs.app/Menu.c:1020 ../../WPrefs.app/Menu.c:1035 -msgid "Add External Menu" -msgstr "¿ÜºÎ ¸Þ´º Ãß°¡" - -#: ../../WPrefs.app/Menu.c:1021 ../../WPrefs.app/Menu.c:1036 -msgid "Add Workspace Menu" -msgstr "ÀÛ¾÷°ø°£ ¸Þ´º Ãß°¡" - -#: ../../WPrefs.app/Menu.c:1022 ../../WPrefs.app/Menu.c:1037 -msgid "Remove Item" -msgstr "Ç׸ñ »èÁ¦" - -#: ../../WPrefs.app/Menu.c:1023 ../../WPrefs.app/Menu.c:1038 -msgid "Cut Item" -msgstr "Ç׸ñ À߶󳻱â" - -#: ../../WPrefs.app/Menu.c:1024 ../../WPrefs.app/Menu.c:1039 -msgid "Copy Item" -msgstr "Ç׸ñ º¹»ç" - -#: ../../WPrefs.app/Menu.c:1025 ../../WPrefs.app/Menu.c:1040 -msgid "Paste Item" -msgstr "Ç׸ñ ºÙÀ̱â" - -#: ../../WPrefs.app/Menu.c:1069 -msgid "Label" -msgstr "·¹À̺í" - -#: ../../WPrefs.app/Menu.c:1082 -msgid "Command" -msgstr "¸í·É" - -#: ../../WPrefs.app/Menu.c:1087 -msgid "Run Program" -msgstr "ÇÁ·Î±×·¥ ½ÇÇà" - -#: ../../WPrefs.app/Menu.c:1088 -msgid "Arrange Icons" -msgstr "¾ÆÀÌÄÜ Á¤·Ä" - -#: ../../WPrefs.app/Menu.c:1089 -msgid "Hide Others" -msgstr "´Ù¸¥ â ¼û±â±â" - -#: ../../WPrefs.app/Menu.c:1090 -msgid "Show All Windows" -msgstr "¸ðµç â º¸À̱â" - -#: ../../WPrefs.app/Menu.c:1091 -msgid "Exit WindowMaker" -msgstr "WindowMaker Á¾·á" - -#: ../../WPrefs.app/Menu.c:1092 -msgid "Exit X Session" -msgstr "X ¼¼¼Ç Á¾·á" - -#: ../../WPrefs.app/Menu.c:1093 -msgid "Start window manager" -msgstr "â °ü¸®ÀÚ ½ÃÀÛ " - -#: ../../WPrefs.app/Menu.c:1094 -msgid "Restart WindowMaker" -msgstr "WindowMaker Àç½ÃÀÛ" - -#: ../../WPrefs.app/Menu.c:1095 -msgid "Save Session" -msgstr "¼¼¼Ç ÀúÀå" - -#: ../../WPrefs.app/Menu.c:1096 -msgid "Clear Session" -msgstr "¼¼¼Ç Áö¿ì±â" - -#: ../../WPrefs.app/Menu.c:1097 -msgid "Refresh Screen" -msgstr "´Ù½Ã ±×¸®±â" - -#: ../../WPrefs.app/Menu.c:1098 -msgid "Info Panel" -msgstr "Á¤º¸ ÆгÎ" - -#: ../../WPrefs.app/Menu.c:1099 -msgid "Legal Panel" -msgstr "¹ýÀû Á¤º¸ ÆгÎ" - -#: ../../WPrefs.app/Menu.c:1107 -msgid "Open workspace menu" -msgstr "ÀÛ¾÷°ø°£ ¸Þ´º ¿­±â" - -#: ../../WPrefs.app/Menu.c:1114 -msgid "No confirmation panel" -msgstr "È®ÀÎ ÆгΠ¾øÀ½" - -#: ../../WPrefs.app/Menu.c:1120 -msgid "Menu Path/Directory List" -msgstr "¸Þ´º °æ·Î/µð·ºÅ丮 ¸ñ·Ï" - -#: ../../WPrefs.app/Menu.c:1165 -msgid "Ask help to the Guru" -msgstr "Guru¿¡°Ô µµ¿ò ¿äû" - -#: ../../WPrefs.app/Menu.c:1285 -msgid "" -"The format of the current menu in ~/G/D/WMRootMenu is not supported by " -"WPrefs. A new menu will be created.\n" -"You can also replace ~/G/D/WMRootMenu with ~/G/L/W/plmenu to get the default " -"menu." -msgstr "" -"~/G/D/WMRootMenuÀÇ ÇöÀç Æ÷¸ËÀº WPrefs°¡ Áö¿øÇÏ´Â Çü½ÄÀÌ ¾Æ´Õ´Ï´Ù.»õ ¸Þ´º¸¦ " -"¸¸µì´Ï´Ù.\n" -"±âº» ¸Þ´º¸¦ ¾òÀ¸·Á¸é ~/G/D/WMRootMenu¸¦ ~/G/L/W/plmenu·Î ¹Ù²Ù¸é µË´Ï´Ù." - -#: ../../WPrefs.app/Menu.c:1290 ../../WPrefs.app/Menu.c:1295 -#: ../../WPrefs.app/WPrefs.c:585 -msgid "Warning" -msgstr "°æ°í" - -#: ../../WPrefs.app/Menu.c:1290 ../../WPrefs.app/Menu.c:1296 -#: ../../WPrefs.app/MenuGuru.c:119 ../../WPrefs.app/MenuGuru.c:126 -#: ../../WPrefs.app/MenuGuru.c:140 ../../WPrefs.app/MouseSettings.c:156 -#: ../../WPrefs.app/Text.c:181 ../../WPrefs.app/WPrefs.c:546 -#: ../../WPrefs.app/WPrefs.c:551 ../../WPrefs.app/WPrefs.c:562 -#: ../../WPrefs.app/WPrefs.c:572 ../../WPrefs.app/WPrefs.c:578 -#: ../../WPrefs.app/WPrefs.c:585 ../../WPrefs.app/WPrefs.c:602 -#: ../../WPrefs.app/WPrefs.c:607 -msgid "OK" -msgstr "È®ÀÎ" - -#: ../../WPrefs.app/Menu.c:1295 -msgid "Any changes made in this section will not be saved" -msgstr "ÀÌ ¼½¼Ç¿¡¼­ ¼öÁ¤ÇÑ ³»¿ëÀº ÀúÀåµÇÁö ¾Ê½À´Ï´Ù" - -#: ../../WPrefs.app/Menu.c:1360 -msgid "Applications Menu Definition" -msgstr "¾ÖÇø®ÄÉÀÌ¼Ç ¸Þ´º Á¤ÀÇ" - -#: ../../WPrefs.app/MenuGuru.c:106 -msgid "Menu Guru - Select Type" -msgstr "¸Þ´º Guru - ÇüŸ¦ ¼±ÅÃÇϼ¼¿ä" - -#: ../../WPrefs.app/MenuGuru.c:111 ../../WPrefs.app/MenuGuru.c:133 -#: ../../WPrefs.app/MenuGuru.c:251 -msgid "Next" -msgstr "´ÙÀ½" - -#: ../../WPrefs.app/MenuGuru.c:114 -msgid "Menu Guru - Select Menu File" -msgstr "¸Þ´º Guru - ¸Þ´º ÆÄÀÏÀ» ¼±ÅÃÇϼ¼¿ä" - -#: ../../WPrefs.app/MenuGuru.c:122 -msgid "Menu Guru - Select Pipe Command" -msgstr "¸Þ´º Guru - ÆÄÀÌÇÁ ¸í·ÉÀ» ¼±ÅÃÇϼ¼¿ä" - -#: ../../WPrefs.app/MenuGuru.c:129 -msgid "Menu Guru - Select Directories" -msgstr "¸Þ´º Guru - µð·ºÅ丮¸¦ ¼±ÅÃÇϼ¼¿ä" - -#: ../../WPrefs.app/MenuGuru.c:136 -msgid "Menu Guru - Select Command" -msgstr "¸Þ´º Guru - ¸í·ÉÀ» ¼±ÅÃÇϼ¼¿ä" - -#: ../../WPrefs.app/MenuGuru.c:257 -msgid "Back" -msgstr "¾ÕÀ¸·Î" - -#: ../../WPrefs.app/MenuGuru.c:271 -msgid "" -"This process will help you create a submenu which definition is located in " -"another file or is created dynamically.\n" -"What do you want to use as the contents of the submenu?" -msgstr "" -"ÀÌ °úÁ¤Àº ´Ù¸¥ ÆÄÀÏ¿¡ Á¤ÀÇ°¡ Àְųª ÀÚµ¿ÀûÀ¸·Î »ý¼ºµÇ´Â ºÎ¸Þ´º¸¦ ¸¸µå´Â µ¥ " -"µµ¿òÀ» ÁÝ´Ï´Ù.\n" -"ºÎ¸Þ´ºÀÇ ³»¿ëÀ¸·Î ¾î¶² °ÍÀ» »ç¿ëÇÏ°í ½Í½À´Ï±î?" - -#: ../../WPrefs.app/MenuGuru.c:279 -msgid "" -"A file containing the menu definition in the plain text (non-property list) " -"menu format." -msgstr "¸Þ´º Á¤ÀǸ¦ º¸Åë ÅؽºÆ®·Î(Ư¼º ¾ø´Â ¸ñ·Ï) ¾´ ÆÄÀÏ." - -#: ../../WPrefs.app/MenuGuru.c:285 -msgid "The menu definition generated by a script/program read through a pipe." -msgstr "½ºÅ©¸³Æ®/ÇÁ·Î±×·¥À¸·Î »ý¼ºÇÏ¿© ÆÄÀÌÇÁ·Î ÀоîµéÀÌ´Â ¸Þ´º Á¤ÀÇ." - -#: ../../WPrefs.app/MenuGuru.c:291 -msgid "The files in one or more directories." -msgstr "Çϳª ÀÌ»óÀÇ µð·ºÅ丮ÀÇ ÆÄÀÏ." - -#: ../../WPrefs.app/MenuGuru.c:303 -msgid "Type the path for the menu file:" -msgstr "¸Þ´º ÆÄÀÏÀÇ °æ·Î¸¦ ÀûÀ¸¼¼¿ä:" - -#: ../../WPrefs.app/MenuGuru.c:318 -msgid "" -"The menu file must contain a menu in the plain text menu file format. This " -"format is described in the menu files included with WindowMaker, probably at " -"~/GNUstep/Library/WindowMaker/menu" -msgstr "" -"¸Þ´º ÆÄÀÏÀÇ ³»¿ëÀº º¸Åë ÅؽºÆ®·Î µÈ ¸Þ´º ÆÄÀÏ Çü½ÄÀÇ ¸Þ´ºÀÔ´Ï´Ù. ÀÌ Çü½ÄÀº " -"WindowMaker¿¡ Æ÷ÇÔµÈ ¸Þ´º ÆÄÀÏÀ» º¸¸é µÇ¸ç, º¸Åë " -"~/GNUstep/Library/WindowMaker/menu.koÀÔ´Ï´Ù." - -#: ../../WPrefs.app/MenuGuru.c:328 -msgid "Type the command that will generate the menu definition:" -msgstr "¸Þ´º Á¤ÀǸ¦ ¸¸µé¾î³¾ ¸í·ÉÀ» ÀÔ·ÂÇϼ¼¿ä:" - -#: ../../WPrefs.app/MenuGuru.c:338 -msgid "" -"The command supplied must generate and output a valid menu definition to " -"stdout. This definition should be in the plain text menu file format, " -"described in the menu files included with WindowMaker, usually at " -"~/GNUstep/Library/WindowMaker/menu" -msgstr "" -"ÀÌ ¸í·ÉÀº À¯È¿ÇÑ ¸Þ´º Á¤ÀǸ¦ ¸¸µé¾î¼­ Ç¥ÁØ Ãâ·ÂÀ¸·Î ³»º¸³»¾ß ÇÕ´Ï´Ù. ÀÌ " -"Á¤ÀÇ´Â º¸Åë ÅؽºÆ®·Î µÈ ¸Þ´º ÆÄÀÏ Çü½ÄÀ̾î¾ß Çϸç, WindowMaker¿¡ Æ÷ÇÔµÈ ¸Þ´º " -"ÆÄÀÏ¿¡ ¼³¸íµÇ¾î ÀÖ½À´Ï´Ù. º¸Åë ~/GNUstep/Library/WindowMaker/menu.ko ÀÔ´Ï´Ù" - -#: ../../WPrefs.app/MenuGuru.c:350 ../../WPrefs.app/MenuGuru.c:372 -#: ../../WPrefs.app/MenuGuru.c:394 -msgid "" -"Type the path for the directory. You can type more than one path by " -"separating them with spaces." -msgstr "" -"µð·ºÅ丮ÀÇ °æ·Î¸¦ ÀÔ·ÂÇϼ¼¿ä. ºóÄ­À¸·Î ºÐ¸®Çؼ­ Çϳª ÀÌ»óÀÇ °æ·Î¸¦ ¾µ ¼ö " -"ÀÖ½À´Ï´Ù." - -#: ../../WPrefs.app/MenuGuru.c:361 ../../WPrefs.app/MenuGuru.c:383 -#: ../../WPrefs.app/MenuGuru.c:405 -msgid "" -"The menu generated will have an item for each file in the directory. The " -"directories can contain program executables or data files (such as jpeg " -"images)." -msgstr "" -"»ý¼ºµÇ´Â ¸Þ´º´Â µð·ºÅ丮ÀÇ °¢ ÆÄÀÏ¿¡ ´ëÇØ Ç׸ñÀ» °®½À´Ï´Ù. µð·ºÅ丮¿¡´Â " -"ÇÁ·Î±×·¥ ½ÇÇà ÆÄÀÏÀ̳ª µ¥ÀÌÅÍ ÆÄÀÏÀ» ³ÖÀ¸¸é µË´Ï´Ù.(jpeg À̹ÌÁö °°Àº °Íµé)" - -#: ../../WPrefs.app/MenuGuru.c:415 -msgid "" -"If the directory contain data files, type the command used to open these " -"files. Otherwise, leave it in blank." -msgstr "" -"µð·ºÅ丮¿¡ µ¥ÀÌÅÍ ÆÄÀÏÀÌ ÀÖ´Â °æ¿ì, ÀÌ ÆÄÀÏÀ» ¿­±â À§ÇØ »ç¿ëÇÒ ¸í·ÉÀ» " -"ÀÔ·ÂÇϼ¼¿ä. ±×·¸Áö ¾ÊÀ¸¸é ºóÄ­À¸·Î µÎ¼¼¿ä." - -#: ../../WPrefs.app/MenuGuru.c:426 -msgid "" -"Each file in the directory will have an item and they will be opened with " -"the supplied command.For example, if the directory contains image files and " -"the command is \"xv -root\", each file in the directory will have a menu " -"item like \"xv -root imagefile\"." -msgstr "" -"µð·ºÅ丮ÀÇ °¢ ÆÄÀÏ¿¡´Â Ç׸ñÀÌ ÀÖÀ¸¸ç Á¦°øµÈ ¸í·ÉÀ¸·Î ¿­ ¼ö ÀÖ½À´Ï´Ù. ¿¹¸¦ " -"µé¸é, ÀÌ µð·ºÅ丮¿¡ À̹ÌÁö ÆÄÀÏÀÌ ÀÖ°í ¸í·ÉÀÌ \"xv -root\"À̸é, µð·ºÅ丮ÀÇ " -"°¢ ÆÄÀÏÀº \"xv -root À̹ÌÁöÆÄÀÏ\"°ú °°Àº ¸Þ´º Ç׸ñÀ» °®½À´Ï´Ù." - -#: ../../WPrefs.app/MenuPreferences.c:112 -msgid "Menu Scrolling Speed" -msgstr "¸Þ´º ½ºÅ©·Ñ ¼Óµµ" - -#: ../../WPrefs.app/MenuPreferences.c:161 -msgid "Submenu Alignment" -msgstr "ºÎ¸Þ´º Á¤·Ä" - -#: ../../WPrefs.app/MenuPreferences.c:204 -msgid "" -"Always open submenus inside the screen, instead of scrolling.\n" -"Note: this can be an annoyance at some circumstances." -msgstr "" -"½ºÅ©·ÑÇÏ´Â ´ë½Å Ç×»ó È­¸é ³»¿¡ ºÎ¸Þ´º¸¦ ¿±´Ï´Ù.\n" -"ÁÖÀÇ: ¾î¶² ȯ°æ¿¡¼­´Â ±ÍÂúÀ»Áöµµ ¸ð¸¨´Ï´Ù." - -#: ../../WPrefs.app/MenuPreferences.c:209 -msgid "Scroll off-screen menus when pointer is moved over them." -msgstr "È­¸é ¹ÛÀ¸·Î ³ª°£ ¸Þ´º ÂÊÀ¸·Î ¸¶¿ì½º¸¦ ¿òÁ÷ÀÌ¸é ½ºÅ©·ÑÇÕ´Ï´Ù." - -#: ../../WPrefs.app/MenuPreferences.c:229 -msgid "Menu Preferences" -msgstr "¸Þ´º ¼³Á¤" - -#: ../../WPrefs.app/MouseSettings.c:154 ../../WPrefs.app/Text.c:181 -#: ../../WPrefs.app/WPrefs.c:546 ../../WPrefs.app/WPrefs.c:551 -#: ../../WPrefs.app/WPrefs.c:560 ../../WPrefs.app/WPrefs.c:570 -#: ../../WPrefs.app/WPrefs.c:578 ../../WPrefs.app/WPrefs.c:602 -#: ../../WPrefs.app/WPrefs.c:607 -msgid "Error" -msgstr "¿¡·¯" - -#: ../../WPrefs.app/MouseSettings.c:155 -msgid "" -"Invalid mouse acceleration threshold value. Must be the number of pixels to " -"travel before accelerating." -msgstr "" -"À߸øµÈ ¸¶¿ì½º °¡¼Ó ÀÓ°èÄ¡ °ªÀÔ´Ï´Ù. °¡¼Ó Àü¿¡ ¿òÁ÷ÀÏ Çȼ¿ÀÇ ¼ö°¡ µÇ¾î¾ß " -"ÇÕ´Ï´Ù." - -#: ../../WPrefs.app/MouseSettings.c:209 -#, c-format -msgid "mouse button %s not supported by WPrefs." -msgstr "¸¶¿ì½º ¹öÆ° %s ´Â WPrefs¿¡¼­ Áö¿øÇÏÁö ¾Ê½À´Ï´Ù." - -#: ../../WPrefs.app/MouseSettings.c:243 ../../WPrefs.app/MouseSettings.c:254 -#: ../../WPrefs.app/MouseSettings.c:265 -#, c-format -msgid "bad value %s for option %s" -msgstr "%s ¿É¼Ç¿¡ À߸øµÈ °ª %s" - -#: ../../WPrefs.app/MouseSettings.c:325 -#, c-format -msgid "" -"modifier key %s for option ModifierKey was not recognized. Using %s as " -"default" -msgstr "" -"ModifierKey ÀÇ ¼öÁ¤ÀÚ Å° °ª %s ¸¦ ÀνÄÇÒ ¼ö ¾ø½À´Ï´Ù. ±âº»°ªÀÎ %s ¸¦ " -"»ç¿ëÇÕ´Ï´Ù." - -#: ../../WPrefs.app/MouseSettings.c:350 -msgid "could not retrieve keyboard modifier mapping" -msgstr "Å°º¸µå ¼öÁ¤ÀÚ ¸ÅÇÎÀ» ¾òÀ» ¼ö ¾ø½À´Ï´Ù" - -#: ../../WPrefs.app/MouseSettings.c:497 -msgid "Mouse Speed" -msgstr "¸¶¿ì½º ¼Óµµ" - -#: ../../WPrefs.app/MouseSettings.c:564 -msgid "Threshold:" -msgstr "ÀÓ°èÄ¡:" - -#: ../../WPrefs.app/MouseSettings.c:579 -msgid "Double-Click Delay" -msgstr "´õºí Ŭ¸¯ Áö¿¬" - -#: ../../WPrefs.app/MouseSettings.c:623 -msgid "Test" -msgstr "½ÃÇè" - -#: ../../WPrefs.app/MouseSettings.c:633 -msgid "Workspace Mouse Actions" -msgstr "ÀÛ¾÷°ø°£ ¸¶¿ì½º µ¿ÀÛ" - -#: ../../WPrefs.app/MouseSettings.c:638 -msgid "Disable mouse actions" -msgstr "¸¶¿ì½º µ¿ÀÛ »ç¿ë ¾ÊÀ½" - -#: ../../WPrefs.app/MouseSettings.c:691 -msgid "Applications menu" -msgstr "¾ÖÇø®ÄÉÀÌ¼Ç ¸Þ´º" - -#: ../../WPrefs.app/MouseSettings.c:697 -msgid "Window list menu" -msgstr "â ¸ñ·Ï ¸Þ´º" - -#: ../../WPrefs.app/MouseSettings.c:703 -msgid "Select windows" -msgstr "â ¼±ÅÃ" - -#: ../../WPrefs.app/MouseSettings.c:738 -msgid "Mouse Grab Modifier" -msgstr "¸¶¿ì½º Àâ±â ¼öÁ¤ÀÚ(Modifier)" - -#: ../../WPrefs.app/MouseSettings.c:772 -#, c-format -msgid "could not create %s" -msgstr "%s ¸¦ ¸¸µé ¼ö ¾øÀ½" - -#: ../../WPrefs.app/MouseSettings.c:788 -#, c-format -msgid "could not create temporary file %s" -msgstr "Àӽà ÆÄÀÏ %s¸¦ ¸¸µé ¼ö ¾øÀ½" - -#: ../../WPrefs.app/MouseSettings.c:813 -#, c-format -msgid "could not rename file %s to %s\n" -msgstr "%s ÆÄÀϸíÀ» %s ·Î ¹Ù²Ü ¼ö ¾øÀ½\n" - -#: ../../WPrefs.app/MouseSettings.c:896 -msgid "Mouse Preferences" -msgstr "¸¶¿ì½º ¼³Á¤" - -#: ../../WPrefs.app/Paths.c:82 -msgid "bad value in option IconPath. Using default path list" -msgstr "IconPath ¿¡ À߸øµÈ °ª. ±âº» °æ·Î ¸ñ·Ï »ç¿ë" - -#: ../../WPrefs.app/Paths.c:99 -msgid "bad value in option PixmapPath. Using default path list" -msgstr "PixmapPath ¿¡ À߸øµÈ °ª. ±âº» °æ·Î ¸ñ·Ï »ç¿ë" - -#: ../../WPrefs.app/Paths.c:301 -msgid "Icon Search Paths" -msgstr "¾ÆÀÌÄÜ °Ë»ö °æ·Î" - -#: ../../WPrefs.app/Paths.c:313 ../../WPrefs.app/Paths.c:349 -msgid "Add" -msgstr "Ãß°¡" - -#: ../../WPrefs.app/Paths.c:320 ../../WPrefs.app/Paths.c:356 -msgid "Remove" -msgstr "»èÁ¦" - -#: ../../WPrefs.app/Paths.c:337 -msgid "Pixmap Search Paths" -msgstr "Pixmap °Ë»ö °æ·Î" - -#: ../../WPrefs.app/Paths.c:385 -msgid "Search Path Configuration" -msgstr "°Ë»ö °æ·Î ¼³Á¤" - -#: ../../WPrefs.app/Preferences.c:151 -msgid "Size Display" -msgstr "Å©±â Á¶Á¤ Ç¥½Ã ¹æ¹ý" - -#: ../../WPrefs.app/Preferences.c:156 ../../WPrefs.app/Preferences.c:172 -msgid "Corner of screen" -msgstr "È­¸é ±¸¼®" - -#: ../../WPrefs.app/Preferences.c:157 ../../WPrefs.app/Preferences.c:173 -msgid "Center of screen" -msgstr "È­¸é °¡¿îµ¥" - -#: ../../WPrefs.app/Preferences.c:158 ../../WPrefs.app/Preferences.c:174 -msgid "Center of resized window" -msgstr "ÇöÀç â °¡¿îµ¥" - -#: ../../WPrefs.app/Preferences.c:159 -msgid "Technical drawing-like" -msgstr "Á¦µµ Å©±â Ç¥½Ã ¹æ¹ýó·³" - -#: ../../WPrefs.app/Preferences.c:167 -msgid "Position Display" -msgstr "â À§Ä¡ Ç¥½Ã ¹æ¹ý" - -#: ../../WPrefs.app/Preferences.c:182 -msgid "Show balloon text for..." -msgstr "dz¼± µµ¿ò¸»Àº..." - -#: ../../WPrefs.app/Preferences.c:189 -msgid "incomplete window titles" -msgstr "ºÒ¿ÏÀüÇÑ Ã¢ ŸÀÌƲ¿¡ Ç¥½Ã" - -#: ../../WPrefs.app/Preferences.c:190 -msgid "miniwindow titles" -msgstr "¾ÆÀÌÄÜ Å¸ÀÌƲ¿¡ Ç¥½Ã" - -#: ../../WPrefs.app/Preferences.c:191 -msgid "application/dock icons" -msgstr "¾ÖÇø®ÄÉÀ̼Ç/dock ¾ÆÀÌÄÜ¿¡ Ç¥½Ã" - -#: ../../WPrefs.app/Preferences.c:204 -msgid "Raise window when switching focus with keyboard (CirculateRaise)." -msgstr "Å°º¸µå·Î Æ÷Ä¿½º Àüȯ½Ã ⠿ø²(CirculateRaise)." - -#: ../../WPrefs.app/Preferences.c:210 -msgid "Keep keyboard language status for each window." -msgstr "" - -#: ../../WPrefs.app/Preferences.c:231 -msgid "Miscellaneous Ergonomic Preferences" -msgstr "±âŸ Àΰ£ ȯ°æ °øÇÐÀû ¼³Á¤" - -#: ../../WPrefs.app/Text.c:179 -#, c-format -msgid "Invalid font %s." -msgstr "À߸øµÈ ±Û²Ã %s" - -#: ../../WPrefs.app/Text.c:256 -msgid "Set Font..." -msgstr "±Û²Ã ÁöÁ¤" - -#: ../../WPrefs.app/Text.c:262 -msgid "Window Title Font" -msgstr "â Á¦¸ñ ±Û²Ã" - -#: ../../WPrefs.app/Text.c:263 -msgid "Menu Title Font" -msgstr "¸Þ´º Á¦¸ñ ±Û²Ã" - -#: ../../WPrefs.app/Text.c:264 -msgid "Menu Item Font" -msgstr "¸Þ´º Ç׸ñ ±Û²Ã" - -#: ../../WPrefs.app/Text.c:265 -msgid "Icon Title Font" -msgstr "¾ÆÀÌÄÜ Á¦¸ñ ±Û²Ã" - -#: ../../WPrefs.app/Text.c:266 -msgid "Clip Title Font" -msgstr "Ŭ¸³ Á¦¸ñ ±Û²Ã" - -#: ../../WPrefs.app/Text.c:267 -msgid "Geometry Display Font" -msgstr "À§Ä¡/Å©±â Ç¥½Ã ±Û²Ã" - -#: ../../WPrefs.app/Text.c:280 -msgid "" -"Sample Text\n" -"abcdefghijklmnopqrstuvxywz\n" -"ABCDEFGHIJKLMNOPQRSTUVXYWZ\n" -"0123456789" -msgstr "" -"Sample Text\n" -"abcdefghijklmnopqrstuvxywz\n" -"ABCDEFGHIJKLMNOPQRSTUVXYWZ\n" -"°¡³ª´Ù¶ó¸¶¹Ù»ç\n" -"0123456789" - -#: ../../WPrefs.app/Text.c:285 -msgid "Alignment" -msgstr "Á¤·Ä" - -#: ../../WPrefs.app/Text.c:290 -msgid "Left" -msgstr "¿ÞÂÊ" - -#: ../../WPrefs.app/Text.c:296 -msgid "Center" -msgstr "Áß¾Ó" - -#: ../../WPrefs.app/Text.c:303 -msgid "Right" -msgstr "¿À¸¥ÂÊ" - -#: ../../WPrefs.app/Text.c:325 -msgid "Text Preferences" -msgstr "ÅؽºÆ® ¼³Á¤" - -#: ../../WPrefs.app/TextureAndColor.c:384 -msgid "Window Title Bar" -msgstr "â Á¦¸ñ ¹Ù" - -#: ../../WPrefs.app/TextureAndColor.c:385 -msgid "Menu Title Bar" -msgstr "¸Þ´º Á¦¸ñ ¹Ù" - -#: ../../WPrefs.app/TextureAndColor.c:386 -msgid "Menu Items" -msgstr "¸Þ´º Ç׸ñ" - -#: ../../WPrefs.app/TextureAndColor.c:387 -msgid "Workspace/Clip" -msgstr "ÀÛ¾÷°ø°£/Ŭ¸³" - -#: ../../WPrefs.app/TextureAndColor.c:388 -msgid "Icons" -msgstr "¾ÆÀÌÄÜ" - -#: ../../WPrefs.app/TextureAndColor.c:399 -msgid "Focused Window" -msgstr "È°¼º â" - -#: ../../WPrefs.app/TextureAndColor.c:412 -#: ../../WPrefs.app/TextureAndColor.c:443 -#: ../../WPrefs.app/TextureAndColor.c:474 -msgid "Texture" -msgstr "ÅؽºÃ³" - -#: ../../WPrefs.app/TextureAndColor.c:418 -#: ../../WPrefs.app/TextureAndColor.c:449 -#: ../../WPrefs.app/TextureAndColor.c:480 -msgid "Text Color" -msgstr "ÅؽºÆ® »ö" - -#: ../../WPrefs.app/TextureAndColor.c:423 -#: ../../WPrefs.app/TextureAndColor.c:454 -#: ../../WPrefs.app/TextureAndColor.c:485 -#: ../../WPrefs.app/TextureAndColor.c:509 -#: ../../WPrefs.app/TextureAndColor.c:575 -#: ../../WPrefs.app/TextureAndColor.c:652 -msgid "Set..." -msgstr "ÁöÁ¤..." - -#: ../../WPrefs.app/TextureAndColor.c:430 -msgid "Unfocused Window" -msgstr "ºñÈ°¼º â" - -#: ../../WPrefs.app/TextureAndColor.c:461 -msgid "Owner of Focused Window" -msgstr "È°¼º âÀÇ ¼ÒÀ¯ÀÚ" - -#: ../../WPrefs.app/TextureAndColor.c:494 -msgid "Unselected Items" -msgstr "¼±ÅõÇÁö ¾ÊÀº Ç׸ñ" - -#: ../../WPrefs.app/TextureAndColor.c:504 -#: ../../WPrefs.app/TextureAndColor.c:558 -msgid "Background" -msgstr "¹è°æ" - -#: ../../WPrefs.app/TextureAndColor.c:519 -msgid "Normal Text" -msgstr "º¸Åë ÅؽºÆ®" - -#: ../../WPrefs.app/TextureAndColor.c:529 -msgid "Disabled Text" -msgstr "»ç¿ë ºÒ°¡´ÉÇÑ ÅؽºÆ®" - -#: ../../WPrefs.app/TextureAndColor.c:538 -msgid "Selected Items" -msgstr "¼±ÅÃµÈ Ç׸ñ" - -#: ../../WPrefs.app/TextureAndColor.c:548 -msgid "Text" -msgstr "ÅؽºÆ®" - -#: ../../WPrefs.app/TextureAndColor.c:566 -msgid "Menu Title Background" -msgstr "¸Þ´º Á¦¸ñ ¹è°æ" - -#: ../../WPrefs.app/TextureAndColor.c:584 -msgid "Menu Title Text" -msgstr "¸Þ´º Á¦¸ñ ÅؽºÆ®" - -#: ../../WPrefs.app/TextureAndColor.c:596 -msgid "Workspace Background" -msgstr "ÀÛ¾÷°ø°£ ¹è°æ" - -#: ../../WPrefs.app/TextureAndColor.c:605 -msgid "Change" -msgstr "º¯°æ" - -#: ../../WPrefs.app/TextureAndColor.c:611 -msgid "Clip Title Text" -msgstr "Ŭ¸³ Á¦¸ñ ÅؽºÆ®" - -#: ../../WPrefs.app/TextureAndColor.c:621 -msgid "Normal" -msgstr "º¸Åë" - -#: ../../WPrefs.app/TextureAndColor.c:631 -msgid "Collapsed" -msgstr "Á¢Èû" - -#: ../../WPrefs.app/TextureAndColor.c:643 -msgid "Icon Background" -msgstr "¾ÆÀÌÄÜ ¹è°æ" - -#: ../../WPrefs.app/TextureAndColor.c:677 -msgid "Texture and Color Preferences" -msgstr "ÅؽºÃ³¿Í »ö»ó ¼³Á¤" - -#: ../../WPrefs.app/WPrefs.c:196 -msgid "Window Maker Preferences" -msgstr "WindowMaker ¼³Á¤" - -#: ../../WPrefs.app/WPrefs.c:220 -msgid "Revert Page" -msgstr "ÆäÀÌÁö ¹ÝÀü" - -#: ../../WPrefs.app/WPrefs.c:226 -msgid "Revert All" -msgstr "¸ðµÎ ¹ÝÀü" - -#: ../../WPrefs.app/WPrefs.c:232 -msgid "Save" -msgstr "ÀúÀå" - -#: ../../WPrefs.app/WPrefs.c:238 -msgid "Close" -msgstr "´Ý±â" - -#: ../../WPrefs.app/WPrefs.c:262 -#, c-format -msgid "Version %s for Window Maker %s" -msgstr "¹öÀü %s - WindowMaker %s" - -#: ../../WPrefs.app/WPrefs.c:269 -msgid "Starting..." -msgstr "½ÃÀÛÇÕ´Ï´Ù..." - -#: ../../WPrefs.app/WPrefs.c:275 -msgid "" -"Programming/Design: Alfredo K. Kojima\n" -"Artwork: Marco van Hylckama Vlieg\n" -"More Programming: James Thompson" -msgstr "" -"ÇÁ·Î±×·¡¹Ö/µðÀÚÀÎ: Alfredo K. Kojima\n" -"¾ÆÆ®¿÷: Macro van Hylckama Vlieg\n" -"Ãß°¡ ÇÁ·Î±×·¡¹Ö: James Thompson" - -#: ../../WPrefs.app/WPrefs.c:363 -#, c-format -msgid "could not locate image file %s\n" -msgstr "À̹ÌÁö ÆÄÀÏ %sÀ» ãÀ» ¼ö ¾øÀ½\n" - -#: ../../WPrefs.app/WPrefs.c:488 -msgid "Loading Window Maker configuration files..." -msgstr "WindowMaker ¼³Á¤ ÆÄÀÏÀ» Àд Áß..." - -#: ../../WPrefs.app/WPrefs.c:492 -msgid "Initializing configuration panels..." -msgstr "¼³Á¤ ÆгΠÃʱâÈ­ Áß..." - -#: ../../WPrefs.app/WPrefs.c:545 ../../WPrefs.app/WPrefs.c:601 -#, c-format -msgid "Window Maker domain (%s) is corrupted!" -msgstr "Window Maker µµ¸ÞÀÎ(%s)°¡ ±úÁ³½À´Ï´Ù!" - -#: ../../WPrefs.app/WPrefs.c:549 -#, c-format -msgid "Could not load Window Maker domain (%s) from defaults database." -msgstr "±âº» µ¥ÀÌÅͺ£À̽º¿¡¼­ Window Maker µµ¸ÞÀÎ(%s)¸¦ ÀÐÀ» ¼ö ¾ø½À´Ï´Ù." - -#: ../../WPrefs.app/WPrefs.c:557 -msgid "could not extract version information from Window Maker" -msgstr "Window Maker¿¡¼­ ¹öÀü Á¤º¸¸¦ ¾òÀ» ¼ö ¾ø½À´Ï´Ù" - -#: ../../WPrefs.app/WPrefs.c:558 -msgid "Make sure Window Maker is in your search path." -msgstr "Window Maker°¡ °Ë»ö °æ·Î¿¡ ÀÖ´ÂÁö È®ÀÎÇϼ¼¿ä." - -#: ../../WPrefs.app/WPrefs.c:561 -#, fuzzy -msgid "" -"Could not extract version from Window Maker. Make sure it is correctly " -"installed and is in your PATH environment variable." -msgstr "" -"Window Maker¿¡¼­ ¹öÀü Á¤º¸¸¦ ¾òÀ» ¼ö ¾ø½À´Ï´Ù. PATH ȯ°æ º¯¼ö¿¡ ÁöÁ¤µÈ °÷¿¡ " -"Á¦´ë·Î ¼³Ä¡µÇ¾ú´ÂÁö È®ÀÎÇϼ¼¿ä." - -#: ../../WPrefs.app/WPrefs.c:571 -msgid "" -"Could not extract version from Window Maker. Make sure it is correctly " -"installed." -msgstr "" -"Window Maker¿¡¼­ ¹öÀü Á¤º¸¸¦ ¾òÀ» ¼ö ¾ø½À´Ï´Ù. Á¦´ë·Î ¼³Ä¡µÇ¾ú´ÂÁö " -"È®ÀÎÇϼ¼¿ä." - -#: ../../WPrefs.app/WPrefs.c:576 -#, c-format -msgid "" -"WPrefs only supports Window Maker 0.18.0 or newer.\n" -"The version installed is %i.%i.%i\n" -msgstr "" -"WPrefs ´Â WindowMaker 0.18.0 ÀÌ»ó¸¸À» Áö¿øÇÕ´Ï´Ù.\n" -"¼³Ä¡µÈ ¹öÁ¯Àº %i.%i.%i ÀÔ´Ï´Ù.\n" - -#: ../../WPrefs.app/WPrefs.c:583 -#, c-format -msgid "" -"Window Maker %i.%i.%i, which is installed in your system, is not fully " -"supported by this version of WPrefs." -msgstr "" -"½Ã½ºÅÛ¿¡ ¼³Ä¡µÈ Window Maker %i.%i.%i´Â WPrefs¿¡¼­ Á¦´ë·Î Áö¿øÇÏ´Â ¹öÀüÀÌ " -"¾Æ´Õ´Ï´Ù." - -#: ../../WPrefs.app/WPrefs.c:590 -msgid "could not run \"wmaker -global_defaults_path\"." -msgstr "\"wmaker -global_defaults_path\"¸¦ ¼öÇàÇÒ ¼ö ¾ø½À´Ï´Ù." - -#: ../../WPrefs.app/WPrefs.c:605 -#, c-format -msgid "Could not load global Window Maker domain (%s)." -msgstr "Àü¿ª Window Maker µµ¸ÞÀÎ (%s)¸¦ ÀоîµéÀÏ ¼ö ¾ø½À´Ï´Ù." - -#: ../../WPrefs.app/WPrefs.c:851 -#, c-format -msgid "" -"bad speed value for option %s\n" -". Using default Medium" -msgstr "" -"¿É¼Ç %s¿¡ À߸øµÈ ¼Óµµ °ªÀ» ÁÖ¾ú½À´Ï´Ù.\n" -"±âº»°ª MediumÀ» »ç¿ëÇÕ´Ï´Ù" - -#: ../../WPrefs.app/WindowHandling.c:108 -#, c-format -msgid "bad option value %s in WindowPlacement. Using default value" -msgstr "WindowPlacement¿¡ À߸øµÈ ¿É¼Ç °ª %sÀÔ´Ï´Ù. ±âº»°ªÀ» »ç¿ëÇÕ´Ï´Ù" - -#: ../../WPrefs.app/WindowHandling.c:130 -msgid "invalid data in option WindowPlaceOrigin. Using default (0,0)" -msgstr "" -"WindowPlaceOrigin ¿É¼Ç¿¡ À߸øµÈ µ¥ÀÌÅÍÀÔ´Ï´Ù. ±âº»°ª (0,0)À» »ç¿ëÇÕ´Ï´Ù" - -#: ../../WPrefs.app/WindowHandling.c:192 -msgid "Window Placement" -msgstr "â ¹èÄ¡" - -#: ../../WPrefs.app/WindowHandling.c:197 -msgid "Automatic" -msgstr "ÀÚµ¿" - -#: ../../WPrefs.app/WindowHandling.c:198 -msgid "Random" -msgstr "ÀÓÀÇ" - -#: ../../WPrefs.app/WindowHandling.c:199 -msgid "Manual" -msgstr "¼öµ¿" - -#: ../../WPrefs.app/WindowHandling.c:200 -msgid "Cascade" -msgstr "°è´Ü½Ä" - -#: ../../WPrefs.app/WindowHandling.c:206 -msgid "Placement Origin" -msgstr "±âº» À§Ä¡" - -#: ../../WPrefs.app/WindowHandling.c:260 -msgid "Opaque Move" -msgstr "À̵¿½Ã â ³»¿ë º¸À̱â" - -#: ../../WPrefs.app/WindowHandling.c:296 -msgid "When maximizing..." -msgstr "ÃÖ´ëÈ­½Ã¿¡´Â..." - -#: ../../WPrefs.app/WindowHandling.c:301 -msgid "...do not resize over icons" -msgstr "¾ÆÀÌÄÜÀ» µ¤Áö ¾ÊÀ½" - -#: ../../WPrefs.app/WindowHandling.c:307 -msgid "...do not resize over dock" -msgstr "DockÀ» µ¤Áö ¾ÊÀ½" - -#: ../../WPrefs.app/WindowHandling.c:320 -msgid "Keep transients above their owners" -msgstr "¼ÒÀ¯ÀÚ À§¿¡¼­´Â ÀϽÃÀûÀ¸·Î âÀ» À¯Áö" - -#: ../../WPrefs.app/WindowHandling.c:347 -msgid "Window Handling Preferences" -msgstr "â ó¸® ¼³Á¤" - -#: ../../WPrefs.app/Workspace.c:137 -msgid "Workspace Navigation" -msgstr "ÀÛ¾÷°ø°£ Àüȯ" - -#: ../../WPrefs.app/Workspace.c:161 -msgid "drag windows between workspaces." -msgstr "ÀÛ¾÷°ø°£°£¿¡ â ²ø±â" - -#: ../../WPrefs.app/Workspace.c:186 -msgid "" -"switch to first workspace when switching past the last workspace and " -"vice-versa" -msgstr "" -"¸¶Áö¸· ÀÛ¾÷°ø°£ ´ÙÀ½À¸·Î ÀüȯÇÒ¶§¿¡ óÀ½ ÀÛ¾÷°ø°£À¸·Î À̵¿ (¹Ý´ëµµ ¸¶Âù°¡Áö)" - -#: ../../WPrefs.app/Workspace.c:210 -msgid "create a new workspace when switching past the last workspace." -msgstr "¸¶Áö¸· ÀÛ¾÷°ø°£ ´ÙÀ½À¸·Î Àüȯ½Ã »õ·Î¿î ÀÛ¾÷°ø°£ »ý¼º" - -#: ../../WPrefs.app/Workspace.c:218 -msgid "Dock/Clip" -msgstr "Dock/Ŭ¸³" - -#: ../../WPrefs.app/Workspace.c:287 -msgid "Workspace Preferences" -msgstr "ÀÛ¾÷°ø°£ ¼³Á¤" - -#: ../../WPrefs.app/main.c:56 -#, c-format -msgid "usage: %s [options]\n" -msgstr "»ç¿ë¹ý: %s [¿É¼Ç]\n" - -#: ../../WPrefs.app/main.c:57 -msgid "options:" -msgstr "¿É¼Ç:" - -#: ../../WPrefs.app/main.c:58 -msgid " -display \tdisplay to be used" -msgstr "-display \t»ç¿ëÇÒ µð½ºÇ÷¹ÀÌ" - -#: ../../WPrefs.app/main.c:59 -msgid " -version\t\tprint version number and exit" -msgstr "-version\t\t¹öÁ¯ Ãâ·ÂÈÄ Á¾·á" - -#: ../../WPrefs.app/main.c:82 -#, c-format -msgid "too few arguments for %s" -msgstr "%s ÀÇ Àμö°¡ ³Ê¹« ÀûÀ½" - -#: ../../WPrefs.app/main.c:104 -msgid "X server does not support locale" -msgstr "X ¼­¹ö°¡ ·ÎÄÉÀÏÀ» Áö¿øÇÏÁö ¾ÊÀ½" - -#: ../../WPrefs.app/main.c:107 -msgid "cannot set locale modifiers" -msgstr "·ÎÄÉÀÏ ¼öÁ¤ÀÚ(modifier)¸¦ ¼³Á¤ÇÒ ¼ö ¾øÀ½" - -#: ../../WPrefs.app/main.c:113 -#, c-format -msgid "could not open display %s" -msgstr "µð½ºÇ÷¹ÀÌ %s¸¦ ¿­ ¼ö ¾øÀ½" - -#: ../../WPrefs.app/main.c:121 -msgid "could not initialize application" -msgstr "¾ÖÇø®ÄÉÀÌ¼Ç ÃʱâÈ­¸¦ ÇÒ ¼ö ¾øÀ½" - -#: ../../WPrefs.app/Icons.c:178 -msgid "Icon Positioning" -msgstr "¾ÆÀÌÄÜ À§Ä¡" - -#: ../../WPrefs.app/Icons.c:225 -msgid "Iconification Animation" -msgstr "¾ÆÀÌÄÜÈ­½Ã ¾Ö´Ï¸ÞÀ̼Ç" - -#: ../../WPrefs.app/Icons.c:236 -msgid "Shrinking/Zooming" -msgstr "" - -#: ../../WPrefs.app/Icons.c:237 -msgid "Spinning/Twisting" -msgstr "" - -#: ../../WPrefs.app/Icons.c:238 -msgid "3D-flipping" -msgstr "" - -#: ../../WPrefs.app/Icons.c:239 -msgid "None" -msgstr "¾øÀ½" - -#: ../../WPrefs.app/Icons.c:251 -msgid "Auto-arrange icons" -msgstr "¾ÆÀÌÄÜ ÀÚµ¿ Á¤·Ä" - -#: ../../WPrefs.app/Icons.c:256 -msgid "Omnipresent miniwindows" -msgstr "¾ÆÀÌÄÜ Ç×»ó º¸ÀÓ" - -#: ../../WPrefs.app/Icons.c:264 -msgid "Icon Size" -msgstr "¾ÆÀÌÄÜ Å©±â" - -#: ../../WPrefs.app/Icons.c:334 -msgid "Icon Preferences" -msgstr "¾ÆÀÌÄÜ ¼³Á¤" - \ No newline at end of file +# modified by Yasuyuki Furukawa +# Jun Nishii +# MANOME Tomonori +# collaborated with members in wmaker-jp ML and Project Vine +msgid "" +msgstr "" +"POT-Creation-Date: 1999-01-09 05:47+0900\n" +"Language-Team: Japanese\n" +"Content-Type: text/plain; charset=euc-jp\n" +"Date: 1999-01-09 05:40:30+0900\n" +"From: Jun Nishii \n" +"Xgettext-Options: --default-domain=WPrefs --add-comments --keyword=_\n" +"Files: ../../WPrefs.app/Configurations.c ../../WPrefs.app/Expert.c " +"../../WPrefs.app/Focus.c ../../WPrefs.app/KeyboardSettings.c " +"../../WPrefs.app/KeyboardShortcuts.c ../../WPrefs.app/Menu.c " +"../../WPrefs.app/MenuGuru.c ../../WPrefs.app/MenuPreferences.c " +"../../WPrefs.app/MouseSettings.c ../../WPrefs.app/Paths.c " +"../../WPrefs.app/Preferences.c ../../WPrefs.app/Text.c " +"../../WPrefs.app/TextureAndColor.c ../../WPrefs.app/WPrefs.c " +"../../WPrefs.app/WindowHandling.c ../../WPrefs.app/Workspace.c " +"../../WPrefs.app/main.c ../../WPrefs.app/xmodifier.c\n" + +#: ../../WPrefs.app/Configurations.c:142 ../../WPrefs.app/Configurations.c:148 +#: ../../WPrefs.app/MouseSettings.c:510 ../../WPrefs.app/WindowHandling.c:274 +#: ../../WPrefs.app/WindowHandling.c:286 ../../WPrefs.app/Workspace.c:71 +#: ../../WPrefs.app/Workspace.c:77 +#, c-format +msgid "could not load icon %s" +msgstr "¥¢¥¤¥³¥ó %s ¤¬¥í¡¼¥É¤Ç¤­¤Þ¤»¤ó" + +#: ../../WPrefs.app/Configurations.c:156 ../../WPrefs.app/Workspace.c:85 +#, c-format +msgid "could not process icon %s:" +msgstr "¥¢¥¤¥³¥ó %s ¤ò½èÍý¤Ç¤­¤Þ¤»¤ó:" + +#: ../../WPrefs.app/Configurations.c:181 ../../WPrefs.app/Workspace.c:124 +#, c-format +msgid "could not load image file %s" +msgstr "¥¤¥á¡¼¥¸¥Õ¥¡¥¤¥ë %s ¤¬¥í¡¼¥É¤Ç¤­¤Þ¤»¤ó" + +#: ../../WPrefs.app/Configurations.c:195 +msgid "Icon Slide Speed" +msgstr "¥¢¥¤¥³¥ó°Üư®ÅÙ" + +#: ../../WPrefs.app/Configurations.c:201 +msgid "Shade Animation Speed" +msgstr "¥·¥§¡¼¥É¥¢¥Ë¥á¡¼¥·¥ç¥ó®ÅÙ" + +#: ../../WPrefs.app/Configurations.c:234 ../../WPrefs.app/Configurations.c:246 +#: ../../WPrefs.app/Focus.c:310 ../../WPrefs.app/Focus.c:321 +#: ../../WPrefs.app/MenuPreferences.c:135 +#: ../../WPrefs.app/MenuPreferences.c:146 +#: ../../WPrefs.app/MenuPreferences.c:174 +#: ../../WPrefs.app/MenuPreferences.c:189 ../../WPrefs.app/MouseSettings.c:538 +#: ../../WPrefs.app/MouseSettings.c:549 ../../WPrefs.app/MouseSettings.c:604 +#: ../../WPrefs.app/MouseSettings.c:615 ../../WPrefs.app/MouseSettings.c:651 +#: ../../WPrefs.app/MouseSettings.c:666 ../../WPrefs.app/MouseSettings.c:682 +#: ../../WPrefs.app/WPrefs.c:403 ../../WPrefs.app/WPrefs.c:421 +#, c-format +msgid "could not load icon file %s" +msgstr "¥¢¥¤¥³¥ó¥Õ¥¡¥¤¥ë%s¤òÆɤ߹þ¤á¤Þ¤»¤ó" + +#: ../../WPrefs.app/Configurations.c:262 +msgid "Titlebar Style" +msgstr "¥¿¥¤¥È¥ë¥Ð¡¼¤Î¥¹¥¿¥¤¥ë" + +#: ../../WPrefs.app/Configurations.c:299 +msgid "Animations and Sound" +msgstr "¥¢¥Ë¥á¡¼¥·¥ç¥ó¤È¥µ¥¦¥ó¥É" + +#: ../../WPrefs.app/Configurations.c:305 +msgid "Animations" +msgstr "¥¢¥Ë¥á¡¼¥·¥ç¥ó" + +#: ../../WPrefs.app/Configurations.c:321 +msgid "Superfluous" +msgstr "Superfluous" + +#: ../../WPrefs.app/Configurations.c:337 +msgid "Sounds" +msgstr "¥µ¥¦¥ó¥É" + +#: ../../WPrefs.app/Configurations.c:354 +msgid "Note: sound requires a module distributed separately" +msgstr "" +"¢¨¥µ¥¦¥ó¥Éµ¡Ç½¤Ë¤ÏÊÌÅӥ⥸¥å¡¼¥ë\n" +"¤òÍÑ°Õ¤¹¤ëɬÍפ¬¤¢¤ê¤Þ¤¹" + +#: ../../WPrefs.app/Configurations.c:364 +msgid "Dithering colormap for 8bpp" +msgstr "8bpp¤Ë¹ç¤ï¤»¤¿¸º¿§" + +#: ../../WPrefs.app/Configurations.c:369 +msgid "Disable dithering in any visual/depth" +msgstr "Á´¤Æ¤Î¿§¿¼Å٤Ǹº¿§¤ò¹Ô¤ï¤Ê¤¤" + +#: ../../WPrefs.app/Configurations.c:390 +msgid "More colors for applications" +msgstr "¥¢¥×¥ê¤Ë¿¤¯¿§¤ò»È¤¦" + +#: ../../WPrefs.app/Configurations.c:397 +msgid "More colors for WindowMaker" +msgstr "WindowMaker¤Ë¿¤¯»È¤¦" + +#: ../../WPrefs.app/Configurations.c:450 +msgid "Other Configurations" +msgstr "¤½¤Î¾¤ÎÀßÄê" + +#: ../../WPrefs.app/Expert.c:70 +msgid "Do not set non-WindowMaker specific parameters (do not use xset)" +msgstr "WindowMaker°Ê³°¤Î¥Ñ¥é¥á¡¼¥¿¤òÍ¿¤¨¤Ê¤¤ (xset¤ò»È¤ï¤Ê¤¤)" + +#: ../../WPrefs.app/Expert.c:71 +msgid "Automatically save session when exiting WindowMaker" +msgstr "WindowMaker½ªÎ»»þ¤Ë¼«Æ°Åª¤Ë¥»¥Ã¥·¥ç¥ó¤òÊݸ" + +#: ../../WPrefs.app/Expert.c:72 +msgid "Use SaveUnder in window frames, icons, menus and other objects" +msgstr "³Æ¥¦¥£¥ó¥É¥¦, ¥¢¥¤¥³¥ó, ¥á¥Ë¥å¡¼Åù¤Î²èÁü¤ò¥á¥â¥ê¡¼¤ËÊÝ»ý¤¹¤ë" + +#: ../../WPrefs.app/Expert.c:73 +msgid "Disable cycling color highlighting of icons." +msgstr "ÁªÂò¤µ¤ì¤¿¥¢¥¤¥³¥ó¤Î¥¢¥Ë¥á¡¼¥·¥ç¥ó¤Ë¤è¤ë¶¯Ä´¤òÃæ»ß" + +#: ../../WPrefs.app/Expert.c:103 +msgid "Expert User Preferences" +msgstr "¥¨¥­¥¹¥Ñ¡¼¥ÈÀßÄê" + +#: ../../WPrefs.app/Focus.c:79 +#, c-format +msgid "bad option value %s for option FocusMode. Using default Manual" +msgstr "" +"¥Õ¥©¡¼¥«¥¹¥â¡¼¥É¥ª¥×¥·¥ç¥ó %s ¤¬ÉÔŬÀڤǤ¹. ¥Ç¥Õ¥©¥ë¥ÈÃÍManual¤ò»È¤¤¤Þ¤¹" + +#: ../../WPrefs.app/Focus.c:92 +#, c-format +msgid "bad option value %s for option ColormapMode. Using default Manual" +msgstr "¥«¥é¡¼¥Þ¥Ã¥×¥ª¥×¥·¥ç¥ó %s ¤¬ÉÔŬÀڤǤ¹. ¥Ç¥Õ¥©¥ë¥ÈÃÍManual¤ò»È¤¤¤Þ¤¹" + +#: ../../WPrefs.app/Focus.c:190 +msgid "" +"Click on the window to set\n" +"keyboard input focus." +msgstr "" +"¥¦¥£¥ó¥É¥¦¾å¤Ç¤Î¥¯¥ê¥Ã¥¯¤Ç\n" +"¥¤¥ó¥×¥Ã¥È¡¦¥Õ¥©¡¼¥«¥¹¤ò°ÜÆ°" + +#: ../../WPrefs.app/Focus.c:194 +msgid "" +"Set keyboard input focus to\n" +"the window under the mouse pointer,\n" +"including the root window." +msgstr "" +"¥ë¡¼¥È¥¦¥£¥ó¥É¥¦¤â´Þ¤á, ¥Þ¥¦¥¹\n" +"¥Ý¥¤¥ó¥¿¤Î²¼¤Î¥¦¥£¥ó¥É¥¦¤Ë¥¤¥ó\n" +"¥×¥Ã¥È¡¦¥Õ¥©¡¼¥«¥¹¤ò°ÜÆ°¤¹¤ë" + +#: ../../WPrefs.app/Focus.c:199 +msgid "" +"Set keyboard input focus to\n" +"the window under the mouse pointer,\n" +"except the root window." +msgstr "" +"¥ë¡¼¥È¥¦¥£¥ó¥É¥¦¤Ï½ü¤­, ¥Þ¥¦¥¹\n" +"¥«¡¼¥½¥ë¤¬¤¢¤ë¥¦¥£¥ó¥É¥¦¤Ë, ¥¤\n" +"¥ó¥×¥Ã¥È¡¦¥Õ¥©¡¼¥«¥¹¤ò°ÜÆ°¤¹¤ë" + +#: ../../WPrefs.app/Focus.c:243 +msgid "Input Focus Mode" +msgstr "¥¤¥ó¥×¥Ã¥È¡¦¥Õ¥©¡¼¥«¥¹¤ÎÀßÄê" + +#: ../../WPrefs.app/Focus.c:248 +msgid "Click window to focus" +msgstr "¥¦¥£¥ó¥É¥¦¤Î¥¯¥ê¥Ã¥¯¤Ç" + +#: ../../WPrefs.app/Focus.c:249 +msgid "Focus follows mouse" +msgstr "¥Þ¥¦¥¹¥«¡¼¥½¥ë¤Î°ÜÆ°¤Ç" + +#: ../../WPrefs.app/Focus.c:250 +msgid "\"Sloppy\" focus" +msgstr "\"Sloppy\" ¥Õ¥©¡¼¥«¥¹" + +#: ../../WPrefs.app/Focus.c:265 +msgid "Install colormap in the window..." +msgstr "¥«¥é¡¼¥Þ¥Ã¥×¤Î¥¦¥£¥ó¥É¥¦¤Ø¤ÎÀßÄê..." + +#: ../../WPrefs.app/Focus.c:270 +msgid "...that has the input focus." +msgstr "...¥Õ¥©¡¼¥«¥¹¤¬°ÜÆ°¤·¤¿»þ¤Ë" + +#: ../../WPrefs.app/Focus.c:275 +msgid "...that is under the mouse pointer." +msgstr "...¥Þ¥¦¥¹¥«¡¼¥½¥ë¤Î²¼¤Ë¤¢¤ë»þ" + +#: ../../WPrefs.app/Focus.c:284 +msgid "Automatic Window Raise Delay" +msgstr "¼«Æ°Åª¤Ë¥¦¥£¥ó¥É¥¦¤òÁ°Ì̤Ø" + +#: ../../WPrefs.app/Focus.c:341 +msgid "msec" +msgstr "msec" + +#: ../../WPrefs.app/Focus.c:358 +msgid "Do not let applications receive the click used to focus windows." +msgstr "" +"¥Õ¥©¡¼¥«¥¹°ÜÆ°¤Î¤¿¤á¤Î¥Þ¥¦\n" +"¥¹¥¯¥ê¥Ã¥¯¤ò¥¢¥×¥ê¥±¡¼¥·¥ç\n" +"¥ó¤ËÅϤµ¤Ê¤¤" + +#: ../../WPrefs.app/Focus.c:364 +msgid "Automatically focus new windows." +msgstr "" +"¥Õ¥©¡¼¥«¥¹¤ò¼«Æ°Åª¤Ë¿·¤·¤¤\n" +"¥¦¥£¥ó¥É¥¦¤Ë°ÜÆ°" + +#: ../../WPrefs.app/Focus.c:385 +msgid "Window Focus Preferences" +msgstr "¥¦¥£¥ó¥É¥¦¥Õ¥©¡¼¥«¥¹¤ÎÀßÄê" + +#: ../../WPrefs.app/Icons.c:178 +msgid "Icon Positioning" +msgstr "¥¢¥¤¥³¥ó¤Îɽ¼¨°ÌÃÖ" + +#: ../../WPrefs.app/Icons.c:225 +msgid "Iconification Animation" +msgstr "¥¢¥¤¥³¥ó²½¤Î¥¢¥Ë¥á¡¼¥·¥ç¥ó" + +#: ../../WPrefs.app/Icons.c:236 +msgid "Shrinking/Zooming" +msgstr "½Ì¾®/³ÈÂç" + +#: ../../WPrefs.app/Icons.c:237 +msgid "Spinning/Twisting" +msgstr "²óž/¤Ò¤Í¤ê" + +#: ../../WPrefs.app/Icons.c:238 +msgid "3D-flipping" +msgstr "£³¼¡¸µÅª²óž" + +#: ../../WPrefs.app/Icons.c:239 +msgid "None" +msgstr "¤Ê¤·" + +#: ../../WPrefs.app/Icons.c:247 +msgid "Icon Display" +msgstr "¥¢¥¤¥³¥ó¤Îɽ¼¨" + +#: ../../WPrefs.app/Icons.c:252 +msgid "Auto-arrange icons" +msgstr "¼«Æ°À°Îó" + +#: ../../WPrefs.app/Icons.c:257 +msgid "Omnipresent miniwindows" +msgstr "Á´¤Æ¤Î¥ï¡¼¥¯¥¹¥Ú¡¼¥¹¤Ëɽ¼¨" + +#: ../../WPrefs.app/Icons.c:265 +msgid "Icon Size" +msgstr "¥¢¥¤¥³¥ó¤ÎÂ礭¤µ" + +#: ../../WPrefs.app/Icons.c:335 +msgid "Icon Preferences" +msgstr "¥¢¥¤¥³¥ó¤ÎÀßÄê" + +#: ../../WPrefs.app/KeyboardSettings.c:72 +msgid "Initial Key Repeat" +msgstr "¥­¡¼¥ê¥Ô¡¼¥È¤Î½é´üÃÍ" + +#: ../../WPrefs.app/KeyboardSettings.c:113 +msgid "Key Repeat Rate" +msgstr "¥ê¥Ô¡¼¥È¤Î®ÅÙ" + +#: ../../WPrefs.app/KeyboardSettings.c:153 +msgid "Type here to test" +msgstr "¤³¤³¤Ç¥Æ¥¹¥È½ÐÍè¤Þ¤¹" + +#: ../../WPrefs.app/KeyboardSettings.c:172 +msgid "Keyboard Preferences" +msgstr "¥­¡¼¥Ü¡¼¥É¤ÎÀßÄê" + +#: ../../WPrefs.app/KeyboardShortcuts.c:183 ../../WPrefs.app/Menu.c:932 +#: ../../WPrefs.app/Menu.c:1299 ../../WPrefs.app/MenuGuru.c:263 +msgid "Cancel" +msgstr "ÃæÃÇ" + +#: ../../WPrefs.app/KeyboardShortcuts.c:184 +msgid "Press the desired shortcut key(s) or click Cancel to stop capturing." +msgstr "ÀßÄꤷ¤¿¤¤¥·¥ç¡¼¥È¥«¥Ã¥È¥­¡¼¤ò²¡¤·¤Æ¤¯¤À¤µ¤¤. (ÃæÃǥܥ¿¥ó¤ÇÃæ»ß)" + +#: ../../WPrefs.app/KeyboardShortcuts.c:204 +#: ../../WPrefs.app/KeyboardShortcuts.c:444 ../../WPrefs.app/Menu.c:944 +#: ../../WPrefs.app/Menu.c:1166 +msgid "Capture" +msgstr "¼è¤ê¹þ¤ß" + +#: ../../WPrefs.app/KeyboardShortcuts.c:205 +#: ../../WPrefs.app/KeyboardShortcuts.c:451 +msgid "Click Capture to interactively define the shortcut key." +msgstr "¥·¥ç¡¼¥È¥«¥Ã¥È¤òÂÐÏÃŪ\n¤ËÄêµÁ¤¹¤ë¤Ë¤Ï¼è¤ê¹þ¤ß\n¤ò¥¯¥ê¥Ã¥¯¤·¤Æ²¼¤µ¤¤" + +#: ../../WPrefs.app/KeyboardShortcuts.c:359 +msgid "Actions" +msgstr "¥¢¥¯¥·¥ç¥ó" + +#: ../../WPrefs.app/KeyboardShortcuts.c:375 +msgid "Open applications menu" +msgstr "¥¢¥×¥ê¥±¡¼¥·¥ç¥ó¡¦¥á¥Ë¥å¡¼¤ò³«¤¯" + +#: ../../WPrefs.app/KeyboardShortcuts.c:376 +msgid "Open window list menu" +msgstr "¥¦¥£¥ó¥É¥¦¥ê¥¹¥È¡¦¥á¥Ë¥å¡¼¤ò³«¤¯" + +#: ../../WPrefs.app/KeyboardShortcuts.c:377 +msgid "Open window commands menu" +msgstr "¥¦¥£¥ó¥É¥¦¥³¥Þ¥ó¥É¡¦¥á¥Ë¥å¡¼¤ò³«¤¯" + +#: ../../WPrefs.app/KeyboardShortcuts.c:378 +msgid "Hide active application" +msgstr "¥¢¥¯¥Æ¥£¥Ö¡¦¥¢¥×¥ê¥±¡¼¥·¥ç¥ó¤ò±£¤¹" + +#: ../../WPrefs.app/KeyboardShortcuts.c:379 +msgid "Miniaturize active window" +msgstr "¥¢¥¯¥Æ¥£¥Ö¡¦¥¦¥£¥ó¥É¥¦¤òºÇ¾®²½" + +#: ../../WPrefs.app/KeyboardShortcuts.c:380 +msgid "Close active window" +msgstr "¥¢¥¯¥Æ¥£¥Ö¡¦¥¦¥£¥ó¥É¥¦¤òÊĤ¸¤ë" + +#: ../../WPrefs.app/KeyboardShortcuts.c:381 +msgid "Maximize active window" +msgstr "¥¢¥¯¥Æ¥£¥Ö¡¦¥¦¥£¥ó¥É¥¦¤òºÇÂç²½" + +#: ../../WPrefs.app/KeyboardShortcuts.c:382 +msgid "Maximize active window vertically" +msgstr "¥¦¥£¥ó¥É¥¦¤ò½ÄÊý¸þ¤À¤±ºÇÂç²½" + +#: ../../WPrefs.app/KeyboardShortcuts.c:383 +msgid "Raise active window" +msgstr "¥¢¥¯¥Æ¥£¥Ö¡¦¥¦¥£¥ó¥É¥¦¤òÁ°Ì̤Ë" + +#: ../../WPrefs.app/KeyboardShortcuts.c:384 +msgid "Lower active window" +msgstr "¥¢¥¯¥Æ¥£¥Ö¡¦¥¦¥£¥ó¥É¥¦¤òÇØÌ̤Ë" + +#: ../../WPrefs.app/KeyboardShortcuts.c:385 +msgid "Raise/Lower window under mouse pointer" +msgstr "¥Þ¥¦¥¹¥Ý¥¤¥ó¥¿²¼¤Î¥¦¥£¥ó¥É¥¦¤òÁ°/ÇØÌ̤Ø" + +#: ../../WPrefs.app/KeyboardShortcuts.c:386 +msgid "Shade active window" +msgstr "¥¢¥¯¥Æ¥£¥Ö¡¦¥¦¥£¥ó¥É¥¦¤ò¾ö¤à" + +#: ../../WPrefs.app/KeyboardShortcuts.c:387 +msgid "Select active window" +msgstr "¥¢¥¯¥Æ¥£¥Ö¡¦¥¦¥£¥ó¥É¥¦¤ÎÁªÂò" + +#: ../../WPrefs.app/KeyboardShortcuts.c:388 +msgid "Move/Resize active window" +msgstr "¥¢¥¯¥Æ¥£¥Ö¡¦¥¦¥£¥ó¥É¥¦¤Î°ÜÆ°/³ÈÂç½Ì¾®" + +#: ../../WPrefs.app/KeyboardShortcuts.c:389 +msgid "Focus next window" +msgstr "¥Õ¥©¡¼¥«¥¹¤ò¼¡¤Î¥¦¥£¥ó¥É¥¦¤Ø" + +#: ../../WPrefs.app/KeyboardShortcuts.c:390 +msgid "Focus previous window" +msgstr "¥Õ¥©¡¼¥«¥¹¤òÁ°¤Î¥¦¥£¥ó¥É¥¦¤Ø" + +#: ../../WPrefs.app/KeyboardShortcuts.c:391 +msgid "Switch to next workspace" +msgstr "¼¡¤Î¥ï¡¼¥¯¥¹¥Ú¡¼¥¹¤Ø°ÜÆ°" + +#: ../../WPrefs.app/KeyboardShortcuts.c:392 +msgid "Switch to previous workspace" +msgstr "Á°¤Î¥ï¡¼¥¯¥¹¥Ú¡¼¥¹¤Ø°ÜÆ°" + +#: ../../WPrefs.app/KeyboardShortcuts.c:393 +msgid "Switch to next ten workspaces" +msgstr "10¸ÄÀè¤Î¤Î¥ï¡¼¥¯¥¹¥Ú¡¼¥¹¤Ø°ÜÆ°" + +#: ../../WPrefs.app/KeyboardShortcuts.c:394 +msgid "Switch to previous ten workspaces" +msgstr "10¸Ä¼êÁ°¤Î¥ï¡¼¥¯¥¹¥Ú¡¼¥¹¤Ø°ÜÆ°" + +#: ../../WPrefs.app/KeyboardShortcuts.c:395 +msgid "Switch to workspace 1" +msgstr "¥ï¡¼¥¯¥¹¥Ú¡¼¥¹1¤Ø°ÜÆ°" + +#: ../../WPrefs.app/KeyboardShortcuts.c:396 +msgid "Switch to workspace 2" +msgstr "¥ï¡¼¥¯¥¹¥Ú¡¼¥¹2¤Ø°ÜÆ°" + +#: ../../WPrefs.app/KeyboardShortcuts.c:397 +msgid "Switch to workspace 3" +msgstr "¥ï¡¼¥¯¥¹¥Ú¡¼¥¹3¤Ø°ÜÆ°" + +#: ../../WPrefs.app/KeyboardShortcuts.c:398 +msgid "Switch to workspace 4" +msgstr "¥ï¡¼¥¯¥¹¥Ú¡¼¥¹4¤Ø°ÜÆ°" + +#: ../../WPrefs.app/KeyboardShortcuts.c:399 +msgid "Switch to workspace 5" +msgstr "¥ï¡¼¥¯¥¹¥Ú¡¼¥¹5¤Ø°ÜÆ°" + +#: ../../WPrefs.app/KeyboardShortcuts.c:400 +msgid "Switch to workspace 6" +msgstr "¥ï¡¼¥¯¥¹¥Ú¡¼¥¹6¤Ø°ÜÆ°" + +#: ../../WPrefs.app/KeyboardShortcuts.c:401 +msgid "Switch to workspace 7" +msgstr "¥ï¡¼¥¯¥¹¥Ú¡¼¥¹7¤Ø°ÜÆ°" + +#: ../../WPrefs.app/KeyboardShortcuts.c:402 +msgid "Switch to workspace 8" +msgstr "¥ï¡¼¥¯¥¹¥Ú¡¼¥¹8¤Ø°ÜÆ°" + +#: ../../WPrefs.app/KeyboardShortcuts.c:403 +msgid "Switch to workspace 9" +msgstr "¥ï¡¼¥¯¥¹¥Ú¡¼¥¹8¤Ø°ÜÆ°" + +#: ../../WPrefs.app/KeyboardShortcuts.c:404 +msgid "Switch to workspace 10" +msgstr "¥ï¡¼¥¯¥¹¥Ú¡¼¥¹10¤Ø°ÜÆ°" + +#: ../../WPrefs.app/KeyboardShortcuts.c:405 +msgid "Shortcut for window 1" +msgstr "¥¦¥£¥ó¥É¥¦1¤Ø¤Î¥·¥ç¡¼¥È¥«¥Ã¥È" + +#: ../../WPrefs.app/KeyboardShortcuts.c:406 +msgid "Shortcut for window 2" +msgstr "¥¦¥£¥ó¥É¥¦2¤Ø¤Î¥·¥ç¡¼¥È¥«¥Ã¥È" + +#: ../../WPrefs.app/KeyboardShortcuts.c:407 +msgid "Shortcut for window 3" +msgstr "¥¦¥£¥ó¥É¥¦3¤Ø¤Î¥·¥ç¡¼¥È¥«¥Ã¥È" + +#: ../../WPrefs.app/KeyboardShortcuts.c:408 +msgid "Shortcut for window 4" +msgstr "¥¦¥£¥ó¥É¥¦4¤Ø¤Î¥·¥ç¡¼¥È¥«¥Ã¥È" + +#: ../../WPrefs.app/KeyboardShortcuts.c:409 +msgid "Raise Clip" +msgstr "¥¯¥ê¥Ã¥×¤òÁ°Ì̤Ë" + +#: ../../WPrefs.app/KeyboardShortcuts.c:410 +msgid "Lower Clip" +msgstr "¥¯¥ê¥Ã¥×¤òÇØÌ̤Ë" + +#: ../../WPrefs.app/KeyboardShortcuts.c:411 +msgid "Raise/Lower Clip" +msgstr "¥¯¥ê¥Ã¥×¤òÁ°/ÇØÌ̤Ë" + +#: ../../WPrefs.app/KeyboardShortcuts.c:413 +msgid "Toggle keyboard language" +msgstr "¥­¡¼¥Ü¡¼¥É¤Î¸À¸ìÀÚÂؤ¨" + +#: ../../WPrefs.app/KeyboardShortcuts.c:427 ../../WPrefs.app/Menu.c:1155 +msgid "Shortcut" +msgstr "¥·¥ç¡¼¥È¥«¥Ã¥È" + +#: ../../WPrefs.app/KeyboardShortcuts.c:438 +msgid "Clear" +msgstr "¥¯¥ê¥¢" + +#: ../../WPrefs.app/KeyboardShortcuts.c:499 +msgid "Keyboard Shortcut Preferences" +msgstr "¥­¡¼¥Ü¡¼¥É¥·¥ç¡¼¥È¥«¥Ã¥È¤ÎÀßÄê" + +#: ../../WPrefs.app/Menu.c:373 +msgid "Window Manager" +msgstr "¥¦¥£¥ó¥É¥¦¥Þ¥Í¡¼¥¸¥ã" + +#: ../../WPrefs.app/Menu.c:375 +msgid "Program to open files" +msgstr "¥Õ¥¡¥¤¥ë¤ò³«¤¯¥×¥í¥°¥é¥à" + +#: ../../WPrefs.app/Menu.c:377 ../../WPrefs.app/Menu.c:1142 +msgid "Program to Run" +msgstr "¼Â¹Ô¤¹¤ë¥×¥í¥°¥é¥à" + +#: ../../WPrefs.app/Menu.c:427 ../../WPrefs.app/Menu.c:428 +#, c-format +msgid "New Command %i" +msgstr "¿·¤·¤¤¥³¥Þ¥ó¥É %i" + +#: ../../WPrefs.app/Menu.c:435 +msgid "New Submenu" +msgstr "¿·¤·¤¤¥µ¥Ö¥á¥Ë¥å¡¼" + +#: ../../WPrefs.app/Menu.c:440 +msgid "External Menu" +msgstr "³°Éô¥á¥Ë¥å¡¼" + +#: ../../WPrefs.app/Menu.c:447 +msgid "Workspaces" +msgstr "¥ï¡¼¥¯¥¹¥Ú¡¼¥¹" + +#: ../../WPrefs.app/Menu.c:1026 ../../WPrefs.app/Menu.c:1041 +msgid "Commands" +msgstr "¥³¥Þ¥ó¥É" + +#: ../../WPrefs.app/Menu.c:1027 ../../WPrefs.app/Menu.c:1042 +msgid "Add Command" +msgstr "¥³¥Þ¥ó¥ÉÄɲÃ" + +#: ../../WPrefs.app/Menu.c:1028 ../../WPrefs.app/Menu.c:1043 +msgid "Add Submenu" +msgstr "¥µ¥Ö¥á¥Ë¥å¡¼ÄɲÃ" + +#: ../../WPrefs.app/Menu.c:1029 ../../WPrefs.app/Menu.c:1044 +msgid "Add External Menu" +msgstr "³°Éô¥á¥Ë¥å¡¼ÄɲÃ" + +#: ../../WPrefs.app/Menu.c:1030 ../../WPrefs.app/Menu.c:1045 +msgid "Add Workspace Menu" +msgstr "¥ï¡¼¥¯¥¹¥Ú¡¼¥¹¥á¥Ë¥å¡¼ÄɲÃ" + +#: ../../WPrefs.app/Menu.c:1031 ../../WPrefs.app/Menu.c:1046 +msgid "Remove Item" +msgstr "¹àÌܤòºï½ü" + +#: ../../WPrefs.app/Menu.c:1032 ../../WPrefs.app/Menu.c:1047 +msgid "Cut Item" +msgstr "¹àÌܤòÀÚ¤ê¼è¤ë" + +#: ../../WPrefs.app/Menu.c:1033 ../../WPrefs.app/Menu.c:1048 +msgid "Copy Item" +msgstr "¹àÌܤò¥³¥Ô¡¼" + +#: ../../WPrefs.app/Menu.c:1034 ../../WPrefs.app/Menu.c:1049 +msgid "Paste Item" +msgstr "¹àÌܤòÄ¥¤êÉÕ¤±" + +#: ../../WPrefs.app/Menu.c:1078 +msgid "Label" +msgstr "¸«½Ð¤·" + +#: ../../WPrefs.app/Menu.c:1091 +msgid "Command" +msgstr "¥³¥Þ¥ó¥É" + +#: ../../WPrefs.app/Menu.c:1096 +msgid "Run Program" +msgstr "¥×¥í¥°¥é¥à¼Â¹Ô" + +#: ../../WPrefs.app/Menu.c:1097 +msgid "Arrange Icons" +msgstr "¥¢¥¤¥³¥ó¤òÀ°Îó" + +#: ../../WPrefs.app/Menu.c:1098 +msgid "Hide Others" +msgstr "¾¤ò±£¤¹" + +#: ../../WPrefs.app/Menu.c:1099 +msgid "Show All Windows" +msgstr "Á´¤Æ¤Î¥¦¥£¥ó¥É¥¦¤òɽ¼¨" + +#: ../../WPrefs.app/Menu.c:1100 +msgid "Exit WindowMaker" +msgstr "WindowMaker¤ò½ªÎ»" + +#: ../../WPrefs.app/Menu.c:1101 +msgid "Exit X Session" +msgstr "X¥»¥Ã¥·¥ç¥ó¤ò½ªÎ»" + +#: ../../WPrefs.app/Menu.c:1102 +msgid "Start window manager" +msgstr "¥¦¥£¥ó¥É¥¦¥Þ¥Í¡¼¥¸¥ãµ¯Æ°" + +#: ../../WPrefs.app/Menu.c:1103 +msgid "Restart WindowMaker" +msgstr "WindowMaker¤òºÆµ¯Æ°" + +#: ../../WPrefs.app/Menu.c:1104 +msgid "Save Session" +msgstr "¥»¥Ã¥·¥ç¥ó¤òÊݸ" + +#: ../../WPrefs.app/Menu.c:1105 +msgid "Clear Session" +msgstr "¥»¥Ã¥·¥ç¥ó¤ò¥¯¥ê¥¢" + +#: ../../WPrefs.app/Menu.c:1106 +msgid "Refresh Screen" +msgstr "²èÌ̤κÆɽ¼¨" + +#: ../../WPrefs.app/Menu.c:1107 +msgid "Info Panel" +msgstr "¾ðÊó¥Ñ¥Í¥ë" + +#: ../../WPrefs.app/Menu.c:1108 +msgid "Legal Panel" +msgstr "¥é¥¤¥»¥ó¥¹" + +#: ../../WPrefs.app/Menu.c:1116 +msgid "Open workspace menu" +msgstr "¥ï¡¼¥¯¥¹¥Ú¡¼¥¹¡¦¥á¥Ë¥å¡¼¤ò³«¤¯" + +#: ../../WPrefs.app/Menu.c:1123 +msgid "No confirmation panel" +msgstr "³Îǧ¥Ñ¥Í¥ë¤Ê¤·" + +#: ../../WPrefs.app/Menu.c:1129 +msgid "Menu Path/Directory List" +msgstr "¥á¥Ë¥å¡¼¤Î¥Ñ¥¹/¥Ç¥£¥ì¥¯¥È¥ê¡¦¥ê¥¹¥È" + +#: ../../WPrefs.app/Menu.c:1174 +msgid "Ask help to the Guru" +msgstr "ã¿Í¤Ë½õ¤±¤òµá¤á¤ë" + +#: ../../WPrefs.app/Menu.c:1294 +msgid "" +"The format of the current menu in ~/G/D/WMRootMenu is not supported by " +"WPrefs. A new menu will be created.\n" +"You can also replace ~/G/D/WMRootMenu with ~/G/L/W/plmenu to get the default " +"menu." +msgstr "" +"¸½ºß»ÈÍÑÃæ¤Î¥á¥Ë¥å¡¼ ~/G/D/WMRootMenu ¤Î¥Õ¥©¡¼¥Þ¥Ã¥È¤Ï\n" +"WPrefs¤Ç¥µ¥Ý¡¼¥È¤µ¤ì¤Æ¤¤¤Þ¤»¤ó. ¿·¤·¤¤¥á¥Ë¥å¡¼¤òºîÀ®¤·\n" +"¤Þ¤¹. ¤Þ¤¿, ~/G/D/WMRootMenu ¤ò ~/G/L/W/plmenu ¤ÇÃÖ¤­´¹\n" +"¤¨¤ë¤³¤È¤â¤Ç¤­¤Þ¤¹" + +#: ../../WPrefs.app/Menu.c:1299 ../../WPrefs.app/Menu.c:1304 +#: ../../WPrefs.app/WPrefs.c:596 +msgid "Warning" +msgstr "·Ù¹ð" + +#: ../../WPrefs.app/Menu.c:1299 ../../WPrefs.app/Menu.c:1305 +#: ../../WPrefs.app/MenuGuru.c:119 ../../WPrefs.app/MenuGuru.c:126 +#: ../../WPrefs.app/MenuGuru.c:140 ../../WPrefs.app/MouseSettings.c:156 +#: ../../WPrefs.app/Text.c:181 ../../WPrefs.app/Themes.c:98 +#: ../../WPrefs.app/WPrefs.c:557 ../../WPrefs.app/WPrefs.c:562 +#: ../../WPrefs.app/WPrefs.c:573 ../../WPrefs.app/WPrefs.c:583 +#: ../../WPrefs.app/WPrefs.c:589 ../../WPrefs.app/WPrefs.c:596 +#: ../../WPrefs.app/WPrefs.c:613 ../../WPrefs.app/WPrefs.c:618 +msgid "OK" +msgstr "OK" + +#: ../../WPrefs.app/Menu.c:1304 +msgid "Any changes made in this section will not be saved" +msgstr "¤³¤Î¥»¥¯¥·¥ç¥ó¤Ç¹Ô¤ï¤ì¤¿Á´¤Æ¤ÎÊѹ¹¤òÇË´þ¤·¤Þ¤¹" + +#: ../../WPrefs.app/Menu.c:1369 +msgid "Applications Menu Definition" +msgstr "¥¢¥×¥ê¥±¡¼¥·¥ç¥ó¡¦¥á¥Ë¥å¡¼¤ÎÄêµÁ" + +#: ../../WPrefs.app/MenuGuru.c:106 +msgid "Menu Guru - Select Type" +msgstr "Menu Guru - ¥¿¥¤¥×¤ÎÁªÂò" + +#: ../../WPrefs.app/MenuGuru.c:111 ../../WPrefs.app/MenuGuru.c:133 +#: ../../WPrefs.app/MenuGuru.c:251 +msgid "Next" +msgstr "¼¡¤Ø" + +#: ../../WPrefs.app/MenuGuru.c:114 +msgid "Menu Guru - Select Menu File" +msgstr "¥á¥Ë¥å¡¼¤Îã¿Í - ¥á¥Ë¥å¡¼¥Õ¥¡¥¤¥ë¤ÎÁªÂò" + +#: ../../WPrefs.app/MenuGuru.c:122 +msgid "Menu Guru - Select Pipe Command" +msgstr "¥á¥Ë¥å¡¼¤Îã¿Í - ¥Ñ¥¤¥×¥³¥Þ¥ó¥É¤ÎÁªÂò" + +#: ../../WPrefs.app/MenuGuru.c:129 +msgid "Menu Guru - Select Directories" +msgstr "¥á¥Ë¥å¡¼¤Îã¿Í - ¥Ç¥£¥ì¥¯¥È¥ê¤ÎÁªÂò" + +#: ../../WPrefs.app/MenuGuru.c:136 +msgid "Menu Guru - Select Command" +msgstr "¥á¥Ë¥å¡¼¤Îã¿Í - ¥³¥Þ¥ó¥É¤ÎÁªÂò" + +#: ../../WPrefs.app/MenuGuru.c:257 +msgid "Back" +msgstr "Ìá¤ë" + +#: ../../WPrefs.app/MenuGuru.c:271 +msgid "" +"This process will help you create a submenu which definition is located in " +"another file or is created dynamically.\n" +"What do you want to use as the contents of the submenu?" +msgstr "" +"¤³¤Îºî¶È¤Ï¥á¥Ë¥å¡¼ÄêµÁ¤Ë¾¤Î¥Õ¥¡¥¤¥ë¤ò»È¤¦¾ì¹ç¤ä, " +"ưŪ¤Ë¤½¤ì¤ò»ØÄꤹ¤ë¤Î¤òÊä½õ¤·¤Þ¤¹.\n" +"¤É¤ì¤ò¥µ¥Ö¥á¥Ë¥å¡¼¤Ë»È¤¤¤Þ¤¹¤«?" + +#: ../../WPrefs.app/MenuGuru.c:279 +msgid "" +"A file containing the menu definition in the plain text (non-property list) " +"menu format." +msgstr "" +"¥á¥Ë¥å¡¼ÄêµÁ¥Õ¥¡¥¤¥ë¤ÎÆâÍƤÏÄ̾ï¤Î¥Æ¥­¥¹¥È¥Õ¥¡¥¤¥ë¤Î " +"(¥×¥í¥Ñ¥Æ¥£¡¼¥ê¥¹¥È¤Ç¤Ê¤¯) ¥á¥Ë¥å¡¼¥Õ¥©¡¼¥Þ¥Ã¥È¤Ç¤¹" + +#: ../../WPrefs.app/MenuGuru.c:285 +msgid "The menu definition generated by a script/program read through a pipe." +msgstr "¥á¥Ë¥å¡¼ÄêµÁ¤Ï¥¹¥¯¥ê¥×¥È¤ä¥×¥í¥°¥é¥à¤ÎÃͤò¥Ñ¥¤¥×·Ðͳ¤Ç»ÈÍѤ·¤Þ¤¹" + +#: ../../WPrefs.app/MenuGuru.c:291 +msgid "The files in one or more directories." +msgstr "¥Õ¥¡¥¤¥ë¤Ï°ì¤Ä¤Þ¤¿¤ÏÊ£¿ô¤Î¥Ç¥£¥ì¥¯¥È¥ê¤Ë¤¢¤ê¤Þ¤¹" + +#: ../../WPrefs.app/MenuGuru.c:303 +msgid "Type the path for the menu file:" +msgstr "¥á¥Ë¥å¡¼¥Õ¥¡¥¤¥ë¤Î¥Ñ¥¹:" + +#: ../../WPrefs.app/MenuGuru.c:318 +msgid "" +"The menu file must contain a menu in the plain text menu file format. This " +"format is described in the menu files included with WindowMaker, probably at " +"~/GNUstep/Library/WindowMaker/menu" +msgstr "" +"¥á¥Ë¥å¡¼¥Õ¥¡¥¤¥ë¤Ï¥Æ¥­¥¹¥È·Á¼°¤Î¥á¥Ë¥å¡¼¥Õ¥¡¥¤¥ë¥Õ¥©¡¼¥Þ¥Ã¥È, ¤¹¤Ê¤ï¤Á, " +"WindowMaker¤Ë´Þ¤Þ¤ì¤ë¥Õ¥¡¥¤¥ë(~/GNUstep/Library/WindowMaker/menu)¤ÈƱÍͤηÁ¼°" +"¤Ç¤Ê¤¤¤È¤¤¤±¤Þ¤»¤ó" + +#: ../../WPrefs.app/MenuGuru.c:328 +msgid "Type the command that will generate the menu definition:" +msgstr "¥á¥Ë¥å¡¼ÄêµÁ¤òÀ¸À®¤¹¤ë¤¿¤á¤Î¥³¥Þ¥ó¥É:" + +#: ../../WPrefs.app/MenuGuru.c:338 +msgid "" +"The command supplied must generate and output a valid menu definition to " +"stdout. This definition should be in the plain text menu file format, " +"described in the menu files included with WindowMaker, usually at " +"~/GNUstep/Library/WindowMaker/menu" +msgstr "" +"¥³¥Þ¥ó¥É¤ÏÀµ¤·¤¤¥á¥Ë¥å¡¼ÄêµÁ¤òÀ¸À®¤·¤Æɸ½à½ÐÎϤؽÐÎϤ·¤Ê¤±¤ì¤Ð¤Ê¤ê¤Þ¤»¤ó. " +"Àµ¤·¤¤¥á¥Ë¥å¡¼ÄêµÁ¤È¤Ï¥Æ¥­¥¹¥È·Á¼°¤Î¥á¥Ë¥å¡¼¥Õ¥¡¥¤¥ë¥Õ¥©¡¼¥Þ¥Ã¥È¤Ç¤¹. " +"WindowMaker¤Î¥á¥Ë¥å¡¼¥Õ¥¡¥¤¥ë ~/GNUstep/Library/WindowMaker/menu.ja " +"¤ò»²¹Í¤Ë¤·¤Æ¤¯¤À¤µ¤¤" + +#: ../../WPrefs.app/MenuGuru.c:350 ../../WPrefs.app/MenuGuru.c:372 +#: ../../WPrefs.app/MenuGuru.c:394 +msgid "" +"Type the path for the directory. You can type more than one path by " +"separating them with spaces." +msgstr "" +"¥Ç¥£¥ì¥¯¥È¥ê¤Î¥Ñ¥¹¤òÆþÎÏ. " +"¥¹¥Ú¡¼¥¹¤Ç¶èÀڤäÆÊ£¿ô¤Î¥Ñ¥¹¤ò»ØÄꤹ¤ë¤³¤È¤¬¤Ç¤­¤Þ¤¹" + +#: ../../WPrefs.app/MenuGuru.c:361 ../../WPrefs.app/MenuGuru.c:383 +#: ../../WPrefs.app/MenuGuru.c:405 +msgid "" +"The menu generated will have an item for each file in the directory. The " +"directories can contain program executables or data files (such as jpeg " +"images)." +msgstr "" +"¥Ç¥£¥ì¥¯¥È¥ê¤Ë´Þ¤Þ¤ì¤ë¥Õ¥¡¥¤¥ë¤ËÂбþ¤·¤¿¥á¥Ë¥å¡¼¹àÌܤ¬ºî¤é¤ì¤Þ¤¹. " +"³Æ¥Ç¥£¥ì¥¯¥È¥ê¤Ë¤Ï¼Â¹Ô¥Õ¥¡¥¤¥ë¤ä¥Ç¡¼¥¿¥Õ¥¡¥¤¥ë(JPEG¥¤¥á¡¼¥¸¤Ê¤É)¤ò" +"ÃÖ¤¯¤³¤È¤¬¤Ç¤­¤Þ¤¹" + +#: ../../WPrefs.app/MenuGuru.c:415 +msgid "" +"If the directory contain data files, type the command used to open these " +"files. Otherwise, leave it in blank." +msgstr "" +"¥Ç¥£¥ì¥¯¥È¥ê¤Ë¥Ç¡¼¥¿¥Õ¥¡¥¤¥ë¤¬¤¢¤ë»þ¤Ë¤Ï, " +"¤½¤ì¤ò¥ª¡¼¥×¥ó¤¹¤ë¤¿¤á¤Î¥³¥Þ¥ó¥É¤òÆþÎÏ, ¤½¤ì°Ê³°¤Î¾ì¹ç¤Ë¤Ï¶õÇò¤Î¤Þ¤Þ¤Ë¤·¤Þ¤¹" + +#: ../../WPrefs.app/MenuGuru.c:426 +msgid "" +"Each file in the directory will have an item and they will be opened with " +"the supplied command.For example, if the directory contains image files and " +"the command is \"xv -root\", each file in the directory will have a menu " +"item like \"xv -root imagefile\"." +msgstr "" +"¥Ç¥£¥ì¥¯¥È¥ê¤Ë´Þ¤Þ¤ì¤ëÁ´¤Æ¤Î¥Õ¥¡¥¤¥ë¤¬¹àÌܤȤʤê¤Þ¤¹. " +"¤½¤ì¤¾¤ì¤Î¹àÌܤÏÀßÄꤵ¤ì¤¿¥³¥Þ¥ó¥É¤Ç¥ª¡¼¥×¥ó¤µ¤ì¤Þ¤¹. " +"Î㤨¤Ð¥Ç¥£¥ì¥¯¥È¥ê¤ÎÆâÍƤ¬²èÁü¥Õ¥¡¥¤¥ë¤Ç¥³¥Þ¥ó¥É¤¬ \"xv -root\"¤À¤È, " +"¥Ç¥£¥ì¥¯¥È¥ê¤Î¤½¤ì¤¾¤ì¤Î¥Õ¥¡¥¤¥ë¤Ï\"xv -root imagefile\"¤Î¤è¤¦¤Ë¤Ê¤ê¤Þ¤¹" + +#: ../../WPrefs.app/MenuPreferences.c:112 +msgid "Menu Scrolling Speed" +msgstr "¥á¥Ë¥å¡¼¤Î¥¹¥¯¥í¡¼¥ë®ÅÙ" + +#: ../../WPrefs.app/MenuPreferences.c:161 +msgid "Submenu Alignment" +msgstr "¥µ¥Ö¥á¥Ë¥å¡¼¤ÎʤÓ" + +#: ../../WPrefs.app/MenuPreferences.c:204 +msgid "" +"Always open submenus inside the screen, instead of scrolling.\n" +"Note: this can be an annoyance at some circumstances." +msgstr "¥µ¥Ö¥á¥Ë¥å¡¼¤ò¾ï¤Ë²èÌ̤ÎÆ⦤Ëɽ¼¨¤¹¤ë" + +#: ../../WPrefs.app/MenuPreferences.c:209 +msgid "Scroll off-screen menus when pointer is moved over them." +msgstr "²èÌ̤«¤é¤Ï¤ß½Ð¤¿¥á¥Ë¥å¡¼¤ò¥Ý¥¤¥ó¥¿¤Î°ÜÆ°¤Ë¹ç¤ï¤»¤Æ¥¹¥¯¥í¡¼¥ë" + +#: ../../WPrefs.app/MenuPreferences.c:229 +msgid "Menu Preferences" +msgstr "¥á¥Ë¥å¡¼¤ÎÀßÄê" + +#: ../../WPrefs.app/MouseSettings.c:148 +#, c-format +msgid "Accel.: %.2f" +msgstr "²Ã®ÇÜΨ: %.2f" + +#: ../../WPrefs.app/MouseSettings.c:154 ../../WPrefs.app/Text.c:181 +#: ../../WPrefs.app/Themes.c:96 ../../WPrefs.app/WPrefs.c:557 +#: ../../WPrefs.app/WPrefs.c:562 ../../WPrefs.app/WPrefs.c:571 +#: ../../WPrefs.app/WPrefs.c:581 ../../WPrefs.app/WPrefs.c:589 +#: ../../WPrefs.app/WPrefs.c:613 ../../WPrefs.app/WPrefs.c:618 +msgid "Error" +msgstr "¥¨¥é¡¼" + +#: ../../WPrefs.app/MouseSettings.c:155 +msgid "" +"Invalid mouse acceleration threshold value. Must be the number of pixels to " +"travel before accelerating." +msgstr "" +"¥Þ¥¦¥¹²Ã®¤Î¥Ñ¥é¥á¡¼¥¿¡¼¤¬ÉÔÀµ¤Ç¤¹. " +"²Ã®¤ò³«»Ï¤¹¤ë¤Þ¤Ç¤Î°ÜÆ°Î̤ò¥Ô¥¯¥»¥ë¤Ç»ØÄꤷ¤Þ¤¹" + +#: ../../WPrefs.app/MouseSettings.c:209 +#, c-format +msgid "mouse button %s not supported by WPrefs." +msgstr "¥Þ¥¦¥¹¥Ü¥¿¥ó %s ¤Ï WPrefs ¤Ç¥µ¥Ý¡¼¥È¤µ¤ì¤Æ¤¤¤Þ¤»¤ó" + +#: ../../WPrefs.app/MouseSettings.c:243 ../../WPrefs.app/MouseSettings.c:254 +#: ../../WPrefs.app/MouseSettings.c:265 +#, c-format +msgid "bad value %s for option %s" +msgstr "ÃÍ %s ¤Ï¥ª¥×¥·¥ç¥ó %s ¤ÎÃͤȤ·¤ÆÉÔÀµ¤Ç¤¹" + +#: ../../WPrefs.app/MouseSettings.c:325 +#, c-format +msgid "" +"modifier key %s for option ModifierKey was not recognized. Using %s as " +"default" +msgstr "ÃÍ %s ¤ÏModifierKey¤È¤·¤Æ²ò¼á¤Ç¤­¤Þ¤»¤ó. ÃÍ %s ¤ò¥Ç¥Õ¥©¥ë¥È¤Ç»È¤¤¤Þ¤¹" + +#: ../../WPrefs.app/MouseSettings.c:350 +msgid "could not retrieve keyboard modifier mapping" +msgstr "keyboard modifier¥Þ¥Ã¥Ô¥ó¥°¤ò¼èÆÀ¤Ç¤­¤Þ¤»¤ó¤Ç¤·¤¿" + +#: ../../WPrefs.app/MouseSettings.c:497 +msgid "Mouse Speed" +msgstr "¥Þ¥¦¥¹¤Î®ÅÙ" + +#: ../../WPrefs.app/MouseSettings.c:564 +msgid "Threshold:" +msgstr "¤·¤­¤¤ÃÍ:" + +#: ../../WPrefs.app/MouseSettings.c:579 +msgid "Double-Click Delay" +msgstr "¥À¥Ö¥ë¥¯¥ê¥Ã¥¯¤ÎÃÙ±ä" + +#: ../../WPrefs.app/MouseSettings.c:623 +msgid "Test" +msgstr "¥Æ¥¹¥È" + +#: ../../WPrefs.app/MouseSettings.c:633 +msgid "Workspace Mouse Actions" +msgstr "¥ï¡¼¥¯¥¹¥Ú¡¼¥¹¤Ç¤ÎÆ°ºî" + +#: ../../WPrefs.app/MouseSettings.c:638 +msgid "Disable mouse actions" +msgstr "¥Þ¥¦¥¹Æ°ºî¤Î»ÈÍÑÄä»ß" + +#: ../../WPrefs.app/MouseSettings.c:691 +msgid "Applications menu" +msgstr "¥¢¥×¥ê¥±¡¼¥·¥ç¥ó" + +#: ../../WPrefs.app/MouseSettings.c:697 +msgid "Window list menu" +msgstr "¥¦¥£¥ó¥É¥¦°ìÍ÷" + +#: ../../WPrefs.app/MouseSettings.c:703 +msgid "Select windows" +msgstr "¥¦¥£¥ó¥É¥¦¤ÎÁªÂò" + +#: ../../WPrefs.app/MouseSettings.c:738 +msgid "Mouse Grab Modifier" +msgstr "¥¦¥£¥ó¥É¥¦Áàºî¤¹¤ë¤¿¤á¤Î½¤¾þ¥­¡¼" + +#: ../../WPrefs.app/MouseSettings.c:772 +#, c-format +msgid "could not create %s" +msgstr "%s ¤òºîÀ®¤Ç¤­¤Þ¤»¤ó" + +#: ../../WPrefs.app/MouseSettings.c:788 +#, c-format +msgid "could not create temporary file %s" +msgstr "¥Æ¥ó¥Ý¥é¥ê¥Õ¥¡¥¤¥ë %s ¤òºîÀ®¤Ç¤­¤Þ¤»¤ó" + +#: ../../WPrefs.app/MouseSettings.c:813 +#, c-format +msgid "could not rename file %s to %s\n" +msgstr "¥Õ¥¡¥¤¥ë %s ¤ò %s ¤ËÊѹ¹½ÐÍè¤Þ¤»¤ó\n" + +#: ../../WPrefs.app/MouseSettings.c:896 +msgid "Mouse Preferences" +msgstr "¥Þ¥¦¥¹¤ÎÀßÄê" + +#: ../../WPrefs.app/Paths.c:82 +msgid "bad value in option IconPath. Using default path list" +msgstr "¥¢¥¤¥³¥ó¥Ñ¥¹¤ÎÃͤ¬ÉÔÀµ¤Ç¤¹. ¥Ç¥Õ¥©¥ë¥È¤Î¥Ñ¥¹¤ò»ÈÍѤ·¤Þ¤¹" + +#: ../../WPrefs.app/Paths.c:99 +msgid "bad value in option PixmapPath. Using default path list" +msgstr "Pixmap¤Î¥Ñ¥¹¤¬ÉÔÀµ¤Ç¤¹. ¥Ç¥Õ¥©¥ë¥È¤Î¥Ñ¥¹¤ò»ÈÍѤ·¤Þ¤¹" + +#: ../../WPrefs.app/Paths.c:302 +msgid "Icon Search Paths" +msgstr "¥¢¥¤¥³¥ó¸¡º÷¥Ñ¥¹" + +#: ../../WPrefs.app/Paths.c:314 ../../WPrefs.app/Paths.c:350 +msgid "Add" +msgstr "ÄɲÃ" + +#: ../../WPrefs.app/Paths.c:321 ../../WPrefs.app/Paths.c:357 +msgid "Remove" +msgstr "ºï½ü" + +#: ../../WPrefs.app/Paths.c:338 +msgid "Pixmap Search Paths" +msgstr "Pixmap¸¡º÷¥Ñ¥¹" + +#: ../../WPrefs.app/Paths.c:386 +msgid "Search Path Configuration" +msgstr "¸¡º÷¥Ñ¥¹¤ÎÀßÄê" + +#: ../../WPrefs.app/Preferences.c:151 +msgid "Size Display" +msgstr "¥¦¥£¥ó¥É¥¦¤Î¥µ¥¤¥ºÉ½¼¨" + +#: ../../WPrefs.app/Preferences.c:156 ../../WPrefs.app/Preferences.c:172 +msgid "Corner of screen" +msgstr "²èÌ̤Υ³¡¼¥Ê¡¼" + +#: ../../WPrefs.app/Preferences.c:157 ../../WPrefs.app/Preferences.c:173 +msgid "Center of screen" +msgstr "²èÌ̤ÎÃæ±û" + +#: ../../WPrefs.app/Preferences.c:158 ../../WPrefs.app/Preferences.c:174 +msgid "Center of resized window" +msgstr "¥¦¥£¥ó¥É¥¦¤ÎÃæ±û" + +#: ../../WPrefs.app/Preferences.c:159 +msgid "Technical drawing-like" +msgstr "¤Á¤ç¤Ã¤È¥×¥í¤Ã¤Ý¤¯" + +#: ../../WPrefs.app/Preferences.c:167 +msgid "Position Display" +msgstr "¥¦¥£¥ó¥É¥¦¤Î°ÌÃÖɽ¼¨" + +#: ../../WPrefs.app/Preferences.c:182 +msgid "Show balloon text for..." +msgstr "¥Ð¥ë¡¼¥ó¥Ø¥ë¥×¤Îɽ¼¨¤Ï..." + +#: ../../WPrefs.app/Preferences.c:189 +msgid "incomplete window titles" +msgstr "Ť¤¥¦¥£¥ó¥É¥¦¤Î¥¿¥¤¥È¥ë" + +#: ../../WPrefs.app/Preferences.c:190 +msgid "miniwindow titles" +msgstr "¥ß¥Ë¥¦¥£¥ó¥É¥¦¤Î¥¿¥¤¥È¥ë" + +#: ../../WPrefs.app/Preferences.c:191 +msgid "application/dock icons" +msgstr "¥¢¥¤¥³¥ó" + +#: ../../WPrefs.app/Preferences.c:204 +msgid "Raise window when switching focus with keyboard (CirculateRaise)." +msgstr "¥­¡¼¥Ü¡¼¥É¤Ë¤è¤ê¥Õ¥©¡¼¥«¥¹¤µ¤ì¤¿¤È¤­¥¦¥£¥ó¥É¥¦¤òÁ°Ì̤Ë" + +#: ../../WPrefs.app/Preferences.c:210 +msgid "Keep keyboard language status for each window." +msgstr "³Æ¥¦¥£¥ó¥É¥¦¤Ë¥­¡¼¥Ü¡¼¥É¤Î¸À¸ì¤òÊÝ»ý" + +#: ../../WPrefs.app/Preferences.c:231 +msgid "Miscellaneous Ergonomic Preferences" +msgstr "¤½¤Î¾¤ÎÁàºîÀ­¤ÎÀßÄê" + +#: ../../WPrefs.app/Text.c:179 +#, c-format +msgid "Invalid font %s." +msgstr "¥Õ¥©¥ó¥È %s ¤ÏÉÔÀµ¤Ç¤¹" + +#: ../../WPrefs.app/Text.c:256 +msgid "Set Font..." +msgstr "¥Õ¥©¥ó¥ÈÀßÄê..." + +#: ../../WPrefs.app/Text.c:262 +msgid "Window Title Font" +msgstr "¥¦¥£¥ó¥É¥¦¤Î¥¿¥¤¥È¥ë¥Õ¥©¥ó¥È" + +#: ../../WPrefs.app/Text.c:263 +msgid "Menu Title Font" +msgstr "¥á¥Ë¥å¡¼¤Î¥¿¥¤¥È¥ë¥Õ¥©¥ó¥È" + +#: ../../WPrefs.app/Text.c:264 +msgid "Menu Item Font" +msgstr "¥á¥Ë¥å¡¼¹àÌܤΥե©¥ó¥È" + +#: ../../WPrefs.app/Text.c:265 +msgid "Icon Title Font" +msgstr "¥¢¥¤¥³¥ó¤Î¥¿¥¤¥È¥ë¥Õ¥©¥ó¥È" + +#: ../../WPrefs.app/Text.c:266 +msgid "Clip Title Font" +msgstr "¥¯¥ê¥Ã¥×¤Î¥¿¥¤¥È¥ë¥Õ¥©¥ó¥È" + +#: ../../WPrefs.app/Text.c:267 +msgid "Geometry Display Font" +msgstr "°ÌÃÖɽ¼¨¤Î¥Õ¥©¥ó¥È" + +#: ../../WPrefs.app/Text.c:280 +msgid "" +"Sample Text\n" +"abcdefghijklmnopqrstuvxywz\n" +"ABCDEFGHIJKLMNOPQRSTUVXYWZ\n" +"0123456789" +msgstr "" +"¥µ¥ó¥×¥ëɽ¼¨\n" +"abcdefghijklm...¤¢¤¤¤¦¤¨¤ª¤«\n" +"ABCDEFGHIJKLM...°¤µï±­³¨Èø²½\n" +"0123...Îí°íÆõ»²" + +#: ../../WPrefs.app/Text.c:285 +msgid "Alignment" +msgstr "À°Îó" + +#: ../../WPrefs.app/Text.c:290 +msgid "Left" +msgstr "º¸" + +#: ../../WPrefs.app/Text.c:296 +msgid "Center" +msgstr "Ãæ±û" + +#: ../../WPrefs.app/Text.c:303 +msgid "Right" +msgstr "±¦" + +#: ../../WPrefs.app/Text.c:325 +msgid "Text Preferences" +msgstr "¥Æ¥­¥¹¥È¤ÎÀßÄê" + +#: ../../WPrefs.app/TextureAndColor.c:384 +msgid "Window Title Bar" +msgstr "¥¦¥£¥ó¥É¥¦¥¿¥¤¥È¥ë¥Ð¡¼" + +#: ../../WPrefs.app/TextureAndColor.c:385 +msgid "Menu Title Bar" +msgstr "¥á¥Ë¥å¡¼¥¿¥¤¥È¥ë¥Ð¡¼" + +#: ../../WPrefs.app/TextureAndColor.c:386 +msgid "Menu Items" +msgstr "¥á¥Ë¥å¡¼¹àÌÜ" + +#: ../../WPrefs.app/TextureAndColor.c:387 +msgid "Workspace/Clip" +msgstr "¥ï¡¼¥¯¥¹¥Ú¡¼¥¹/¥¯¥ê¥Ã¥×" + +#: ../../WPrefs.app/TextureAndColor.c:388 +msgid "Icons" +msgstr "¥¢¥¤¥³¥ó" + +#: ../../WPrefs.app/TextureAndColor.c:399 +msgid "Focused Window" +msgstr "¥Õ¥©¡¼¥«¥¹¡¦¥¦¥£¥ó¥É¥¦" + +#: ../../WPrefs.app/TextureAndColor.c:412 +#: ../../WPrefs.app/TextureAndColor.c:443 +#: ../../WPrefs.app/TextureAndColor.c:474 +msgid "Texture" +msgstr "¥Æ¥¯¥¹¥Á¥ã¡¼" + +#: ../../WPrefs.app/TextureAndColor.c:418 +#: ../../WPrefs.app/TextureAndColor.c:449 +#: ../../WPrefs.app/TextureAndColor.c:480 +msgid "Text Color" +msgstr "¥Æ¥­¥¹¥È¤Î¿§" + +#: ../../WPrefs.app/TextureAndColor.c:423 +#: ../../WPrefs.app/TextureAndColor.c:454 +#: ../../WPrefs.app/TextureAndColor.c:485 +#: ../../WPrefs.app/TextureAndColor.c:509 +#: ../../WPrefs.app/TextureAndColor.c:575 +#: ../../WPrefs.app/TextureAndColor.c:652 +msgid "Set..." +msgstr "ÀßÄê..." + +#: ../../WPrefs.app/TextureAndColor.c:430 +msgid "Unfocused Window" +msgstr "¥Õ¥©¡¼¥«¥¹¤µ¤ì¤Æ¤Ê¤¤¥¦¥£¥ó¥É¥¦" + +#: ../../WPrefs.app/TextureAndColor.c:461 +msgid "Owner of Focused Window" +msgstr "¥Õ¥©¡¼¥«¥¹¥¦¥£¥ó¥É¥¦¤Î¥ª¡¼¥Ê¡¼" + +#: ../../WPrefs.app/TextureAndColor.c:494 +msgid "Unselected Items" +msgstr "ÈóÁªÂò¤Î¹àÌÜ" + +#: ../../WPrefs.app/TextureAndColor.c:504 +#: ../../WPrefs.app/TextureAndColor.c:558 +msgid "Background" +msgstr "ÇØ·Ê" + +#: ../../WPrefs.app/TextureAndColor.c:519 +msgid "Normal Text" +msgstr "ÉáÄ̤Υƥ­¥¹¥È" + +#: ../../WPrefs.app/TextureAndColor.c:529 +msgid "Disabled Text" +msgstr "ÈóÁªÂò¤Î¥Æ¥­¥¹¥È" + +#: ../../WPrefs.app/TextureAndColor.c:538 +msgid "Selected Items" +msgstr "ÁªÂò¤µ¤ì¤¿¹àÌÜ" + +#: ../../WPrefs.app/TextureAndColor.c:548 +msgid "Text" +msgstr "¥Æ¥­¥¹¥È" + +#: ../../WPrefs.app/TextureAndColor.c:566 +msgid "Menu Title Background" +msgstr "¥á¥Ë¥å¡¼¥¿¥¤¥È¥ë¤ÎÇØ·Ê" + +#: ../../WPrefs.app/TextureAndColor.c:584 +msgid "Menu Title Text" +msgstr "¥á¥Ë¥å¡¼¥¿¥¤¥È¥ë¤Î¥Æ¥­¥¹¥È" + +#: ../../WPrefs.app/TextureAndColor.c:596 +msgid "Workspace Background" +msgstr "¥ï¡¼¥¯¥¹¥Ú¡¼¥¹¤ÎÇØ·Ê" + +#: ../../WPrefs.app/TextureAndColor.c:605 +msgid "Change" +msgstr "Êѹ¹" + +#: ../../WPrefs.app/TextureAndColor.c:611 +msgid "Clip Title Text" +msgstr "¥¯¥ê¥Ã¥×¥Æ¥­¥¹¥È¥¿¥¤¥È¥ë" + +#: ../../WPrefs.app/TextureAndColor.c:621 +msgid "Normal" +msgstr "ɸ½à" + +#: ../../WPrefs.app/TextureAndColor.c:631 +msgid "Collapsed" +msgstr "Êø²õ" + +#: ../../WPrefs.app/TextureAndColor.c:643 +msgid "Icon Background" +msgstr "¥¢¥¤¥³¥ó¤ÎÇØ·Ê" + +#: ../../WPrefs.app/TextureAndColor.c:677 +msgid "Texture and Color Preferences" +msgstr "¥Æ¥¯¥¹¥Á¥ã¡¼¤È¥«¥é¡¼¤ÎÀßÄê" + +#: ../../WPrefs.app/Themes.c:71 ../../WPrefs.app/Themes.c:82 +msgid "Set" +msgstr "ÀßÄê..." + +#: ../../WPrefs.app/Themes.c:132 +msgid "Stop" +msgstr "Ää»ß" + +#: ../../WPrefs.app/Themes.c:143 ../../WPrefs.app/Themes.c:205 +#: ../../WPrefs.app/Themes.c:225 +msgid "Download" +msgstr "¥À¥¦¥ó¥í¡¼¥É" + +#: ../../WPrefs.app/Themes.c:173 +msgid "Save Current Theme" +msgstr "¸½ºß¤Î¥Æ¡¼¥Þ¤òÊݸ" + +#: ../../WPrefs.app/Themes.c:182 +msgid "Load" +msgstr "Æɤ߹þ¤ß" + +#: ../../WPrefs.app/Themes.c:187 +msgid "Install" +msgstr "¥¤¥ó¥¹¥È¡¼¥ë" + +#: ../../WPrefs.app/Themes.c:195 +msgid "Tile of The Day" +msgstr "º£Æü¤Î¥¿¥¤¥ë" + +#: ../../WPrefs.app/Themes.c:215 +msgid "Bar of The Day" +msgstr "º£Æü¤Î¥Ð¡¼" + +#: ../../WPrefs.app/Themes.c:252 +msgid "Themes" +msgstr "¥Æ¡¼¥Þ" + +#: ../../WPrefs.app/WPrefs.c:201 +msgid "Window Maker Preferences" +msgstr "Window Maker¤ÎÀßÄê" + +#: ../../WPrefs.app/WPrefs.c:225 +msgid "Revert Page" +msgstr "¥Ú¡¼¥¸¤òÉüµ¢" + +#: ../../WPrefs.app/WPrefs.c:231 +msgid "Revert All" +msgstr "Á´¤Æ¤òÉüµ¢" + +#: ../../WPrefs.app/WPrefs.c:237 +msgid "Save" +msgstr "Êݸ" + +#: ../../WPrefs.app/WPrefs.c:243 +msgid "Close" +msgstr "ÊĤ¸¤ë" + +#: ../../WPrefs.app/WPrefs.c:260 +msgid "Window Maker Preferences Utility" +msgstr "Window Maker ÀßÄê¥æ¡¼¥Æ¥£¥ê¥Æ¥£" + +#: ../../WPrefs.app/WPrefs.c:267 +#, c-format +msgid "Version %s for Window Maker %s" +msgstr "¥Ð¡¼¥¸¥ç¥ó %s (Window Maker %s Âбþ)" + +#: ../../WPrefs.app/WPrefs.c:274 +msgid "Starting..." +msgstr "µ¯Æ°Ãæ..." + +#: ../../WPrefs.app/WPrefs.c:280 +msgid "" +"Programming/Design: Alfredo K. Kojima\n" +"Artwork: Marco van Hylckama Vlieg\n" +"More Programming: James Thompson" +msgstr "" +"¥×¥í¥°¥é¥à/¥Ç¥¶¥¤¥ó: Alfredo K. Kojima\n" +"Èþ½Ñ: Marco van Hylckama Vlieg\n" +"¥×¥í¥°¥é¥à: James Thompson" + +#: ../../WPrefs.app/WPrefs.c:368 +#, c-format +msgid "could not locate image file %s\n" +msgstr "¥¤¥á¡¼¥¸¥Õ¥¡¥¤¥ë %s ¤¬¸«ÉÕ¤«¤ê¤Þ¤»¤ó\n" + +#: ../../WPrefs.app/WPrefs.c:474 +#, c-format +msgid "could not load image file %s:%s" +msgstr "²èÁü¥Õ¥¡¥¤¥ë %s:%s ¤ò³«¤±¤Þ¤»¤ó" + +#: ../../WPrefs.app/WPrefs.c:493 +msgid "Loading Window Maker configuration files..." +msgstr "Window Maker ¤ÎÀßÄê¥Õ¥¡¥¤¥ë¤òÆɤ߹þ¤ßÃæ..." + +#: ../../WPrefs.app/WPrefs.c:497 +msgid "Initializing configuration panels..." +msgstr "ÀßÄê¥Ñ¥Í¥ë¤ò½é´ü²½Ãæ..." + +#: ../../WPrefs.app/WPrefs.c:525 +msgid "" +"WPrefs is free software and is distributed WITHOUT ANY WARRANTY under the " +"terms of the GNU General Public License.Redistribution of the icons in this " +"program separately from the program itself is prohibited." +msgstr "" +"WPrefs¤Ï¥Õ¥ê¡¼¥½¥Õ¥È¤Ç¤¢¤êGNU°ìÈ̸øÍ­»ÈÍѵöÂú½ñ¤Î²¼¤Ç̵ÊݾڤÇÇÛÉÛ¤µ¤ì¤Þ¤¹." +"¤³¤Î¥×¥í¥°¥é¥à¤ÈÆÈΩ¤Ë¥¢¥¤¥³¥ó¤Î¤ß¤òÇÛÉÛ¤¹¤ë¤³¤È¤Ï¶Ø¤¸¤é¤ì¤Æ¤Þ¤¹" + +#: ../../WPrefs.app/WPrefs.c:556 ../../WPrefs.app/WPrefs.c:612 +#, c-format +msgid "Window Maker domain (%s) is corrupted!" +msgstr "Window Maker ¤Î¥É¥á¥¤¥ó (%s) ¤Ë¾ã³²!" + +#: ../../WPrefs.app/WPrefs.c:560 +#, c-format +msgid "Could not load Window Maker domain (%s) from defaults database." +msgstr "WindowMaker domain (%s) ¤ò¥Ç¥Õ¥©¥ë¥È¥Ç¡¼¥¿¥Ù¡¼¥¹¤«¤éÆɤ߹þ¤á¤Þ¤»¤ó" + +#: ../../WPrefs.app/WPrefs.c:568 +msgid "could not extract version information from Window Maker" +msgstr "WindowMaker ¤«¤é¥Ð¡¼¥¸¥ç¥ó¾ðÊó¤ò¼èÆÀ¤Ç¤­¤Þ¤»¤ó" + +#: ../../WPrefs.app/WPrefs.c:569 +msgid "Make sure wmaker is in your search path." +msgstr "wmaker ¤¬¥µ¡¼¥Á¥Ñ¥¹¤Ë´Þ¤Þ¤ì¤Æ¤¤¤ë¤«³Îǧ¤·¤Æ²¼¤µ¤¤" + +#: ../../WPrefs.app/WPrefs.c:572 +msgid "" +"Could not extract version from Window Maker. Make sure it is correctly " +"installed and is in your PATH environment variable." +msgstr "" +"Window Maker¤Î¥Ð¡¼¥¸¥ç¥ó¾ðÊó¤òÆɤߤȤì¤Þ¤»¤ó. " +"PATHÀßÄê¤Ë¤è¤êÆɤ߹þ¤á¤ë°ÌÃÖ¤ËŬÀڤ˥¤¥ó¥¹¥È¡¼¥ë¤µ¤ì¤Æ¤¤¤ë¤«³Îǧ¤·¤Æ¤¯¤À¤µ¤¤" + +#: ../../WPrefs.app/WPrefs.c:582 +msgid "" +"Could not extract version from Window Maker. Make sure it is correctly " +"installed." +msgstr "" +"Window Maker¤Î¥Ð¡¼¥¸¥ç¥ó¾ðÊó¤òÆɤߤȤì¤Þ¤»¤ó. " +"ŬÀڤ˥¤¥ó¥¹¥È¡¼¥ë¤µ¤ì¤Æ¤¤¤ë¤«³Îǧ¤·¤Æ¤¯¤À¤µ¤¤" + +#: ../../WPrefs.app/WPrefs.c:587 +#, c-format +msgid "" +"WPrefs only supports Window Maker 0.18.0 or newer.\n" +"The version installed is %i.%i.%i\n" +msgstr "" +"WPrefs¤ÏWindow Maker 0.18.0 °Ê¹ß¤ò¥µ¥Ý¡¼¥È¤·¤Æ¤¤¤Þ¤¹\n" +"¥¤¥ó¥¹¥È¡¼¥ë¤µ¤ì¤Æ¤¤¤ë¤Î¤Ï %i.%i.%i ¤Ç¤¹\n" + +#: ../../WPrefs.app/WPrefs.c:594 +#, c-format +msgid "" +"Window Maker %i.%i.%i, which is installed in your system, is not fully " +"supported by this version of WPrefs." +msgstr "" +"¤¢¤Ê¤¿¤Î¥·¥¹¥Æ¥à¤Ë¥¤¥ó¥¹¥È¡¼¥ë¤µ¤ì¤Æ¤¤¤ëWindow Maker %i.%i.%i ¤Ï, " +"Wprefs¤Î¤³¤Î¥Ð¡¼¥¸¥ç¥ó¤Ç¤Ï°ìÉô¥µ¥Ý¡¼¥È¤·¤Æ¤ª¤ê¤Þ¤»¤ó" + +#: ../../WPrefs.app/WPrefs.c:601 +msgid "could not run \"wmaker -global_defaults_path\"." +msgstr "\"wmaker -global_defaults_path\" ¤ò¼Â¹Ô¤Ç¤­¤Þ¤»¤ó" + +#: ../../WPrefs.app/WPrefs.c:616 +#, c-format +msgid "Could not load global Window Maker domain (%s)." +msgstr "Window Maker¤Î¥°¥í¡¼¥Ð¥ë¡¦¥É¥á¥¤¥ó(%s)¤òÆɤ߹þ¤á¤Þ¤»¤ó" + +#: ../../WPrefs.app/WPrefs.c:862 +#, c-format +msgid "" +"bad speed value for option %s\n" +". Using default Medium" +msgstr "" +"¥ª¥×¥·¥ç¥ó %s ¤ÎspeedÃͤÏÉÔÀµ¤Ç¤¹. \n" +"¥Ç¥Õ¥©¥ë¥ÈÃͤò»ÈÍѤ·¤Þ¤¹" + +#: ../../WPrefs.app/WindowHandling.c:108 +#, c-format +msgid "bad option value %s in WindowPlacement. Using default value" +msgstr "¥¦¥¤¥ó¥É¥¦ÇÛÃÖ¥ª¥×¥·¥ç¥ó %s ¤ÏÉÔÀµ¤Ç¤¹. ¥Ç¥Õ¥©¥ë¥ÈÃͤò»ÈÍѤ·¤Þ¤¹" + +#: ../../WPrefs.app/WindowHandling.c:130 +msgid "invalid data in option WindowPlaceOrigin. Using default (0,0)" +msgstr "WindowÇÛÃ֤δð½àÃͤ¬ÉÔÀµ¤Ç¤¹. ¥Ç¥Õ¥©¥ë¥È¤Î(0,0)¤ò»ÈÍѤ·¤Þ¤¹" + +#: ../../WPrefs.app/WindowHandling.c:192 +msgid "Window Placement" +msgstr "¥¦¥¤¥ó¥É¥¦¤ÎÇÛÃÖ" + +#: ../../WPrefs.app/WindowHandling.c:197 +msgid "Automatic" +msgstr "¼«Æ°" + +#: ../../WPrefs.app/WindowHandling.c:198 +msgid "Random" +msgstr "¥é¥ó¥À¥à" + +#: ../../WPrefs.app/WindowHandling.c:199 +msgid "Manual" +msgstr "¥Þ¥Ë¥å¥¢¥ë" + +#: ../../WPrefs.app/WindowHandling.c:200 +msgid "Cascade" +msgstr "¥«¥¹¥±¡¼¥É" + +#: ../../WPrefs.app/WindowHandling.c:206 +msgid "Placement Origin" +msgstr "ÇÛÃ֤δð½àÅÀ" + +#: ../../WPrefs.app/WindowHandling.c:260 +msgid "Opaque Move" +msgstr "°ÜÆ°»þ¤Îɽ¼¨" + +#: ../../WPrefs.app/WindowHandling.c:296 +msgid "When maximizing..." +msgstr "ºÇÂç²½¤Î¤È¤­¤Ë..." + +#: ../../WPrefs.app/WindowHandling.c:301 +msgid "...do not resize over icons" +msgstr "...¥¢¥¤¥³¥óÎΰè¤ò´Þ¤á¤Ê¤¤" + +#: ../../WPrefs.app/WindowHandling.c:307 +msgid "...do not resize over dock" +msgstr "...¥É¥Ã¥¯Îΰè¤ò´Þ¤á¤Ê¤¤" + +#: ../../WPrefs.app/WindowHandling.c:320 +msgid "Keep transients above their owners" +msgstr "transients(³Îǧ¡¦·Ù¹ðÅù¤Î¥¦¥£¥ó¥É¥¦)\n¤Ï¾ï¤Ë¿Æ¥¦¥£¥ó¥É¥¦¤Î¾å¤Ëɽ¼¨" + + +#: ../../WPrefs.app/WindowHandling.c:347 +msgid "Window Handling Preferences" +msgstr "¥¦¥£¥ó¥É¥¦Áàºî¤ÎÀßÄê" + +#: ../../WPrefs.app/Workspace.c:137 +msgid "Workspace Navigation" +msgstr "¥ï¡¼¥¯¥¹¥Ú¡¼¥¹¤ÎÁàºî" + +#: ../../WPrefs.app/Workspace.c:161 +msgid "drag windows between workspaces." +msgstr "¥ï¡¼¥¯¥¹¥Ú¡¼¥¹´Ö¤Î¥¦¥£¥ó¥É¥¦¤Î¥É¥é¥Ã¥°¤ò²Äǽ¤Ë¤¹¤ë" + +#: ../../WPrefs.app/Workspace.c:186 +msgid "" +"switch to first workspace when switching past the last workspace and " +"vice-versa" +msgstr "" +"ºÇ¸å¤Î¥ï¡¼¥¯¥¹¥Ú¡¼¥¹¤«¤é¤Î°ÜÆ°¤ÇºÇ½é\n" +"¤Î¥ï¡¼¥¯¥¹¥Ú¡¼¥¹¤Ø°ÜÆ°, ¤Þ¤¿¤Ï¤½¤ÎµÕ" + +#: ../../WPrefs.app/Workspace.c:210 +msgid "create a new workspace when switching past the last workspace." +msgstr "" +"ºÇ¸å¤Î¥ï¡¼¥¯¥¹¥Ú¡¼¥¹¤«¤é¤Î°ÜÆ°¤Ç\n" +"¿·µ¬¤Ë¥ï¡¼¥¯¥¹¥Ú¡¼¥¹¤òºîÀ®" + +#: ../../WPrefs.app/Workspace.c:218 +msgid "Dock/Clip" +msgstr "¥É¥Ã¥¯/¥¯¥ê¥Ã¥×" + +#: ../../WPrefs.app/Workspace.c:287 +msgid "Workspace Preferences" +msgstr "¥ï¡¼¥¯¥¹¥Ú¡¼¥¹¤ÎÀßÄê" + +#: ../../WPrefs.app/main.c:72 +#, c-format +msgid "usage: %s [options]\n" +msgstr "»ÈÍÑË¡: %s [¥ª¥×¥·¥ç¥ó]\n" + +#: ../../WPrefs.app/main.c:73 +msgid "options:" +msgstr "¥ª¥×¥·¥ç¥ó:" + +#: ../../WPrefs.app/main.c:74 +msgid " -display \tdisplay to be used" +msgstr " -display \t»ÈÍѤ¹¤ë¥Ç¥£¥¹¥×¥ì¥¤" + +#: ../../WPrefs.app/main.c:75 +msgid " -version\t\tprint version number and exit" +msgstr " -version\t\t¥Ð¡¼¥¸¥ç¥ó¤òɽ¼¨¸å½ªÎ»" + +#: ../../WPrefs.app/main.c:132 +#, c-format +msgid "too few arguments for %s" +msgstr "%s ¤ËÂФ¹¤ë°ú¿ô¤¬¾¯¤Ê¤¹¤®¤Þ¤¹" + +#: ../../WPrefs.app/main.c:154 +msgid "X server does not support locale" +msgstr "X¥µ¡¼¥Ð¤¬¥í¥±¡¼¥ëµ¡Ç½¤ò¥µ¥Ý¡¼¥È¤·¤Æ¤Þ¤»¤ó" + +#: ../../WPrefs.app/main.c:157 +msgid "cannot set locale modifiers" +msgstr "¥í¥±¡¼¥ë¤òÀßÄê¤Ç¤­¤Þ¤»¤ó" + +#: ../../WPrefs.app/main.c:163 +#, c-format +msgid "could not open display %s" +msgstr "¥Ç¥£¥¹¥×¥ì¥¤ %s ¤ò³«¤±¤Þ¤»¤ó" + +#: ../../WPrefs.app/main.c:171 +msgid "could not initialize application" +msgstr "¥¢¥×¥ê¥±¡¼¥·¥ç¥ó¤ò½é´ü²½¤Ç¤­¤Þ¤»¤ó" + +#~ msgid "" +#~ "This program is still under development. Backup your ~/GNUstep/Defaults " +#~ "directory, before using it." +#~ msgstr "" +#~ "¤³¤Î¥×¥í¥°¥é¥à¤Ï³«È¯ÈǤǤ¹. " +#~ "»ÈÍÑÁ°¤Ë¤Ï~/GNUstep/Defaults¤Î¥Ð¥Ã¥¯¥¢¥Ã¥×¤ò¤È¤Ã¤Æ²¼¤µ¤¤" diff --git a/WPrefs.app/po/ko.po b/WPrefs.app/po/ko.po index bd35d163..49cf496e 100644 --- a/WPrefs.app/po/ko.po +++ b/WPrefs.app/po/ko.po @@ -1,1370 +1,1168 @@ -# WindowMaker-0.20.3 WPrefs.app po file. -# Copyright (C) 1998 Free Software Foundation, Inc. -# Byeong-Chan, Kim , 1998. -# Update: CHOI Junho , 1998/12. -# -msgid "" -msgstr "" -"POT-Creation-Date: 1998-12-04 08:08+0900\n" -"Language-Team: Korean\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=EUC-KR\n" -"Content-Transfer-Encoding: 8-bit\n" -"Date: 1998-09-02 04:43:35+0900\n" -"From: Byeong-Chan, Kim \n" -"Xgettext-Options: --default-domain=WPrefs --add-comments --keyword=_\n" - -#: ../../WPrefs.app/Configurations.c:142 ../../WPrefs.app/Configurations.c:148 -#: ../../WPrefs.app/MouseSettings.c:510 ../../WPrefs.app/WindowHandling.c:274 -#: ../../WPrefs.app/WindowHandling.c:286 ../../WPrefs.app/Workspace.c:71 -#: ../../WPrefs.app/Workspace.c:77 -#, c-format -msgid "could not load icon %s" -msgstr "¾ÆÀÌÄÜ %s¸¦ ÀоîµéÀÏ ¼ö ¾øÀ½" - -#: ../../WPrefs.app/Configurations.c:156 ../../WPrefs.app/Workspace.c:85 -#, c-format -msgid "could not process icon %s:" -msgstr "¾ÆÀÌÄÜ %s¸¦ ó¸®ÇÒ ¼ö ¾øÀ½:" - -#: ../../WPrefs.app/Configurations.c:181 ../../WPrefs.app/Workspace.c:124 -#, c-format -msgid "could not load image file %s" -msgstr "À̹ÌÁö ÆÄÀÏ %s¸¦ ÀÐÀ» ¼ö ¾øÀ½" - -#: ../../WPrefs.app/Configurations.c:195 -msgid "Icon Slide Speed" -msgstr "¾ÆÀÌÄÜ ½½¶óÀÌµå ¼Óµµ" - -#: ../../WPrefs.app/Configurations.c:201 -msgid "Shade Animation Speed" -msgstr "½¦ÀÌµå ¾Ö´Ï¸ÞÀÌ¼Ç ¼Óµµ" - -#: ../../WPrefs.app/Configurations.c:234 ../../WPrefs.app/Configurations.c:246 -#: ../../WPrefs.app/Focus.c:310 ../../WPrefs.app/Focus.c:321 -#: ../../WPrefs.app/MenuPreferences.c:135 -#: ../../WPrefs.app/MenuPreferences.c:146 -#: ../../WPrefs.app/MenuPreferences.c:174 -#: ../../WPrefs.app/MenuPreferences.c:189 ../../WPrefs.app/MouseSettings.c:538 -#: ../../WPrefs.app/MouseSettings.c:549 ../../WPrefs.app/MouseSettings.c:604 -#: ../../WPrefs.app/MouseSettings.c:615 ../../WPrefs.app/MouseSettings.c:651 -#: ../../WPrefs.app/MouseSettings.c:666 ../../WPrefs.app/MouseSettings.c:682 -#: ../../WPrefs.app/WPrefs.c:398 ../../WPrefs.app/WPrefs.c:416 -#, c-format -msgid "could not load icon file %s" -msgstr "¾ÆÀÌÄÜ ÆÄÀÏ %s¸¦ ÀÐÀ» ¼ö ¾øÀ½" - -#: ../../WPrefs.app/Configurations.c:262 -msgid "Titlebar Style" -msgstr "ŸÀÌƲ¹Ù ½ºÅ¸ÀÏ" - -#: ../../WPrefs.app/Configurations.c:299 -msgid "Animations and Sound" -msgstr "¾Ö´Ï¸ÞÀ̼ǰú À½ÇâÈ¿°ú" - -#: ../../WPrefs.app/Configurations.c:305 -msgid "Animations" -msgstr "¾Ö´Ï¸ÞÀ̼Ç" - -#: ../../WPrefs.app/Configurations.c:321 -msgid "Superfluous" -msgstr "Superfluous" - -#: ../../WPrefs.app/Configurations.c:337 -msgid "Sounds" -msgstr "À½ÇâÈ¿°ú" - -#: ../../WPrefs.app/Configurations.c:354 -msgid "Note: sound requires a module distributed separately" -msgstr "ÁÖÀÇ: À½ÇâÈ¿°ú´Â µû·ÎÀÌ ¹èÆ÷µÇ´Â ¸ðµâÀÌ ÇÊ¿äÇÕ´Ï´Ù" - -#: ../../WPrefs.app/Configurations.c:364 -msgid "Dithering colormap for 8bpp" -msgstr "256»ö¿ë Ä÷¯¸Ê µð´õ¸µ" - -#: ../../WPrefs.app/Configurations.c:369 -msgid "Disable dithering in any visual/depth" -msgstr "¸ðµç ºñÁÖ¾ó/»ö»ó ±íÀÌ¿¡¼­ µð´õ¸µ »ç¿ëÇÏÁö ¾ÊÀ½" - -#: ../../WPrefs.app/Configurations.c:390 -msgid "More colors for applications" -msgstr "¾ÖÇø®ÄÉÀ̼ǿ¡ ´õ ¸¹Àº Ä÷¯ ºÎ¿©" - -#: ../../WPrefs.app/Configurations.c:397 -msgid "More colors for WindowMaker" -msgstr "WindowMaker¿¡ ´õ ¸¹Àº Ä÷¯ ºÎ¿©" - -#: ../../WPrefs.app/Configurations.c:450 -msgid "Other Configurations" -msgstr "±× ¿Ü ¼³Á¤" - -#: ../../WPrefs.app/Expert.c:70 -msgid "Do not set non-WindowMaker specific parameters (do not use xset)" -msgstr "WindowMakerÀÇ ±â´ÉÀÌ ¾Æ´Ñ °ÍÀº ¼³Á¤ÇÏÁö ¾ÊÀ½(xsetÀ» »ç¿ëÇÏÁö ¾ÊÀ½)" - -#: ../../WPrefs.app/Expert.c:71 -msgid "Automatically save session when exiting WindowMaker" -msgstr "WindowMaker Á¾·á½Ã ¼¼¼Ç ÀÚµ¿ ÀúÀå" - -#: ../../WPrefs.app/Expert.c:72 -msgid "Use SaveUnder in window frames, icons, menus and other objects" -msgstr "â ÇÁ·¹ÀÓ, ¾ÆÀÌÄÜ, ¸Þ´º µî¿¡¼­ SaveUnder »ç¿ëÇÔ" - -#: ../../WPrefs.app/Expert.c:73 -msgid "Disable cycling color highlighting of icons." -msgstr "¾ÆÀÌÄÜÀÇ »ö»ó ÇÏÀ̶óÀÌÆà ¼øȯ »ç¿ë ¾ÊÀ½." - -#: ../../WPrefs.app/Expert.c:103 -msgid "Expert User Preferences" -msgstr "°í±Þ »ç¿ëÀÚ¿ë ¼³Á¤" - -#: ../../WPrefs.app/Focus.c:79 -#, c-format -msgid "bad option value %s for option FocusMode. Using default Manual" -msgstr "FocusMode ¿É¼Ç¿¡ À߸øµÈ °ª %s. ±âº»°ªÀÎ ManualÀ» »ç¿ë" - -#: ../../WPrefs.app/Focus.c:92 -#, c-format -msgid "bad option value %s for option ColormapMode. Using default Manual" -msgstr "ColormapMode ¿É¼Ç¿¡ À߸øµÈ °ª %s. ±âº»°ªÀÎ ManualÀ» »ç¿ë" - -#: ../../WPrefs.app/Focus.c:190 -msgid "" -"Click on the window to set\n" -"keyboard input focus." -msgstr "Å°º¸µå ÀÔ·Â Æ÷Ä¿½º¸¦ ÁöÁ¤ÇϱâÀ§Çؼ­´Â âÀ» Ŭ¸¯ÇÕ´Ï´Ù." - -#: ../../WPrefs.app/Focus.c:194 -msgid "" -"Set keyboard input focus to\n" -"the window under the mouse pointer,\n" -"including the root window." -msgstr "" -"¸¶¿ì½º Æ÷ÀÎÅ͸¦ ·çÆ® âÀ»\n" -"Æ÷ÇÔÇÑ ¸ðµç ⠾Ʒ¡¿¡ ³õÀ¸¸é\n" -"±× âÀÌ È°¼ºÈ­µË´Ï´Ù." - -#: ../../WPrefs.app/Focus.c:199 -msgid "" -"Set keyboard input focus to\n" -"the window under the mouse pointer,\n" -"except the root window." -msgstr "" -"¸¶¿ì½º Æ÷ÀÎÅ͸¦ ·çÆ® âÀ»\n" -"Á¦¿ÜÇÑ ¸ðµç ⠾Ʒ¡¿¡ ³õÀ¸¸é\n" -"±× âÀÌ È°¼ºÈ­µË´Ï´Ù." - -#: ../../WPrefs.app/Focus.c:243 -msgid "Input Focus Mode" -msgstr "ÀÔ·Â Æ÷Ä¿½º ¸ðµå" - -#: ../../WPrefs.app/Focus.c:248 -msgid "Click window to focus" -msgstr "È°¼ºÈ­Çϱâ À§ÇØ Ã¢À» Ŭ¸¯" - -#: ../../WPrefs.app/Focus.c:249 -msgid "Focus follows mouse" -msgstr "¸¶¿ì½º¸¦ µû¸£´Â Æ÷Ä¿½º" - -#: ../../WPrefs.app/Focus.c:250 -msgid "\"Sloppy\" focus" -msgstr "\"´À½¼ÇÑ\" Æ÷Ä¿½º" - -#: ../../WPrefs.app/Focus.c:265 -msgid "Install colormap in the window..." -msgstr "Ä÷¯¸ÊÀ» ¼³Ä¡ÇÒ ¶§" - -#: ../../WPrefs.app/Focus.c:270 -msgid "...that has the input focus." -msgstr "ÀÔ·Â È°¼ºÈ­°¡ µÈ â¿¡ ¼³Ä¡." - -#: ../../WPrefs.app/Focus.c:275 -msgid "...that is under the mouse pointer." -msgstr "¸¶¿ì½º Æ÷ÀÎÅÍ ¾Æ·¡ÀÇ Ã¢¿¡ ¼³Ä¡." - -#: ../../WPrefs.app/Focus.c:284 -msgid "Automatic Window Raise Delay" -msgstr "ÀÚµ¿ ⠿ø®±â Áö¿¬ ½Ã°£" - -#: ../../WPrefs.app/Focus.c:341 -msgid "msec" -msgstr "¹Ð¸®ÃÊ" - -#: ../../WPrefs.app/Focus.c:358 -msgid "Do not let aplications receive the click used to focus windows." -msgstr "¾îÇø®ÄÉÀ̼ÇÀÌ Ã¢À» È°¼ºÈ­Çϴ Ŭ¸¯À» ¹ÞÁö ¸øÇϵµ·Ï ÇÕ´Ï´Ù." - -#: ../../WPrefs.app/Focus.c:364 -msgid "Automatically focus new windows." -msgstr "»õ·Î¿î âÀ» ÀÚµ¿ È°¼ºÈ­ÇÕ´Ï´Ù." - -#: ../../WPrefs.app/Focus.c:385 -msgid "Window Focus Preferences" -msgstr "â È°¼ºÈ­ ¼³Á¤" - -#: ../../WPrefs.app/KeyboardSettings.c:72 -msgid "Initial Key Repeat" -msgstr "Ãʱâ Å° ¹Ýº¹ ¼Óµµ" - -#: ../../WPrefs.app/KeyboardSettings.c:113 -msgid "Key Repeat Rate" -msgstr "Å° ¹Ýº¹À²" - -#: ../../WPrefs.app/KeyboardSettings.c:153 -msgid "Type here to test" -msgstr "¿©±â¼­ ½ÃÇèÇϼ¼¿ä" - -#: ../../WPrefs.app/KeyboardSettings.c:172 -msgid "Keyboard Preferences" -msgstr "Å°º¸µå ¼³Á¤" - -#: ../../WPrefs.app/KeyboardShortcuts.c:170 ../../WPrefs.app/Menu.c:923 -#: ../../WPrefs.app/Menu.c:1290 ../../WPrefs.app/MenuGuru.c:263 -msgid "Cancel" -msgstr "Ãë¼Ò" - -#: ../../WPrefs.app/KeyboardShortcuts.c:171 -msgid "Press the desired shortcut key(s) or click Cancel to stop capturing." -msgstr "¿øÇÏ´Â ´ÜÃàÅ°¸¦ ´©¸£½Ê½Ã¿À. Ãë¼Ò¸¦ ´©¸£¸é ĸÃÄ°¡ Áߴܵ˴ϴÙ." - -#: ../../WPrefs.app/KeyboardShortcuts.c:189 -#: ../../WPrefs.app/KeyboardShortcuts.c:390 ../../WPrefs.app/Menu.c:935 -#: ../../WPrefs.app/Menu.c:1157 -msgid "Capture" -msgstr "ĸÃÄ" - -#: ../../WPrefs.app/KeyboardShortcuts.c:190 -#: ../../WPrefs.app/KeyboardShortcuts.c:397 -msgid "Click Capture to interactively define the shortcut key." -msgstr "ĸÃÄ ¹öÆ°À» ´­·¯ ´ÜÃàÅ°¸¦ ½±°Ô ÁöÁ¤ÇÒ ¼ö ÀÖ½À´Ï´Ù." - -#: ../../WPrefs.app/KeyboardShortcuts.c:308 -msgid "Actions" -msgstr "µ¿ÀÛ" - -#: ../../WPrefs.app/KeyboardShortcuts.c:322 -msgid "Open applications menu" -msgstr "¾ÖÇø®ÄÉÀÌ¼Ç ¸Þ´º ¿­±â" - -#: ../../WPrefs.app/KeyboardShortcuts.c:323 -msgid "Open window list menu" -msgstr "â ¸ñ·Ï ¸Þ´º ¿­±â" - -#: ../../WPrefs.app/KeyboardShortcuts.c:324 -msgid "Open window commands menu" -msgstr "â ¸í·É ¸Þ´º ¿­±â" - -#: ../../WPrefs.app/KeyboardShortcuts.c:325 -msgid "Hide active application" -msgstr "È°¼ºÈ­µÈ ¾ÖÇø®ÄÉÀÌ¼Ç ¼û±è" - -#: ../../WPrefs.app/KeyboardShortcuts.c:326 -msgid "Miniaturize active window" -msgstr "È°¼ºÈ­µÈ â ÃÖ¼ÒÈ­" - -#: ../../WPrefs.app/KeyboardShortcuts.c:327 -msgid "Close active window" -msgstr "È°¼ºÈ­µÈ ⠴ݱâ" - -#: ../../WPrefs.app/KeyboardShortcuts.c:328 -msgid "Maximize active window" -msgstr "È°¼ºÈ­µÈ â ÃÖ´ëÈ­" - -#: ../../WPrefs.app/KeyboardShortcuts.c:329 -msgid "Maximize active window vertically" -msgstr "âÀ» ¼¼·Î·Î ÃÖ´ëÈ­" - -#: ../../WPrefs.app/KeyboardShortcuts.c:330 -msgid "Raise active window" -msgstr "È°¼ºÈ­µÈ âÀ» À§·Î" - -#: ../../WPrefs.app/KeyboardShortcuts.c:331 -msgid "Lower active window" -msgstr "È°¼ºÈ­µÈ âÀ» ¾Æ·¡·Î" - -#: ../../WPrefs.app/KeyboardShortcuts.c:332 -msgid "Raise/Lower window under mouse pointer" -msgstr "¸¶¿ì½º°¡ À§Ä¡ÇÑ Ã¢ ¿Ã¸²/³»¸²" - -#: ../../WPrefs.app/KeyboardShortcuts.c:333 -msgid "Shade active window" -msgstr "È°¼ºÈ­µÈ â ½¦À̵ùÇϱâ" - -#: ../../WPrefs.app/KeyboardShortcuts.c:334 -msgid "Select active window" -msgstr "È°¼ºÈ­ â ¼±ÅÃ" - -#: ../../WPrefs.app/KeyboardShortcuts.c:335 -msgid "Focus next window" -msgstr "´ÙÀ½ â È°¼ºÈ­" - -#: ../../WPrefs.app/KeyboardShortcuts.c:336 -msgid "Focus previous window" -msgstr "ÀÌÀü â È°¼ºÈ­" - -#: ../../WPrefs.app/KeyboardShortcuts.c:337 -msgid "Switch to next workspace" -msgstr "´ÙÀ½ ÀÛ¾÷°ø°£À¸·Î Àüȯ" - -#: ../../WPrefs.app/KeyboardShortcuts.c:338 -msgid "Switch to previous workspace" -msgstr "ÀÌÀü ÀÛ¾÷°ø°£À¸·Î Àüȯ" - -#: ../../WPrefs.app/KeyboardShortcuts.c:339 -msgid "Switch to next ten workspaces" -msgstr "10°³ ´ÙÀ½ ÀÛ¾÷°ø°£À¸·Î Àüȯ" - -#: ../../WPrefs.app/KeyboardShortcuts.c:340 -msgid "Switch to previous ten workspaces" -msgstr "10°³ ÀÌÀü ÀÛ¾÷°ø°£À¸·Î Àüȯ" - -#: ../../WPrefs.app/KeyboardShortcuts.c:341 -msgid "Switch to workspace 1" -msgstr "1¹ø ÀÛ¾÷°ø°£À¸·Î Àüȯ" - -#: ../../WPrefs.app/KeyboardShortcuts.c:342 -msgid "Switch to workspace 2" -msgstr "2¹ø ÀÛ¾÷°ø°£À¸·Î Àüȯ" - -#: ../../WPrefs.app/KeyboardShortcuts.c:343 -msgid "Switch to workspace 3" -msgstr "3¹ø ÀÛ¾÷°ø°£À¸·Î Àüȯ" - -#: ../../WPrefs.app/KeyboardShortcuts.c:344 -msgid "Switch to workspace 4" -msgstr "4¹ø ÀÛ¾÷°ø°£À¸·Î Àüȯ" - -#: ../../WPrefs.app/KeyboardShortcuts.c:345 -msgid "Switch to workspace 5" -msgstr "5¹ø ÀÛ¾÷°ø°£À¸·Î Àüȯ" - -#: ../../WPrefs.app/KeyboardShortcuts.c:346 -msgid "Switch to workspace 6" -msgstr "6¹ø ÀÛ¾÷°ø°£À¸·Î Àüȯ" - -#: ../../WPrefs.app/KeyboardShortcuts.c:347 -msgid "Switch to workspace 7" -msgstr "7¹ø ÀÛ¾÷°ø°£À¸·Î Àüȯ" - -#: ../../WPrefs.app/KeyboardShortcuts.c:348 -msgid "Switch to workspace 8" -msgstr "8¹ø ÀÛ¾÷°ø°£À¸·Î Àüȯ" - -#: ../../WPrefs.app/KeyboardShortcuts.c:349 -msgid "Switch to workspace 9" -msgstr "9¹ø ÀÛ¾÷°ø°£À¸·Î Àüȯ" - -#: ../../WPrefs.app/KeyboardShortcuts.c:350 -msgid "Switch to workspace 10" -msgstr "10¹ø ÀÛ¾÷°ø°£À¸·Î Àüȯ" - -#: ../../WPrefs.app/KeyboardShortcuts.c:351 -msgid "Shortcut for window 1" -msgstr "1¹ø â ´ÜÃàÅ°" - -#: ../../WPrefs.app/KeyboardShortcuts.c:352 -msgid "Shortcut for window 2" -msgstr "2¹ø â ´ÜÃàÅ°" - -#: ../../WPrefs.app/KeyboardShortcuts.c:353 -msgid "Shortcut for window 3" -msgstr "3¹ø â ´ÜÃàÅ°" - -#: ../../WPrefs.app/KeyboardShortcuts.c:354 -msgid "Shortcut for window 4" -msgstr "4¹ø â ´ÜÃàÅ°" - -#: ../../WPrefs.app/KeyboardShortcuts.c:355 -msgid "Raise Clip" -msgstr "Ŭ¸³ ¿Ã¸²" - -#: ../../WPrefs.app/KeyboardShortcuts.c:356 -msgid "Lower Clip" -msgstr "Ŭ¸³ ³»¸²" - -#: ../../WPrefs.app/KeyboardShortcuts.c:357 -msgid "Raise/Lower Clip" -msgstr "Ŭ¸³ ¿Ã¸²/³»¸²" - -#: ../../WPrefs.app/KeyboardShortcuts.c:359 -msgid "Toggle keyboard language" -msgstr "" - -#: ../../WPrefs.app/KeyboardShortcuts.c:373 ../../WPrefs.app/Menu.c:1146 -msgid "Shortcut" -msgstr "´ÜÃàÅ°" - -#: ../../WPrefs.app/KeyboardShortcuts.c:384 -msgid "Clear" -msgstr "Áö¿ò" - -#: ../../WPrefs.app/KeyboardShortcuts.c:445 -msgid "Keyboard Shortcut Preferences" -msgstr "Å°º¸µå ´ÜÃàÅ° ¼³Á¤" - -#: ../../WPrefs.app/Menu.c:373 -msgid "Window Manager" -msgstr "â °ü¸®ÀÚ" - -#: ../../WPrefs.app/Menu.c:375 -msgid "Program to open files" -msgstr "ÆÄÀÏÀ» ¿­ ÇÁ·Î±×·¥" - -#: ../../WPrefs.app/Menu.c:377 ../../WPrefs.app/Menu.c:1133 -msgid "Program to Run" -msgstr "½ÇÇàÇÒ ÇÁ·Î±×·¥" - -#: ../../WPrefs.app/Menu.c:427 ../../WPrefs.app/Menu.c:428 -#, c-format -msgid "New Command %i" -msgstr "»õ ¸í·É %i" - -#: ../../WPrefs.app/Menu.c:435 -msgid "New Submenu" -msgstr "»õ ºÎ¸Þ´º" - -#: ../../WPrefs.app/Menu.c:440 -msgid "External Menu" -msgstr "¿ÜºÎ ¸Þ´º" - -#: ../../WPrefs.app/Menu.c:447 -msgid "Workspaces" -msgstr "ÀÛ¾÷ °ø°£" - -#: ../../WPrefs.app/Menu.c:1017 ../../WPrefs.app/Menu.c:1032 -msgid "Commands" -msgstr "¸í·É" - -#: ../../WPrefs.app/Menu.c:1018 ../../WPrefs.app/Menu.c:1033 -msgid "Add Command" -msgstr "¸í·É Ãß°¡" - -#: ../../WPrefs.app/Menu.c:1019 ../../WPrefs.app/Menu.c:1034 -msgid "Add Submenu" -msgstr "ºÎ¸Þ´º Ãß°¡" - -#: ../../WPrefs.app/Menu.c:1020 ../../WPrefs.app/Menu.c:1035 -msgid "Add External Menu" -msgstr "¿ÜºÎ ¸Þ´º Ãß°¡" - -#: ../../WPrefs.app/Menu.c:1021 ../../WPrefs.app/Menu.c:1036 -msgid "Add Workspace Menu" -msgstr "ÀÛ¾÷°ø°£ ¸Þ´º Ãß°¡" - -#: ../../WPrefs.app/Menu.c:1022 ../../WPrefs.app/Menu.c:1037 -msgid "Remove Item" -msgstr "Ç׸ñ »èÁ¦" - -#: ../../WPrefs.app/Menu.c:1023 ../../WPrefs.app/Menu.c:1038 -msgid "Cut Item" -msgstr "Ç׸ñ À߶󳻱â" - -#: ../../WPrefs.app/Menu.c:1024 ../../WPrefs.app/Menu.c:1039 -msgid "Copy Item" -msgstr "Ç׸ñ º¹»ç" - -#: ../../WPrefs.app/Menu.c:1025 ../../WPrefs.app/Menu.c:1040 -msgid "Paste Item" -msgstr "Ç׸ñ ºÙÀ̱â" - -#: ../../WPrefs.app/Menu.c:1069 -msgid "Label" -msgstr "·¹À̺í" - -#: ../../WPrefs.app/Menu.c:1082 -msgid "Command" -msgstr "¸í·É" - -#: ../../WPrefs.app/Menu.c:1087 -msgid "Run Program" -msgstr "ÇÁ·Î±×·¥ ½ÇÇà" - -#: ../../WPrefs.app/Menu.c:1088 -msgid "Arrange Icons" -msgstr "¾ÆÀÌÄÜ Á¤·Ä" - -#: ../../WPrefs.app/Menu.c:1089 -msgid "Hide Others" -msgstr "´Ù¸¥ â ¼û±â±â" - -#: ../../WPrefs.app/Menu.c:1090 -msgid "Show All Windows" -msgstr "¸ðµç â º¸À̱â" - -#: ../../WPrefs.app/Menu.c:1091 -msgid "Exit WindowMaker" -msgstr "WindowMaker Á¾·á" - -#: ../../WPrefs.app/Menu.c:1092 -msgid "Exit X Session" -msgstr "X ¼¼¼Ç Á¾·á" - -#: ../../WPrefs.app/Menu.c:1093 -msgid "Start window manager" -msgstr "â °ü¸®ÀÚ ½ÃÀÛ " - -#: ../../WPrefs.app/Menu.c:1094 -msgid "Restart WindowMaker" -msgstr "WindowMaker Àç½ÃÀÛ" - -#: ../../WPrefs.app/Menu.c:1095 -msgid "Save Session" -msgstr "¼¼¼Ç ÀúÀå" - -#: ../../WPrefs.app/Menu.c:1096 -msgid "Clear Session" -msgstr "¼¼¼Ç Áö¿ì±â" - -#: ../../WPrefs.app/Menu.c:1097 -msgid "Refresh Screen" -msgstr "´Ù½Ã ±×¸®±â" - -#: ../../WPrefs.app/Menu.c:1098 -msgid "Info Panel" -msgstr "Á¤º¸ ÆгÎ" - -#: ../../WPrefs.app/Menu.c:1099 -msgid "Legal Panel" -msgstr "¹ýÀû Á¤º¸ ÆгÎ" - -#: ../../WPrefs.app/Menu.c:1107 -msgid "Open workspace menu" -msgstr "ÀÛ¾÷°ø°£ ¸Þ´º ¿­±â" - -#: ../../WPrefs.app/Menu.c:1114 -msgid "No confirmation panel" -msgstr "È®ÀÎ ÆгΠ¾øÀ½" - -#: ../../WPrefs.app/Menu.c:1120 -msgid "Menu Path/Directory List" -msgstr "¸Þ´º °æ·Î/µð·ºÅ丮 ¸ñ·Ï" - -#: ../../WPrefs.app/Menu.c:1165 -msgid "Ask help to the Guru" -msgstr "Guru¿¡°Ô µµ¿ò ¿äû" - -#: ../../WPrefs.app/Menu.c:1285 -msgid "" -"The format of the current menu in ~/G/D/WMRootMenu is not supported by " -"WPrefs. A new menu will be created.\n" -"You can also replace ~/G/D/WMRootMenu with ~/G/L/W/plmenu to get the default " -"menu." -msgstr "" -"~/G/D/WMRootMenuÀÇ ÇöÀç Æ÷¸ËÀº WPrefs°¡ Áö¿øÇÏ´Â Çü½ÄÀÌ ¾Æ´Õ´Ï´Ù.»õ ¸Þ´º¸¦ " -"¸¸µì´Ï´Ù.\n" -"±âº» ¸Þ´º¸¦ ¾òÀ¸·Á¸é ~/G/D/WMRootMenu¸¦ ~/G/L/W/plmenu·Î ¹Ù²Ù¸é µË´Ï´Ù." - -#: ../../WPrefs.app/Menu.c:1290 ../../WPrefs.app/Menu.c:1295 -#: ../../WPrefs.app/WPrefs.c:585 -msgid "Warning" -msgstr "°æ°í" - -#: ../../WPrefs.app/Menu.c:1290 ../../WPrefs.app/Menu.c:1296 -#: ../../WPrefs.app/MenuGuru.c:119 ../../WPrefs.app/MenuGuru.c:126 -#: ../../WPrefs.app/MenuGuru.c:140 ../../WPrefs.app/MouseSettings.c:156 -#: ../../WPrefs.app/Text.c:181 ../../WPrefs.app/WPrefs.c:546 -#: ../../WPrefs.app/WPrefs.c:551 ../../WPrefs.app/WPrefs.c:562 -#: ../../WPrefs.app/WPrefs.c:572 ../../WPrefs.app/WPrefs.c:578 -#: ../../WPrefs.app/WPrefs.c:585 ../../WPrefs.app/WPrefs.c:602 -#: ../../WPrefs.app/WPrefs.c:607 -msgid "OK" -msgstr "È®ÀÎ" - -#: ../../WPrefs.app/Menu.c:1295 -msgid "Any changes made in this section will not be saved" -msgstr "ÀÌ ¼½¼Ç¿¡¼­ ¼öÁ¤ÇÑ ³»¿ëÀº ÀúÀåµÇÁö ¾Ê½À´Ï´Ù" - -#: ../../WPrefs.app/Menu.c:1360 -msgid "Applications Menu Definition" -msgstr "¾ÖÇø®ÄÉÀÌ¼Ç ¸Þ´º Á¤ÀÇ" - -#: ../../WPrefs.app/MenuGuru.c:106 -msgid "Menu Guru - Select Type" -msgstr "¸Þ´º Guru - ÇüŸ¦ ¼±ÅÃÇϼ¼¿ä" - -#: ../../WPrefs.app/MenuGuru.c:111 ../../WPrefs.app/MenuGuru.c:133 -#: ../../WPrefs.app/MenuGuru.c:251 -msgid "Next" -msgstr "´ÙÀ½" - -#: ../../WPrefs.app/MenuGuru.c:114 -msgid "Menu Guru - Select Menu File" -msgstr "¸Þ´º Guru - ¸Þ´º ÆÄÀÏÀ» ¼±ÅÃÇϼ¼¿ä" - -#: ../../WPrefs.app/MenuGuru.c:122 -msgid "Menu Guru - Select Pipe Command" -msgstr "¸Þ´º Guru - ÆÄÀÌÇÁ ¸í·ÉÀ» ¼±ÅÃÇϼ¼¿ä" - -#: ../../WPrefs.app/MenuGuru.c:129 -msgid "Menu Guru - Select Directories" -msgstr "¸Þ´º Guru - µð·ºÅ丮¸¦ ¼±ÅÃÇϼ¼¿ä" - -#: ../../WPrefs.app/MenuGuru.c:136 -msgid "Menu Guru - Select Command" -msgstr "¸Þ´º Guru - ¸í·ÉÀ» ¼±ÅÃÇϼ¼¿ä" - -#: ../../WPrefs.app/MenuGuru.c:257 -msgid "Back" -msgstr "¾ÕÀ¸·Î" - -#: ../../WPrefs.app/MenuGuru.c:271 -msgid "" -"This process will help you create a submenu which definition is located in " -"another file or is created dynamically.\n" -"What do you want to use as the contents of the submenu?" -msgstr "" -"ÀÌ °úÁ¤Àº ´Ù¸¥ ÆÄÀÏ¿¡ Á¤ÀÇ°¡ Àְųª ÀÚµ¿ÀûÀ¸·Î »ý¼ºµÇ´Â ºÎ¸Þ´º¸¦ ¸¸µå´Â µ¥ " -"µµ¿òÀ» ÁÝ´Ï´Ù.\n" -"ºÎ¸Þ´ºÀÇ ³»¿ëÀ¸·Î ¾î¶² °ÍÀ» »ç¿ëÇÏ°í ½Í½À´Ï±î?" - -#: ../../WPrefs.app/MenuGuru.c:279 -msgid "" -"A file containing the menu definition in the plain text (non-property list) " -"menu format." -msgstr "¸Þ´º Á¤ÀǸ¦ º¸Åë ÅؽºÆ®·Î(Ư¼º ¾ø´Â ¸ñ·Ï) ¾´ ÆÄÀÏ." - -#: ../../WPrefs.app/MenuGuru.c:285 -msgid "The menu definition generated by a script/program read through a pipe." -msgstr "½ºÅ©¸³Æ®/ÇÁ·Î±×·¥À¸·Î »ý¼ºÇÏ¿© ÆÄÀÌÇÁ·Î ÀоîµéÀÌ´Â ¸Þ´º Á¤ÀÇ." - -#: ../../WPrefs.app/MenuGuru.c:291 -msgid "The files in one or more directories." -msgstr "Çϳª ÀÌ»óÀÇ µð·ºÅ丮ÀÇ ÆÄÀÏ." - -#: ../../WPrefs.app/MenuGuru.c:303 -msgid "Type the path for the menu file:" -msgstr "¸Þ´º ÆÄÀÏÀÇ °æ·Î¸¦ ÀûÀ¸¼¼¿ä:" - -#: ../../WPrefs.app/MenuGuru.c:318 -msgid "" -"The menu file must contain a menu in the plain text menu file format. This " -"format is described in the menu files included with WindowMaker, probably at " -"~/GNUstep/Library/WindowMaker/menu" -msgstr "" -"¸Þ´º ÆÄÀÏÀÇ ³»¿ëÀº º¸Åë ÅؽºÆ®·Î µÈ ¸Þ´º ÆÄÀÏ Çü½ÄÀÇ ¸Þ´ºÀÔ´Ï´Ù. ÀÌ Çü½ÄÀº " -"WindowMaker¿¡ Æ÷ÇÔµÈ ¸Þ´º ÆÄÀÏÀ» º¸¸é µÇ¸ç, º¸Åë " -"~/GNUstep/Library/WindowMaker/menu.koÀÔ´Ï´Ù." - -#: ../../WPrefs.app/MenuGuru.c:328 -msgid "Type the command that will generate the menu definition:" -msgstr "¸Þ´º Á¤ÀǸ¦ ¸¸µé¾î³¾ ¸í·ÉÀ» ÀÔ·ÂÇϼ¼¿ä:" - -#: ../../WPrefs.app/MenuGuru.c:338 -msgid "" -"The command supplied must generate and output a valid menu definition to " -"stdout. This definition should be in the plain text menu file format, " -"described in the menu files included with WindowMaker, usually at " -"~/GNUstep/Library/WindowMaker/menu" -msgstr "" -"ÀÌ ¸í·ÉÀº À¯È¿ÇÑ ¸Þ´º Á¤ÀǸ¦ ¸¸µé¾î¼­ Ç¥ÁØ Ãâ·ÂÀ¸·Î ³»º¸³»¾ß ÇÕ´Ï´Ù. ÀÌ " -"Á¤ÀÇ´Â º¸Åë ÅؽºÆ®·Î µÈ ¸Þ´º ÆÄÀÏ Çü½ÄÀ̾î¾ß Çϸç, WindowMaker¿¡ Æ÷ÇÔµÈ ¸Þ´º " -"ÆÄÀÏ¿¡ ¼³¸íµÇ¾î ÀÖ½À´Ï´Ù. º¸Åë ~/GNUstep/Library/WindowMaker/menu.ko ÀÔ´Ï´Ù" - -#: ../../WPrefs.app/MenuGuru.c:350 ../../WPrefs.app/MenuGuru.c:372 -#: ../../WPrefs.app/MenuGuru.c:394 -msgid "" -"Type the path for the directory. You can type more than one path by " -"separating them with spaces." -msgstr "" -"µð·ºÅ丮ÀÇ °æ·Î¸¦ ÀÔ·ÂÇϼ¼¿ä. ºóÄ­À¸·Î ºÐ¸®Çؼ­ Çϳª ÀÌ»óÀÇ °æ·Î¸¦ ¾µ ¼ö " -"ÀÖ½À´Ï´Ù." - -#: ../../WPrefs.app/MenuGuru.c:361 ../../WPrefs.app/MenuGuru.c:383 -#: ../../WPrefs.app/MenuGuru.c:405 -msgid "" -"The menu generated will have an item for each file in the directory. The " -"directories can contain program executables or data files (such as jpeg " -"images)." -msgstr "" -"»ý¼ºµÇ´Â ¸Þ´º´Â µð·ºÅ丮ÀÇ °¢ ÆÄÀÏ¿¡ ´ëÇØ Ç׸ñÀ» °®½À´Ï´Ù. µð·ºÅ丮¿¡´Â " -"ÇÁ·Î±×·¥ ½ÇÇà ÆÄÀÏÀ̳ª µ¥ÀÌÅÍ ÆÄÀÏÀ» ³ÖÀ¸¸é µË´Ï´Ù.(jpeg À̹ÌÁö °°Àº °Íµé)" - -#: ../../WPrefs.app/MenuGuru.c:415 -msgid "" -"If the directory contain data files, type the command used to open these " -"files. Otherwise, leave it in blank." -msgstr "" -"µð·ºÅ丮¿¡ µ¥ÀÌÅÍ ÆÄÀÏÀÌ ÀÖ´Â °æ¿ì, ÀÌ ÆÄÀÏÀ» ¿­±â À§ÇØ »ç¿ëÇÒ ¸í·ÉÀ» " -"ÀÔ·ÂÇϼ¼¿ä. ±×·¸Áö ¾ÊÀ¸¸é ºóÄ­À¸·Î µÎ¼¼¿ä." - -#: ../../WPrefs.app/MenuGuru.c:426 -msgid "" -"Each file in the directory will have an item and they will be opened with " -"the supplied command.For example, if the directory contains image files and " -"the command is \"xv -root\", each file in the directory will have a menu " -"item like \"xv -root imagefile\"." -msgstr "" -"µð·ºÅ丮ÀÇ °¢ ÆÄÀÏ¿¡´Â Ç׸ñÀÌ ÀÖÀ¸¸ç Á¦°øµÈ ¸í·ÉÀ¸·Î ¿­ ¼ö ÀÖ½À´Ï´Ù. ¿¹¸¦ " -"µé¸é, ÀÌ µð·ºÅ丮¿¡ À̹ÌÁö ÆÄÀÏÀÌ ÀÖ°í ¸í·ÉÀÌ \"xv -root\"À̸é, µð·ºÅ丮ÀÇ " -"°¢ ÆÄÀÏÀº \"xv -root À̹ÌÁöÆÄÀÏ\"°ú °°Àº ¸Þ´º Ç׸ñÀ» °®½À´Ï´Ù." - -#: ../../WPrefs.app/MenuPreferences.c:112 -msgid "Menu Scrolling Speed" -msgstr "¸Þ´º ½ºÅ©·Ñ ¼Óµµ" - -#: ../../WPrefs.app/MenuPreferences.c:161 -msgid "Submenu Alignment" -msgstr "ºÎ¸Þ´º Á¤·Ä" - -#: ../../WPrefs.app/MenuPreferences.c:204 -msgid "" -"Always open submenus inside the screen, instead of scrolling.\n" -"Note: this can be an annoyance at some circumstances." -msgstr "" -"½ºÅ©·ÑÇÏ´Â ´ë½Å Ç×»ó È­¸é ³»¿¡ ºÎ¸Þ´º¸¦ ¿±´Ï´Ù.\n" -"ÁÖÀÇ: ¾î¶² ȯ°æ¿¡¼­´Â ±ÍÂúÀ»Áöµµ ¸ð¸¨´Ï´Ù." - -#: ../../WPrefs.app/MenuPreferences.c:209 -msgid "Scroll off-screen menus when pointer is moved over them." -msgstr "È­¸é ¹ÛÀ¸·Î ³ª°£ ¸Þ´º ÂÊÀ¸·Î ¸¶¿ì½º¸¦ ¿òÁ÷ÀÌ¸é ½ºÅ©·ÑÇÕ´Ï´Ù." - -#: ../../WPrefs.app/MenuPreferences.c:229 -msgid "Menu Preferences" -msgstr "¸Þ´º ¼³Á¤" - -#: ../../WPrefs.app/MouseSettings.c:154 ../../WPrefs.app/Text.c:181 -#: ../../WPrefs.app/WPrefs.c:546 ../../WPrefs.app/WPrefs.c:551 -#: ../../WPrefs.app/WPrefs.c:560 ../../WPrefs.app/WPrefs.c:570 -#: ../../WPrefs.app/WPrefs.c:578 ../../WPrefs.app/WPrefs.c:602 -#: ../../WPrefs.app/WPrefs.c:607 -msgid "Error" -msgstr "¿¡·¯" - -#: ../../WPrefs.app/MouseSettings.c:155 -msgid "" -"Invalid mouse acceleration threshold value. Must be the number of pixels to " -"travel before accelerating." -msgstr "" -"À߸øµÈ ¸¶¿ì½º °¡¼Ó ÀÓ°èÄ¡ °ªÀÔ´Ï´Ù. °¡¼Ó Àü¿¡ ¿òÁ÷ÀÏ Çȼ¿ÀÇ ¼ö°¡ µÇ¾î¾ß " -"ÇÕ´Ï´Ù." - -#: ../../WPrefs.app/MouseSettings.c:209 -#, c-format -msgid "mouse button %s not supported by WPrefs." -msgstr "¸¶¿ì½º ¹öÆ° %s ´Â WPrefs¿¡¼­ Áö¿øÇÏÁö ¾Ê½À´Ï´Ù." - -#: ../../WPrefs.app/MouseSettings.c:243 ../../WPrefs.app/MouseSettings.c:254 -#: ../../WPrefs.app/MouseSettings.c:265 -#, c-format -msgid "bad value %s for option %s" -msgstr "%s ¿É¼Ç¿¡ À߸øµÈ °ª %s" - -#: ../../WPrefs.app/MouseSettings.c:325 -#, c-format -msgid "" -"modifier key %s for option ModifierKey was not recognized. Using %s as " -"default" -msgstr "" -"ModifierKey ÀÇ ¼öÁ¤ÀÚ Å° °ª %s ¸¦ ÀνÄÇÒ ¼ö ¾ø½À´Ï´Ù. ±âº»°ªÀÎ %s ¸¦ " -"»ç¿ëÇÕ´Ï´Ù." - -#: ../../WPrefs.app/MouseSettings.c:350 -msgid "could not retrieve keyboard modifier mapping" -msgstr "Å°º¸µå ¼öÁ¤ÀÚ ¸ÅÇÎÀ» ¾òÀ» ¼ö ¾ø½À´Ï´Ù" - -#: ../../WPrefs.app/MouseSettings.c:497 -msgid "Mouse Speed" -msgstr "¸¶¿ì½º ¼Óµµ" - -#: ../../WPrefs.app/MouseSettings.c:564 -msgid "Threshold:" -msgstr "ÀÓ°èÄ¡:" - -#: ../../WPrefs.app/MouseSettings.c:579 -msgid "Double-Click Delay" -msgstr "´õºí Ŭ¸¯ Áö¿¬" - -#: ../../WPrefs.app/MouseSettings.c:623 -msgid "Test" -msgstr "½ÃÇè" - -#: ../../WPrefs.app/MouseSettings.c:633 -msgid "Workspace Mouse Actions" -msgstr "ÀÛ¾÷°ø°£ ¸¶¿ì½º µ¿ÀÛ" - -#: ../../WPrefs.app/MouseSettings.c:638 -msgid "Disable mouse actions" -msgstr "¸¶¿ì½º µ¿ÀÛ »ç¿ë ¾ÊÀ½" - -#: ../../WPrefs.app/MouseSettings.c:691 -msgid "Applications menu" -msgstr "¾ÖÇø®ÄÉÀÌ¼Ç ¸Þ´º" - -#: ../../WPrefs.app/MouseSettings.c:697 -msgid "Window list menu" -msgstr "â ¸ñ·Ï ¸Þ´º" - -#: ../../WPrefs.app/MouseSettings.c:703 -msgid "Select windows" -msgstr "â ¼±ÅÃ" - -#: ../../WPrefs.app/MouseSettings.c:738 -msgid "Mouse Grab Modifier" -msgstr "¸¶¿ì½º Àâ±â ¼öÁ¤ÀÚ(Modifier)" - -#: ../../WPrefs.app/MouseSettings.c:772 -#, c-format -msgid "could not create %s" -msgstr "%s ¸¦ ¸¸µé ¼ö ¾øÀ½" - -#: ../../WPrefs.app/MouseSettings.c:788 -#, c-format -msgid "could not create temporary file %s" -msgstr "Àӽà ÆÄÀÏ %s¸¦ ¸¸µé ¼ö ¾øÀ½" - -#: ../../WPrefs.app/MouseSettings.c:813 -#, c-format -msgid "could not rename file %s to %s\n" -msgstr "%s ÆÄÀϸíÀ» %s ·Î ¹Ù²Ü ¼ö ¾øÀ½\n" - -#: ../../WPrefs.app/MouseSettings.c:896 -msgid "Mouse Preferences" -msgstr "¸¶¿ì½º ¼³Á¤" - -#: ../../WPrefs.app/Paths.c:82 -msgid "bad value in option IconPath. Using default path list" -msgstr "IconPath ¿¡ À߸øµÈ °ª. ±âº» °æ·Î ¸ñ·Ï »ç¿ë" - -#: ../../WPrefs.app/Paths.c:99 -msgid "bad value in option PixmapPath. Using default path list" -msgstr "PixmapPath ¿¡ À߸øµÈ °ª. ±âº» °æ·Î ¸ñ·Ï »ç¿ë" - -#: ../../WPrefs.app/Paths.c:301 -msgid "Icon Search Paths" -msgstr "¾ÆÀÌÄÜ °Ë»ö °æ·Î" - -#: ../../WPrefs.app/Paths.c:313 ../../WPrefs.app/Paths.c:349 -msgid "Add" -msgstr "Ãß°¡" - -#: ../../WPrefs.app/Paths.c:320 ../../WPrefs.app/Paths.c:356 -msgid "Remove" -msgstr "»èÁ¦" - -#: ../../WPrefs.app/Paths.c:337 -msgid "Pixmap Search Paths" -msgstr "Pixmap °Ë»ö °æ·Î" - -#: ../../WPrefs.app/Paths.c:385 -msgid "Search Path Configuration" -msgstr "°Ë»ö °æ·Î ¼³Á¤" - -#: ../../WPrefs.app/Preferences.c:151 -msgid "Size Display" -msgstr "Å©±â Á¶Á¤ Ç¥½Ã ¹æ¹ý" - -#: ../../WPrefs.app/Preferences.c:156 ../../WPrefs.app/Preferences.c:172 -msgid "Corner of screen" -msgstr "È­¸é ±¸¼®" - -#: ../../WPrefs.app/Preferences.c:157 ../../WPrefs.app/Preferences.c:173 -msgid "Center of screen" -msgstr "È­¸é °¡¿îµ¥" - -#: ../../WPrefs.app/Preferences.c:158 ../../WPrefs.app/Preferences.c:174 -msgid "Center of resized window" -msgstr "ÇöÀç â °¡¿îµ¥" - -#: ../../WPrefs.app/Preferences.c:159 -msgid "Technical drawing-like" -msgstr "Á¦µµ Å©±â Ç¥½Ã ¹æ¹ýó·³" - -#: ../../WPrefs.app/Preferences.c:167 -msgid "Position Display" -msgstr "â À§Ä¡ Ç¥½Ã ¹æ¹ý" - -#: ../../WPrefs.app/Preferences.c:182 -msgid "Show balloon text for..." -msgstr "dz¼± µµ¿ò¸»Àº..." - -#: ../../WPrefs.app/Preferences.c:189 -msgid "incomplete window titles" -msgstr "ºÒ¿ÏÀüÇÑ Ã¢ ŸÀÌƲ¿¡ Ç¥½Ã" - -#: ../../WPrefs.app/Preferences.c:190 -msgid "miniwindow titles" -msgstr "¾ÆÀÌÄÜ Å¸ÀÌƲ¿¡ Ç¥½Ã" - -#: ../../WPrefs.app/Preferences.c:191 -msgid "application/dock icons" -msgstr "¾ÖÇø®ÄÉÀ̼Ç/dock ¾ÆÀÌÄÜ¿¡ Ç¥½Ã" - -#: ../../WPrefs.app/Preferences.c:204 -msgid "Raise window when switching focus with keyboard (CirculateRaise)." -msgstr "Å°º¸µå·Î Æ÷Ä¿½º Àüȯ½Ã ⠿ø²(CirculateRaise)." - -#: ../../WPrefs.app/Preferences.c:210 -msgid "Keep keyboard language status for each window." -msgstr "" - -#: ../../WPrefs.app/Preferences.c:231 -msgid "Miscellaneous Ergonomic Preferences" -msgstr "±âŸ Àΰ£ ȯ°æ °øÇÐÀû ¼³Á¤" - -#: ../../WPrefs.app/Text.c:179 -#, c-format -msgid "Invalid font %s." -msgstr "À߸øµÈ ±Û²Ã %s" - -#: ../../WPrefs.app/Text.c:256 -msgid "Set Font..." -msgstr "±Û²Ã ÁöÁ¤" - -#: ../../WPrefs.app/Text.c:262 -msgid "Window Title Font" -msgstr "â Á¦¸ñ ±Û²Ã" - -#: ../../WPrefs.app/Text.c:263 -msgid "Menu Title Font" -msgstr "¸Þ´º Á¦¸ñ ±Û²Ã" - -#: ../../WPrefs.app/Text.c:264 -msgid "Menu Item Font" -msgstr "¸Þ´º Ç׸ñ ±Û²Ã" - -#: ../../WPrefs.app/Text.c:265 -msgid "Icon Title Font" -msgstr "¾ÆÀÌÄÜ Á¦¸ñ ±Û²Ã" - -#: ../../WPrefs.app/Text.c:266 -msgid "Clip Title Font" -msgstr "Ŭ¸³ Á¦¸ñ ±Û²Ã" - -#: ../../WPrefs.app/Text.c:267 -msgid "Geometry Display Font" -msgstr "À§Ä¡/Å©±â Ç¥½Ã ±Û²Ã" - -#: ../../WPrefs.app/Text.c:280 -msgid "" -"Sample Text\n" -"abcdefghijklmnopqrstuvxywz\n" -"ABCDEFGHIJKLMNOPQRSTUVXYWZ\n" -"0123456789" -msgstr "" -"Sample Text\n" -"abcdefghijklmnopqrstuvxywz\n" -"ABCDEFGHIJKLMNOPQRSTUVXYWZ\n" -"°¡³ª´Ù¶ó¸¶¹Ù»ç\n" -"0123456789" - -#: ../../WPrefs.app/Text.c:285 -msgid "Alignment" -msgstr "Á¤·Ä" - -#: ../../WPrefs.app/Text.c:290 -msgid "Left" -msgstr "¿ÞÂÊ" - -#: ../../WPrefs.app/Text.c:296 -msgid "Center" -msgstr "Áß¾Ó" - -#: ../../WPrefs.app/Text.c:303 -msgid "Right" -msgstr "¿À¸¥ÂÊ" - -#: ../../WPrefs.app/Text.c:325 -msgid "Text Preferences" -msgstr "ÅؽºÆ® ¼³Á¤" - -#: ../../WPrefs.app/TextureAndColor.c:384 -msgid "Window Title Bar" -msgstr "â Á¦¸ñ ¹Ù" - -#: ../../WPrefs.app/TextureAndColor.c:385 -msgid "Menu Title Bar" -msgstr "¸Þ´º Á¦¸ñ ¹Ù" - -#: ../../WPrefs.app/TextureAndColor.c:386 -msgid "Menu Items" -msgstr "¸Þ´º Ç׸ñ" - -#: ../../WPrefs.app/TextureAndColor.c:387 -msgid "Workspace/Clip" -msgstr "ÀÛ¾÷°ø°£/Ŭ¸³" - -#: ../../WPrefs.app/TextureAndColor.c:388 -msgid "Icons" -msgstr "¾ÆÀÌÄÜ" - -#: ../../WPrefs.app/TextureAndColor.c:399 -msgid "Focused Window" -msgstr "È°¼º â" - -#: ../../WPrefs.app/TextureAndColor.c:412 -#: ../../WPrefs.app/TextureAndColor.c:443 -#: ../../WPrefs.app/TextureAndColor.c:474 -msgid "Texture" -msgstr "ÅؽºÃ³" - -#: ../../WPrefs.app/TextureAndColor.c:418 -#: ../../WPrefs.app/TextureAndColor.c:449 -#: ../../WPrefs.app/TextureAndColor.c:480 -msgid "Text Color" -msgstr "ÅؽºÆ® »ö" - -#: ../../WPrefs.app/TextureAndColor.c:423 -#: ../../WPrefs.app/TextureAndColor.c:454 -#: ../../WPrefs.app/TextureAndColor.c:485 -#: ../../WPrefs.app/TextureAndColor.c:509 -#: ../../WPrefs.app/TextureAndColor.c:575 -#: ../../WPrefs.app/TextureAndColor.c:652 -msgid "Set..." -msgstr "ÁöÁ¤..." - -#: ../../WPrefs.app/TextureAndColor.c:430 -msgid "Unfocused Window" -msgstr "ºñÈ°¼º â" - -#: ../../WPrefs.app/TextureAndColor.c:461 -msgid "Owner of Focused Window" -msgstr "È°¼º âÀÇ ¼ÒÀ¯ÀÚ" - -#: ../../WPrefs.app/TextureAndColor.c:494 -msgid "Unselected Items" -msgstr "¼±ÅõÇÁö ¾ÊÀº Ç׸ñ" - -#: ../../WPrefs.app/TextureAndColor.c:504 -#: ../../WPrefs.app/TextureAndColor.c:558 -msgid "Background" -msgstr "¹è°æ" - -#: ../../WPrefs.app/TextureAndColor.c:519 -msgid "Normal Text" -msgstr "º¸Åë ÅؽºÆ®" - -#: ../../WPrefs.app/TextureAndColor.c:529 -msgid "Disabled Text" -msgstr "»ç¿ë ºÒ°¡´ÉÇÑ ÅؽºÆ®" - -#: ../../WPrefs.app/TextureAndColor.c:538 -msgid "Selected Items" -msgstr "¼±ÅÃµÈ Ç׸ñ" - -#: ../../WPrefs.app/TextureAndColor.c:548 -msgid "Text" -msgstr "ÅؽºÆ®" - -#: ../../WPrefs.app/TextureAndColor.c:566 -msgid "Menu Title Background" -msgstr "¸Þ´º Á¦¸ñ ¹è°æ" - -#: ../../WPrefs.app/TextureAndColor.c:584 -msgid "Menu Title Text" -msgstr "¸Þ´º Á¦¸ñ ÅؽºÆ®" - -#: ../../WPrefs.app/TextureAndColor.c:596 -msgid "Workspace Background" -msgstr "ÀÛ¾÷°ø°£ ¹è°æ" - -#: ../../WPrefs.app/TextureAndColor.c:605 -msgid "Change" -msgstr "º¯°æ" - -#: ../../WPrefs.app/TextureAndColor.c:611 -msgid "Clip Title Text" -msgstr "Ŭ¸³ Á¦¸ñ ÅؽºÆ®" - -#: ../../WPrefs.app/TextureAndColor.c:621 -msgid "Normal" -msgstr "º¸Åë" - -#: ../../WPrefs.app/TextureAndColor.c:631 -msgid "Collapsed" -msgstr "Á¢Èû" - -#: ../../WPrefs.app/TextureAndColor.c:643 -msgid "Icon Background" -msgstr "¾ÆÀÌÄÜ ¹è°æ" - -#: ../../WPrefs.app/TextureAndColor.c:677 -msgid "Texture and Color Preferences" -msgstr "ÅؽºÃ³¿Í »ö»ó ¼³Á¤" - -#: ../../WPrefs.app/WPrefs.c:196 -msgid "Window Maker Preferences" -msgstr "WindowMaker ¼³Á¤" - -#: ../../WPrefs.app/WPrefs.c:220 -msgid "Revert Page" -msgstr "ÆäÀÌÁö ¹ÝÀü" - -#: ../../WPrefs.app/WPrefs.c:226 -msgid "Revert All" -msgstr "¸ðµÎ ¹ÝÀü" - -#: ../../WPrefs.app/WPrefs.c:232 -msgid "Save" -msgstr "ÀúÀå" - -#: ../../WPrefs.app/WPrefs.c:238 -msgid "Close" -msgstr "´Ý±â" - -#: ../../WPrefs.app/WPrefs.c:262 -#, c-format -msgid "Version %s for Window Maker %s" -msgstr "¹öÀü %s - WindowMaker %s" - -#: ../../WPrefs.app/WPrefs.c:269 -msgid "Starting..." -msgstr "½ÃÀÛÇÕ´Ï´Ù..." - -#: ../../WPrefs.app/WPrefs.c:275 -msgid "" -"Programming/Design: Alfredo K. Kojima\n" -"Artwork: Marco van Hylckama Vlieg\n" -"More Programming: James Thompson" -msgstr "" -"ÇÁ·Î±×·¡¹Ö/µðÀÚÀÎ: Alfredo K. Kojima\n" -"¾ÆÆ®¿÷: Macro van Hylckama Vlieg\n" -"Ãß°¡ ÇÁ·Î±×·¡¹Ö: James Thompson" - -#: ../../WPrefs.app/WPrefs.c:363 -#, c-format -msgid "could not locate image file %s\n" -msgstr "À̹ÌÁö ÆÄÀÏ %sÀ» ãÀ» ¼ö ¾øÀ½\n" - -#: ../../WPrefs.app/WPrefs.c:488 -msgid "Loading Window Maker configuration files..." -msgstr "WindowMaker ¼³Á¤ ÆÄÀÏÀ» Àд Áß..." - -#: ../../WPrefs.app/WPrefs.c:492 -msgid "Initializing configuration panels..." -msgstr "¼³Á¤ ÆгΠÃʱâÈ­ Áß..." - -#: ../../WPrefs.app/WPrefs.c:545 ../../WPrefs.app/WPrefs.c:601 -#, c-format -msgid "Window Maker domain (%s) is corrupted!" -msgstr "Window Maker µµ¸ÞÀÎ(%s)°¡ ±úÁ³½À´Ï´Ù!" - -#: ../../WPrefs.app/WPrefs.c:549 -#, c-format -msgid "Could not load Window Maker domain (%s) from defaults database." -msgstr "±âº» µ¥ÀÌÅͺ£À̽º¿¡¼­ Window Maker µµ¸ÞÀÎ(%s)¸¦ ÀÐÀ» ¼ö ¾ø½À´Ï´Ù." - -#: ../../WPrefs.app/WPrefs.c:557 -msgid "could not extract version information from Window Maker" -msgstr "Window Maker¿¡¼­ ¹öÀü Á¤º¸¸¦ ¾òÀ» ¼ö ¾ø½À´Ï´Ù" - -#: ../../WPrefs.app/WPrefs.c:558 -msgid "Make sure Window Maker is in your search path." -msgstr "Window Maker°¡ °Ë»ö °æ·Î¿¡ ÀÖ´ÂÁö È®ÀÎÇϼ¼¿ä." - -#: ../../WPrefs.app/WPrefs.c:561 -#, fuzzy -msgid "" -"Could not extract version from Window Maker. Make sure it is correctly " -"installed and is in your PATH environment variable." -msgstr "" -"Window Maker¿¡¼­ ¹öÀü Á¤º¸¸¦ ¾òÀ» ¼ö ¾ø½À´Ï´Ù. PATH ȯ°æ º¯¼ö¿¡ ÁöÁ¤µÈ °÷¿¡ " -"Á¦´ë·Î ¼³Ä¡µÇ¾ú´ÂÁö È®ÀÎÇϼ¼¿ä." - -#: ../../WPrefs.app/WPrefs.c:571 -msgid "" -"Could not extract version from Window Maker. Make sure it is correctly " -"installed." -msgstr "" -"Window Maker¿¡¼­ ¹öÀü Á¤º¸¸¦ ¾òÀ» ¼ö ¾ø½À´Ï´Ù. Á¦´ë·Î ¼³Ä¡µÇ¾ú´ÂÁö " -"È®ÀÎÇϼ¼¿ä." - -#: ../../WPrefs.app/WPrefs.c:576 -#, c-format -msgid "" -"WPrefs only supports Window Maker 0.18.0 or newer.\n" -"The version installed is %i.%i.%i\n" -msgstr "" -"WPrefs ´Â WindowMaker 0.18.0 ÀÌ»ó¸¸À» Áö¿øÇÕ´Ï´Ù.\n" -"¼³Ä¡µÈ ¹öÁ¯Àº %i.%i.%i ÀÔ´Ï´Ù.\n" - -#: ../../WPrefs.app/WPrefs.c:583 -#, c-format -msgid "" -"Window Maker %i.%i.%i, which is installed in your system, is not fully " -"supported by this version of WPrefs." -msgstr "" -"½Ã½ºÅÛ¿¡ ¼³Ä¡µÈ Window Maker %i.%i.%i´Â WPrefs¿¡¼­ Á¦´ë·Î Áö¿øÇÏ´Â ¹öÀüÀÌ " -"¾Æ´Õ´Ï´Ù." - -#: ../../WPrefs.app/WPrefs.c:590 -msgid "could not run \"wmaker -global_defaults_path\"." -msgstr "\"wmaker -global_defaults_path\"¸¦ ¼öÇàÇÒ ¼ö ¾ø½À´Ï´Ù." - -#: ../../WPrefs.app/WPrefs.c:605 -#, c-format -msgid "Could not load global Window Maker domain (%s)." -msgstr "Àü¿ª Window Maker µµ¸ÞÀÎ (%s)¸¦ ÀоîµéÀÏ ¼ö ¾ø½À´Ï´Ù." - -#: ../../WPrefs.app/WPrefs.c:851 -#, c-format -msgid "" -"bad speed value for option %s\n" -". Using default Medium" -msgstr "" -"¿É¼Ç %s¿¡ À߸øµÈ ¼Óµµ °ªÀ» ÁÖ¾ú½À´Ï´Ù.\n" -"±âº»°ª MediumÀ» »ç¿ëÇÕ´Ï´Ù" - -#: ../../WPrefs.app/WindowHandling.c:108 -#, c-format -msgid "bad option value %s in WindowPlacement. Using default value" -msgstr "WindowPlacement¿¡ À߸øµÈ ¿É¼Ç °ª %sÀÔ´Ï´Ù. ±âº»°ªÀ» »ç¿ëÇÕ´Ï´Ù" - -#: ../../WPrefs.app/WindowHandling.c:130 -msgid "invalid data in option WindowPlaceOrigin. Using default (0,0)" -msgstr "" -"WindowPlaceOrigin ¿É¼Ç¿¡ À߸øµÈ µ¥ÀÌÅÍÀÔ´Ï´Ù. ±âº»°ª (0,0)À» »ç¿ëÇÕ´Ï´Ù" - -#: ../../WPrefs.app/WindowHandling.c:192 -msgid "Window Placement" -msgstr "â ¹èÄ¡" - -#: ../../WPrefs.app/WindowHandling.c:197 -msgid "Automatic" -msgstr "ÀÚµ¿" - -#: ../../WPrefs.app/WindowHandling.c:198 -msgid "Random" -msgstr "ÀÓÀÇ" - -#: ../../WPrefs.app/WindowHandling.c:199 -msgid "Manual" -msgstr "¼öµ¿" - -#: ../../WPrefs.app/WindowHandling.c:200 -msgid "Cascade" -msgstr "°è´Ü½Ä" - -#: ../../WPrefs.app/WindowHandling.c:206 -msgid "Placement Origin" -msgstr "±âº» À§Ä¡" - -#: ../../WPrefs.app/WindowHandling.c:260 -msgid "Opaque Move" -msgstr "À̵¿½Ã â ³»¿ë º¸À̱â" - -#: ../../WPrefs.app/WindowHandling.c:296 -msgid "When maximizing..." -msgstr "ÃÖ´ëÈ­½Ã¿¡´Â..." - -#: ../../WPrefs.app/WindowHandling.c:301 -msgid "...do not resize over icons" -msgstr "¾ÆÀÌÄÜÀ» µ¤Áö ¾ÊÀ½" - -#: ../../WPrefs.app/WindowHandling.c:307 -msgid "...do not resize over dock" -msgstr "DockÀ» µ¤Áö ¾ÊÀ½" - -#: ../../WPrefs.app/WindowHandling.c:320 -msgid "Keep transients above their owners" -msgstr "¼ÒÀ¯ÀÚ À§¿¡¼­´Â ÀϽÃÀûÀ¸·Î âÀ» À¯Áö" - -#: ../../WPrefs.app/WindowHandling.c:347 -msgid "Window Handling Preferences" -msgstr "â ó¸® ¼³Á¤" - -#: ../../WPrefs.app/Workspace.c:137 -msgid "Workspace Navigation" -msgstr "ÀÛ¾÷°ø°£ Àüȯ" - -#: ../../WPrefs.app/Workspace.c:161 -msgid "drag windows between workspaces." -msgstr "ÀÛ¾÷°ø°£°£¿¡ â ²ø±â" - -#: ../../WPrefs.app/Workspace.c:186 -msgid "" -"switch to first workspace when switching past the last workspace and " -"vice-versa" -msgstr "" -"¸¶Áö¸· ÀÛ¾÷°ø°£ ´ÙÀ½À¸·Î ÀüȯÇÒ¶§¿¡ óÀ½ ÀÛ¾÷°ø°£À¸·Î À̵¿ (¹Ý´ëµµ ¸¶Âù°¡Áö)" - -#: ../../WPrefs.app/Workspace.c:210 -msgid "create a new workspace when switching past the last workspace." -msgstr "¸¶Áö¸· ÀÛ¾÷°ø°£ ´ÙÀ½À¸·Î Àüȯ½Ã »õ·Î¿î ÀÛ¾÷°ø°£ »ý¼º" - -#: ../../WPrefs.app/Workspace.c:218 -msgid "Dock/Clip" -msgstr "Dock/Ŭ¸³" - -#: ../../WPrefs.app/Workspace.c:287 -msgid "Workspace Preferences" -msgstr "ÀÛ¾÷°ø°£ ¼³Á¤" - -#: ../../WPrefs.app/main.c:56 -#, c-format -msgid "usage: %s [options]\n" -msgstr "»ç¿ë¹ý: %s [¿É¼Ç]\n" - -#: ../../WPrefs.app/main.c:57 -msgid "options:" -msgstr "¿É¼Ç:" - -#: ../../WPrefs.app/main.c:58 -msgid " -display \tdisplay to be used" -msgstr "-display \t»ç¿ëÇÒ µð½ºÇ÷¹ÀÌ" - -#: ../../WPrefs.app/main.c:59 -msgid " -version\t\tprint version number and exit" -msgstr "-version\t\t¹öÁ¯ Ãâ·ÂÈÄ Á¾·á" - -#: ../../WPrefs.app/main.c:82 -#, c-format -msgid "too few arguments for %s" -msgstr "%s ÀÇ Àμö°¡ ³Ê¹« ÀûÀ½" - -#: ../../WPrefs.app/main.c:104 -msgid "X server does not support locale" -msgstr "X ¼­¹ö°¡ ·ÎÄÉÀÏÀ» Áö¿øÇÏÁö ¾ÊÀ½" - -#: ../../WPrefs.app/main.c:107 -msgid "cannot set locale modifiers" -msgstr "·ÎÄÉÀÏ ¼öÁ¤ÀÚ(modifier)¸¦ ¼³Á¤ÇÒ ¼ö ¾øÀ½" - -#: ../../WPrefs.app/main.c:113 -#, c-format -msgid "could not open display %s" -msgstr "µð½ºÇ÷¹ÀÌ %s¸¦ ¿­ ¼ö ¾øÀ½" - -#: ../../WPrefs.app/main.c:121 -msgid "could not initialize application" -msgstr "¾ÖÇø®ÄÉÀÌ¼Ç ÃʱâÈ­¸¦ ÇÒ ¼ö ¾øÀ½" - -#: ../../WPrefs.app/Icons.c:178 -msgid "Icon Positioning" -msgstr "¾ÆÀÌÄÜ À§Ä¡" - -#: ../../WPrefs.app/Icons.c:225 -msgid "Iconification Animation" -msgstr "¾ÆÀÌÄÜÈ­½Ã ¾Ö´Ï¸ÞÀ̼Ç" - -#: ../../WPrefs.app/Icons.c:236 -msgid "Shrinking/Zooming" -msgstr "" - -#: ../../WPrefs.app/Icons.c:237 -msgid "Spinning/Twisting" -msgstr "" - -#: ../../WPrefs.app/Icons.c:238 -msgid "3D-flipping" -msgstr "" - -#: ../../WPrefs.app/Icons.c:239 -msgid "None" -msgstr "¾øÀ½" - -#: ../../WPrefs.app/Icons.c:251 -msgid "Auto-arrange icons" -msgstr "¾ÆÀÌÄÜ ÀÚµ¿ Á¤·Ä" - -#: ../../WPrefs.app/Icons.c:256 -msgid "Omnipresent miniwindows" -msgstr "¾ÆÀÌÄÜ Ç×»ó º¸ÀÓ" - -#: ../../WPrefs.app/Icons.c:264 -msgid "Icon Size" -msgstr "¾ÆÀÌÄÜ Å©±â" - -#: ../../WPrefs.app/Icons.c:334 -msgid "Icon Preferences" -msgstr "¾ÆÀÌÄÜ ¼³Á¤" - \ No newline at end of file +# Korean message file for WPrefs +# Last Update: version 0.6 +# +msgid "" +msgstr "" +"Date: 1998-09-02 04:43:35+0900\n" +"From: Byeong-Chan, Kim \n" +"Language-Team: Korean \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=EUC-KR\n" +"Content-Transfer-Encoding: 8-bit\n" +"Xgettext-Options: --default-domain=WPrefs --add-comments --keyword=_\n" +"Files: ../../WPrefs/Configurations.c ../../WPrefs/Expert.c ../../WPrefs/Focus.c ../../WPrefs/KeyboardSettings.c ../../WPrefs/KeyboardShortcuts.c ../../WPrefs/Menu.c ../../WPrefs/MenuGuru.c ../../WPrefs/MenuPreferences.c ../../WPrefs/MouseSettings.c ../../WPrefs/Paths.c ../../WPrefs/Preferences.c ../../WPrefs/Text.c ../../WPrefs/TextureAndColor.c ../../WPrefs/WPrefs.c ../../WPrefs/WindowHandling.c ../../WPrefs/Workspace.c ../../WPrefs/main.c ../../WPrefs/xmodifier.c\n" + +#: ../../WPrefs.app/Configurations.c:142 ../../WPrefs.app/Configurations.c:148 ../../WPrefs.app/MouseSettings.c:510 ../../WPrefs.app/WindowHandling.c:270 ../../WPrefs.app/WindowHandling.c:282 ../../WPrefs.app/Workspace.c:71 ../../WPrefs.app/Workspace.c:77 +msgid "could not load icon %s" +msgstr "%s ¾ÆÀÌÄÜÀ» ÀÐÀ» ¼ö ¾øÀ½" + +#: ../../WPrefs.app/Configurations.c:156 ../../WPrefs.app/Workspace.c:85 +msgid "could not process icon %s:" +msgstr "%s ¾ÆÀÌÄÜÀ» ó¸®ÇÏÁö ¸øÇÔ:" + +#: ../../WPrefs.app/Configurations.c:181 ../../WPrefs.app/Workspace.c:124 +msgid "could not load image file %s" +msgstr "%s À̹ÌÁö ÆÄÀÏÀ» ÀÐÀ» ¼ö ¾øÀ½" + +#: ../../WPrefs.app/Configurations.c:195 +msgid "Icon Slide Speed" +msgstr "¾ÆÀÌÄÜ ½½¶óÀÌµå ¼Óµµ" + +#: ../../WPrefs.app/Configurations.c:201 +msgid "Shade Animation Speed" +msgstr "Shade ¾Ö´Ï¸ÞÀÌ¼Ç ¼Óµµ" + +#: ../../WPrefs.app/Configurations.c:234 ../../WPrefs.app/Configurations.c:246 ../../WPrefs.app/Focus.c:310 ../../WPrefs.app/Focus.c:321 ../../WPrefs.app/MenuPreferences.c:135 ../../WPrefs.app/MenuPreferences.c:146 ../../WPrefs.app/MenuPreferences.c:174 ../../WPrefs.app/MenuPreferences.c:189 ../../WPrefs.app/MouseSettings.c:538 ../../WPrefs.app/MouseSettings.c:549 ../../WPrefs.app/MouseSettings.c:604 ../../WPrefs.app/MouseSettings.c:615 ../../WPrefs.app/MouseSettings.c:651 ../../WPrefs.app/MouseSettings.c:666 ../../WPrefs.app/MouseSettings.c:682 ../../WPrefs.app/WPrefs.c:398 ../../WPrefs.app/WPrefs.c:416 +msgid "could not load icon file %s" +msgstr "%s ¾ÆÀÌÄÜ ÆÄÀÏÀ» ÀÐÀ» ¼ö ¾øÀ½" + +#: ../../WPrefs.app/Configurations.c:262 +msgid "Titlebar Style" +msgstr "ŸÀÌƲ¹Ù ½ºÅ¸ÀÏ" + +#: ../../WPrefs.app/Configurations.c:299 +msgid "Animations and Sound" +msgstr "¾Ö´Ï¸ÞÀ̼Ç, À½ÇâÈ¿°ú" + +#: ../../WPrefs.app/Configurations.c:305 +msgid "Animations" +msgstr "¾Ö´Ï¸ÞÀ̼Ç" + +#: ../../WPrefs.app/Configurations.c:321 +msgid "Superfluous" +msgstr "" + +#: ../../WPrefs.app/Configurations.c:337 +msgid "Sounds" +msgstr "À½ÇâÈ¿°ú" + +#: ../../WPrefs.app/Configurations.c:354 +msgid "Note: sound requires a module distributed separately" +msgstr "ÁÖÀÇ: À½ÇâÈ¿°ú´Â µû·ÎÀÌ ¹èÆ÷µÇ´Â ¸ðµâÀÌ ÇÊ¿äÇÔ" + +#: ../../WPrefs.app/Configurations.c:364 +msgid "Dithering colormap for 8bpp" +msgstr "8bpp ¿ë Ä÷¯¸Ê µð´õ¸µ" + +#: ../../WPrefs.app/Configurations.c:369 +msgid "Disable dithering in any visual/depth" +msgstr "µð´õ¸µ »ç¿ëÇÏÁö ¾ÊÀ½" + +#: ../../WPrefs.app/Configurations.c:390 +msgid "More colors for applications" +msgstr "¾ÖÇø®ÄÉÀ̼ǿ¡ ¸¹Àº Ä÷¯ ºÎ¿©" + +#: ../../WPrefs.app/Configurations.c:397 +msgid "More colors for WindowMaker" +msgstr "À©µµ¿ì¸ÞÀÌÄ¿¿¡ ¸¹Àº Ä÷¯ ºÎ¿©" + +#: ../../WPrefs.app/Configurations.c:450 +msgid "Other Configurations" +msgstr "±× ¿Ü ¼³Á¤" + +#: ../../WPrefs.app/Expert.c:70 +msgid "Do not set non-WindowMaker specific parameters (do not use xset)" +msgstr "À©µµ¿ì¸ÞÀÌÄ¿ÀÇ ±â´ÉÀÌ ¾Æ´Ñ °ÍÀ» ¼³Á¤Ä¡ ¾ÊÀ½ (xset À» »ç¿ëÇÏÁö ¾ÊÀ½)" + +#: ../../WPrefs.app/Expert.c:71 +msgid "Automatically save session when exiting WindowMaker" +msgstr "À©µµ¿ì¸ÞÀÌÄ¿ Á¾·á½Ã ¼¼¼Ç ÀÚµ¿ ÀúÀå" + +#: ../../WPrefs.app/Expert.c:72 +msgid "Use SaveUnder in window frames, icons, menus and other objects" +msgstr "À©µµ¿ì ÇÁ·¹ÀÓ, ¾ÆÀÌÄÜ, ¸Þ´º µî¿¡¼­ SaveUnder »ç¿ëÇÔ" + +#: ../../WPrefs.app/Expert.c:73 +msgid "Disable cycling color highlighting of icons." +msgstr "¾ÆÀÌÄÜ Ä÷¯ ÇÏÀ̶óÀÌÆà »ç¿ëÇÏÁö ¾ÊÀ½" + +#: ../../WPrefs.app/Expert.c:103 +msgid "Expert User Preferences" +msgstr "°í±Þ »ç¿ëÀÚ¿ë ¼³Á¤" + +#: ../../WPrefs.app/Focus.c:79 +msgid "bad option value %s for option FocusMode. Using default Manual" +msgstr "Æ÷Ä¿½º ¸ðµå¿¡ À߸øµÈ °ª %s. ±âº»°ªÀÎ Manual À» »ç¿ë" + +#: ../../WPrefs.app/Focus.c:92 +msgid "bad option value %s for option ColormapMode. Using default Manual" +msgstr "Ä÷¯¸Ê ¸ðµå¿¡ À߸øµÈ °ª %s. ±âº»°ªÀÎ Manual À» »ç¿ë" + +#: ../../WPrefs.app/Focus.c:190 +msgid "" +"Click on the window to set\n" +"keyboard input focus." +msgstr "" + +#: ../../WPrefs.app/Focus.c:194 +msgid "" +"Set keyboard input focus to\n" +"the window under the mouse pointer,\n" +"including the root window." +msgstr "" + +#: ../../WPrefs.app/Focus.c:199 +msgid "" +"Set keyboard input focus to\n" +"the window under the mouse pointer,\n" +"except the root window." +msgstr "" + +#: ../../WPrefs.app/Focus.c:243 +msgid "Input Focus Mode" +msgstr "ÀÔ·Â È°¼ºÈ­ ¸ðµå" + +#: ../../WPrefs.app/Focus.c:248 +msgid "Click window to focus" +msgstr "" + +#: ../../WPrefs.app/Focus.c:249 +msgid "Focus follows mouse" +msgstr "" + +#: ../../WPrefs.app/Focus.c:250 +msgid "\"Sloppy\" focus" +msgstr "" + +#: ../../WPrefs.app/Focus.c:265 +msgid "Install colormap in the window..." +msgstr "Ä÷¯¸Ê ¸ðµå" + +#: ../../WPrefs.app/Focus.c:270 +msgid "...that has the input focus." +msgstr "ÀÔ·Â È°¼ºÈ­ À©µµ¿ì" + +#: ../../WPrefs.app/Focus.c:275 +msgid "...that is under the mouse pointer." +msgstr "¸¶¿ì½º°¡ À§Ä¡ÇÑ À©µµ¿ì" + +#: ../../WPrefs.app/Focus.c:284 +msgid "Automatic Window Raise Delay" +msgstr "ÀÚµ¿ ⠿ø®±â Áö¿¬ ½Ã°£" + +#: ../../WPrefs.app/Focus.c:341 +msgid "msec" +msgstr "" + +#: ../../WPrefs.app/Focus.c:358 +msgid "Do not let aplications receive the click used to focus windows." +msgstr "" + +#: ../../WPrefs.app/Focus.c:364 +msgid "Automatically focus new windows." +msgstr "»õ·Î¿î â ÀÚµ¿ È°¼ºÈ­" + +#: ../../WPrefs.app/Focus.c:385 +msgid "Window Focus Preferences" +msgstr "À©µµ¿ì È°¼ºÈ­ ¼³Á¤" + +#: ../../WPrefs.app/KeyboardSettings.c:72 +msgid "Initial Key Repeat" +msgstr "Å° ÀçÀÔ·Â ½Ã°£" + +#: ../../WPrefs.app/KeyboardSettings.c:113 +msgid "Key Repeat Rate" +msgstr "Å° ¹Ýº¹ ¼Óµµ" + +#: ../../WPrefs.app/KeyboardSettings.c:153 +msgid "Type here to test" +msgstr "Å°º¸µå ¼Óµµ Å×½ºÆ®" + +#: ../../WPrefs.app/KeyboardSettings.c:172 +msgid "Keyboard Preferences" +msgstr "Å°º¸µå ¼³Á¤" + +#: ../../WPrefs.app/KeyboardShortcuts.c:161 ../../WPrefs.app/Menu.c:923 ../../WPrefs.app/Menu.c:1290 ../../WPrefs.app/MenuGuru.c:263 +msgid "Cancel" +msgstr "Ãë¼Ò" + +#: ../../WPrefs.app/KeyboardShortcuts.c:162 +msgid "Press the desired shortcut key(s) or click Cancel to stop capturing." +msgstr "¿øÇÏ´Â ´ÜÃàÅ°¸¦ ´©¸£½Ê½Ã¿À. Ãë¼Ò¸¦ ´©¸£¸é Capture °¡ Áߴܵ˴ϴÙ." + +#: ../../WPrefs.app/KeyboardShortcuts.c:180 ../../WPrefs.app/KeyboardShortcuts.c:374 ../../WPrefs.app/Menu.c:935 ../../WPrefs.app/Menu.c:1157 +msgid "Capture" +msgstr "ĸÃÄ" + +#: ../../WPrefs.app/KeyboardShortcuts.c:181 ../../WPrefs.app/KeyboardShortcuts.c:381 +msgid "Click Capture to interactively define the shortcut key." +msgstr "ĸÃÄ ¹öÆ°À» ´­·¯ ´ÜÃàÅ°¸¦ ½±°Ô ÁöÁ¤ÇÒ ¼ö ÀÖ½À´Ï´Ù." + +#: ../../WPrefs.app/KeyboardShortcuts.c:299 +msgid "Actions" +msgstr "µ¿ÀÛ" + +#: ../../WPrefs.app/KeyboardShortcuts.c:313 +msgid "Open applications menu" +msgstr "¾ÖÇø®ÄÉÀÌ¼Ç ¸Þ´º" + +#: ../../WPrefs.app/KeyboardShortcuts.c:314 +msgid "Open window list menu" +msgstr "À©µµ¿ì ¸®½ºÆ® ¸Þ´º" + +#: ../../WPrefs.app/KeyboardShortcuts.c:315 +msgid "Open window commands menu" +msgstr "À©µµ¿ì ¸í·É ¸Þ´º" + +#: ../../WPrefs.app/KeyboardShortcuts.c:316 +msgid "Hide active application" +msgstr "¾ÖÇø®ÄÉÀÌ¼Ç ¼û±è" + +#: ../../WPrefs.app/KeyboardShortcuts.c:317 +msgid "Miniaturize active window" +msgstr "À©µµ¿ì ÃÖ¼ÒÈ­" + +#: ../../WPrefs.app/KeyboardShortcuts.c:318 +msgid "Close active window" +msgstr "À©µµ¿ì ´Ý±â" + +#: ../../WPrefs.app/KeyboardShortcuts.c:319 +msgid "Maximize active window" +msgstr "À©µµ¿ì ÃÖ´ëÈ­" + +#: ../../WPrefs.app/KeyboardShortcuts.c:320 +msgid "Maximize active window vertically" +msgstr "À©µµ¿ì¸¦ ¿·À¸·Î ÃÖ´ëÈ­" + +#: ../../WPrefs.app/KeyboardShortcuts.c:321 +msgid "Raise active window" +msgstr "À©µµ¿ì ¿Ã¸²" + +#: ../../WPrefs.app/KeyboardShortcuts.c:322 +msgid "Lower active window" +msgstr "À©µµ¿ì ³»¸²" + +#: ../../WPrefs.app/KeyboardShortcuts.c:323 +msgid "Raise/Lower window under mouse pointer" +msgstr "¸¶¿ì½º°¡ À§Ä¡ÇÑ Ã¢ ¿Ã¸²/³»¸²" + +#: ../../WPrefs.app/KeyboardShortcuts.c:324 +msgid "Shade active window" +msgstr "À©µµ¿ì Shade" + +#: ../../WPrefs.app/KeyboardShortcuts.c:325 +msgid "Select active window" +msgstr "À©µµ¿ì ¼±ÅÃ" + +#: ../../WPrefs.app/KeyboardShortcuts.c:326 +msgid "Focus next window" +msgstr "´ÙÀ½ À©µµ¿ì È°¼ºÈ­" + +#: ../../WPrefs.app/KeyboardShortcuts.c:327 +msgid "Focus previous window" +msgstr "ÀÌÀü À©µµ¿ì È°¼ºÈ­" + +#: ../../WPrefs.app/KeyboardShortcuts.c:328 +msgid "Switch to next workspace" +msgstr "´ÙÀ½ ÀÛ¾÷°ø°£À¸·Î Àüȯ" + +#: ../../WPrefs.app/KeyboardShortcuts.c:329 +msgid "Switch to previous workspace" +msgstr "ÀÌÀü ÀÛ¾÷°ø°£À¸·Î Àüȯ" + +#: ../../WPrefs.app/KeyboardShortcuts.c:330 +msgid "Switch to next ten workspaces" +msgstr "¿­Ä­ ´ÙÀ½ÀÇ ÀÛ¾÷°ø°£À¸·Î Àüȯ" + +#: ../../WPrefs.app/KeyboardShortcuts.c:331 +msgid "Switch to previous ten workspaces" +msgstr "¿­Ä­ ÀÌÀüÀÇ ÀÛ¾÷°ø°£À¸·Î Àüȯ" + +#: ../../WPrefs.app/KeyboardShortcuts.c:332 +msgid "Switch to workspace 1" +msgstr "1¹ø ÀÛ¾÷°ø°£À¸·Î Àüȯ" + +#: ../../WPrefs.app/KeyboardShortcuts.c:333 +msgid "Switch to workspace 2" +msgstr "2¹ø ÀÛ¾÷°ø°£À¸·Î Àüȯ" + +#: ../../WPrefs.app/KeyboardShortcuts.c:334 +msgid "Switch to workspace 3" +msgstr "3¹ø ÀÛ¾÷°ø°£À¸·Î Àüȯ" + +#: ../../WPrefs.app/KeyboardShortcuts.c:335 +msgid "Switch to workspace 4" +msgstr "4¹ø ÀÛ¾÷°ø°£À¸·Î Àüȯ" + +#: ../../WPrefs.app/KeyboardShortcuts.c:336 +msgid "Switch to workspace 5" +msgstr "5¹ø ÀÛ¾÷°ø°£À¸·Î Àüȯ" + +#: ../../WPrefs.app/KeyboardShortcuts.c:337 +msgid "Switch to workspace 6" +msgstr "6¹ø ÀÛ¾÷°ø°£À¸·Î Àüȯ" + +#: ../../WPrefs.app/KeyboardShortcuts.c:338 +msgid "Switch to workspace 7" +msgstr "7¹ø ÀÛ¾÷°ø°£À¸·Î Àüȯ" + +#: ../../WPrefs.app/KeyboardShortcuts.c:339 +msgid "Switch to workspace 8" +msgstr "8¹ø ÀÛ¾÷°ø°£À¸·Î Àüȯ" + +#: ../../WPrefs.app/KeyboardShortcuts.c:340 +msgid "Switch to workspace 9" +msgstr "9¹ø ÀÛ¾÷°ø°£À¸·Î Àüȯ" + +#: ../../WPrefs.app/KeyboardShortcuts.c:341 +msgid "Switch to workspace 10" +msgstr "10¹ø ÀÛ¾÷°ø°£À¸·Î Àüȯ" + +#: ../../WPrefs.app/KeyboardShortcuts.c:342 +msgid "Raise Clip" +msgstr "Clip ¿Ã¸²" + +#: ../../WPrefs.app/KeyboardShortcuts.c:343 +msgid "Lower Clip" +msgstr "Clip ³»¸²" + +#: ../../WPrefs.app/KeyboardShortcuts.c:344 +msgid "Raise/Lower Clip" +msgstr "Clip ¿Ã¸²/³»¸²" + +#: ../../WPrefs.app/KeyboardShortcuts.c:357 ../../WPrefs.app/Menu.c:1146 +msgid "Shortcut" +msgstr "´ÜÃàÅ°" + +#: ../../WPrefs.app/KeyboardShortcuts.c:368 +msgid "Clear" +msgstr "Áö¿ò" + +#: ../../WPrefs.app/KeyboardShortcuts.c:429 +msgid "Keyboard Shortcut Preferences" +msgstr "Å°º¸µå ´ÜÃàÅ° ¼³Á¤" + +#: ../../WPrefs.app/Menu.c:373 +msgid "Window Manager" +msgstr "À©µµ¿ì °ü¸®ÀÚ" + +#: ../../WPrefs.app/Menu.c:375 +msgid "Program to open files" +msgstr "" + +#: ../../WPrefs.app/Menu.c:377 ../../WPrefs.app/Menu.c:1133 +msgid "Program to Run" +msgstr "½ÇÇàÇÒ ÇÁ·Î±×·¥" + +#: ../../WPrefs.app/Menu.c:427 ../../WPrefs.app/Menu.c:428 +msgid "New Command %i" +msgstr "»õ·Î¿î ¸í·É %i" + +#: ../../WPrefs.app/Menu.c:435 +msgid "New Submenu" +msgstr "»õ·Î¿î ÇϺΠ¸Þ´º" + +#: ../../WPrefs.app/Menu.c:440 +msgid "External Menu" +msgstr "" + +#: ../../WPrefs.app/Menu.c:447 +msgid "Workspaces" +msgstr "ÀÛ¾÷°ø°£" + +#: ../../WPrefs.app/Menu.c:1017 ../../WPrefs.app/Menu.c:1032 +msgid "Commands" +msgstr "¸í·É¾î" + +#: ../../WPrefs.app/Menu.c:1018 ../../WPrefs.app/Menu.c:1033 +msgid "Add Command" +msgstr "¸í·É¾î Ãß°¡" + +#: ../../WPrefs.app/Menu.c:1019 ../../WPrefs.app/Menu.c:1034 +msgid "Add Submenu" +msgstr "ÇϺΠ¸Þ´º Ãß°¡" + +#: ../../WPrefs.app/Menu.c:1020 ../../WPrefs.app/Menu.c:1035 +msgid "Add External Menu" +msgstr "" + +#: ../../WPrefs.app/Menu.c:1021 ../../WPrefs.app/Menu.c:1036 +msgid "Add Workspace Menu" +msgstr "ÀÛ¾÷°ø°£ ¸Þ´º Ãß°¡" + +#: ../../WPrefs.app/Menu.c:1022 ../../WPrefs.app/Menu.c:1037 +msgid "Remove Item" +msgstr "Ç׸ñ Á¦°Å" + +#: ../../WPrefs.app/Menu.c:1023 ../../WPrefs.app/Menu.c:1038 +msgid "Cut Item" +msgstr "Ç׸ñ ÀÚ¸£±â" + +#: ../../WPrefs.app/Menu.c:1024 ../../WPrefs.app/Menu.c:1039 +msgid "Copy Item" +msgstr "Ç׸ñ º¹»ç" + +#: ../../WPrefs.app/Menu.c:1025 ../../WPrefs.app/Menu.c:1040 +msgid "Paste Item" +msgstr "Ç׸ñ ºÙÀ̱â" + +#: ../../WPrefs.app/Menu.c:1069 +msgid "Label" +msgstr "¶óº§" + +#: ../../WPrefs.app/Menu.c:1082 +msgid "Command" +msgstr "¸í·É¾î" + +#: ../../WPrefs.app/Menu.c:1087 +msgid "Run Program" +msgstr "ÇÁ·Î±×·¥ ½ÇÇà" + +#: ../../WPrefs.app/Menu.c:1088 +msgid "Arrange Icons" +msgstr "¾ÆÀÌÄÜ Á¤·Ä" + +#: ../../WPrefs.app/Menu.c:1089 +msgid "Hide Others" +msgstr "´Ù¸¥ °Íµé ¼û±è" + +#: ../../WPrefs.app/Menu.c:1090 +msgid "Show All Windows" +msgstr "¸ðµç À©µµ¿ì º¸±â" + +#: ../../WPrefs.app/Menu.c:1091 +msgid "Exit WindowMaker" +msgstr "À©µµ¿ì¸ÞÀÌÄ¿ Á¾·á" + +#: ../../WPrefs.app/Menu.c:1092 +msgid "Exit X Session" +msgstr "X ¼¼¼Ç Á¾·á" + +#: ../../WPrefs.app/Menu.c:1093 +msgid "Start window manager" +msgstr "À©µµ¿ì °ü¸®ÀÚ ½ÃÀÛ" + +#: ../../WPrefs.app/Menu.c:1094 +msgid "Restart WindowMaker" +msgstr "À©µµ¿ì¸ÞÀÌÄ¿ Àç½ÃÀÛ" + +#: ../../WPrefs.app/Menu.c:1095 +msgid "Save Session" +msgstr "¼¼¼Ç ÀúÀå" + +#: ../../WPrefs.app/Menu.c:1096 +msgid "Clear Session" +msgstr "" + +#: ../../WPrefs.app/Menu.c:1097 +msgid "Refresh Screen" +msgstr "È­¸é Á¤¸®" + +#: ../../WPrefs.app/Menu.c:1098 +msgid "Info Panel" +msgstr "Á¤º¸" + +#: ../../WPrefs.app/Menu.c:1099 +msgid "Legal Panel" +msgstr "Ä«ÇǶóÀÌÆ®" + +#: ../../WPrefs.app/Menu.c:1107 +msgid "Open workspace menu" +msgstr "ÀÛ¾÷°ø°£ ¸Þ´º ¿­±â" + +#: ../../WPrefs.app/Menu.c:1114 +msgid "No confirmation panel" +msgstr "" + +#: ../../WPrefs.app/Menu.c:1120 +msgid "Menu Path/Directory List" +msgstr "" + +#: ../../WPrefs.app/Menu.c:1165 +msgid "Ask help to the Guru" +msgstr "" + +#: ../../WPrefs.app/Menu.c:1285 +msgid "" +"The format of the current menu in ~/G/D/WMRootMenu is not supported by WPrefs. A new menu will be created.\n" +"You can also replace ~/G/D/WMRootMenu with ~/G/L/W/plmenu to get the default menu." +msgstr "" + +#: ../../WPrefs.app/Menu.c:1290 ../../WPrefs.app/Menu.c:1295 ../../WPrefs.app/WPrefs.c:585 +msgid "Warning" +msgstr "°æ°í" + +#. WMMapWidget(panel->pathB); +#: ../../WPrefs.app/Menu.c:1290 ../../WPrefs.app/Menu.c:1296 ../../WPrefs.app/MenuGuru.c:119 ../../WPrefs.app/MenuGuru.c:126 ../../WPrefs.app/MenuGuru.c:140 ../../WPrefs.app/MouseSettings.c:156 ../../WPrefs.app/Text.c:181 ../../WPrefs.app/WPrefs.c:546 ../../WPrefs.app/WPrefs.c:551 ../../WPrefs.app/WPrefs.c:562 ../../WPrefs.app/WPrefs.c:572 ../../WPrefs.app/WPrefs.c:578 ../../WPrefs.app/WPrefs.c:585 ../../WPrefs.app/WPrefs.c:602 ../../WPrefs.app/WPrefs.c:607 +msgid "OK" +msgstr "" + +#: ../../WPrefs.app/Menu.c:1295 +msgid "Any changes made in this section will not be saved" +msgstr "" + +#: ../../WPrefs.app/Menu.c:1360 +msgid "Applications Menu Definition" +msgstr "" + +#: ../../WPrefs.app/MenuGuru.c:106 +msgid "Menu Guru - Select Type" +msgstr "" + +#: ../../WPrefs.app/MenuGuru.c:111 ../../WPrefs.app/MenuGuru.c:133 ../../WPrefs.app/MenuGuru.c:251 +msgid "Next" +msgstr "´ÙÀ½" + +#: ../../WPrefs.app/MenuGuru.c:114 +msgid "Menu Guru - Select Menu File" +msgstr "" + +#: ../../WPrefs.app/MenuGuru.c:122 +msgid "Menu Guru - Select Pipe Command" +msgstr "" + +#: ../../WPrefs.app/MenuGuru.c:129 +msgid "Menu Guru - Select Directories" +msgstr "" + +#: ../../WPrefs.app/MenuGuru.c:136 +msgid "Menu Guru - Select Command" +msgstr "" + +#: ../../WPrefs.app/MenuGuru.c:257 +msgid "Back" +msgstr "ÀÌÀü" + +#: ../../WPrefs.app/MenuGuru.c:271 +msgid "" +"This process will help you create a submenu which definition is located in another file or is created dynamically.\n" +"What do you want to use as the contents of the submenu?" +msgstr "" + +#: ../../WPrefs.app/MenuGuru.c:279 +msgid "A file containing the menu definition in the plain text (non-property list) menu format." +msgstr "" + +#: ../../WPrefs.app/MenuGuru.c:285 +msgid "The menu definition generated by a script/program read through a pipe." +msgstr "" + +#: ../../WPrefs.app/MenuGuru.c:291 +msgid "The files in one or more directories." +msgstr "" + +#: ../../WPrefs.app/MenuGuru.c:303 +msgid "Type the path for the menu file:" +msgstr "" + +#: ../../WPrefs.app/MenuGuru.c:318 +msgid "The menu file must contain a menu in the plain text menu file format. This format is described in the menu files included with WindowMaker, probably at ~/GNUstep/Library/WindowMaker/menu" +msgstr "" + +#: ../../WPrefs.app/MenuGuru.c:328 +msgid "Type the command that will generate the menu definition:" +msgstr "" + +#: ../../WPrefs.app/MenuGuru.c:338 +msgid "The command supplied must generate and output a valid menu definition to stdout. This definition should be in the plain text menu file format, described in the menu files included with WindowMaker, usually at ~/GNUstep/Library/WindowMaker/menu" +msgstr "" + +#: ../../WPrefs.app/MenuGuru.c:350 ../../WPrefs.app/MenuGuru.c:372 ../../WPrefs.app/MenuGuru.c:394 +msgid "Type the path for the directory. You can type more than one path by separating them with spaces." +msgstr "" + +#: ../../WPrefs.app/MenuGuru.c:361 ../../WPrefs.app/MenuGuru.c:383 ../../WPrefs.app/MenuGuru.c:405 +msgid "The menu generated will have an item for each file in the directory. The directories can contain program executables or data files (such as jpeg images)." +msgstr "" + +#: ../../WPrefs.app/MenuGuru.c:415 +msgid "If the directory contain data files, type the command used to open these files. Otherwise, leave it in blank." +msgstr "" + +#: ../../WPrefs.app/MenuGuru.c:426 +msgid "Each file in the directory will have an item and they will be opened with the supplied command.For example, if the directory contains image files and the command is \"xv -root\", each file in the directory will have a menu item like \"xv -root imagefile\"." +msgstr "" + +#: ../../WPrefs.app/MenuPreferences.c:112 +msgid "Menu Scrolling Speed" +msgstr "¸Þ´º ½ºÅ©·Ñ ¼Óµµ" + +#: ../../WPrefs.app/MenuPreferences.c:161 +msgid "Submenu Alignment" +msgstr "ÇϺΠ¸Þ´º À§Ä¡" + +#: ../../WPrefs.app/MenuPreferences.c:204 +msgid "" +"Always open submenus inside the screen, instead of scrolling.\n" +"Note: this can be an annoyance at some circumstances." +msgstr "" +"¸Þ´º ½ºÅ©·Ñ ´ë½Å ÇϺΠ¸Þ´º¸¦ ¿­ ¶§ Ç×»ó È­¸é ¾È¿¡ À§Ä¡Çϱâ ÇÔ.\n" +"ÁÖÀÇ: »óȲ¿¡ µû¶ó¼­ ¼º°¡½Å °ÍÀÌ µÉ ¼ö ÀÖÀ½." + + +#: ../../WPrefs.app/MenuPreferences.c:209 +msgid "Scroll off-screen menus when pointer is moved over them." +msgstr "½ºÅ©¸° ¹ÛÀ¸·Î ³ª°£ ¸Þ´º°¡ ±×ÂÊÀ¸·Î ¸¶¿ì½º¸¦ ¿òÁ÷ÀÌ¸é ½ºÅ©·Ñ µÊ." + +#: ../../WPrefs.app/MenuPreferences.c:229 +msgid "Menu Preferences" +msgstr "¸Þ´º ¼³Á¤" + +#: ../../WPrefs.app/MouseSettings.c:154 ../../WPrefs.app/Text.c:181 ../../WPrefs.app/WPrefs.c:546 ../../WPrefs.app/WPrefs.c:551 ../../WPrefs.app/WPrefs.c:560 ../../WPrefs.app/WPrefs.c:570 ../../WPrefs.app/WPrefs.c:578 ../../WPrefs.app/WPrefs.c:602 ../../WPrefs.app/WPrefs.c:607 +msgid "Error" +msgstr "¿¡·¯" + +#: ../../WPrefs.app/MouseSettings.c:155 +msgid "Invalid mouse acceleration threshold value. Must be the number of pixels to travel before accelerating." +msgstr "¸¶¿ì½º °¡¼Ó threshold °ªÀÌ À߸øµÊ. °¡¼ÓµÇ±â±îÁö ¿òÁ÷ÀÌ´Â Çȼ¿ ¼ö¸¦ ÀûÀ½" + +#: ../../WPrefs.app/MouseSettings.c:209 +msgid "mouse button %s not supported by WPrefs." +msgstr "¸¶¿ì½º ¹öÆ° %s ´Â Áö¿øÇÏÁö ¾ÊÀ½" + +#: ../../WPrefs.app/MouseSettings.c:243 ../../WPrefs.app/MouseSettings.c:254 ../../WPrefs.app/MouseSettings.c:265 +msgid "bad value %s for option %s" +msgstr "%s ¿É¼Ç¿¡ À߸øµÈ °ª %s" + +#: ../../WPrefs.app/MouseSettings.c:325 +msgid "modifier key %s for option ModifierKey was not recognized. Using %s as default" +msgstr "ModifierKey ÀÇ modifier key %s ¸¦ ÀνÄÇÒ ¼ö ¾øÀ½. ±âº»°ªÀÎ %s ¸¦ »ç¿ë." + +#: ../../WPrefs.app/MouseSettings.c:350 +msgid "could not retrieve keyboard modifier mapping" +msgstr "" + +#: ../../WPrefs.app/MouseSettings.c:497 +msgid "Mouse Speed" +msgstr "¸¶¿ì½º ¼Óµµ" + +#: ../../WPrefs.app/MouseSettings.c:564 +msgid "Threshold:" +msgstr "" + +#: ../../WPrefs.app/MouseSettings.c:579 +msgid "Double-Click Delay" +msgstr "´õºí Ŭ¸¯ ¼Óµµ" + +#: ../../WPrefs.app/MouseSettings.c:623 +msgid "Test" +msgstr "Å×½ºÆ®" + +#: ../../WPrefs.app/MouseSettings.c:633 +msgid "Workspace Mouse Actions" +msgstr "¸¶¿ì½º µ¿ÀÛ ¼³Á¤" + +#: ../../WPrefs.app/MouseSettings.c:638 +msgid "Disable mouse actions" +msgstr "¸¶¿ì½º ¾×¼Ç »ç¿ë ¾ÊÀ½" + +#: ../../WPrefs.app/MouseSettings.c:691 +msgid "Applications menu" +msgstr "¾ÖÇø®ÄÉÀÌ¼Ç ¸Þ´º" + +#: ../../WPrefs.app/MouseSettings.c:697 +msgid "Window list menu" +msgstr "À©µµ¿ì ¸®½ºÆ® ¸Þ´º" + +#: ../../WPrefs.app/MouseSettings.c:703 +msgid "Select windows" +msgstr "À©µµ¿ì ¼±ÅÃ" + +#: ../../WPrefs.app/MouseSettings.c:738 +msgid "Mouse Grab Modifier" +msgstr "" + +#: ../../WPrefs.app/MouseSettings.c:772 +msgid "could not create %s" +msgstr "%s ¸¦ ¸¸µé ¼ö ¾øÀ½" + +#: ../../WPrefs.app/MouseSettings.c:788 +msgid "could not create temporary file %s" +msgstr "Àӽà ÆÄÀÏ %s ¸¦ »ý¼ºÇÏÁö ¸øÇÔ" + +#: ../../WPrefs.app/MouseSettings.c:813 +msgid "could not rename file %s to %s\n" +msgstr "%s ÆÄÀϸíÀ» %s ·Î ¹Ù²Ü ¼ö ¾øÀ½\n" + +#: ../../WPrefs.app/MouseSettings.c:896 +msgid "Mouse Preferences" +msgstr "¸¶¿ì½º ¼³Á¤" + +#: ../../WPrefs.app/Paths.c:82 +msgid "bad value in option IconPath. Using default path list" +msgstr "IconPath ¿¡ À߸øµÈ °ª. ±âº» path »ç¿ë" + +#: ../../WPrefs.app/Paths.c:99 +msgid "bad value in option PixmapPath. Using default path list" +msgstr "PixmapPath ¿¡ À߸øµÈ °ª. ±âº» path »ç¿ë" + +#: ../../WPrefs.app/Paths.c:301 +msgid "Icon Search Paths" +msgstr "¾ÆÀÌÄÜÀ» ãÀ» Path" + +#: ../../WPrefs.app/Paths.c:313 ../../WPrefs.app/Paths.c:349 +msgid "Add" +msgstr "Ãß°¡" + +#: ../../WPrefs.app/Paths.c:320 ../../WPrefs.app/Paths.c:356 +msgid "Remove" +msgstr "»èÁ¦" + +#: ../../WPrefs.app/Paths.c:337 +msgid "Pixmap Search Paths" +msgstr "Pixmap À» ãÀ» Path" + +#: ../../WPrefs.app/Paths.c:385 +msgid "Search Path Configuration" +msgstr "Path ¼³Á¤" + +#: ../../WPrefs.app/Preferences.c:142 +msgid "Size Display" +msgstr "Å©±â Á¶Á¤ Ç¥½Ãâ" + +#: ../../WPrefs.app/Preferences.c:147 ../../WPrefs.app/Preferences.c:163 +msgid "Corner of screen" +msgstr "È­¸é ±¸¼®" + +#: ../../WPrefs.app/Preferences.c:148 ../../WPrefs.app/Preferences.c:164 +msgid "Center of screen" +msgstr "È­¸é °¡¿îµ¥" + +#: ../../WPrefs.app/Preferences.c:149 ../../WPrefs.app/Preferences.c:165 +msgid "Center of resized window" +msgstr "ÇöÀç À©µµ¿ì °¡¿îµ¥" + +#: ../../WPrefs.app/Preferences.c:150 +msgid "Technical drawing-like" +msgstr "À©µµ¿ì Å׵θ®" + +#: ../../WPrefs.app/Preferences.c:158 +msgid "Position Display" +msgstr "â À§Ä¡ Ç¥½Ãâ" + +#: ../../WPrefs.app/Preferences.c:173 +msgid "Show balloon text for..." +msgstr "dz¼± µµ¿ò¸»" + +#: ../../WPrefs.app/Preferences.c:180 +msgid "incomplete window titles" +msgstr "ºÒ¿ÏÀüÇÑ À©µµ¿ì ŸÀÌƲ" + +#: ../../WPrefs.app/Preferences.c:181 +msgid "miniwindow titles" +msgstr "¾ÆÀÌÄÜ Å¸ÀÌƲ" + +#: ../../WPrefs.app/Preferences.c:182 +msgid "application/dock icons" +msgstr "¾ÖÇø®ÄÉÀ̼Ç/dock ¾ÆÀÌÄÜ" + +#: ../../WPrefs.app/Preferences.c:195 +msgid "Raise window when switching focus with keyboard (CirculateRaise)." +msgstr "Å°º¸µå·Î â Àüȯ½Ã À©µµ¿ì ¿Ã¸² (CirculateRaise)" + +#: ../../WPrefs.app/Preferences.c:215 +msgid "Miscellaneous Ergonomic Preferences" +msgstr "" + +#: ../../WPrefs.app/Text.c:179 +msgid "Invalid font %s." +msgstr "À߸øµÈ ÆùÆ® %s" + +#: ../../WPrefs.app/Text.c:256 +msgid "Set Font..." +msgstr "±Û²Ã ÁöÁ¤" + +#: ../../WPrefs.app/Text.c:262 +msgid "Window Title Font" +msgstr "À©µµ¿ì ŸÀÌƲ ±Û²Ã" + +#: ../../WPrefs.app/Text.c:263 +msgid "Menu Title Font" +msgstr "¸Þ´º ŸÀÌƲ ±Û²Ã" + +#: ../../WPrefs.app/Text.c:264 +msgid "Menu Item Font" +msgstr "¸Þ´º Ç׸ñ ±Û²Ã" + +#: ../../WPrefs.app/Text.c:265 +msgid "Icon Title Font" +msgstr "¾ÆÀÌÄÜ Å¸ÀÌƲ ±Û²Ã" + +#: ../../WPrefs.app/Text.c:266 +msgid "Clip Title Font" +msgstr "Clip ŸÀÌƲ ±Û²Ã" + +#: ../../WPrefs.app/Text.c:267 +msgid "Geometry Display Font" +msgstr "À§Ä¡ Ç¥½Ãâ ±Û²Ã" + +#: ../../WPrefs.app/Text.c:280 +msgid "" +"Sample Text\n" +"abcdefghijklmnopqrstuvxywz\n" +"ABCDEFGHIJKLMNOPQRSTUVXYWZ\n" +"0123456789" +msgstr "" + +#: ../../WPrefs.app/Text.c:285 +msgid "Alignment" +msgstr "Á¤·Ä" + +#: ../../WPrefs.app/Text.c:290 +msgid "Left" +msgstr "¿ÞÂÊ" + +#: ../../WPrefs.app/Text.c:296 +msgid "Center" +msgstr "°¡¿îµ¥" + +#: ../../WPrefs.app/Text.c:303 +msgid "Right" +msgstr "¿À¸¥ÂÊ" + +#: ../../WPrefs.app/Text.c:325 +msgid "Text Preferences" +msgstr "" + +#: ../../WPrefs.app/TextureAndColor.c:384 +msgid "Window Title Bar" +msgstr "À©µµ¿ì ŸÀÌƲ ¹Ù" + +#: ../../WPrefs.app/TextureAndColor.c:385 +msgid "Menu Title Bar" +msgstr "¸Þ´º ŸÀÌƲ ¹Ù" + +#: ../../WPrefs.app/TextureAndColor.c:386 +msgid "Menu Items" +msgstr "¸Þ´º Ç׸ñ" + +#: ../../WPrefs.app/TextureAndColor.c:387 +msgid "Workspace/Clip" +msgstr "" + +#: ../../WPrefs.app/TextureAndColor.c:388 +msgid "Icons" +msgstr "¾ÆÀÌÄÜ" + +#: ../../WPrefs.app/TextureAndColor.c:399 +msgid "Focused Window" +msgstr "È°¼º â" + +#: ../../WPrefs.app/TextureAndColor.c:412 ../../WPrefs.app/TextureAndColor.c:443 ../../WPrefs.app/TextureAndColor.c:474 +msgid "Texture" +msgstr "" + +#: ../../WPrefs.app/TextureAndColor.c:418 ../../WPrefs.app/TextureAndColor.c:449 ../../WPrefs.app/TextureAndColor.c:480 +msgid "Text Color" +msgstr "±ÛÀÚ »ö±ò" + +#: ../../WPrefs.app/TextureAndColor.c:423 ../../WPrefs.app/TextureAndColor.c:454 ../../WPrefs.app/TextureAndColor.c:485 ../../WPrefs.app/TextureAndColor.c:509 ../../WPrefs.app/TextureAndColor.c:575 ../../WPrefs.app/TextureAndColor.c:652 +msgid "Set..." +msgstr "" + +#: ../../WPrefs.app/TextureAndColor.c:430 +msgid "Unfocused Window" +msgstr "ºñÈ°¼º â" + +#: ../../WPrefs.app/TextureAndColor.c:461 +msgid "Owner of Focused Window" +msgstr "È°¼º âÀÇ ºÎ¸ðâ" + +#: ../../WPrefs.app/TextureAndColor.c:494 +msgid "Unselected Items" +msgstr "¼±ÅõÇÁö ¾ÊÀº Ç׸ñ" + +#: ../../WPrefs.app/TextureAndColor.c:504 ../../WPrefs.app/TextureAndColor.c:558 +msgid "Background" +msgstr "¹è°æ" + +#: ../../WPrefs.app/TextureAndColor.c:519 +msgid "Normal Text" +msgstr "" + +#: ../../WPrefs.app/TextureAndColor.c:529 +msgid "Disabled Text" +msgstr "" + +#: ../../WPrefs.app/TextureAndColor.c:538 +msgid "Selected Items" +msgstr "¼±ÅÃµÈ Ç׸ñ" + +#: ../../WPrefs.app/TextureAndColor.c:548 +msgid "Text" +msgstr "" + +#: ../../WPrefs.app/TextureAndColor.c:566 +msgid "Menu Title Background" +msgstr "¸Þ´º ŸÀÌƲ ¹è°æ" + +#: ../../WPrefs.app/TextureAndColor.c:584 +msgid "Menu Title Text" +msgstr "" + +#: ../../WPrefs.app/TextureAndColor.c:596 +msgid "Workspace Background" +msgstr "¹è°æ È­¸é" + +#: ../../WPrefs.app/TextureAndColor.c:605 +msgid "Change" +msgstr "¹Ù²Þ" + +#: ../../WPrefs.app/TextureAndColor.c:611 +msgid "Clip Title Text" +msgstr "" + +#: ../../WPrefs.app/TextureAndColor.c:621 +msgid "Normal" +msgstr "ÀϹÝ" + +#: ../../WPrefs.app/TextureAndColor.c:631 +msgid "Collapsed" +msgstr "" + +#: ../../WPrefs.app/TextureAndColor.c:643 +msgid "Icon Background" +msgstr "¾ÆÀÌÄÜ ¹è°æ" + +#: ../../WPrefs.app/TextureAndColor.c:677 +msgid "Texture and Color Preferences" +msgstr "" + +#: ../../WPrefs.app/WPrefs.c:196 +msgid "Window Maker Preferences" +msgstr "À©µµ¿ì ¸ÞÀÌÄ¿ ¼³Á¤" + +#: ../../WPrefs.app/WPrefs.c:220 +msgid "Revert Page" +msgstr "ÇöÀç ÆäÀÌÁö º¹±¸" + +#: ../../WPrefs.app/WPrefs.c:226 +msgid "Revert All" +msgstr "Àüü º¹±¸" + +#: ../../WPrefs.app/WPrefs.c:232 +msgid "Save" +msgstr "ÀúÀå" + +#: ../../WPrefs.app/WPrefs.c:238 +msgid "Close" +msgstr "´Ý±â" + +#: ../../WPrefs.app/WPrefs.c:262 +msgid "Version %s for Window Maker %s" +msgstr "¹öÁ¯ %s (À©µµ¿ì ¸ÞÀÌÄ¿ %s)" + +#: ../../WPrefs.app/WPrefs.c:269 +msgid "Starting..." +msgstr "½ÃÀÛ..." + +#: ../../WPrefs.app/WPrefs.c:275 +msgid "" +"Programming/Design: Alfredo K. Kojima\n" +"Artwork: Marco van Hylckama Vlieg\n" +"More Programming: James Thompson" +msgstr "" +"ÇÁ·Î±×·¡¹Ö/¼³°è: Alfredo K. Kojima\n" +"¾ÆÆ®¿öÅ©: Marco van Hylckama Vlieg\n" +"ÇÁ·Î±×·¡¹Ö: James Thompson" + +#: ../../WPrefs.app/WPrefs.c:363 +msgid "could not locate image file %s\n" +msgstr "%s À̹ÌÁö ÆÄÀÏÀ» ãÀ» ¼ö ¾øÀ½\n" + +#: ../../WPrefs.app/WPrefs.c:488 +msgid "Loading Window Maker configuration files..." +msgstr "À©µµ¿ì ¸ÞÀÌÄ¿ ¼³Á¤ ÆÄÀÏ Àд Áß..." + +#: ../../WPrefs.app/WPrefs.c:492 +msgid "Initializing configuration panels..." +msgstr "¼³Á¤ ÆÇ³Ú ÃʱâÈ­ Áß..." + +#: ../../WPrefs.app/WPrefs.c:545 ../../WPrefs.app/WPrefs.c:601 +msgid "Window Maker domain (%s) is corrupted!" +msgstr "" + +#: ../../WPrefs.app/WPrefs.c:549 +msgid "Could not load Window Maker domain (%s) from defaults database." +msgstr "" + +#: ../../WPrefs.app/WPrefs.c:557 +msgid "could not extract version information from Window Maker" +msgstr "" + +#: ../../WPrefs.app/WPrefs.c:558 +msgid "Make sure Window Maker is in your search path." +msgstr "" + +#: ../../WPrefs.app/WPrefs.c:561 ../../WPrefs.app/WPrefs.c:571 +msgid "Could not extract version from Window Maker. Make sure it is correctly installed." +msgstr "" + +#: ../../WPrefs.app/WPrefs.c:576 +msgid "" +"WPrefs only supports Window Maker 0.18.0 or newer.\n" +"The version installed is %i.%i.%i\n" +msgstr "" +"WPrefs ´Â À©µµ¿ì ¸ÞÀÌÄ¿ 0.18.0 ÀÌ»óÀÇ ¹öÁ¯¸¸À» Áö¿øÇÕ´Ï´Ù.\n" +"%i.%i.%i ¹öÁ¯ÀÌ ¼³Ä¡µÇ¾î ÀÖ½À´Ï´Ù.\n" + +#: ../../WPrefs.app/WPrefs.c:583 +msgid "Window Maker %i.%i.%i, which is installed in your system, is not fully supported by this version of WPrefs." +msgstr "À©µµ¿ì ¸ÞÀÌÄ¿ %i.%i.%i °¡ ½Ã½ºÅÛ¿¡ ¼³Ä¡µÇ¾î ÀÖ½À´Ï´Ù. ÀÌ ¹öÁ¯Àº ÇöÀçÀÇ WPrefs °¡ Áö¿øÇÏÁö ¾Ê½À´Ï´Ù." + +#: ../../WPrefs.app/WPrefs.c:590 +msgid "could not run \"wmaker -global_defaults_path\"." +msgstr "" + +#: ../../WPrefs.app/WPrefs.c:605 +msgid "Could not load global Window Maker domain (%s)." +msgstr "" + +#: ../../WPrefs.app/WPrefs.c:851 +msgid "" +"bad speed value for option %s\n" +". Using default Medium" +msgstr "%s ¿É¼ÇÀÇ ¼Óµµ°ªÀÌ À߸øµÊ\n" +". ±âº» °ªÀ» »ç¿ëÇÔ" + +#: ../../WPrefs.app/WindowHandling.c:107 +msgid "bad option value %s in WindowPlacement. Using default value" +msgstr "" + +#: ../../WPrefs.app/WindowHandling.c:129 +msgid "invalid data in option WindowPlaceOrigin. Using default (0,0)" +msgstr "" + +#: ../../WPrefs.app/WindowHandling.c:188 +msgid "Window Placement" +msgstr "À©µµ¿ì À§Ä¡" + +#: ../../WPrefs.app/WindowHandling.c:193 +msgid "Automatic" +msgstr "ÀÚµ¿" + +#: ../../WPrefs.app/WindowHandling.c:194 +msgid "Random" +msgstr "·£´ý" + +#: ../../WPrefs.app/WindowHandling.c:195 +msgid "Manual" +msgstr "¼öµ¿" + +#: ../../WPrefs.app/WindowHandling.c:196 +msgid "Cascade" +msgstr "°è´Ü½Ä" + +#: ../../WPrefs.app/WindowHandling.c:202 +msgid "Placement Origin" +msgstr "±âº» À§Ä¡" + +#: ../../WPrefs.app/WindowHandling.c:256 +msgid "Opaque Move" +msgstr "â ³»¿ë º¸ÀÎä À̵¿" + +#: ../../WPrefs.app/WindowHandling.c:292 +msgid "When maximizing..." +msgstr "ÃÖ´ëÈ­ ¼³Á¤" + +#: ../../WPrefs.app/WindowHandling.c:297 +msgid "...do not resize over icons" +msgstr "¾ÆÀÌÄÜ µ¤Áö ¾ÊÀ½" + +#: ../../WPrefs.app/WindowHandling.c:310 +msgid "Keep transients above their owners" +msgstr "" + +#: ../../WPrefs.app/WindowHandling.c:337 +msgid "Window Handling Preferences" +msgstr "À©µµ¿ì Á¦¾î ¼³Á¤" + +#: ../../WPrefs.app/Workspace.c:137 +msgid "Workspace Navigation" +msgstr "ÀÛ¾÷°ø°£ Àüȯ" + +#: ../../WPrefs.app/Workspace.c:161 +msgid "drag windows between workspaces." +msgstr "´Ù¸¥ ÀÛ¾÷°ø°£À¸·Î À©µµ¿ì ²ø±â" + +#: ../../WPrefs.app/Workspace.c:186 +msgid "switch to first workspace when switching past the last workspace and vice-versa" +msgstr "ÀÛ¾÷°ø°£ ÀÚµ¿ ¼øȯ" + +#: ../../WPrefs.app/Workspace.c:210 +msgid "create a new workspace when switching past the last workspace." +msgstr "»õ·Î¿î ÀÛ¾÷°ø°£ ÀÚµ¿ »ý¼º" + +#: ../../WPrefs.app/Workspace.c:218 +msgid "Dock/Clip" +msgstr "" + +#: ../../WPrefs.app/Workspace.c:287 +msgid "Workspace Preferences" +msgstr "ÀÛ¾÷°ø°£ ¼³Á¤" + +#: ../../WPrefs.app/main.c:56 +msgid "usage: %s [options]\n" +msgstr "»ç¿ë¹ý: %s [¿É¼Ç]\n" + +#: ../../WPrefs.app/main.c:57 +msgid "options:" +msgstr "¿É¼Ç:" + +#: ../../WPrefs.app/main.c:58 +msgid " -display \tdisplay to be used" +msgstr "-display \t»ç¿ëÇÒ µð½ºÇ÷¹ÀÌ" + +#: ../../WPrefs.app/main.c:59 +msgid " -version\t\tprint version number and exit" +msgstr "-version\t\t¹öÁ¯ Ãâ·ÂÈÄ Á¾·á" + +#: ../../WPrefs.app/main.c:82 +msgid "too few arguments for %s" +msgstr "%s ÀÇ ÀÎÀÚ°¡ ³Ê¹« ÀûÀ½" + +#: ../../WPrefs.app/main.c:104 +msgid "X server does not support locale" +msgstr "X ¼­¹ö°¡ locale À» Áö¿øÄ¡ ¾ÊÀ½" + +#: ../../WPrefs.app/main.c:107 +msgid "cannot set locale modifiers" +msgstr "locale modifier ¸¦ ¼³Á¤ÇÒ ¼ö ¾øÀ½" + +#: ../../WPrefs.app/main.c:113 +msgid "could not open display %s" +msgstr "%s µð½ºÇ÷¹À̸¦ ¿­ ¼ö ¾øÀ½" + +#: ../../WPrefs.app/main.c:121 +msgid "could not initialize application" +msgstr "¾ÖÇø®ÄÉÀÌ¼Ç ÃʱâÈ­¸¦ ÇÒ ¼ö ¾øÀ½" + +#: ../../WPrefs.app/Icons.c:158 +msgid "Icon Positioning" +msgstr "¾ÆÀÌÄÜ À§Ä¡" + +#: ../../WPrefs.app/Icons.c:231 +msgid "Auto-arrange icons" +msgstr "¾ÆÀÌÄÜ ÀÚµ¿ Á¤·Ä" + +#: ../../WPrefs.app/Icons.c:236 +msgid "Omnipresent miniwindows" +msgstr "¾ÆÀÌÄÜ Ç×»ó º¸ÀÓ" + +#: ../../WPrefs.app/Icons.c:244 +msgid "Icon Size" +msgstr "¾ÆÀÌÄÜ Å©±â" + +#: ../../WPrefs.app/Icons.c:308 +msgid "Icon Preferences" +msgstr "¾ÆÀÌÄÜ ¼³Á¤" diff --git a/WPrefs.app/tiff/Makefile.in b/WPrefs.app/tiff/Makefile.in index 6df36f45..55fb6bd2 100644 --- a/WPrefs.app/tiff/Makefile.in +++ b/WPrefs.app/tiff/Makefile.in @@ -76,6 +76,7 @@ LN_S = @LN_S@ MAKEINFO = @MAKEINFO@ MOFILES = @MOFILES@ NLSDIR = @NLSDIR@ +NM = @NM@ PACKAGE = @PACKAGE@ RANLIB = @RANLIB@ REDUCE_APPICONS = @REDUCE_APPICONS@ diff --git a/WPrefs.app/xpm/Makefile.in b/WPrefs.app/xpm/Makefile.in index 3d0926b1..1dff9572 100644 --- a/WPrefs.app/xpm/Makefile.in +++ b/WPrefs.app/xpm/Makefile.in @@ -76,6 +76,7 @@ LN_S = @LN_S@ MAKEINFO = @MAKEINFO@ MOFILES = @MOFILES@ NLSDIR = @NLSDIR@ +NM = @NM@ PACKAGE = @PACKAGE@ RANLIB = @RANLIB@ REDUCE_APPICONS = @REDUCE_APPICONS@ diff --git a/WindowMaker/Backgrounds/Makefile.in b/WindowMaker/Backgrounds/Makefile.in index 13333073..f95c87eb 100755 --- a/WindowMaker/Backgrounds/Makefile.in +++ b/WindowMaker/Backgrounds/Makefile.in @@ -76,6 +76,7 @@ LN_S = @LN_S@ MAKEINFO = @MAKEINFO@ MOFILES = @MOFILES@ NLSDIR = @NLSDIR@ +NM = @NM@ PACKAGE = @PACKAGE@ RANLIB = @RANLIB@ REDUCE_APPICONS = @REDUCE_APPICONS@ diff --git a/WindowMaker/Defaults/Makefile.in b/WindowMaker/Defaults/Makefile.in index a9fe977e..0a8a0b89 100755 --- a/WindowMaker/Defaults/Makefile.in +++ b/WindowMaker/Defaults/Makefile.in @@ -76,6 +76,7 @@ LN_S = @LN_S@ MAKEINFO = @MAKEINFO@ MOFILES = @MOFILES@ NLSDIR = @NLSDIR@ +NM = @NM@ PACKAGE = @PACKAGE@ RANLIB = @RANLIB@ REDUCE_APPICONS = @REDUCE_APPICONS@ diff --git a/WindowMaker/IconSets/Makefile.in b/WindowMaker/IconSets/Makefile.in index d795d482..4c6156e0 100755 --- a/WindowMaker/IconSets/Makefile.in +++ b/WindowMaker/IconSets/Makefile.in @@ -76,6 +76,7 @@ LN_S = @LN_S@ MAKEINFO = @MAKEINFO@ MOFILES = @MOFILES@ NLSDIR = @NLSDIR@ +NM = @NM@ PACKAGE = @PACKAGE@ RANLIB = @RANLIB@ REDUCE_APPICONS = @REDUCE_APPICONS@ diff --git a/WindowMaker/Icons/Makefile.in b/WindowMaker/Icons/Makefile.in index 8d1d20ba..fb854469 100755 --- a/WindowMaker/Icons/Makefile.in +++ b/WindowMaker/Icons/Makefile.in @@ -76,6 +76,7 @@ LN_S = @LN_S@ MAKEINFO = @MAKEINFO@ MOFILES = @MOFILES@ NLSDIR = @NLSDIR@ +NM = @NM@ PACKAGE = @PACKAGE@ RANLIB = @RANLIB@ REDUCE_APPICONS = @REDUCE_APPICONS@ diff --git a/WindowMaker/Makefile.am b/WindowMaker/Makefile.am index 8e8eee9d..0bc78314 100644 --- a/WindowMaker/Makefile.am +++ b/WindowMaker/Makefile.am @@ -29,24 +29,12 @@ prefsdata_DATA =\ menu.ru\ menu.se\ menu.sl\ - menu.tr + menu.tr\ + plmenu\ + plmenu.fr\ + plmenu.hr\ + wmmacros -EXTRA_DIST = $(prefsdata_DATA) mkMakefile wmmacros.in plmenu.in\ - plmenu.fr.in plmenu.hr.in +EXTRA_DIST = $(prefsdata_DATA) mkMakefile -CLEANFILES = wmmacros plmenu - -wmmacros: $(srcdir)/wmmacros.in ./Makefile - -rm -f wmmacros - - sed -e "s:#pkgdatadir#:$(pkgdatadir):" -e "s://:/:" \ - $(srcdir)/wmmacros.in > wmmacros; \ - chmod 644 wmmacros - -plmenu: $(srcdir)/plmenu.in ./Makefile - -rm -f plmenu - - sed -e "s:#pkgdatadir#:$(pkgdatadir):" -e "s://:/:" \ - $(srcdir)/plmenu.in > plmenu; \ - chmod 644 plmenu diff --git a/WindowMaker/Makefile.in b/WindowMaker/Makefile.in index 00fd37ae..7014c101 100755 --- a/WindowMaker/Makefile.in +++ b/WindowMaker/Makefile.in @@ -125,12 +125,13 @@ prefsdata_DATA =\ menu.ru\ menu.se\ menu.sl\ - menu.tr + menu.tr\ + plmenu\ + plmenu.fr\ + plmenu.hr\ + wmmacros -EXTRA_DIST = $(prefsdata_DATA) mkMakefile wmmacros.in plmenu.in\ - plmenu.fr.in plmenu.hr.in - -CLEANFILES = wmmacros plmenu +EXTRA_DIST = $(prefsdata_DATA) mkMakefile mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs CONFIG_HEADER = ../src/config.h CONFIG_CLEAN_FILES = @@ -333,20 +334,6 @@ distclean-generic clean-generic maintainer-clean-generic clean \ mostlyclean distclean maintainer-clean -wmmacros: $(srcdir)/wmmacros.in ./Makefile - -rm -f wmmacros - - sed -e "s:#pkgdatadir#:$(pkgdatadir):" -e "s://:/:" \ - $(srcdir)/wmmacros.in > wmmacros; \ - chmod 644 wmmacros - -plmenu: $(srcdir)/plmenu.in ./Makefile - -rm -f plmenu - - sed -e "s:#pkgdatadir#:$(pkgdatadir):" -e "s://:/:" \ - $(srcdir)/plmenu.in > plmenu; \ - chmod 644 plmenu - # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. .NOEXPORT: diff --git a/WindowMaker/Pixmaps/Makefile.in b/WindowMaker/Pixmaps/Makefile.in index 2b036e4a..92a17043 100755 --- a/WindowMaker/Pixmaps/Makefile.in +++ b/WindowMaker/Pixmaps/Makefile.in @@ -76,6 +76,7 @@ LN_S = @LN_S@ MAKEINFO = @MAKEINFO@ MOFILES = @MOFILES@ NLSDIR = @NLSDIR@ +NM = @NM@ PACKAGE = @PACKAGE@ RANLIB = @RANLIB@ REDUCE_APPICONS = @REDUCE_APPICONS@ diff --git a/WindowMaker/Styles/Makefile.in b/WindowMaker/Styles/Makefile.in index 734f4253..1ef80594 100755 --- a/WindowMaker/Styles/Makefile.in +++ b/WindowMaker/Styles/Makefile.in @@ -76,6 +76,7 @@ LN_S = @LN_S@ MAKEINFO = @MAKEINFO@ MOFILES = @MOFILES@ NLSDIR = @NLSDIR@ +NM = @NM@ PACKAGE = @PACKAGE@ RANLIB = @RANLIB@ REDUCE_APPICONS = @REDUCE_APPICONS@ diff --git a/WindowMaker/Themes/Checker.themed/Makefile.in b/WindowMaker/Themes/Checker.themed/Makefile.in index db0b235e..665da420 100755 --- a/WindowMaker/Themes/Checker.themed/Makefile.in +++ b/WindowMaker/Themes/Checker.themed/Makefile.in @@ -76,6 +76,7 @@ LN_S = @LN_S@ MAKEINFO = @MAKEINFO@ MOFILES = @MOFILES@ NLSDIR = @NLSDIR@ +NM = @NM@ PACKAGE = @PACKAGE@ RANLIB = @RANLIB@ REDUCE_APPICONS = @REDUCE_APPICONS@ diff --git a/WindowMaker/Themes/Makefile.in b/WindowMaker/Themes/Makefile.in index 3851f52e..14c0ca64 100755 --- a/WindowMaker/Themes/Makefile.in +++ b/WindowMaker/Themes/Makefile.in @@ -76,6 +76,7 @@ LN_S = @LN_S@ MAKEINFO = @MAKEINFO@ MOFILES = @MOFILES@ NLSDIR = @NLSDIR@ +NM = @NM@ PACKAGE = @PACKAGE@ RANLIB = @RANLIB@ REDUCE_APPICONS = @REDUCE_APPICONS@ diff --git a/WindowMaker/Themes/Night.themed/Makefile.in b/WindowMaker/Themes/Night.themed/Makefile.in index 7e4114e2..4103437d 100755 --- a/WindowMaker/Themes/Night.themed/Makefile.in +++ b/WindowMaker/Themes/Night.themed/Makefile.in @@ -76,6 +76,7 @@ LN_S = @LN_S@ MAKEINFO = @MAKEINFO@ MOFILES = @MOFILES@ NLSDIR = @NLSDIR@ +NM = @NM@ PACKAGE = @PACKAGE@ RANLIB = @RANLIB@ REDUCE_APPICONS = @REDUCE_APPICONS@ diff --git a/WindowMaker/menu b/WindowMaker/menu index 7f6d004d..ef0cc81b 100644 --- a/WindowMaker/menu +++ b/WindowMaker/menu @@ -111,6 +111,7 @@ "Process List" EXEC xterm -e top "Manual Browser" EXEC xman "Info" END + "Run..." EXEC %a(Run,Type command to run:) "XTerm" EXEC xterm -sb "Rxvt" EXEC rxvt -bg black -fg white -fn fixed "Workspaces" WORKSPACE_MENU diff --git a/WindowMaker/menu.fr b/WindowMaker/menu.fr index 3ad56e18..674c7625 100644 --- a/WindowMaker/menu.fr +++ b/WindowMaker/menu.fr @@ -195,7 +195,6 @@ "Loupe" EXEC xmag "Carte des couleurs" EXEC xcmap "XKill" EXEC xkill - "ASClock" EXEC asclock -shape "Sélections" EXEC xclipboard "Utilitaires" END @@ -217,9 +216,9 @@ "Espace de travail" END "Apparence" MENU - "Thèmes" OPEN_MENU -noext THEMES_DIR ~/GNUstep/Library/WindowMaker/Themes WITH setstyle - "Styles" OPEN_MENU -noext STYLES_DIR ~/GNUstep/Library/WindowMaker/Styles WITH setstyle - "Jeu d'icônes" OPEN_MENU -noext ICON_SETS_DIR ~/GNUstep/Library/WindowMaker/IconSets WITH seticons + "Thèmes" OPEN_MENU THEMES_DIR ~/GNUstep/Library/WindowMaker/Themes WITH setstyle + "Styles" OPEN_MENU STYLES_DIR ~/GNUstep/Library/WindowMaker/Styles WITH setstyle + "Jeu d'icônes" OPEN_MENU ICON_SETS_DIR ~/GNUstep/Library/WindowMaker/IconSets WITH seticons "Fond d'écran" MENU "Unifié" MENU "Noir" WS_BACK '(solid, black)' @@ -232,10 +231,16 @@ "Bordeaux" WS_BACK '(solid, "#400020")' "Unifié" END "Degradé" MENU - "Drapeau" WS_BACK '(mdgradient, green, red, white, green)' + "Coucher de Soleil" WS_BACK '(mvgradient, deepskyblue4, black, deepskyblue4, tomato4)' "Ciel" WS_BACK '(vgradient, blue4, white)' + "Dégradés de Bleu" WS_BACK '(vgradient, "#7080a5", "#101020")' + "Dégradés d'Indigo" WS_BACK '(vgradient, "#746ebc", "#242e4c")' + "Dégradés de Violet" WS_BACK '(vgradient, "#654c66", "#151426")' + "Dégradés de Beige" WS_BACK '(vgradient, "#a09060", "#302010")' + "Dégradés de Gris" WS_BACK '(vgradient, "#636380", "#131318")' + "Dégradés de Bordeau" WS_BACK '(vgradient, "#600040", "#180010")' "Degradé" END - "Images" OPEN_MENU -noext BACKGROUNDS_DIR ~/GNUstep/Library/WindowMaker/Backgrounds WITH wmsetbg -u -t + "Images" OPEN_MENU BACKGROUNDS_DIR ~/GNUstep/Library/WindowMaker/Backgrounds WITH wmsetbg -u -t "Fond d'écran" END "Sauver le thème" EXEC getstyle -t ~/GNUstep/Library/WindowMaker/Themes/"%a(Nom du theme)" "Sauver le jeu d'icônes" EXEC geticonset ~/GNUstep/Library/WindowMaker/IconSets/"%a(Nom du jeu d'icones)" @@ -245,6 +250,6 @@ "Redémarrer" RESTART "Démarrer AfterStep" RESTART afterstep "Quitter..." EXIT - "Terminer la session" SHUTDOWN + "Tuer la session..." SHUTDOWN "Quitter" END "Applications" END diff --git a/WindowMaker/menu.hu b/WindowMaker/menu.hu dissimilarity index 83% index 4736dac3ad1950072a28db0b2e79db2cfbff7210..8434c76e01f6b0ba8fa8ff6e27f626c9cf52dbe7 100644 GIT binary patch literal 7800 zcwW6(ZEqVl627l4(Eq@05!ena$w{2vU6M1Z*mCUp6_)Iz*Axb&r6hW(rLg46)*|R{ zzh_A9i)^RKr*q+SmmJRfJTqK(p8xm*d(J+}G}d>gJP{c?&@++dEYay$PV$V8q`u|M zkzI?dkopbVZok}azoI3#yk~gI6G{IcayHMz-LEq)ReQ!QU$m!rMc6N7YI$M`Y2H+e z?*`H;vCIDGAD&+h_O1r(U4N=GJId|upX}Y9p3Qg~@3MCnJmWKAMP_y%9Tt-%GlgD= z$rb~VS_;cXa+ZkHvP3AwrrZ=MSE+2XL(VMEELSsLFf->P(Xv~P8&49QF&T?O-wHJp zY$Iy7+YGq%)37d(jE>gK-(rNGP$}>5?=$+lT z*P*zD<%KXqk+y3O)e(fdB^;3;Og4d!S#Dt@esuy~%Ee74;*C4E=6JT?_9B*ycW`)v zt4+$ySd5`J^3poO-q}6_;ZTgBK=JpqwYDwh(j2Z%m!yN+{&;?Q+`s7V^-3DfW_gGsCWXe@rlTW+EZQj`h)J}fc^3A&c&LAeN;({<+mAkJW;E>SZ zb|Lxp52@VL!3GTupv0l`O9EB1bg8RavTU45gLq0u+r7N(o_*-u9POQ-^&fju0$*-9 zTtJFvB1O&lbN$1s!T$NjGYSwi7RY&(xLW0gTwL%h(4Bw0>7JZCO}Bt11xMaKkem4s z9UkrXZq5gXz01d{fzt+13_*qI7RjOb1ju0J0s%tiA^{dcZ8|<{-dm*t8PXK0YVq%oI`tww1vZ<4B&|;TTGZ09#c-5${Fk~xYF@fKwl0uM52vnMvfHLZnoJ#K++0_ z%9%y&z@dN(J*0Ri%7lse9Lo9z&|2Z3xCKfQu(k;b$!$#-bp^u>C$&U@%17LWVwFV@ zXAltthB7&5oSWfUXapjcX^5JmRk1N^X?A<%*buX)>6fhhbmnqsSN72Okd?ES* z6{pklw0DnM`VaeEn77b!#f(^^8>g$1>kbjTPH1Qedyr44Wtrs0HzEtr7pX)5r+kHl zLn~7}KpRATi@B_knU3LoL`Qf(kN|7H?trR)cuQAZ(PB_UxnK*W(L0Q{oXyLrKmdx{ zte2)DagHNQ_QKYTn9Zb1S!&USlP&CN2M)4ac=<ubl#VsK;3=XHZ=kB+3^>Z+ zh%2qSr8K+sn^1Ny+Ux+1^35i+56{2TDVq-P6g2oD?S z)YvQ^S>`RN_;kzDNE&Pr#=^YE#wZ~(ZZHseYZVP!qTW1xrsOEf*|$m_0-6c%0Y$u;yLyhcvnX}@ZgbhkqrqVrW7g7hi)uDiaW*dv zki8m?FpX8j&!00ly9I3#m5`AR_}DY!X9XJ0$*3vHG!u2Dp++U}K`R@sB7{f4=~PmB z`lW`=fp{Ud8c9qbN3iMV=VyFl27JN*w&~{8I#@%o015#QXPBdHQ!6iL;wMY??CvW% zhnaP?d%6LJ9qqSnS5+tY{EFtTdl1~#L$If}^=+cdp1Ezi5GgrM3(F^v$wQ~Xwi z{n?K$J`vc3P%$nzZ`eIzIAg5=i#|t(AkgfZCbOSDM^PncAWCGS_{PZI5eK#IJ z`80qT5*oUd$h}5B?VN=*;k6WZfruU%pU+Ly=r&O&H(5txw!w9vGn8pmorT6?$UePz z(U=T%5}48I16Ga`Hi!%EmiU+69 z<%+A+yO|MoIAN`vwQMD!*=USiR=u!Bkmlvm%kL9iQ*?cB#r+5!y?1{6;m03-Mm{Ut z30ZUpz!+uPM6?`r8*VBCwiZ$A&t~)iq*|l&Uu*6d`Z&O7R=Bz7p7l;ZgZWFC%IF9Bd+LYZu5LRmY%?b9cuQ* z?VT(?g*COjcPnSYI%o>ZX?P`!rS$qR)y7hkOY_Qi>Il8mhEF^+bJ6Oix zD?g=2Ty?_6D_7T)^qJss&FNzQpuxz=A0+$2B!QDnV!S+#O~{Zw5;dVpTZz}F11l;I zS>e}u$gR>l_kvz1i`|1K_)Wy+_N|DScU2FUu*y&F3kH#jdiB0qy*_%F`3w0-$DntQ zK&`3qY*Y!yBYU~aR`MzOG*^6C)A+Y=6!~2xgnMa72=b1psU@Q6q<+C?TIq=>)A%0Y z8u?(lPF&vMlS*i&=NM`4!&JapBjIA$vh*30tviBs)Es3;%W--yY;NT|uN*(tsWrme zR8}{FkgHJm!H861sPYlOU?^<^EPR3NL3N--tvjB*JC4!p%T?SGy{Pl7ge7i9ioO=K z&>iMJHLm$Ys|G72=R?i2c-3*vleBcr;WZi`8qPdLRw`avDMnMx)}NVmc3}d67MHJYeh#URX%T)McEjnhpEMxPcmXA@LxK%XOeU z?Veqs3G{KD-8Zq;6(XJ%cbUex*~*O=%gp$y3s>kmTf?^m z2yEW(zd}nBucKYL?>}}&?WM*oyy2w*a3pDt18~!6uYa?DblLb^ejx#zWgoMKjH_AnD?i8w8qE=mkNunX-MwSBzG3L#mT&8u>wkClm}>O#$>`_T z+po9(`8uN0YxILbBbF2Wgp}y#mpiY-FQW!+Ut9WXLGmQ^i+^oz|9d<7d%aF@Pk8e5 z>(@Iwzx?uz)9>?wKWWz8RB*fVjnhthx*sOuY2UoU&(60jxYjhOK6QL&dwcukcImDv z%wc44Q%o#H+9(v49%{kUWs~77o_I>!;BiG3=@!cbB)AzaER``qV|x&fMSXava89OhR6PIM$uXYgjeNXg17^9_ctTA(ZwK^ y^&!6cuwCslPJ5)9?`58;yTLH}<5Y8%u4o>`hgvz3@=rEReY}QGjg0i)KmG^v&nme9 delta 1609 zcwTK(O>7%Q6jtKp#~YmZC;qpS$)+Z5QpfJ4sglyxO4qTQ#Ic$Xj6e$0-Lbp%*lTvz z#qp(5Pn;^sLqbBT)KkT=ry`*qdTNhw;(#hn2qDpm0~aJN%&gam^CNjZ`@Z+R_r7^= zX8*nPI6a!3f8a`mL^RKSXuGGiEZi`Anz_vE2X`;J`0{KM#F31^8L&6H1mBLP;rZwS zjJd8s#dRL;xl-`GtHil5B80&!yvrT|B7zU*g$39Zmf*fH2Tz4d@Q<(tD{mp2`|7>4 zy}CV9koJ_o@XWz?o;zl_f`Ug-{iD=(1x< zJH)gkv?-TAWTsoH?hvCXA-O8AqOQf>;n73}-b`fSg0~1yz3A>xlw7{XtgI-`YAuC! zRDz^0noX=2x+#gGl&1|$o4AKfz2TH_OQlv#HyB6L2hcEPE-o%gs8lX&?N#z+d4qee z>vheBH{`Ya#ygG!TE3YP5x(~2#yF{B=n64S_}Ld_=xblnf2YhbO9zz_cEG=o`Zb_Z>_)3+;_&3=Hjxd9`AN#D^Nylgs}Odgl#&J++ShguH+8DlNqZ2kV5-13 z!4muyOu&D^Gk`*&2&b+x9y<<)MD`AqQ1BCbI0klbY${Y&8YpAlVjZ`4iR(HYilbWl zrj8Buh#)Rd3=O zIQ$Z39~-8jU}&bPS^VhSkPA2D?IHvs=iq8&fjuF(7YPMVB;wiONhBEO33f;mGnrcz zxxB|KpiE0AT?>AVT%NKUX=$`$pQ00#T=X*NQS`QB-jA-%@Q5O|*whb3!DpdUO?5VK zJ{AXW46*eCb|XKJon`+IV+%I^drY!dDc)Z{i_hEZpNNdp4zvEXR zo5(F5^9|VRq)krS$CruCiDBXVa{iI{7_KI3Dc(F%zfCA<^}FnhW}RKpHnZJ!;h&Nb g_%nGn$g?;e`_sfuMrjAqQ>oNYh@Ik;8!C$b1CYwYwEzGB diff --git a/WindowMaker/mkMakefile b/WindowMaker/mkMakefile index 3eeaada0..bd81c58b 100755 --- a/WindowMaker/mkMakefile +++ b/WindowMaker/mkMakefile @@ -37,14 +37,17 @@ EXCEPT="Makefile.am Makefile.in Makefile mkMakefile $FILE" spit prefsdata_DATA = -for f in `ls -1|grep -v .in|grep -v \~`; do +FILES=`ls -1|grep -v \~` +FILES=`echo $FILES` + +for f in $FILES; do ok=1 for i in $EXCEPT; do if test "$i" = "$f"; then ok=0 break fi - done + done if [ -f $f -a $ok = 1 ]; then spitln \\ spit " $f" @@ -55,26 +58,6 @@ done spitln spitln -spitln EXTRA_DIST = '$(prefsdata_DATA)' mkMakefile wmmacros.in plmenu.in\\ -spitln " plmenu.fr.in plmenu.hr.in" +spitln EXTRA_DIST = '$(prefsdata_DATA)' mkMakefile spitln -spitln CLEANFILES = wmmacros plmenu spitln -cat << 'FIM' >> $FILE -wmmacros: $(srcdir)/wmmacros.in ./Makefile - -rm -f wmmacros - - sed -e "s:#pkgdatadir#:$(pkgdatadir):" -e "s://:/:" \ - $(srcdir)/wmmacros.in > wmmacros; \ - chmod 644 wmmacros - -plmenu: $(srcdir)/plmenu.in ./Makefile - -rm -f plmenu - - sed -e "s:#pkgdatadir#:$(pkgdatadir):" -e "s://:/:" \ - $(srcdir)/plmenu.in > plmenu; \ - chmod 644 plmenu - -FIM - - diff --git a/WindowMaker/plmenu.fr.in b/WindowMaker/plmenu.fr.in dissimilarity index 100% index f5023f88..e69de29b 100755 --- a/WindowMaker/plmenu.fr.in +++ b/WindowMaker/plmenu.fr.in @@ -1,95 +0,0 @@ -("Applications", - ("Informations", - ("Panneau d'informations", INFO_PANEL), - ("Panneau d'informations légales", LEGAL_PANEL), - ("Console système", EXEC, "xconsole"), - ("Charge système", EXEC, "xosview || xload"), - ("Liste des processus", EXEC, "xterm -e top"), - ("Butineur d'aide", EXEC, "xman") - ), - ("Terminal X", EXEC, "xterm -sb"), - ("Rxvt", EXEC, "rxvt -bg black -fg white -fn fixed"), - ("Espaces de travail", WORKSPACE_MENU), - ("Applications", - ("Graphismes", - ("Gimp", EXEC, "gimp >/dev/null"), - ("XV", EXEC, "xv"), - ("XPaint", EXEC, "xpaint"), - ("XFig", EXEC, "xfig") - ), - ("Xfm", EXEC, "xfm"), - ("OffiX Files", EXEC, "files"), - ("LyX", EXEC , "lyx"), - ("Netscape", EXEC, "netscape"), - ("Ghostview", EXEC, "ghostview %a(Entrez un fichier)"), - ("Acrobat", EXEC, "/usr/local/Acrobat3/bin/acroread %a(Entrez un fichier PDF)"), - ("TkDesk", EXEC, "tkdesk") - ), - ("Editeurs", - ("XFte", EXEC, "xfte"), - ("XEmacs", EXEC, "xemacs || emacs"), - ("XJed", EXEC, "xjed"), - ("NEdit", EXEC, "nedit"), - ("Xedit", EXEC, "xedit"), - ("VI", EXEC, "xterm -e vi") - ), - ("Divers", - ("Xmcd", EXEC, "xmcd 2> /dev/null"), - ("Xplaycd", EXEC, "xplaycd"), - ("Xmixer", EXEC, "xmixer") - ), - ("Utilitaires", - ("Calculatrice", EXEC, "xcalc"), - ("Propriétés de la fenêtre", EXEC, "xprop | xmessage -center -title 'xprop' -file -"), - ("Sélecteur de polices", EXEC, "xfontsel"), - ("Emulateur de terminal", EXEC, "xminicom"), - ("Loupe", EXEC, "xmag"), - ("Carte des couleurs", EXEC, "xcmap"), - ("XKill", EXEC, "xkill"), - ("ASClock", EXEC, "asclock -shape"), - ("Sélections", EXEC, "xclipboard") - ), - ("Sélection", - ("Copier", EXEC, "echo '%s' | wxcopy"), - ("Envoyer à", EXEC, "xterm -name mail -T Pine -e pine %s"), - ("Naviguer", EXEC, "netscape %s"), - ("Rechercher dans le manuel", EXEC, "MANUAL_SEARCH(%s)") - ), - ("Espace de travail", - ("Cacher les autres fenêtres", HIDE_OTHERS), - ("Montrer toutes les fenêtres", SHOW_ALL), - ("Arranger les icônes", ARRANGE_ICONS), - ("Retracer l'écran", REFRESH), - ("Vérrouiller", EXEC, "xlock -allowroot -usefirst"), - ("Sauver la session", SAVE_SESSION), - ("Effacer la session", CLEAR_SESSION) - ), - ("Apparence", - ("Thèmes", OPEN_MENU, "-noext #pkgdatadir#/Themes ~/GNUstep/Library/WindowMaker/Themes WITH setstyle"), - ("Styles", OPEN_MENU, "-noext #pkgdatadir#/Styles ~/GNUstep/Library/WindowMaker/Styles WITH setstyle"), - ("Jeu d'icônes", OPEN_MENU, "-noext #pkgdatadir#/IconSets ~/GNUstep/Library/WindowMaker/IconSets WITH seticons"), - ("Fond d'écran", - ("Unifié", - ("Noir", EXEC, "wdwrite WindowMaker WorkspaceBack '(solid, black)'"), - ("Bleu", EXEC, "wdwrite WindowMaker WorkspaceBack '(solid, \"#505075\")'"), - ("Violet", EXEC, "wdwrite WindowMaker WorkspaceBack '(solid, \"#554466\")'"), - ("Blanc crème", EXEC, "wdwrite WindowMaker WorkspaceBack '(solid, wheat4)'"), - ("Gris foncé", EXEC, "wdwrite WindowMaker WorkspaceBack '(solid, \"#333340\")'"), - ("Bordeaux", EXEC, "wdwrite WindowMaker WorkspaceBack '(solid, \"#400020\")'") - ), - ("Degradé", - ("Drapeau", EXEC, "wdwrite WindowMaker WorkspaceBack '(mdgradient, green, red, white, green)'"), - ("Ciel", EXEC, "wdwrite WindowMaker WorkspaceBack '(vgradient, blue4, white)'") - ), - ("Images", OPEN_MENU, "-noext #pkgdatadir#/Backgrounds ~/GNUstep/Library/WindowMaker/Backgrounds WITH wmsetbg -u -t") - ), - ("Sauver le thème", EXEC, "getstyle -t ~/GNUstep/Library/WindowMaker/Themes /\"%a(Theme name)\""), - ("Sauver le jeu d'icônes", EXEC, "geticonset ~/GNUstep/Library/WindowMaker/IconSets /\"%a(IconSet name)\"") - ), - ("Quitter", - ("Redémarrer", RESTART), - ("Démarrer AfterStep", RESTART, afterstep), - ("Quitter...", EXIT), - ("Terminer la session", SHUTDOWN) - ) -) diff --git a/WindowMaker/plmenu.hr.in b/WindowMaker/plmenu.hr.in dissimilarity index 100% index cd32f8fc..e69de29b 100755 --- a/WindowMaker/plmenu.hr.in +++ b/WindowMaker/plmenu.hr.in @@ -1,213 +0,0 @@ -( - Programi, - ( - Info, - ("Info Panel...", INFO_PANEL), - (Legal..., LEGAL_PANEL), - ("Sistemska konzola", EXEC, xconsole), - ("Optere\346enje sistema", EXEC, "xosview || xload"), - ("Lista procesa", EXEC, "xterm -e top"), - ("Pretra\276iva\350 manuala", EXEC, xman) - ), - (XTerm, EXEC, "xterm -sb"), - (Rxvt, EXEC, "rxvt -bg black -fg white -fn fixed"), - ("Radni Prostori", WORKSPACE_MENU), - ( - Programi, - ( - Grafika, - (Gimp, EXEC, "gimp >/dev/null"), - (XV, EXEC, xv), - (XPaint, EXEC, xpaint), - (XFig, EXEC, xfig) - ), - ("X File Manager", EXEC, xfm), - ("OffiX Files", EXEC, files), - (LyX, EXEC, lyx), - (Netscape, EXEC, netscape), - (Ghostview, EXEC, "ghostview %a(Enter file to view)"), - ( - Acrobat, - EXEC, - "/usr/local/Acrobat3/bin/acroread %a(Enter PDF to view)" - ), - (TkDesk, EXEC, tkdesk) - ), - ( - Editori, - (XFte, EXEC, xfte), - (XEmacs, EXEC, "xemacs || emacs"), - (XJed, EXEC, xjed), - (NEdit, EXEC, nedit), - (Xedit, EXEC, xedit), - (VI, EXEC, "xterm -e vi") - ), - ( - Razno, - (Xmcd, EXEC, "xmcd 2> /dev/null"), - (Xplaycd, EXEC, xplaycd), - (Xmixer, EXEC, xmixer) - ), - ( - "Pomo\346ni programi", - (Kalkulator, EXEC, xcalc), - ( - "Postavke prozora", - EXEC, - "xprop | xmessage -center -title 'xprop' -file -" - ), - ("Bira\350 fontova", EXEC, xfontsel), - ("Emulator terminala", EXEC, xminicom), - ("Pove\346alo", EXEC, xmag), - (Colormap, EXEC, xcmap), - (XKill, EXEC, xkill), - (ASClock, EXEC, "asclock -shape"), - (Clipboard, EXEC, xclipboard) - ), - ( - Odabir, - (Kopiraj, EXEC, "echo '%s' | wxcopy"), - ("Po\271alji e-mail", EXEC, "xterm -name mail -T Pine -e pine %s"), - ("Otvori web", EXEC, "netscape %s"), - ("Potra\276i u manualu", EXEC, "MANUAL_SEARCH(%s)") - ), - ( - "Radni prostor", - ("Sakrij ostale", HIDE_OTHERS), - ("Poka\276i sve", SHOW_ALL), - ("Pospremi ikone", ARRANGE_ICONS), - ("Osvje\276i", REFRESH), - ("Zaklju\350aj", EXEC, "xlock -allowroot -usefirst"), - ("Snimi session", SAVE_SESSION), - ("O\350isti snimljeni Session", CLEAR_SESSION) - ), - ( - Izgled, - ( - Teme, - OPEN_MENU, - "-noext /usr/local/share/WindowMaker/Themes ~/GNUstep/Library/WindowMaker/Themes WITH setstyle" - ), - ( - Stilovi, - OPEN_MENU, - "-noext /usr/local/share/WindowMaker/Styles ~/GNUstep/Library/WindowMaker/Styles WITH setstyle" - ), - ( - "Setovi ikona", - OPEN_MENU, - "-noext /usr/local/share/WindowMaker/IconSets ~/GNUstep/Library/WindowMaker/IconSets WITH seticons" - ), - ( - Pozadina, - ( - Boja, - ( - Crna, - EXEC, - "wdwrite WindowMaker WorkspaceBack '(solid, black)'" - ), - ( - Plava, - EXEC, - "wdwrite WindowMaker WorkspaceBack '(solid, \"#505075\")'" - ), - ( - Indigo, - EXEC, - "wdwrite WindowMaker WorkspaceBack '(solid, \"#243e6c\")'" - ), - ( - "Duboko Plava", - EXEC, - "wdwrite WindowMaker WorkspaceBack '(solid, \"#180090\")'" - ), - ( - Purpurna, - EXEC, - "wdwrite WindowMaker WorkspaceBack '(solid, \"#554466\")'" - ), - ( - Pustinjska, - EXEC, - "wdwrite WindowMaker WorkspaceBack '(solid, wheat4)'" - ), - ( - "Tamno siva", - EXEC, - "wdwrite WindowMaker WorkspaceBack '(solid, \"#333340\")'" - ), - ( - Vinska, - EXEC, - "wdwrite WindowMaker WorkspaceBack '(solid, \"#400020\")'" - ) - ), - ( - Preljevi, - ( - "Zalazak sunca", - EXEC, - "wdwrite WindowMaker WorkspaceBack '(mvgradient, deepskyblue4, black, deepskyblue4, tomato4)'" - ), - ( - Nebo, - EXEC, - "wdwrite WindowMaker WorkspaceBack '(vgradient, blue4, white)'" - ), - ( - "Plave nijanse", - EXEC, - "wdwrite WindowMaker WorkspaceBack '(vgradient, \"#7080a5\", \"#101020\")'" - ), - ( - "Indigo nijanse", - EXEC, - "wdwrite WindowMaker WorkspaceBack '(vgradient, \"#746ebc\", \"#242e4c\")'" - ), - ( - "Purpurne nijanse", - EXEC, - "wdwrite WindowMaker WorkspaceBack '(vgradient, \"#654c66\", \"#151426\")'" - ), - ( - "Pustinjske nijanse", - EXEC, - "wdwrite WindowMaker WorkspaceBack '(vgradient, \"#a09060\", \"#302010\")'" - ), - ( - "Sive nijanse", - EXEC, - "wdwrite WindowMaker WorkspaceBack '(vgradient, \"#636380\", \"#131318\")'" - ), - ( - "Vinske nijanse", - EXEC, - "wdwrite WindowMaker WorkspaceBack '(vgradient, \"#600040\", \"#180010\")'" - ) - ), - ( - Slike, - OPEN_MENU, - "-noext /usr/local/share/WindowMaker/Backgrounds ~/GNUstep/Library/WindowMaker/Backgrounds WITH wmsetbg -u -t" - ) - ), - ( - "Snimi temu", - EXEC, - "getstyle -t ~/GNUstep/Library/WindowMaker/Themes/\"%a(Theme name)\"" - ), - ( - "Snimi set ikona", - EXEC, - "geticonset ~/GNUstep/Library/WindowMaker/IconSets/\"%a(IconSet name)\"" - ) - ), - ( - Izlaz, - ("Ponovo startaj", RESTART), - ("Startaj AfterStep", RESTART, afterstep), - (Izlaz..., EXIT), - ("Izlaz iz sessiona...", SHORTCUT, "Mod1+e", SHUTDOWN, QUICK) - ), -) diff --git a/WindowMaker/plmenu.in b/WindowMaker/plmenu.in dissimilarity index 100% index 46ed82d2..e69de29b 100755 --- a/WindowMaker/plmenu.in +++ b/WindowMaker/plmenu.in @@ -1,103 +0,0 @@ -("Applications", - ("Info", - ("Info Panel...", INFO_PANEL), - ("Legal...", LEGAL_PANEL), - ("System Console", EXEC, "xconsole"), - ("System Load", EXEC, "xosview || xload"), - ("Process List", EXEC, "xterm -e top"), - ("Manual Browser", EXEC, "xman") - ), - ("XTerm", EXEC, "xterm -sb"), - ("Rxvt", EXEC, "rxvt -bg black -fg white -fn fixed"), - ("Workspaces", WORKSPACE_MENU), - ("Applications", - ("Graphics", - ("Gimp", EXEC, "gimp >/dev/null"), - ("XV", EXEC, "xv"), - ("XPaint", EXEC, "xpaint"), - ("XFig", EXEC, "xfig") - ), - ("X File Manager", EXEC, "xfm"), - ("OffiX Files", EXEC, "files"), - ("LyX", EXEC, "lyx"), - ("Netscape", EXEC, "netscape"), - ("Ghostview", EXEC, "ghostview %a(Enter file to view)"), - ("Acrobat", EXEC, "/usr/local/Acrobat3/bin/acroread %a(Enter PDF to view)"), - ("TkDesk", EXEC, "tkdesk") - ), - ("Editors", - ("XFte", EXEC, "xfte"), - ("XEmacs", EXEC, "xemacs || emacs"), - ("XJed", EXEC, "xjed"), - ("NEdit", EXEC, "nedit"), - ("Xedit", EXEC, "xedit"), - ("VI", EXEC, "xterm -e vi") - ), - ("Miscellaneous", - ("Xmcd", EXEC, "xmcd 2> /dev/null"), - ("Xplaycd", EXEC, "xplaycd"), - ("Xmixer", EXEC, "xmixer") - ), - ("Utils", - ("Calculator", EXEC, "xcalc"), - ("Window Properties", EXEC, "xprop | xmessage -center -title 'xprop' -file -"), - ("Font Chooser", EXEC, "xfontsel"), - ("Terminal Emulator", EXEC, "xminicom"), - ("Magnify", EXEC, "xmag"), - ("Colormap", EXEC, "xcmap"), - ("XKill", EXEC, "xkill"), - ("ASClock", EXEC, "asclock -shape"), - ("Clipboard", EXEC, "xclipboard") - ), - ("Selection", - ("Copy", EXEC, "echo '%s' | wxcopy"), - ("Mail To", EXEC, "xterm -name mail -T Pine -e pine %s"), - ("Navigate", EXEC, "netscape %s"), - ("Search in Manual", EXEC, "MANUAL_SEARCH(%s)") - ), - ("Workspace", - ("Hide Others", HIDE_OTHERS), - ("Show All", SHOW_ALL), - ("Arrange Icons", ARRANGE_ICONS), - ("Refresh", REFRESH), - ("Lock", EXEC, "xlock -allowroot -usefirst"), - ("Save Session", SAVE_SESSION), - ("Clear Saved Session", CLEAR_SESSION) - ), - ("Appearance", - ("Themes", OPEN_MENU, "-noext #pkgdatadir#/Themes ~/GNUstep/Library/WindowMaker/Themes WITH setstyle"), - ("Styles", OPEN_MENU, "-noext #pkgdatadir#/Styles ~/GNUstep/Library/WindowMaker/Styles WITH setstyle"), - ("Icon Sets", OPEN_MENU, "-noext #pkgdatadir#/IconSets ~/GNUstep/Library/WindowMaker/IconSets WITH seticons"), - ("Background", - ("Solid", - ("Black", EXEC, "wdwrite WindowMaker WorkspaceBack '(solid, black)'"), - ("Blue", EXEC, "wdwrite WindowMaker WorkspaceBack '(solid, \"#505075\")'"), - ("Indigo", EXEC, "wdwrite WindowMaker WorkspaceBack '(solid, \"#243e6c\")'"), - ("Deep Blue", EXEC, "wdwrite WindowMaker WorkspaceBack '(solid, \"#180090\")'"), - ("Purple", EXEC, "wdwrite WindowMaker WorkspaceBack '(solid, \"#554466\")'"), - ("Wheat", EXEC, "wdwrite WindowMaker WorkspaceBack '(solid, wheat4)'"), - ("Dark Gray", EXEC, "wdwrite WindowMaker WorkspaceBack '(solid, \"#333340\")'"), - ("Wine", EXEC, "wdwrite WindowMaker WorkspaceBack '(solid, \"#400020\")'") - ), - ("Gradient", - ("Sunset", EXEC, "wdwrite WindowMaker WorkspaceBack '(mvgradient, deepskyblue4, black, deepskyblue4, tomato4)'"), - ("Sky", EXEC, "wdwrite WindowMaker WorkspaceBack '(vgradient, blue4, white)'"), - ("Blue Shades", EXEC, "wdwrite WindowMaker WorkspaceBack '(vgradient, \"#7080a5\", \"#101020\")'"), - ("Indigo Shades", EXEC, "wdwrite WindowMaker WorkspaceBack '(vgradient, \"#746ebc\", \"#242e4c\")'"), - ("Purple Shades", EXEC, "wdwrite WindowMaker WorkspaceBack '(vgradient, \"#654c66\", \"#151426\")'"), - ("Wheat Shades", EXEC, "wdwrite WindowMaker WorkspaceBack '(vgradient, \"#a09060\", \"#302010\")'"), - ("Grey Shades", EXEC, "wdwrite WindowMaker WorkspaceBack '(vgradient, \"#636380\", \"#131318\")'"), - ("Wine Shades", EXEC, "wdwrite WindowMaker WorkspaceBack '(vgradient, \"#600040\", \"#180010\")'") - ), - ("Images", OPEN_MENU, "-noext #pkgdatadir#/Backgrounds ~/GNUstep/Library/WindowMaker/Backgrounds WITH wmsetbg -u -t") - ), - ("Save Theme", EXEC, "getstyle -t ~/GNUstep/Library/WindowMaker/Themes/\"%a(Theme name)\""), - ("Save IconSet", EXEC, "geticonset ~/GNUstep/Library/WindowMaker/IconSets/\"%a(IconSet name)\"") - ), - ("Exit", - ("Restart", RESTART), - ("Start AfterStep", RESTART, afterstep), - ("Exit...", EXIT), - ("Kill session...", SHUTDOWN) - ) -) diff --git a/WindowMaker/wmmacros.in b/WindowMaker/wmmacros.in dissimilarity index 100% index 5a144eea..e69de29b 100755 --- a/WindowMaker/wmmacros.in +++ b/WindowMaker/wmmacros.in @@ -1,73 +0,0 @@ -/* - * Some generic macros for WindowMaker configuration files - * - */ - -#ifndef WMMACROS_ -#define WMMACROS_ - -#define HAVE_XLESS - -/* - * WS_BACK - sets the root background texture to VAL - */ -#define WS_BACK EXEC wdwrite WindowMaker WorkspaceBack - -/* - * CLEARROOT - set the root background to nothing - */ -#define CLEARROOT xsetroot - - -/* - * SETSTYLE FILE - loads a style file - */ -#define SETSTYLE EXEC cd $HOME/GNUstep/Library/WindowMaker/Styles; setstyle - - -/* - * - * MANUAL_SEARCH(ITEM) - search manual page for ITEM - * - * You might need to change this according to what's the exit status of your - * man(1). This is for the one that comes with Linux (RedHat) - */ -#ifdef HAVE_XLESS -#define MANUAL_SEARCH(ITEM) \ - if ( man ITEM > /dev/null ); then \ - man ITEM | xless;\ - else \ - xmessage -center -title "Manual Browser" \ - Sorry, but there is no manual page \ - entry for ITEM...;\ - fi -#else -#define MANUAL_SEARCH(ITEM) \ - if ( man ITEM > /dev/null ); then \ - xterm -e man ITEM; \ - else \ - xmessage -center -title "Manual Browser" \ - Sorry, but there is no manual page \ - entry for ITEM...;\ - fi -#endif - - -/* - * Paths to system configuration directories - */ -#define THEMES_DIR #pkgdatadir#/Themes -#define STYLES_DIR #pkgdatadir#/Styles -#define ICON_SETS_DIR #pkgdatadir#/IconSets -#define SOUND_SETS_DIR #pkgdatadir#/SoundSets -#define BACKGROUNDS_DIR #pkgdatadir#/Backgrounds - - -#define StaticGray 0 -#define GrayScale 1 -#define StaticColor 2 -#define PseudoColor 3 -#define TrueColor 4 -#define DirectColor 5 - -#endif diff --git a/configure b/configure index 918209d5..0edb0261 100755 --- a/configure +++ b/configure @@ -742,7 +742,7 @@ fi PACKAGE=WindowMaker -VERSION=0.50.0 +VERSION=0.50.2 if test "`cd $srcdir && pwd`" != "`pwd`" && test -f $srcdir/config.status; then { echo "configure: error: source directory already configured; run "make distclean" there first" 1>&2; exit 1; } @@ -1287,6 +1287,20 @@ $libtool_flags --no-verify $ac_aux_dir/ltmain.sh $host \ || { echo "configure: error: libtool configure failed" 1>&2; exit 1; } +# by Marcelo Magallon +# Turn around -rpath problem with libtool 1.0c +# This define should be improbable enough to not conflict with anything +case ${host} in + *-pc-linux-gnu) + echo "$ac_t""Fixing libtool for -rpath problems." 1>&6 + sed < libtool > libtool-2 \ + 's/^hardcode_libdir_flag_spec.*$/hardcode_libdir_flag_spec=" -D__LIBTOOL_IS_A_FOOL__ "/' + mv libtool-2 libtool + chmod 755 libtool + ;; +esac + + subdirs="libPropList" @@ -1304,7 +1318,7 @@ else { echo "configure: error: can not run $ac_config_sub" 1>&2; exit 1; } fi echo $ac_n "checking host system type""... $ac_c" 1>&6 -echo "configure:1308: checking host system type" >&5 +echo "configure:1322: checking host system type" >&5 host_alias=$host case "$host_alias" in @@ -1327,7 +1341,7 @@ echo "$ac_t""$host" 1>&6 echo $ac_n "checking for POSIXized ISC""... $ac_c" 1>&6 -echo "configure:1331: checking for POSIXized ISC" >&5 +echo "configure:1345: checking for POSIXized ISC" >&5 if test -d /etc/conf/kconfig.d && grep _POSIX_VERSION /usr/include/sys/unistd.h >/dev/null 2>&1 then @@ -1350,7 +1364,7 @@ fi # Extract the first word of "gcc", so it can be a program name with args. set dummy gcc; ac_word=$2 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 -echo "configure:1354: checking for $ac_word" >&5 +echo "configure:1368: checking for $ac_word" >&5 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -1379,7 +1393,7 @@ if test -z "$CC"; then # Extract the first word of "cc", so it can be a program name with args. set dummy cc; ac_word=$2 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 -echo "configure:1383: checking for $ac_word" >&5 +echo "configure:1397: checking for $ac_word" >&5 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -1427,7 +1441,7 @@ fi fi echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works""... $ac_c" 1>&6 -echo "configure:1431: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5 +echo "configure:1445: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5 ac_ext=c # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options. @@ -1437,11 +1451,11 @@ ac_link='${CC-cc} -o conftest $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS cross_compiling=$ac_cv_prog_cc_cross cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest; then +if { (eval echo configure:1459: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then ac_cv_prog_cc_works=yes # If we can't run a trivial program, we are probably using a cross compiler. if (./conftest; exit) 2>/dev/null; then @@ -1461,12 +1475,12 @@ if test $ac_cv_prog_cc_works = no; then { echo "configure: error: installation or configuration problem: C compiler cannot create executables." 1>&2; exit 1; } fi echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6 -echo "configure:1465: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5 +echo "configure:1479: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5 echo "$ac_t""$ac_cv_prog_cc_cross" 1>&6 cross_compiling=$ac_cv_prog_cc_cross echo $ac_n "checking whether we are using GNU C""... $ac_c" 1>&6 -echo "configure:1470: checking whether we are using GNU C" >&5 +echo "configure:1484: checking whether we are using GNU C" >&5 if eval "test \"`echo '$''{'ac_cv_prog_gcc'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -1475,7 +1489,7 @@ else yes; #endif EOF -if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:1479: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then +if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:1493: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then ac_cv_prog_gcc=yes else ac_cv_prog_gcc=no @@ -1490,7 +1504,7 @@ if test $ac_cv_prog_gcc = yes; then ac_save_CFLAGS="$CFLAGS" CFLAGS= echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&6 -echo "configure:1494: checking whether ${CC-cc} accepts -g" >&5 +echo "configure:1508: checking whether ${CC-cc} accepts -g" >&5 if eval "test \"`echo '$''{'ac_cv_prog_cc_g'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -1517,96 +1531,9 @@ else test "${CFLAGS+set}" = set || CFLAGS="-g" fi -echo $ac_n "checking whether ${MAKE-make} sets \${MAKE}""... $ac_c" 1>&6 -echo "configure:1522: checking whether ${MAKE-make} sets \${MAKE}" >&5 -set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y%./+-%__p_%'` -if eval "test \"`echo '$''{'ac_cv_prog_make_${ac_make}_set'+set}'`\" = set"; then - echo $ac_n "(cached) $ac_c" 1>&6 -else - cat > conftestmake <<\EOF -all: - @echo 'ac_maketemp="${MAKE}"' -EOF -# GNU make sometimes prints "make[1]: Entering...", which would confuse us. -eval `${MAKE-make} -f conftestmake 2>/dev/null | grep temp=` -if test -n "$ac_maketemp"; then - eval ac_cv_prog_make_${ac_make}_set=yes -else - eval ac_cv_prog_make_${ac_make}_set=no -fi -rm -f conftestmake -fi -if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then - echo "$ac_t""yes" 1>&6 - SET_MAKE= -else - echo "$ac_t""no" 1>&6 - SET_MAKE="MAKE=${MAKE-make}" -fi - #AC_PROG_RANLIB -# Find a good install program. We prefer a C program (faster), -# so one script is as good as another. But avoid the broken or -# incompatible versions: -# SysV /etc/install, /usr/sbin/install -# SunOS /usr/etc/install -# IRIX /sbin/install -# AIX /bin/install -# AFS /usr/afsws/bin/install, which mishandles nonexistent args -# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff" -# ./install, which can be erroneously created by make from ./install.sh. -echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6 -echo "configure:1560: checking for a BSD compatible install" >&5 -if test -z "$INSTALL"; then -if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then - echo $ac_n "(cached) $ac_c" 1>&6 -else - IFS="${IFS= }"; ac_save_IFS="$IFS"; IFS="${IFS}:" - for ac_dir in $PATH; do - # Account for people who put trailing slashes in PATH elements. - case "$ac_dir/" in - /|./|.//|/etc/*|/usr/sbin/*|/usr/etc/*|/sbin/*|/usr/afsws/bin/*|/usr/ucb/*) ;; - *) - # OSF1 and SCO ODT 3.0 have their own names for install. - for ac_prog in ginstall installbsd scoinst install; do - if test -f $ac_dir/$ac_prog; then - if test $ac_prog = install && - grep dspmsg $ac_dir/$ac_prog >/dev/null 2>&1; then - # AIX install. It has an incompatible calling convention. - # OSF/1 installbsd also uses dspmsg, but is usable. - : - else - ac_cv_path_install="$ac_dir/$ac_prog -c" - break 2 - fi - fi - done - ;; - esac - done - IFS="$ac_save_IFS" - -fi - if test "${ac_cv_path_install+set}" = set; then - INSTALL="$ac_cv_path_install" - else - # As a last resort, use the slow shell script. We don't cache a - # path for INSTALL within a source directory, because that will - # break other packages using the cache if that directory is - # removed, or if the path is relative. - INSTALL="$ac_install_sh" - fi -fi -echo "$ac_t""$INSTALL" 1>&6 - -# Use test -z because SunOS4 sh mishandles braces in ${var-val}. -# It thinks the first close brace ends the variable substitution. -test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}' - -test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644' - echo $ac_n "checking whether ln -s works""... $ac_c" 1>&6 -echo "configure:1610: checking whether ln -s works" >&5 +echo "configure:1537: checking whether ln -s works" >&5 if eval "test \"`echo '$''{'ac_cv_prog_LN_S'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -1627,7 +1554,7 @@ else fi echo $ac_n "checking how to run the C preprocessor""... $ac_c" 1>&6 -echo "configure:1631: checking how to run the C preprocessor" >&5 +echo "configure:1558: checking how to run the C preprocessor" >&5 # On Suns, sometimes $CPP names a directory. if test -n "$CPP" && test -d "$CPP"; then CPP= @@ -1642,13 +1569,13 @@ else # On the NeXT, cc -E runs the code through the compiler's parser, # not just through cpp. cat > conftest.$ac_ext < Syntax Error EOF ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" -{ (eval echo configure:1652: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } +{ (eval echo configure:1579: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } ac_err=`grep -v '^ *+' conftest.out` if test -z "$ac_err"; then : @@ -1659,13 +1586,13 @@ else rm -rf conftest* CPP="${CC-cc} -E -traditional-cpp" cat > conftest.$ac_ext < Syntax Error EOF ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" -{ (eval echo configure:1669: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } +{ (eval echo configure:1596: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } ac_err=`grep -v '^ *+' conftest.out` if test -z "$ac_err"; then : @@ -1689,13 +1616,13 @@ echo "$ac_t""$CPP" 1>&6 if test $ac_cv_prog_gcc = yes; then echo $ac_n "checking whether ${CC-cc} needs -traditional""... $ac_c" 1>&6 -echo "configure:1693: checking whether ${CC-cc} needs -traditional" >&5 +echo "configure:1620: checking whether ${CC-cc} needs -traditional" >&5 if eval "test \"`echo '$''{'ac_cv_prog_gcc_traditional'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else ac_pattern="Autoconf.*'x'" cat > conftest.$ac_ext < Autoconf TIOCGETP @@ -1713,7 +1640,7 @@ rm -f conftest* if test $ac_cv_prog_gcc_traditional = no; then cat > conftest.$ac_ext < Autoconf TCGETA @@ -1737,12 +1664,12 @@ fi echo $ac_n "checking return type of signal handlers""... $ac_c" 1>&6 -echo "configure:1741: checking return type of signal handlers" >&5 +echo "configure:1668: checking return type of signal handlers" >&5 if eval "test \"`echo '$''{'ac_cv_type_signal'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext < #include @@ -1759,7 +1686,7 @@ int main() { int i; ; return 0; } EOF -if { (eval echo configure:1763: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then +if { (eval echo configure:1690: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* ac_cv_type_signal=void else @@ -1778,12 +1705,12 @@ EOF echo $ac_n "checking for vprintf""... $ac_c" 1>&6 -echo "configure:1782: checking for vprintf" >&5 +echo "configure:1709: checking for vprintf" >&5 if eval "test \"`echo '$''{'ac_cv_func_vprintf'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest; then +if { (eval echo configure:1737: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then rm -rf conftest* eval "ac_cv_func_vprintf=yes" else @@ -1830,12 +1757,12 @@ fi if test "$ac_cv_func_vprintf" != yes; then echo $ac_n "checking for _doprnt""... $ac_c" 1>&6 -echo "configure:1834: checking for _doprnt" >&5 +echo "configure:1761: checking for _doprnt" >&5 if eval "test \"`echo '$''{'ac_cv_func__doprnt'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest; then +if { (eval echo configure:1789: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then rm -rf conftest* eval "ac_cv_func__doprnt=yes" else @@ -1885,19 +1812,19 @@ fi # The Ultrix 4.2 mips builtin alloca declared by alloca.h only works # for constant arguments. Useless! echo $ac_n "checking for working alloca.h""... $ac_c" 1>&6 -echo "configure:1889: checking for working alloca.h" >&5 +echo "configure:1816: checking for working alloca.h" >&5 if eval "test \"`echo '$''{'ac_cv_header_alloca_h'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext < int main() { char *p = alloca(2 * sizeof(int)); ; return 0; } EOF -if { (eval echo configure:1901: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then +if { (eval echo configure:1828: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then rm -rf conftest* ac_cv_header_alloca_h=yes else @@ -1918,12 +1845,12 @@ EOF fi echo $ac_n "checking for alloca""... $ac_c" 1>&6 -echo "configure:1922: checking for alloca" >&5 +echo "configure:1849: checking for alloca" >&5 if eval "test \"`echo '$''{'ac_cv_func_alloca_works'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest; then +if { (eval echo configure:1877: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then rm -rf conftest* ac_cv_func_alloca_works=yes else @@ -1978,12 +1905,12 @@ EOF echo $ac_n "checking whether alloca needs Cray hooks""... $ac_c" 1>&6 -echo "configure:1982: checking whether alloca needs Cray hooks" >&5 +echo "configure:1909: checking whether alloca needs Cray hooks" >&5 if eval "test \"`echo '$''{'ac_cv_os_cray'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <&6 if test $ac_cv_os_cray = yes; then for ac_func in _getb67 GETB67 getb67; do echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 -echo "configure:2012: checking for $ac_func" >&5 +echo "configure:1939: checking for $ac_func" >&5 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest; then +if { (eval echo configure:1967: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then rm -rf conftest* eval "ac_cv_func_$ac_func=yes" else @@ -2063,7 +1990,7 @@ done fi echo $ac_n "checking stack direction for C alloca""... $ac_c" 1>&6 -echo "configure:2067: checking stack direction for C alloca" >&5 +echo "configure:1994: checking stack direction for C alloca" >&5 if eval "test \"`echo '$''{'ac_cv_c_stack_direction'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -2071,7 +1998,7 @@ else ac_cv_c_stack_direction=0 else cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest && (./conftest; exit) 2>/dev/null +if { (eval echo configure:2021: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest && (./conftest; exit) 2>/dev/null then ac_cv_c_stack_direction=1 else @@ -2114,12 +2041,12 @@ fi for ac_func in gethostname gettimeofday select poll strerror strncasecmp setpgid do echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 -echo "configure:2118: checking for $ac_func" >&5 +echo "configure:2045: checking for $ac_func" >&5 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest; then +if { (eval echo configure:2073: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then rm -rf conftest* eval "ac_cv_func_$ac_func=yes" else @@ -2177,7 +2104,7 @@ if test "x$CPP_PATH" = x; then # Extract the first word of "cpp", so it can be a program name with args. set dummy cpp; ac_word=$2 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 -echo "configure:2181: checking for $ac_word" >&5 +echo "configure:2108: checking for $ac_word" >&5 if eval "test \"`echo '$''{'ac_cv_path_CPP_PATH'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -2187,7 +2114,7 @@ else ;; *) IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:" - for ac_dir in /lib:/usr/bin:/bin:/usr/lib:/usr/ccs/lib:$PATH$ac_dummy; do + for ac_dir in /lib /usr/bin /bin /usr/lib /usr/ccs/lib $PATH$ac_dummy; do test -z "$ac_dir" && ac_dir=. if test -f $ac_dir/$ac_word; then ac_cv_path_CPP_PATH="$ac_dir/$ac_word" @@ -2235,12 +2162,12 @@ INTLIBS="" echo $ac_n "checking for gettext""... $ac_c" 1>&6 -echo "configure:2239: checking for gettext" >&5 +echo "configure:2166: checking for gettext" >&5 if eval "test \"`echo '$''{'ac_cv_func_gettext'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest; then +if { (eval echo configure:2194: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then rm -rf conftest* eval "ac_cv_func_gettext=yes" else @@ -2281,7 +2208,7 @@ if eval "test \"`echo '$ac_cv_func_'gettext`\" = yes"; then else echo "$ac_t""no" 1>&6 echo $ac_n "checking for gettext in -lintl""... $ac_c" 1>&6 -echo "configure:2285: checking for gettext in -lintl" >&5 +echo "configure:2212: checking for gettext in -lintl" >&5 ac_lib_var=`echo intl'_'gettext | sed 'y%./+-%__p_%'` if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 @@ -2289,7 +2216,7 @@ else ac_save_LIBS="$LIBS" LIBS="-lintl $LIBS" cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest; then +if { (eval echo configure:2231: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then rm -rf conftest* eval "ac_cv_lib_$ac_lib_var=yes" else @@ -2327,7 +2254,7 @@ fi # Extract the first word of "xgettext", so it can be a program name with args. set dummy xgettext; ac_word=$2 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 -echo "configure:2331: checking for $ac_word" >&5 +echo "configure:2258: checking for $ac_word" >&5 if eval "test \"`echo '$''{'ac_cv_prog_XGETTEXT'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -2388,7 +2315,7 @@ fi supported_locales="cs de es fr gl it ja ko nl no pt ru se tr fi hr el pl ro" -supported_wprefs_locales="pt hr fr ko ja" +supported_wprefs_locales="pt hr fr ko ja cs" for lang in $LINGUAS; do ok=0 @@ -2431,7 +2358,7 @@ if test "$enable_kanji" = yes; then case $host_os in freebsd*) echo $ac_n "checking for setlocale in -lxpg4""... $ac_c" 1>&6 -echo "configure:2435: checking for setlocale in -lxpg4" >&5 +echo "configure:2362: checking for setlocale in -lxpg4" >&5 ac_lib_var=`echo xpg4'_'setlocale | sed 'y%./+-%__p_%'` if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 @@ -2439,7 +2366,7 @@ else ac_save_LIBS="$LIBS" LIBS="-lxpg4 $LIBS" cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest; then +if { (eval echo configure:2381: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then rm -rf conftest* eval "ac_cv_lib_$ac_lib_var=yes" else @@ -2560,7 +2487,7 @@ fi # Uses ac_ vars as temps to allow command line to override cache and checks. # --without-x overrides everything else, but does not touch the cache. echo $ac_n "checking for X""... $ac_c" 1>&6 -echo "configure:2564: checking for X" >&5 +echo "configure:2491: checking for X" >&5 # Check whether --with-x or --without-x was given. if test "${with_x+set}" = set; then @@ -2622,12 +2549,12 @@ if test "$ac_x_includes" = NO; then # First, try using that file with no special directory specified. cat > conftest.$ac_ext < EOF ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" -{ (eval echo configure:2631: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } +{ (eval echo configure:2558: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } ac_err=`grep -v '^ *+' conftest.out` if test -z "$ac_err"; then rm -rf conftest* @@ -2696,14 +2623,14 @@ if test "$ac_x_libraries" = NO; then ac_save_LIBS="$LIBS" LIBS="-l$x_direct_test_library $LIBS" cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest; then +if { (eval echo configure:2634: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then rm -rf conftest* LIBS="$ac_save_LIBS" # We can link X programs with no special library path. @@ -2809,17 +2736,17 @@ else case "`(uname -sr) 2>/dev/null`" in "SunOS 5"*) echo $ac_n "checking whether -R must be followed by a space""... $ac_c" 1>&6 -echo "configure:2813: checking whether -R must be followed by a space" >&5 +echo "configure:2740: checking whether -R must be followed by a space" >&5 ac_xsave_LIBS="$LIBS"; LIBS="$LIBS -R$x_libraries" cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest; then +if { (eval echo configure:2750: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then rm -rf conftest* ac_R_nospace=yes else @@ -2835,14 +2762,14 @@ rm -f conftest* else LIBS="$ac_xsave_LIBS -R $x_libraries" cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest; then +if { (eval echo configure:2773: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then rm -rf conftest* ac_R_space=yes else @@ -2874,7 +2801,7 @@ rm -f conftest* # libraries were built with DECnet support. And karl@cs.umb.edu says # the Alpha needs dnet_stub (dnet does not exist). echo $ac_n "checking for dnet_ntoa in -ldnet""... $ac_c" 1>&6 -echo "configure:2878: checking for dnet_ntoa in -ldnet" >&5 +echo "configure:2805: checking for dnet_ntoa in -ldnet" >&5 ac_lib_var=`echo dnet'_'dnet_ntoa | sed 'y%./+-%__p_%'` if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 @@ -2882,7 +2809,7 @@ else ac_save_LIBS="$LIBS" LIBS="-ldnet $LIBS" cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest; then +if { (eval echo configure:2824: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then rm -rf conftest* eval "ac_cv_lib_$ac_lib_var=yes" else @@ -2915,7 +2842,7 @@ fi if test $ac_cv_lib_dnet_dnet_ntoa = no; then echo $ac_n "checking for dnet_ntoa in -ldnet_stub""... $ac_c" 1>&6 -echo "configure:2919: checking for dnet_ntoa in -ldnet_stub" >&5 +echo "configure:2846: checking for dnet_ntoa in -ldnet_stub" >&5 ac_lib_var=`echo dnet_stub'_'dnet_ntoa | sed 'y%./+-%__p_%'` if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 @@ -2923,7 +2850,7 @@ else ac_save_LIBS="$LIBS" LIBS="-ldnet_stub $LIBS" cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest; then +if { (eval echo configure:2865: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then rm -rf conftest* eval "ac_cv_lib_$ac_lib_var=yes" else @@ -2963,12 +2890,12 @@ fi # The nsl library prevents programs from opening the X display # on Irix 5.2, according to dickey@clark.net. echo $ac_n "checking for gethostbyname""... $ac_c" 1>&6 -echo "configure:2967: checking for gethostbyname" >&5 +echo "configure:2894: checking for gethostbyname" >&5 if eval "test \"`echo '$''{'ac_cv_func_gethostbyname'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest; then +if { (eval echo configure:2922: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then rm -rf conftest* eval "ac_cv_func_gethostbyname=yes" else @@ -3012,7 +2939,7 @@ fi if test $ac_cv_func_gethostbyname = no; then echo $ac_n "checking for gethostbyname in -lnsl""... $ac_c" 1>&6 -echo "configure:3016: checking for gethostbyname in -lnsl" >&5 +echo "configure:2943: checking for gethostbyname in -lnsl" >&5 ac_lib_var=`echo nsl'_'gethostbyname | sed 'y%./+-%__p_%'` if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 @@ -3020,7 +2947,7 @@ else ac_save_LIBS="$LIBS" LIBS="-lnsl $LIBS" cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest; then +if { (eval echo configure:2962: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then rm -rf conftest* eval "ac_cv_lib_$ac_lib_var=yes" else @@ -3061,12 +2988,12 @@ fi # -lsocket must be given before -lnsl if both are needed. # We assume that if connect needs -lnsl, so does gethostbyname. echo $ac_n "checking for connect""... $ac_c" 1>&6 -echo "configure:3065: checking for connect" >&5 +echo "configure:2992: checking for connect" >&5 if eval "test \"`echo '$''{'ac_cv_func_connect'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest; then +if { (eval echo configure:3020: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then rm -rf conftest* eval "ac_cv_func_connect=yes" else @@ -3110,7 +3037,7 @@ fi if test $ac_cv_func_connect = no; then echo $ac_n "checking for connect in -lsocket""... $ac_c" 1>&6 -echo "configure:3114: checking for connect in -lsocket" >&5 +echo "configure:3041: checking for connect in -lsocket" >&5 ac_lib_var=`echo socket'_'connect | sed 'y%./+-%__p_%'` if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 @@ -3118,7 +3045,7 @@ else ac_save_LIBS="$LIBS" LIBS="-lsocket $X_EXTRA_LIBS $LIBS" cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest; then +if { (eval echo configure:3060: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then rm -rf conftest* eval "ac_cv_lib_$ac_lib_var=yes" else @@ -3153,12 +3080,12 @@ fi # gomez@mi.uni-erlangen.de says -lposix is necessary on A/UX. echo $ac_n "checking for remove""... $ac_c" 1>&6 -echo "configure:3157: checking for remove" >&5 +echo "configure:3084: checking for remove" >&5 if eval "test \"`echo '$''{'ac_cv_func_remove'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest; then +if { (eval echo configure:3112: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then rm -rf conftest* eval "ac_cv_func_remove=yes" else @@ -3202,7 +3129,7 @@ fi if test $ac_cv_func_remove = no; then echo $ac_n "checking for remove in -lposix""... $ac_c" 1>&6 -echo "configure:3206: checking for remove in -lposix" >&5 +echo "configure:3133: checking for remove in -lposix" >&5 ac_lib_var=`echo posix'_'remove | sed 'y%./+-%__p_%'` if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 @@ -3210,7 +3137,7 @@ else ac_save_LIBS="$LIBS" LIBS="-lposix $LIBS" cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest; then +if { (eval echo configure:3152: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then rm -rf conftest* eval "ac_cv_lib_$ac_lib_var=yes" else @@ -3245,12 +3172,12 @@ fi # BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay. echo $ac_n "checking for shmat""... $ac_c" 1>&6 -echo "configure:3249: checking for shmat" >&5 +echo "configure:3176: checking for shmat" >&5 if eval "test \"`echo '$''{'ac_cv_func_shmat'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest; then +if { (eval echo configure:3204: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then rm -rf conftest* eval "ac_cv_func_shmat=yes" else @@ -3294,7 +3221,7 @@ fi if test $ac_cv_func_shmat = no; then echo $ac_n "checking for shmat in -lipc""... $ac_c" 1>&6 -echo "configure:3298: checking for shmat in -lipc" >&5 +echo "configure:3225: checking for shmat in -lipc" >&5 ac_lib_var=`echo ipc'_'shmat | sed 'y%./+-%__p_%'` if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 @@ -3302,7 +3229,7 @@ else ac_save_LIBS="$LIBS" LIBS="-lipc $LIBS" cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest; then +if { (eval echo configure:3244: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then rm -rf conftest* eval "ac_cv_lib_$ac_lib_var=yes" else @@ -3346,7 +3273,7 @@ fi # libraries we check for below, so use a different variable. # --interran@uluru.Stanford.EDU, kb@cs.umb.edu. echo $ac_n "checking for IceConnectionNumber in -lICE""... $ac_c" 1>&6 -echo "configure:3350: checking for IceConnectionNumber in -lICE" >&5 +echo "configure:3277: checking for IceConnectionNumber in -lICE" >&5 ac_lib_var=`echo ICE'_'IceConnectionNumber | sed 'y%./+-%__p_%'` if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 @@ -3354,7 +3281,7 @@ else ac_save_LIBS="$LIBS" LIBS="-lICE $LIBS" cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest; then +if { (eval echo configure:3296: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then rm -rf conftest* eval "ac_cv_lib_$ac_lib_var=yes" else @@ -3397,7 +3324,7 @@ XLFLAGS="$X_LIBS" XLIBS="$X_EXTRA_LIBS -lX11" echo $ac_n "checking for _Xsetlocale in -lX11""... $ac_c" 1>&6 -echo "configure:3401: checking for _Xsetlocale in -lX11" >&5 +echo "configure:3328: checking for _Xsetlocale in -lX11" >&5 ac_lib_var=`echo X11'_'_Xsetlocale | sed 'y%./+-%__p_%'` if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 @@ -3405,7 +3332,7 @@ else ac_save_LIBS="$LIBS" LIBS="-lX11 $XLFLAGS $XLIBS $LIBS" cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest; then +if { (eval echo configure:3347: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then rm -rf conftest* eval "ac_cv_lib_$ac_lib_var=yes" else @@ -3453,7 +3380,7 @@ added_xext=no if test "$shape" = yes; then echo $ac_n "checking for XShapeSelectInput in -lXext""... $ac_c" 1>&6 -echo "configure:3457: checking for XShapeSelectInput in -lXext" >&5 +echo "configure:3384: checking for XShapeSelectInput in -lXext" >&5 ac_lib_var=`echo Xext'_'XShapeSelectInput | sed 'y%./+-%__p_%'` if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 @@ -3461,7 +3388,7 @@ else ac_save_LIBS="$LIBS" LIBS="-lXext $XLFLAGS $XLIBS $LIBS" cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest; then +if { (eval echo configure:3403: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then rm -rf conftest* eval "ac_cv_lib_$ac_lib_var=yes" else @@ -3511,7 +3438,7 @@ fi if test "$shm" = yes; then echo $ac_n "checking for XShmAttach in -lXext""... $ac_c" 1>&6 -echo "configure:3515: checking for XShmAttach in -lXext" >&5 +echo "configure:3442: checking for XShmAttach in -lXext" >&5 ac_lib_var=`echo Xext'_'XShmAttach | sed 'y%./+-%__p_%'` if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 @@ -3519,7 +3446,7 @@ else ac_save_LIBS="$LIBS" LIBS="-lXext $XLFLAGS $XLIBS $LIBS" cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest; then +if { (eval echo configure:3461: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then rm -rf conftest* eval "ac_cv_lib_$ac_lib_var=yes" else @@ -3554,12 +3481,12 @@ fi if test "$ok" = yes; then echo $ac_n "checking for shmget""... $ac_c" 1>&6 -echo "configure:3558: checking for shmget" >&5 +echo "configure:3485: checking for shmget" >&5 if eval "test \"`echo '$''{'ac_cv_func_shmget'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest; then +if { (eval echo configure:3513: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then rm -rf conftest* eval "ac_cv_func_shmget=yes" else @@ -3658,7 +3585,7 @@ fi if test "$xpm" = yes; then echo $ac_n "checking for XpmCreatePixmapFromData in -lXpm""... $ac_c" 1>&6 -echo "configure:3662: checking for XpmCreatePixmapFromData in -lXpm" >&5 +echo "configure:3589: checking for XpmCreatePixmapFromData in -lXpm" >&5 ac_lib_var=`echo Xpm'_'XpmCreatePixmapFromData | sed 'y%./+-%__p_%'` if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 @@ -3666,7 +3593,7 @@ else ac_save_LIBS="$LIBS" LIBS="-lXpm $GFX_INC_PATH $GFXLFLAGS $XLFLAGS $XLIBS $LIBS" cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest; then +if { (eval echo configure:3608: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then rm -rf conftest* eval "ac_cv_lib_$ac_lib_var=yes" else @@ -3704,17 +3631,17 @@ fi CPPFLAGS="$CPPFLAGS $GFX_INC_PATH $XCFLAGS" ac_safe=`echo "X11/xpm.h" | sed 'y%./+-%__p_%'` echo $ac_n "checking for X11/xpm.h""... $ac_c" 1>&6 -echo "configure:3708: checking for X11/xpm.h" >&5 +echo "configure:3635: checking for X11/xpm.h" >&5 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext < EOF ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" -{ (eval echo configure:3718: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } +{ (eval echo configure:3645: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } ac_err=`grep -v '^ *+' conftest.out` if test -z "$ac_err"; then rm -rf conftest* @@ -3764,7 +3691,7 @@ fi if test "$png" = yes ; then echo $ac_n "checking for png_get_valid in -lpng""... $ac_c" 1>&6 -echo "configure:3768: checking for png_get_valid in -lpng" >&5 +echo "configure:3695: checking for png_get_valid in -lpng" >&5 ac_lib_var=`echo png'_'png_get_valid | sed 'y%./+-%__p_%'` if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 @@ -3772,7 +3699,7 @@ else ac_save_LIBS="$LIBS" LIBS="-lpng $GFX_INC_PATH $GFXLFLAGS $XLFLAGS -lz -lm $LIBS" cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest; then +if { (eval echo configure:3714: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then rm -rf conftest* eval "ac_cv_lib_$ac_lib_var=yes" else @@ -3810,17 +3737,17 @@ fi CPPFLAGS="$CPPFLAGS $GFX_INC_PATH $XCFLAGS" ac_safe=`echo "png.h" | sed 'y%./+-%__p_%'` echo $ac_n "checking for png.h""... $ac_c" 1>&6 -echo "configure:3814: checking for png.h" >&5 +echo "configure:3741: checking for png.h" >&5 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext < EOF ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" -{ (eval echo configure:3824: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } +{ (eval echo configure:3751: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } ac_err=`grep -v '^ *+' conftest.out` if test -z "$ac_err"; then rm -rf conftest* @@ -3859,7 +3786,7 @@ fi if test "$jpeg" = yes; then echo $ac_n "checking for jpeg_destroy_compress in -ljpeg""... $ac_c" 1>&6 -echo "configure:3863: checking for jpeg_destroy_compress in -ljpeg" >&5 +echo "configure:3790: checking for jpeg_destroy_compress in -ljpeg" >&5 ac_lib_var=`echo jpeg'_'jpeg_destroy_compress | sed 'y%./+-%__p_%'` if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 @@ -3867,7 +3794,7 @@ else ac_save_LIBS="$LIBS" LIBS="-ljpeg $GFX_INC_PATH $GFXLFLAGS $XLFLAGS $LIBS" cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest; then +if { (eval echo configure:3809: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then rm -rf conftest* eval "ac_cv_lib_$ac_lib_var=yes" else @@ -3904,12 +3831,12 @@ fi my_old_cppflags=$CPPFLAGS CPPFLAGS="$CPPFLAGS $GFX_INC_PATH $XCFLAGS" cat > conftest.$ac_ext <&5; (eval $ac_try) 2>&5; } +{ (eval echo configure:3840: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } ac_err=`grep -v '^ *+' conftest.out` if test -z "$ac_err"; then rm -rf conftest* @@ -3941,7 +3868,7 @@ fi if test "$gif" = yes; then retry=no echo $ac_n "checking for DGifOpenFileName in -lungif""... $ac_c" 1>&6 -echo "configure:3945: checking for DGifOpenFileName in -lungif" >&5 +echo "configure:3872: checking for DGifOpenFileName in -lungif" >&5 ac_lib_var=`echo ungif'_'DGifOpenFileName | sed 'y%./+-%__p_%'` if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 @@ -3949,7 +3876,7 @@ else ac_save_LIBS="$LIBS" LIBS="-lungif $GFX_INC_PATH $GFXLFLAGS $XLFLAGS $XLIBS $LIBS" cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest; then +if { (eval echo configure:3891: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then rm -rf conftest* eval "ac_cv_lib_$ac_lib_var=yes" else @@ -3983,7 +3910,7 @@ fi if test "$retry" = yes; then echo $ac_n "checking for DGifOpenFileName in -lgif""... $ac_c" 1>&6 -echo "configure:3987: checking for DGifOpenFileName in -lgif" >&5 +echo "configure:3914: checking for DGifOpenFileName in -lgif" >&5 ac_lib_var=`echo gif'_'DGifOpenFileName | sed 'y%./+-%__p_%'` if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 @@ -3991,7 +3918,7 @@ else ac_save_LIBS="$LIBS" LIBS="-lgif $GFX_INC_PATH $GFXLFLAGS $XLFLAGS $XLIBS $LIBS" cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest; then +if { (eval echo configure:3933: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then rm -rf conftest* eval "ac_cv_lib_$ac_lib_var=yes" else @@ -4030,17 +3957,17 @@ fi CPPFLAGS="$CPPFLAGS $GFX_INC_PATH $XCFLAGS" ac_safe=`echo "gif_lib.h" | sed 'y%./+-%__p_%'` echo $ac_n "checking for gif_lib.h""... $ac_c" 1>&6 -echo "configure:4034: checking for gif_lib.h" >&5 +echo "configure:3961: checking for gif_lib.h" >&5 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext < EOF ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" -{ (eval echo configure:4044: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } +{ (eval echo configure:3971: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } ac_err=`grep -v '^ *+' conftest.out` if test -z "$ac_err"; then rm -rf conftest* @@ -4090,7 +4017,7 @@ ICONEXT="xpm" if test "$tif" = yes; then my_libname="" echo $ac_n "checking for TIFFGetVersion in -ltiff""... $ac_c" 1>&6 -echo "configure:4094: checking for TIFFGetVersion in -ltiff" >&5 +echo "configure:4021: checking for TIFFGetVersion in -ltiff" >&5 ac_lib_var=`echo tiff'_'TIFFGetVersion | sed 'y%./+-%__p_%'` if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 @@ -4098,7 +4025,7 @@ else ac_save_LIBS="$LIBS" LIBS="-ltiff $GFX_INC_PATH $GFXLFLAGS $XLFLAGS $XLIBS $GFXLIBS -lm $LIBS" cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest; then +if { (eval echo configure:4040: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then rm -rf conftest* eval "ac_cv_lib_$ac_lib_var=yes" else @@ -4133,7 +4060,7 @@ fi unset ac_cv_lib_tiff_TIFFGetVersion if test "$my_libok" = no; then echo $ac_n "checking for TIFFGetVersion in -ltiff""... $ac_c" 1>&6 -echo "configure:4137: checking for TIFFGetVersion in -ltiff" >&5 +echo "configure:4064: checking for TIFFGetVersion in -ltiff" >&5 ac_lib_var=`echo tiff'_'TIFFGetVersion | sed 'y%./+-%__p_%'` if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 @@ -4141,7 +4068,7 @@ else ac_save_LIBS="$LIBS" LIBS="-ltiff $GFX_INC_PATH $GFXLFLAGS $XLFLAGS $XLIBS $GFXLIBS -lz -lm $LIBS" cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest; then +if { (eval echo configure:4083: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then rm -rf conftest* eval "ac_cv_lib_$ac_lib_var=yes" else @@ -4177,7 +4104,7 @@ fi if test "$my_libok" = no; then echo $ac_n "checking for TIFFGetVersion in -ltiff34""... $ac_c" 1>&6 -echo "configure:4181: checking for TIFFGetVersion in -ltiff34" >&5 +echo "configure:4108: checking for TIFFGetVersion in -ltiff34" >&5 ac_lib_var=`echo tiff34'_'TIFFGetVersion | sed 'y%./+-%__p_%'` if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 @@ -4185,7 +4112,7 @@ else ac_save_LIBS="$LIBS" LIBS="-ltiff34 $GFX_INC_PATH $GFXLFLAGS $XLFLAGS $XLIBS $GFXLIBS -lm $LIBS" cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest; then +if { (eval echo configure:4127: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then rm -rf conftest* eval "ac_cv_lib_$ac_lib_var=yes" else @@ -4224,17 +4151,17 @@ fi CPPFLAGS="$CPPFLAGS $GFX_INC_PATH $XCFLAGS" ac_safe=`echo "tiffio.h" | sed 'y%./+-%__p_%'` echo $ac_n "checking for tiffio.h""... $ac_c" 1>&6 -echo "configure:4228: checking for tiffio.h" >&5 +echo "configure:4155: checking for tiffio.h" >&5 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext < EOF ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" -{ (eval echo configure:4238: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } +{ (eval echo configure:4165: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } ac_err=`grep -v '^ *+' conftest.out` if test -z "$ac_err"; then rm -rf conftest* @@ -4374,12 +4301,12 @@ fi echo $ac_n "checking for sys/wait.h that is POSIX.1 compatible""... $ac_c" 1>&6 -echo "configure:4378: checking for sys/wait.h that is POSIX.1 compatible" >&5 +echo "configure:4305: checking for sys/wait.h that is POSIX.1 compatible" >&5 if eval "test \"`echo '$''{'ac_cv_header_sys_wait_h'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext < #include @@ -4395,7 +4322,7 @@ wait (&s); s = WIFEXITED (s) ? WEXITSTATUS (s) : 1; ; return 0; } EOF -if { (eval echo configure:4399: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then +if { (eval echo configure:4326: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* ac_cv_header_sys_wait_h=yes else @@ -4420,17 +4347,17 @@ for ac_hdr in fcntl.h limits.h sys/ioctl.h sys/time.h sys/types.h\ do ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 -echo "configure:4424: checking for $ac_hdr" >&5 +echo "configure:4351: checking for $ac_hdr" >&5 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext < EOF ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" -{ (eval echo configure:4434: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } +{ (eval echo configure:4361: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } ac_err=`grep -v '^ *+' conftest.out` if test -z "$ac_err"; then rm -rf conftest* @@ -4460,12 +4387,12 @@ done echo $ac_n "checking for sys_siglist declaration in signal.h or unistd.h""... $ac_c" 1>&6 -echo "configure:4464: checking for sys_siglist declaration in signal.h or unistd.h" >&5 +echo "configure:4391: checking for sys_siglist declaration in signal.h or unistd.h" >&5 if eval "test \"`echo '$''{'ac_cv_decl_sys_siglist'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext < #include @@ -4477,7 +4404,7 @@ int main() { char *msg = *(sys_siglist + 1); ; return 0; } EOF -if { (eval echo configure:4481: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then +if { (eval echo configure:4408: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* ac_cv_decl_sys_siglist=yes else @@ -4498,12 +4425,12 @@ EOF fi echo $ac_n "checking for working const""... $ac_c" 1>&6 -echo "configure:4502: checking for working const" >&5 +echo "configure:4429: checking for working const" >&5 if eval "test \"`echo '$''{'ac_cv_c_const'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <&5; (eval $ac_compile) 2>&5; }; then +if { (eval echo configure:4483: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* ac_cv_c_const=yes else @@ -4573,12 +4500,12 @@ EOF fi echo $ac_n "checking for ANSI C header files""... $ac_c" 1>&6 -echo "configure:4577: checking for ANSI C header files" >&5 +echo "configure:4504: checking for ANSI C header files" >&5 if eval "test \"`echo '$''{'ac_cv_header_stdc'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext < #include @@ -4586,7 +4513,7 @@ else #include EOF ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" -{ (eval echo configure:4590: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } +{ (eval echo configure:4517: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } ac_err=`grep -v '^ *+' conftest.out` if test -z "$ac_err"; then rm -rf conftest* @@ -4603,7 +4530,7 @@ rm -f conftest* if test $ac_cv_header_stdc = yes; then # SunOS 4.x string.h does not declare mem*, contrary to ANSI. cat > conftest.$ac_ext < EOF @@ -4621,7 +4548,7 @@ fi if test $ac_cv_header_stdc = yes; then # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI. cat > conftest.$ac_ext < EOF @@ -4642,7 +4569,7 @@ if test "$cross_compiling" = yes; then : else cat > conftest.$ac_ext < #define ISLOWER(c) ('a' <= (c) && (c) <= 'z') @@ -4653,7 +4580,7 @@ if (XOR (islower (i), ISLOWER (i)) || toupper (i) != TOUPPER (i)) exit(2); exit (0); } EOF -if { (eval echo configure:4657: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest && (./conftest; exit) 2>/dev/null +if { (eval echo configure:4584: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest && (./conftest; exit) 2>/dev/null then : else @@ -4677,12 +4604,12 @@ EOF fi echo $ac_n "checking for size_t""... $ac_c" 1>&6 -echo "configure:4681: checking for size_t" >&5 +echo "configure:4608: checking for size_t" >&5 if eval "test \"`echo '$''{'ac_cv_type_size_t'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext < #if STDC_HEADERS @@ -4710,12 +4637,12 @@ EOF fi echo $ac_n "checking for pid_t""... $ac_c" 1>&6 -echo "configure:4714: checking for pid_t" >&5 +echo "configure:4641: checking for pid_t" >&5 if eval "test \"`echo '$''{'ac_cv_type_pid_t'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext < #if STDC_HEADERS @@ -4743,12 +4670,12 @@ EOF fi echo $ac_n "checking whether time.h and sys/time.h may both be included""... $ac_c" 1>&6 -echo "configure:4747: checking whether time.h and sys/time.h may both be included" >&5 +echo "configure:4674: checking whether time.h and sys/time.h may both be included" >&5 if eval "test \"`echo '$''{'ac_cv_header_time'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext < #include @@ -4757,7 +4684,7 @@ int main() { struct tm *tp; ; return 0; } EOF -if { (eval echo configure:4761: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then +if { (eval echo configure:4688: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* ac_cv_header_time=yes else @@ -4816,7 +4743,7 @@ if test "$enable_shared" = yes; then fi echo $ac_n "checking for shared library support""... $ac_c" 1>&6 -echo "configure:4820: checking for shared library support" >&5 +echo "configure:4747: checking for shared library support" >&5 test=tmptest$$ cat > $test.c < WINGs-flags -echo "WLIBS=\"-L$exec_prefix/lib -lWINGs -lwraster $LIBPL_LIBS $GFXLIBS -lm\""\ - | sed -e 's|\$(prefix)|'"$prefix|" >> WINGs-flags + + +cat <WINGs-flags +#!/bin/sh + +prefix="$prefix" +exec_prefix=\$prefix + +WFLAGS="$LIBPL_INC_PATH -I\$prefix/include" +WLIBS="-L\$exec_prefix/lib -lWINGs -lwraster $LIBPL_LIBS $GFXLIBS -lm" + +usage="Usage: WINGs-flags #lp#--libs#rp# #lp#--incs#rp#" + +if test \$# -eq 0; then + echo "\${usage}" 1>&2 + exit 1 +fi + +while test \$# -gt 0; do + case \$1 in + --incs) + echo \$WFLAGS + ;; + --libs) + echo \$WLIBS + ;; + *) + echo "\${usage}" 1>&2 + exit 1 + ;; + esac + shift +done + + +EOF + +sed 's/#lp#/[/g' WINGs-flags | sed 's/#rp#/]/g' > WINGs/WINGs-flags + +chmod 755 WINGs/WINGs-flags +rm -f WINGs-flags diff --git a/configure.in b/configure.in index b05d446a..3693ba58 100644 --- a/configure.in +++ b/configure.in @@ -10,10 +10,24 @@ dnl AC_INIT(src/WindowMaker.h) -AM_INIT_AUTOMAKE(WindowMaker, 0.50.0) +AM_INIT_AUTOMAKE(WindowMaker, 0.50.2) AM_PROG_LIBTOOL +# by Marcelo Magallon +# Turn around -rpath problem with libtool 1.0c +# This define should be improbable enough to not conflict with anything +case ${host} in + *-pc-linux-gnu) + AC_MSG_RESULT([Fixing libtool for -rpath problems.]) + sed < libtool > libtool-2 \ + 's/^hardcode_libdir_flag_spec.*$/hardcode_libdir_flag_spec=" -D__LIBTOOL_IS_A_FOOL__ "/' + mv libtool-2 libtool + chmod 755 libtool + ;; +esac + + dnl configure/build bundled libraries dnl =================================== @@ -32,9 +46,9 @@ dnl Checks for programs. dnl =================== AC_ISC_POSIX AC_PROG_CC -AC_PROG_MAKE_SET +dnl AC_PROG_MAKE_SET -- already done by AM_INIT_AUTOMAKE #AC_PROG_RANLIB -AC_PROG_INSTALL +dnl AC_PROG_INSTALL -- already done by AM_INIT_AUTOMAKE AC_PROG_LN_S AC_PROG_GCC_TRADITIONAL @@ -56,7 +70,7 @@ fi if test "x$CPP_PATH" = x; then AC_PATH_PROG(CPP_PATH, cpp, notfound, - /lib:/usr/bin:/bin:/usr/lib:/usr/ccs/lib:$PATH) + [/lib /usr/bin /bin /usr/lib /usr/ccs/lib $PATH]) fi dnl @@ -135,7 +149,7 @@ dnl ================== dnl List of supported locales dnl ------------------------- supported_locales="cs de es fr gl it ja ko nl no pt ru se tr fi hr el pl ro" -supported_wprefs_locales="pt hr fr ko ja" +supported_wprefs_locales="pt hr fr ko ja cs" for lang in $LINGUAS; do ok=0 @@ -739,9 +753,52 @@ dnl Output some helpfull data for compiling WINGs apps dnl ================================================== dnl -echo "WFLAGS=\"$LIBPL_INC_PATH -I$prefix/include\"" > WINGs-flags -echo "WLIBS=\"-L$exec_prefix/lib -lWINGs -lwraster $LIBPL_LIBS $GFXLIBS -lm\""\ - | sed -e 's|\$(prefix)|'"$prefix|" >> WINGs-flags +dnl echo "WFLAGS=\"$LIBPL_INC_PATH -I$prefix/include\"" > WINGs-flags +dnl echo "WLIBS=\"-L$exec_prefix/lib -lWINGs -lwraster $LIBPL_LIBS $GFXLIBS -lm\""\ +dnl | sed -e 's|\$(prefix)|'"$prefix|" >> WINGs-flags + +dnl The #lp# and #rp# stuff below is a hack because [ and ] get lost when +dnl parsed by m4 + +cat <WINGs-flags +#!/bin/sh + +prefix="$prefix" +exec_prefix=\$prefix + +WFLAGS="$LIBPL_INC_PATH -I\$prefix/include" +WLIBS="-L\$exec_prefix/lib -lWINGs -lwraster $LIBPL_LIBS $GFXLIBS -lm" + +usage="Usage: WINGs-flags #lp#--libs#rp# #lp#--incs#rp#" + +if test \$# -eq 0; then + echo "\${usage}" 1>&2 + exit 1 +fi + +while test \$# -gt 0; do + case \$1 in + --incs) + echo \$WFLAGS + ;; + --libs) + echo \$WLIBS + ;; + *) + echo "\${usage}" 1>&2 + exit 1 + ;; + esac + shift +done + + +EOF + +sed 's/#lp#/[/g' WINGs-flags | sed 's/#rp#/]/g' > WINGs/WINGs-flags + +chmod 755 WINGs/WINGs-flags +rm -f WINGs-flags dnl diff --git a/doc/Makefile.in b/doc/Makefile.in index 3aeff285..b12731af 100644 --- a/doc/Makefile.in +++ b/doc/Makefile.in @@ -76,6 +76,7 @@ LN_S = @LN_S@ MAKEINFO = @MAKEINFO@ MOFILES = @MOFILES@ NLSDIR = @NLSDIR@ +NM = @NM@ PACKAGE = @PACKAGE@ RANLIB = @RANLIB@ REDUCE_APPICONS = @REDUCE_APPICONS@ diff --git a/po/Makefile.am b/po/Makefile.am index c423fdd5..d8222a34 100644 --- a/po/Makefile.am +++ b/po/Makefile.am @@ -58,9 +58,9 @@ install-data-local: $(CATALOGS) for n in $(CATALOGS) __DuMmY ; do \ if test "$$n" -a "$$n" != "__DuMmY" ; then \ l=`basename $$n .mo`; \ - $(mkinstalldirs) $(nlsdir)/$$l/LC_MESSAGES; \ - chmod 755 $(nlsdir)/$$l; \ - chmod 755 $(nlsdir)/$$l/LC_MESSAGES; \ - $(INSTALL) -m 644 $$n $(nlsdir)/$$l/LC_MESSAGES/WindowMaker.mo; \ + $(mkinstalldirs) $(DESTDIR)$(nlsdir)/$$l/LC_MESSAGES; \ + chmod 755 $(DESTDIR)$(nlsdir)/$$l; \ + chmod 755 $(DESTDIR)$(nlsdir)/$$l/LC_MESSAGES; \ + $(INSTALL) -m 644 $$n $(DESTDIR)$(nlsdir)/$$l/LC_MESSAGES/WindowMaker.mo; \ fi; \ done diff --git a/po/Makefile.in b/po/Makefile.in index f56f458b..4de71cce 100644 --- a/po/Makefile.in +++ b/po/Makefile.in @@ -76,6 +76,7 @@ LN_S = @LN_S@ MAKEINFO = @MAKEINFO@ MOFILES = @MOFILES@ NLSDIR = @NLSDIR@ +NM = @NM@ PACKAGE = @PACKAGE@ RANLIB = @RANLIB@ REDUCE_APPICONS = @REDUCE_APPICONS@ @@ -239,10 +240,10 @@ install-data-local: $(CATALOGS) for n in $(CATALOGS) __DuMmY ; do \ if test "$$n" -a "$$n" != "__DuMmY" ; then \ l=`basename $$n .mo`; \ - $(mkinstalldirs) $(nlsdir)/$$l/LC_MESSAGES; \ - chmod 755 $(nlsdir)/$$l; \ - chmod 755 $(nlsdir)/$$l/LC_MESSAGES; \ - $(INSTALL) -m 644 $$n $(nlsdir)/$$l/LC_MESSAGES/WindowMaker.mo; \ + $(mkinstalldirs) $(DESTDIR)$(nlsdir)/$$l/LC_MESSAGES; \ + chmod 755 $(DESTDIR)$(nlsdir)/$$l; \ + chmod 755 $(DESTDIR)$(nlsdir)/$$l/LC_MESSAGES; \ + $(INSTALL) -m 644 $$n $(DESTDIR)$(nlsdir)/$$l/LC_MESSAGES/WindowMaker.mo; \ fi; \ done diff --git a/po/ja.po b/po/ja.po dissimilarity index 74% index 6b1e9a57..52feed9d 100644 --- a/po/ja.po +++ b/po/ja.po @@ -1,517 +1,1381 @@ -# WindowMaker japanese message file -# -msgid "" -msgstr "" -"Project-Id-Version: PACKAGE VERSION\n" -"POT-Creation-Date: 1997-06-02 03:44+0900\n" -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" -"Last-Translator: FULL NAME \n" -"Language-Team: Japanese \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=CHARSET\n" -"Content-Transfer-Encoding: ENCODING\n" - -#: ../appmenu.c:114 -msgid "appmenu:could not create menu" -msgstr "" - -#: ../appmenu.c:145 -msgid "appmenu:could not create menu entry" -msgstr "" - -#: ../dock.c:167 -#, c-format -msgid "could not open file \"%s\" to save Dock state" -msgstr "" - -#: ../dock.c:667 -#, c-format -msgid "Could not execute program \"%s\"" -msgstr "¥×¥í¥°¥é¥à \"%s\" ¤ò¼Â¹Ô¤Ç¤­¤Þ¤»¤ó" - -#: ../dock.c:669 ../rootmenu.c:635 -msgid "Error" -msgstr "¥¨¥é¡¼" - -#: ../event.c:230 -msgid "stack overflow: too many dead processes" -msgstr "" - -#: ../image.c:65 ../image.c:494 -#, c-format -msgid "can't load pixmap file \"%s\". Size too weird" -msgstr "" - -#: ../image.c:83 ../image.c:746 ../image.c:768 -msgid "virtual memory exhausted during pixmap load. Not fatal..." -msgstr "" - -#: ../image.c:100 ../image.c:510 -msgid "virtual memory exhausted. Continuing..." -msgstr "" - -#: ../image.c:183 ../image.c:889 ../pixmap.c:261 -#, c-format -msgid "could not load XPM file \"%s\"" -msgstr "" - -#: ../image.c:186 -#, c-format -msgid "cannot load \"%s\": XPM format not supported" -msgstr "" - -#: ../image.c:191 -#, c-format -msgid "can't convert XBM file \"%s\" to internal format" -msgstr "" - -#: ../image.c:196 ../pixmap.c:275 -#, c-format -msgid "can't identify image file \"%s\"" -msgstr "" - -#: ../image.c:200 ../pixmap.c:279 -#, c-format -msgid "unknown image format in \"%s\"" -msgstr "" - -#: ../image.c:556 ../image.c:562 ../image.c:581 -msgid "virtual memory exhausted during XPM load." -msgstr "" - -#: ../image.c:712 ../image.c:855 -#, c-format -msgid "could not convert image \"%s\" to internal format" -msgstr "" - -#: ../image.c:901 -#, c-format -msgid "can't load \"%s\": unknown image format" -msgstr "" - -#: ../main.c:144 -msgid "Restart failed!!!" -msgstr "" - -#: ../main.c:159 -#, c-format -msgid "%s aborted.\n" -msgstr "" - -#: ../main.c:167 -#, c-format -msgid "usage: %s [-options]\n" -msgstr "" - -#: ../main.c:168 -msgid "options:" -msgstr "" - -#: ../main.c:170 -msgid " -nocpp \t\tdisable preprocessing of configuration files" -msgstr "" - -#: ../main.c:173 -msgid " -nodock\t\tdo not open the application Dock" -msgstr "" - -#: ../main.c:175 -msgid " -display host:dpy\tdisplay to use" -msgstr "" - -#: ../main.c:176 -msgid " -version\t\tprint version and exit" -msgstr "" - -#: ../main.c:227 -#, c-format -msgid "cannot set locale %s" -msgstr "" - -#: ../main.c:228 -msgid "falling back to C locale" -msgstr "" - -#: ../main.c:239 -msgid "X server does not support locale" -msgstr "" - -#: ../main.c:242 -msgid "cannot set locale modifiers" -msgstr "" - -#: ../main.c:254 -#, c-format -msgid "could not open display %s" -msgstr "" - -#: ../menu.c:231 -msgid "wrealloc() failed while trying to add menu item" -msgstr "" - -#: ../misc.c:50 -#, c-format -msgid "could not define value for %s for cpp" -msgstr "" - -#: ../misc.c:80 -#, c-format -msgid "could not get password entry for UID %i" -msgstr "" - -#: ../pixmap.c:211 -#, c-format -msgid "could not load mask bitmap file \"%s\". Won't use mask" -msgstr "" - -#: ../pixmap.c:264 -#, c-format -msgid "cannot load \"%s\": XPM support not compiled in" -msgstr "" - -#: ../pixmap.c:271 -#, c-format -msgid "could not load XBM file \"%s\"" -msgstr "" - -#: ../raster.c:183 -msgid "invalid dither colormap size specification.disabling" -msgstr "" - -#: ../raster.c:193 -msgid "Could not build PseudoColor color table\n" -msgstr "" - -#: ../resource.c:294 ../resource.c:356 ../resource.c:365 ../resource.c:494 -#: ../resource.c:518 ../resource.c:527 ../resource.c:552 -#, c-format -msgid "%s: syntax error in line \"%s\"" -msgstr "" - -#: ../resource.c:306 -#, c-format -msgid "%s: invalid window attribute specification in \"%s\"" -msgstr "" - -#: ../resource.c:333 -#, c-format -msgid "%s: unknown attribute in line \"%s\"" -msgstr "" - -#: ../resource.c:413 ../resource.c:422 ../resource.c:434 -#, c-format -msgid "%s:invalid kbd shortcut specification \"%s\"" -msgstr "" - -#: ../resource.c:474 -#, c-format -msgid "%s: expected section identifier but got %s" -msgstr "" - -#: ../resource.c:507 -#, c-format -msgid "%s: unknown option in line \"%s\"" -msgstr "" - -#: ../resource.c:556 -#, c-format -msgid "%s: invalid colormap size in line \"%s\"" -msgstr "" - -#: ../resource.c:576 -#, c-format -msgid "" -"%s: invalid geometry display type \"%s\". Shouldbe center, corner, floating " -"or line" -msgstr "" - -#: ../resource.c:598 -#, c-format -msgid "%s: invalid focus mode \"%s.\" Should be manual, auto or semiauto" -msgstr "" - -#: ../resource.c:616 -#, c-format -msgid "" -"%s: invalid window placement mode \"%s\". Should be auto, cascade or manual" -msgstr "" - -#: ../resource.c:636 -#, c-format -msgid "" -"%s: invalid texture type \"%s\" Should be solid, dgradient, vgradient or " -"hgradient" -msgstr "" - -#: ../resource.c:663 -#, c-format -msgid "%s: invalid gradient spec. \"%s\"" -msgstr "" - -#: ../resource.c:682 -#, c-format -msgid "%s: invalid coordinate \"%s\"" -msgstr "" - -#: ../resource.c:698 -#, c-format -msgid "%s: invalid justification type \"%s\". Should be left, center or right" -msgstr "" - -#: ../resource.c:728 -msgid "could not make arguments for preference file preprocessor" -msgstr "" - -#: ../resource.c:734 -msgid "could not open preference file preprocessor" -msgstr "" - -#: ../resource.c:741 -#, c-format -msgid "could not open configuration file: \"%s\"" -msgstr "" - -#: ../resource.c:789 -#, c-format -msgid "could not find default icon \"%s\"" -msgstr "" - -#: ../resource.c:795 -#, c-format -msgid "could not find a preference file (%s) in \"%s\"" -msgstr "" - -#: ../resource.c:803 -#, c-format -msgid "could not find icon background \"%s\"" -msgstr "" - -#: ../rootmenu.c:106 -msgid "Exit" -msgstr "½ªÎ»" - -#: ../rootmenu.c:107 -msgid "Exit window manager?" -msgstr "¥¦¥£¥ó¥É¥¦¥Þ¥Í¡¼¥¸¥ã¤ò½ªÎ»¤·¤Þ¤¹¤«?" - -#: ../rootmenu.c:126 -msgid "Close X session" -msgstr "X ¥»¥Ã¥·¥ç¥ó¤Î½ªÎ»" - -#: ../rootmenu.c:127 -msgid "" -"Close Window System session?\n" -"(all applications will be closed)" -msgstr "" -"¥¦¥£¥ó¥É¥¦¥·¥¹¥Æ¥à¤Î¥»¥Ã¥·¥ç¥ó¤ò½ªÎ»¤·¤Þ¤¹¤«?\n" -"(Á´¤Æ¤Î¥¢¥×¥ê¥±¡¼¥·¥ç¥ó¤ò½ªÎ»¤·¤Þ¤¹)" - -#: ../rootmenu.c:215 ../rootmenu.c:312 ../rootmenu.c:494 -#, c-format -msgid "Switch to %i" -msgstr "" - -#: ../rootmenu.c:281 -msgid "out of memory to store menu commands. Nuking it." -msgstr "" - -#: ../rootmenu.c:301 -msgid "Workspaces" -msgstr "" - -#: ../rootmenu.c:303 -msgid "could not create Workspace menu" -msgstr "" - -#: ../rootmenu.c:306 -msgid "New" -msgstr "" - -#: ../rootmenu.c:307 -msgid "Destroy Last" -msgstr "" - -#: ../rootmenu.c:348 -#, c-format -msgid "missing command in menu config: %s" -msgstr "" - -#: ../rootmenu.c:388 -msgid "menu can only have one WORKSPACE_MENU" -msgstr "" - -#: ../rootmenu.c:404 -#, c-format -msgid "unknown command \"%s\" in menu config." -msgstr "" - -#: ../rootmenu.c:408 -msgid "syntax error in menu config. END declaration missing" -msgstr "" - -#: ../rootmenu.c:433 -#, c-format -msgid "syntax error in menu config. %s" -msgstr "" - -#: ../rootmenu.c:441 -msgid "no title given for the root menu" -msgstr "" - -#: ../rootmenu.c:453 -msgid "Commands" -msgstr "" - -#: ../rootmenu.c:454 -msgid "Exit..." -msgstr "" - -#: ../rootmenu.c:562 -#, c-format -msgid "could not stat menu configuration file \"%s\"" -msgstr "" - -#: ../rootmenu.c:567 -msgid "no read permision to menu configuration file" -msgstr "" - -#: ../rootmenu.c:584 -msgid "could not make arguments for menu file preprocessor" -msgstr "" - -#: ../rootmenu.c:592 -msgid "could not open menu configuration preprocessor" -msgstr "" - -#: ../rootmenu.c:602 -#, c-format -msgid "couldn't open menu configuration file \"%s\"" -msgstr "" - -#: ../rootmenu.c:636 -msgid "" -"Could not read menu configuration\n" -"(see console log for details)" -msgstr "" -"¥á¥Ë¥å¡¼¤ÎÀßÄê¤òÆɤळ¤È¤¬¤Ç¤­¤Þ¤»¤ó\n" -"(¾ÜºÙ¤Ï¥³¥ó¥½¡¼¥ë¤Î¥í¥°¤ò»²¾È¤·¤Æ¤¯¤À¤µ¤¤)" - -#: ../screen.c:83 -msgid "it seems that there already is a window manager running" -msgstr "" - -#: ../screen.c:234 ../screen.c:344 -#, c-format -msgid "could not parse color %s" -msgstr "" - -#: ../screen.c:289 -msgid "The following character sets are missing:" -msgstr "" - -#: ../screen.c:293 -#, c-format -msgid "The string \"%s\" will be used in place" -msgstr "" - -#: ../screen.c:295 -msgid "of any characters from those sets." -msgstr "" - -#: ../screen.c:298 -#, c-format -msgid "could not create font set %s. Using fixed" -msgstr "" - -#: ../screen.c:305 -msgid "could not load any usable font set" -msgstr "" - -#: ../screen.c:315 -#, c-format -msgid "could not load font %s. Using fixed" -msgstr "" - -#: ../screen.c:318 -msgid "could not load any usable font" -msgstr "" - -#: ../screen.c:439 -#, c-format -msgid "Gradient texture not supported for your display (PseudoColor %ibpp)" -msgstr "" - -#: ../screen.c:442 -msgid "You must enable dithering to be able to use gradients with this display" -msgstr "" - -#: ../screen.c:456 -msgid "Gradient texture available only for PseudoColor and TrueColor displays" -msgstr "" - -#: ../screen.c:478 -msgid "could not allocate texture" -msgstr "" - -#: ../screen.c:1058 -msgid "colormap size value(s) too large" -msgstr "" - -#: ../stacking.c:89 ../stacking.c:148 -msgid "could not get window list!!" -msgstr "" - -#: ../stacking.c:226 -msgid "Internal inconsistency! window_count incorrect." -msgstr "" - -#: ../startup.c:137 -#, c-format -msgid "internal X error: %s\n" -msgstr "" - -#: ../startup.c:152 -#, c-format -msgid "got signal %i (%s)\n" -msgstr "" - -#: ../startup.c:154 -#, c-format -msgid "got signal %i\n" -msgstr "" - -#: ../switchmenu.c:109 -msgid "Windows" -msgstr "" - -#: ../texture.c:317 ../texture.c:327 -msgid "unsupported visual/depth for gradients" -msgstr "" - -#: ../winmenu.c:119 -msgid "(Un)Maximize" -msgstr "" - -#: ../winmenu.c:126 -msgid "Miniaturize" -msgstr "" - -#: ../winmenu.c:133 -msgid "(Un)Shade" -msgstr "" - -#: ../winmenu.c:140 -msgid "Hide" -msgstr "" - -#: ../winmenu.c:146 -msgid "Hide Others" -msgstr "" - -#: ../winmenu.c:148 -msgid "Close" -msgstr "" - -#: ../winmenu.c:155 -msgid "Kill" -msgstr "" +# Japanese messages for Window Maker +# Copyright (c) 1997, 1998 Alfredo K. Kojima +# Yasuyuki Furukawa , 1998 +# modified by Jun Nishii +# modified by MANOME Tomonori +# collaborated with members in wmaker-jp-ML and Project Vine +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: WindowMaker\n" +"POT-Creation-Date: 1999-01-09 05:19+0900\n" +"Language-Team: Japanese \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=EUC-JP\n" +"Content-Transfer-Encoding: 8-bit\n" +"Date: 1998-01-09 05:00:30+0900\n" +"From: Jun Nishii \n" +"Xgettext-Options: --default-domain=WindowMaker --add-comments --keyword=_\n" +"Files: ../src/appicon.c ../src/defaults.c ../src/dialog.c ../src/dock.c " +"../src/dockedapp.c ../src/event.c ../src/framewin.c ../src/icon.c " +"../src/main.c ../src/menu.c ../src/misc.c ../src/pixmap.c ../src/proplist.c " +"../src/resources.c ../src/rootmenu.c ../src/screen.c ../src/session.c " +"../src/stacking.c ../src/startup.c ../src/switchmenu.c ../src/texture.c " +"../src/wdefaults.c ../src/window.c ../src/winmenu.c ../src/winspector.c " +"../src/workspace.c ../src/xutil.c\n" + +#: ../src/appicon.c:509 ../src/dialog.c:218 ../src/dialog.c:274 +#: ../src/dock.c:3055 ../src/dockedapp.c:206 ../src/winspector.c:283 +#: ../src/winspector.c:299 +msgid "Error" +msgstr "¥¨¥é¡¼" + +#: ../src/appicon.c:510 +msgid "Could not open specified icon file" +msgstr "»ØÄꤵ¤ì¤¿¥¢¥¤¥³¥ó¥Õ¥¡¥¤¥ë¤ò³«¤±¤Þ¤»¤ó" + +#: ../src/appicon.c:511 ../src/dialog.c:117 ../src/dialog.c:218 +#: ../src/dialog.c:274 ../src/dialog.c:462 ../src/dock.c:424 +#: ../src/dock.c:3056 ../src/dockedapp.c:206 ../src/dockedapp.c:350 +#: ../src/winspector.c:284 ../src/winspector.c:300 +msgid "OK" +msgstr "λ²ò" + +#: ../src/appicon.c:532 ../src/dock.c:272 ../src/winmenu.c:123 +msgid "Kill Application" +msgstr "¥¢¥×¥ê¥±¡¼¥·¥ç¥ó¶¯À©½ªÎ»" + +#: ../src/appicon.c:533 ../src/dock.c:273 ../src/winmenu.c:124 +msgid "" +"This will kill the application.\n" +"Any unsaved changes will be lost.\n" +"Please confirm." +msgstr "" +"¤³¤Î¥¢¥×¥ê¥±¡¼¥·¥ç¥ó¤ò¶¯À©½ªÎ»¤µ¤»¤Þ¤¹\n" +"Êݸ¤µ¤ì¤Æ¤¤¤Ê¤¤Êѹ¹¤ÏÁ´¤Æ¼º¤ï¤ì¤Þ¤¹\n" +"½ªÎ»¤µ¤»¤Þ¤¹¤«¡©" + +#: ../src/appicon.c:534 ../src/dock.c:274 ../src/winmenu.c:125 +msgid "Yes" +msgstr "¤Ï¤¤" + +#: ../src/appicon.c:534 ../src/dock.c:274 ../src/winmenu.c:125 +msgid "No" +msgstr "¤¤¤¤¤¨" + +#: ../src/appicon.c:548 ../src/dock.c:1065 +msgid "Unhide Here" +msgstr "¤³¤Î¥ï¡¼¥¯¥¹¥Ú¡¼¥¹¤Ç¸µ¤ËÌ᤹" + +#: ../src/appicon.c:549 ../src/appicon.c:574 ../src/winmenu.c:441 +msgid "Hide" +msgstr "±£¤¹" + +#: ../src/appicon.c:550 +msgid "Set Icon..." +msgstr "¥¢¥¤¥³¥óÀßÄê..." + +#: ../src/appicon.c:551 ../src/dock.c:1071 ../src/rootmenu.c:225 +#: ../src/rootmenu.c:239 ../src/winmenu.c:488 +msgid "Kill" +msgstr "¶¯À©½ªÎ»" + +#: ../src/appicon.c:572 +msgid "Unhide" +msgstr "¸µ¤ËÌ᤹" + +#: ../src/defaults.c:734 ../src/startup.c:700 ../src/startup.c:718 +#: ../src/startup.c:724 +#, c-format +msgid "could not read domain \"%s\" from defaults database" +msgstr "ɸ½à¥Ç¡¼¥¿¥Ù¡¼¥¹¤«¤é¥É¥á¥¤¥ó\"%s\"¤òÆɤ߹þ¤à¤³¤È¤¬¤Ç¤­¤Þ¤»¤ó" + +#: ../src/defaults.c:780 ../src/defaults.c:904 ../src/defaults.c:943 +#: ../src/defaults.c:973 +#, c-format +msgid "Domain %s (%s) of defaults database is corrupted!" +msgstr "ɸ½à¥Ç¡¼¥¿¥Ù¡¼¥¹¤Î¥É¥á¥¤¥ó%s (%s)¤¬¤ª¤«¤·¤¤¤Ç¤¹!" + +#: ../src/defaults.c:785 ../src/defaults.c:925 ../src/defaults.c:956 +#: ../src/defaults.c:982 +#, c-format +msgid "could not load domain %s from user defaults database" +msgstr "¥æ¡¼¥¶É¸½à¥Ç¡¼¥¿¥Ù¡¼¥¹¤«¤é¥É¥á¥¤¥ó%s¤ò¥í¡¼¥É¤Ç¤­¤Þ¤»¤ó" + +#: ../src/defaults.c:796 ../src/defaults.c:889 +#, c-format +msgid "Domain %s (%s) of global defaults database is corrupted!" +msgstr "¥°¥í¡¼¥Ð¥ëɸ½à¥Ç¡¼¥¿¥Ù¡¼¥¹¤Î¥É¥á¥¤¥ó%s (%s)¤¬¤ª¤«¤·¤¤¤Ç¤¹!" + +#: ../src/defaults.c:815 ../src/defaults.c:894 +#, c-format +msgid "could not load domain %s from global defaults database" +msgstr "¥°¥í¡¼¥Ð¥ëɸ½à¥Ç¡¼¥¿¥Ù¡¼¥¹¤«¤é¥É¥á¥¤¥ó%s¤ò¥í¡¼¥É¤Ç¤­¤Þ¤»¤ó" + +#: ../src/defaults.c:1265 +#, c-format +msgid "wrong option value for key \"%s\". Should be one of %s" +msgstr "¥­¡¼\"%s\"¤ËÂФ¹¤ë¥ª¥×¥·¥ç¥ó·Á¼°¤¬°ã¤¤¤Þ¤¹. %s·¿¤Ë¤·¤Æ²¼¤µ¤¤" + +#: ../src/defaults.c:1312 +#, c-format +msgid "can't convert \"%s\" to boolean for key \"%s\"" +msgstr "\"%s\"(\"%s\"¤Î°ú¿ô)¤òboolean·¿¤ØÊÑ´¹¤Ç¤­¤Þ¤»¤ó" + +#: ../src/defaults.c:1317 ../src/defaults.c:1351 ../src/defaults.c:1383 +#: ../src/defaults.c:1396 ../src/defaults.c:1411 ../src/defaults.c:1425 +#: ../src/defaults.c:1497 ../src/defaults.c:1509 ../src/defaults.c:1857 +#: ../src/defaults.c:1874 ../src/defaults.c:1887 ../src/defaults.c:1920 +#: ../src/defaults.c:1934 ../src/defaults.c:1946 ../src/defaults.c:1977 +#: ../src/defaults.c:2054 +#, c-format +msgid "using default \"%s\" instead" +msgstr "Âå¤ï¤ê¤Ëɸ½à¤ÎÀßÄê\"%s\"¤ò»È¤¤¤Þ¤¹" + +#: ../src/defaults.c:1348 +#, c-format +msgid "can't convert \"%s\" to integer for key \"%s\"" +msgstr "\"%s\"(\"%s\"¤Î°ú¿ô)¤òÀ°¿ô(integer·¿)¤ØÊÑ´¹¤Ç¤­¤Þ¤»¤ó" + +#: ../src/defaults.c:1378 ../src/defaults.c:1492 ../src/defaults.c:1852 +#: ../src/defaults.c:1869 ../src/defaults.c:1915 ../src/defaults.c:1972 +#: ../src/wdefaults.c:541 ../src/wdefaults.c:577 +#, c-format +msgid "Wrong option format for key \"%s\". Should be %s." +msgstr "\"%s\"¤ËÂФ¹¤ë¥ª¥×¥·¥ç¥ó·Á¼°¤¬°ã¤¤¤Þ¤¹. %s·¿¤Ë¤·¤Æ²¼¤µ¤¤" + +#: ../src/defaults.c:1391 +#, c-format +msgid "Incorrect number of elements in array for key \"%s\"." +msgstr "\"%s\"¤ËÂФ¹¤ëÍ×ÁÇ¿ô¤¬Àµ¤·¤¯¤¢¤ê¤Þ¤»¤ó" + +#: ../src/defaults.c:1406 +#, c-format +msgid "Wrong value for key \"%s\". Should be Coordinate." +msgstr "\"%s\"¤ËÂФ¹¤ë»ØÄ꤬ÉÔÀµ¤Ç¤¹. Coordinate·¿¤Ë¤·¤Æ¤¯¤À¤µ¤¤" + +#: ../src/defaults.c:1421 +#, c-format +msgid "can't convert array to integers for \"%s\"." +msgstr "\"%s\"¤ËÂФ·¤ÆÀ°¿ôÎó¤ØÊÑ´¹¤Ç¤­¤Þ¤»¤ó" + +#: ../src/defaults.c:1618 ../src/defaults.c:1650 ../src/defaults.c:1666 +#: ../src/defaults.c:1712 ../src/defaults.c:1752 ../src/defaults.c:1790 +#: ../src/defaults.c:1806 +#, c-format +msgid "\"%s\" is not a valid color name" +msgstr "¥«¥é¡¼Ì¾¤Î»ØÄê\"%s\"¤¬´Ö°ã¤Ã¤Æ¤¤¤Þ¤¹" + +#: ../src/defaults.c:1631 +msgid "bad number of arguments in gradient specification" +msgstr "¥°¥é¥Ç¡¼¥·¥ç¥ó»ØÄê¤Î°ú¿ô¤Î¿ô¤¬´Ö°ã¤Ã¤Æ¤¤¤Þ¤¹" + +#: ../src/defaults.c:1685 +msgid "too few arguments in multicolor gradient specification" +msgstr "¥Þ¥ë¥Á¥«¥é¡¼¤Î¥°¥é¥Ç¡¼¥·¥ç¥ó»ØÄê¤Î°ú¿ô¤¬Â­¤ê¤Þ¤»¤ó" + +#: ../src/defaults.c:1779 +msgid "bad number of arguments in textured gradient specification" +msgstr "¥°¥é¥Ç¡¼¥·¥ç¥ó»ØÄê¤Î°ú¿ô¤Î¿ô¤¬´Ö°ã¤Ã¤Æ¤¤¤Þ¤¹" + +#: ../src/defaults.c:1822 +#, c-format +msgid "bad opacity value for tgradient texture \"%s\". Should be [0..255]" +msgstr "" + +#: ../src/defaults.c:1835 +#, c-format +msgid "invalid texture type %s" +msgstr "¥Æ¥¯¥¹¥Á¥ã¤Î¥¿¥¤¥× %s ¤¬ÉÔÀµ¤Ç¤¹" + +#: ../src/defaults.c:1882 +#, c-format +msgid "Error in texture specification for key \"%s\"" +msgstr "`%s'¤ËÂФ¹¤ë¥Æ¥¯¥¹¥Á¥ã¤Î»ØÄꥨ¥é¡¼¤Ç¤¹" + +#: ../src/defaults.c:1930 +msgid "Too few elements in array for key \"WorkspaceBack\"." +msgstr "\"WorkspaceBack\"¤ËÂФ¹¤ëÍ×ÁǤοô¤¬Â­¤ê¤Þ¤»¤ó" + +#: ../src/defaults.c:1942 +msgid "Wrong type for workspace background. Should be a texture type." +msgstr "¥ï¡¼¥¯¥¹¥Ú¡¼¥¹ÇطʤηÁ¼°¤¬°ã¤¤¤Þ¤¹. Texture·¿¤Ë¤·¤Æ¤¯¤À¤µ¤¤" + +#: ../src/defaults.c:1995 +#, c-format +msgid "Wrong type for background of workspace %i. Should be a texture." +msgstr "¥ï¡¼¥¯¥¹¥Ú¡¼¥¹ %i ¤ÎÇطʤηÁ¼°¤¬°ã¤¤¤Þ¤¹. Texture·¿¤Ë¤·¤Æ¤¯¤À¤µ¤¤" + +#: ../src/defaults.c:2019 +msgid "could not load any usable font!!!" +msgstr "»ÈÍѤǤ­¤ë¥Õ¥©¥ó¥È¤¬Æɤ߹þ¤á¤Þ¤»¤ó!!" + +#: ../src/defaults.c:2049 +#, c-format +msgid "could not get color for key \"%s\"" +msgstr "\"%s\"¤ËÂФ¹¤ë¥«¥é¡¼¤¬ÆÀ¤é¤ì¤Þ¤»¤ó" + +#: ../src/defaults.c:2108 ../src/rootmenu.c:450 +#, c-format +msgid "%s:invalid key modifier \"%s\"" +msgstr "¥­¡¼¤Î»ØÄê\"%s\"¤¬´Ö°ã¤Ã¤Æ¤¤¤Þ¤¹" + +#: ../src/defaults.c:2120 +#, c-format +msgid "%s:invalid kbd shortcut specification \"%s\"" +msgstr "¥·¥ç¡¼¥È¥«¥Ã¥È\"%s\"¤Î¥­¡¼»ØÄ꤬´Ö°ã¤Ã¤Æ¤¤¤Þ¤¹" + +#: ../src/defaults.c:2127 +#, c-format +msgid "%s:invalid key in shortcut \"%s\"" +msgstr "¥·¥ç¡¼¥È¥«¥Ã¥È\"%s\"¤Î¥­¡¼»ØÄ꤬´Ö°ã¤Ã¤Æ¤¤¤Þ¤¹" + +#: ../src/defaults.c:2153 +#, c-format +msgid "%s: modifier key %s is not valid" +msgstr "%s:¥­¡¼%s¤ÎÀßÄ꤬ŬÀڤǤ¢¤ê¤Þ¤»¤ó" + +#: ../src/defaults.c:2229 +msgid "could not render texture for icon background" +msgstr "¥¢¥¤¥³¥óÇطʤΥƥ¯¥¹¥Á¥ã¤Î¥ì¥ó¥À¥ê¥ó¥°¤¬¤Ç¤­¤Þ¤»¤ó¤Ç¤·¤¿" + +#: ../src/dialog.c:117 ../src/dialog.c:469 ../src/dock.c:424 +#: ../src/dockedapp.c:356 ../src/rootmenu.c:187 ../src/rootmenu.c:225 +#: ../src/rootmenu.c:239 +msgid "Cancel" +msgstr "¥­¥ã¥ó¥»¥ë" + +#: ../src/dialog.c:213 +msgid "Could not open directory " +msgstr "¥Ç¥£¥ì¥¯¥È¥ê¤ò³«¤±¤Þ¤»¤ó" + +#: ../src/dialog.c:269 +msgid "Could not load image file " +msgstr "²èÁü¥Õ¥¡¥¤¥ë¤òÆɤ߹þ¤á¤Þ¤»¤ó" + +#: ../src/dialog.c:406 +msgid "Directories" +msgstr "¥Ç¥£¥ì¥¯¥È¥ê" + +#: ../src/dialog.c:415 +msgid "Icons" +msgstr "¥¢¥¤¥³¥ó" + +#: ../src/dialog.c:452 +msgid "File Name:" +msgstr "¥Õ¥¡¥¤¥ë̾:" + +#: ../src/dialog.c:475 +msgid "Choose File" +msgstr "¥Õ¥¡¥¤¥ëÁªÂò" + +#: ../src/dialog.c:485 +msgid "Icon Chooser" +msgstr "¥¢¥¤¥³¥óÁªÂò" + +#: ../src/dock.c:213 +#, c-format +msgid "Type the name for workspace %i:" +msgstr "¥ï¡¼¥¯¥¹¥Ú¡¼¥¹%i¤Î̾Á°¤òÆþÎϤ·¤Æ²¼¤µ¤¤:" + +#: ../src/dock.c:214 ../src/dock.c:1044 +msgid "Rename Workspace" +msgstr "¥ï¡¼¥¯¥¹¥Ú¡¼¥¹Ì¾¤ÎÊѹ¹" + +#: ../src/dock.c:422 +msgid "Workspace Clip" +msgstr "¥ï¡¼¥¯¥¹¥Ú¡¼¥¹¥¯¥ê¥Ã¥×" + +#: ../src/dock.c:423 +msgid "All selected icons will be removed!" +msgstr "ÁªÂò¤µ¤ì¤¿¥¢¥¤¥³¥óÁ´¤Æ¤¬ºï½ü¤µ¤ì¤Þ¤¹!" + +#: ../src/dock.c:470 +msgid "Keep Icon" +msgstr "¥¢¥¤¥³¥ó¤òÊÝ»ý¤¹¤ë" + +#: ../src/dock.c:471 ../src/dock.c:1977 ../src/dock.c:2106 +msgid "Type the command used to launch the application" +msgstr "" +"¤³¤Î¥¢¥×¥ê¥±¡¼¥·¥ç¥ó¤òµ¯Æ°¤¹¤ë¤¿¤á¤Î\n" +"¥³¥Þ¥ó¥É¤òÆþÎϤ·¤Æ¤¯¤À¤µ¤¤" + +#: ../src/dock.c:857 +#, c-format +msgid "could not launch application %s\n" +msgstr "¥¢¥×¥ê¥±¡¼¥·¥ç¥ó%s¤òµ¯Æ°¤Ç¤­¤Þ¤»¤ó\n" + +#: ../src/dock.c:912 +msgid "could not create workspace submenu for Clip menu" +msgstr "¥¯¥ê¥Ã¥×¥á¥Ë¥å¡¼¤Î¥ï¡¼¥¯¥¹¥Ú¡¼¥¹¥µ¥Ö¥á¥Ë¥å¡¼¤¬ºîÀ®¤Ç¤­¤Þ¤»¤ó" + +#: ../src/dock.c:975 +msgid "could not create options submenu for Clip menu" +msgstr "¥¯¥ê¥Ã¥×¥á¥Ë¥å¡¼¤Î¥ª¥×¥·¥ç¥ó¥µ¥Ö¥á¥Ë¥å¡¼¤¬ºîÀ®¤Ç¤­¤Þ¤»¤ó" + +#: ../src/dock.c:979 ../src/dock.c:1033 ../src/winmenu.c:383 +msgid "Keep on top" +msgstr "¾ï¤Ë°ìÈÖ¾å¤Ëɽ¼¨" + +#: ../src/dock.c:985 +msgid "Collapsed" +msgstr "ÀÞ¤ê¾ö¤à" + +#: ../src/dock.c:991 +msgid "AutoCollapse" +msgstr "¼«Æ°Åª¤ËÀÞ¤ê¾ö¤à" + +#: ../src/dock.c:997 +msgid "AutoRaiseLower" +msgstr "¼«Æ°Åª¤ËÁ°ÌÌ/ÇØÌ̤Ëɽ¼¨" + +#: ../src/dock.c:1003 +msgid "AutoAttract Icons" +msgstr "¥¢¥¤¥³¥ó¤ò¼«Æ°Åª¤Ë°ú¤­´ó¤»¤ë" + +#: ../src/dock.c:1009 +msgid "Keep Attracted Icons" +msgstr "°ú¤­´ó¤»¤¿¥¢¥¤¥³¥ó¤òÊÝ»ý" + +#: ../src/dock.c:1039 +msgid "Clip Options" +msgstr "¥¯¥ê¥Ã¥×¥ª¥×¥·¥ç¥ó" + +#: ../src/dock.c:1046 +msgid "(Un)Select Icon" +msgstr "¥¢¥¤¥³¥ó¤ÎÁªÂò/²ò½ü" + +#: ../src/dock.c:1048 +msgid "(Un)Select All Icons" +msgstr "Á´¤Æ¤Î¥¢¥¤¥³¥ó¤ÎÁªÂò/²ò½ü" + +#: ../src/dock.c:1051 +msgid "Keep Icon(s)" +msgstr "¥¢¥¤¥³¥ó¤òÊÝ»ý¤¹¤ë" + +#: ../src/dock.c:1053 +msgid "Move Icon(s) To" +msgstr "¥¢¥¤¥³¥ó¤ò°ÜÆ°" + +#: ../src/dock.c:1058 +msgid "Remove Icon(s)" +msgstr "¥¢¥¤¥³¥ó¤Îºï½ü" + +#: ../src/dock.c:1060 +msgid "Attract Icons" +msgstr "¥¢¥¤¥³¥ó¤ò°ú¤­´ó¤»¤ë" + +#: ../src/dock.c:1063 +msgid "Launch" +msgstr "µ¯Æ°" + +#: ../src/dock.c:1067 +msgid "(Un)Hide" +msgstr "±£¤¹/¸µ¤ËÌ᤹" + +#: ../src/dock.c:1069 +msgid "Settings..." +msgstr "ÀßÄê..." + +#: ../src/dock.c:1454 ../src/dock.c:1468 ../src/dock.c:1482 ../src/dock.c:1492 +#, c-format +msgid "bad value in docked icon state info %s" +msgstr "ÅÐÏ¿¤µ¤ì¤¿¥¢¥¤¥³¥ó¤Î¾ðÊó%s¤ËÉÔÀµ¤ÊÆâÍƤ¬¤¢¤ê¤Þ¤¹" + +#: ../src/dock.c:1500 +#, c-format +msgid "bad value in docked icon position %i,%i" +msgstr "ÅÐÏ¿¤µ¤ì¤¿¥¢¥¤¥³¥ó¤Î°ÌÃÖ(%i, %i)¤ÏÉÔÀµ¤ÊÃͤǤ¹" + +#: ../src/dock.c:1744 +msgid "there are too many icons stored in dock. Ignoring what doesn't fit" +msgstr "ÅÐÏ¿¤µ¤ì¤¿¥¢¥¤¥³¥ó¤¬Â¿¤¹¤®¤Þ¤¹. ÆâÍƤΰìÉô¤Ï̵¸ú¤Ë¤Ê¤ê¤Þ¤¹" + +#. icon->forced_dock = 1; +#: ../src/dock.c:1976 ../src/dock.c:2105 +msgid "Dock Icon" +msgstr "¥É¥Ã¥¯ÅÐÏ¿¥¢¥¤¥³¥ó" + +#: ../src/dock.c:3048 ../src/dock.c:3052 +#, c-format +msgid "Could not execute command \"%s\"" +msgstr "¥³¥Þ¥ó¥É\"%s\"¤ò¼Â¹Ô¤Ç¤­¤Þ¤»¤ó" + +#: ../src/dockedapp.c:128 +#, c-format +msgid "could not find icon %s, used in a docked application" +msgstr "ÅÐÏ¿¤µ¤ì¤¿¥¢¥×¥ê¥±¡¼¥·¥ç¥ó¤Ç»È¤ï¤ì¤Æ¤¤¤ë¥¢¥¤¥³¥ó%s¤¬¸«¤Ä¤«¤ê¤Þ¤»¤ó" + +#: ../src/dockedapp.c:205 +#, c-format +msgid "Could not open specified icon file:%s" +msgstr "»ØÄê¤Î¥¢¥¤¥³¥ó¥Õ¥¡¥¤¥ë¤¬³«¤±¤Þ¤»¤ó:%s" + +#: ../src/dockedapp.c:291 +msgid "Start when WindowMaker is started" +msgstr "WindowMakerµ¯Æ°»þ¤Ë°ì½ï¤Ëµ¯Æ°" + +#: ../src/dockedapp.c:298 +msgid "Application path and arguments" +msgstr "¥¢¥×¥ê¥±¡¼¥·¥ç¥ó¤Î¥Ñ¥¹¤È°ú¿ô" + +#: ../src/dockedapp.c:309 +msgid "Command for files dropped with DND" +msgstr "DND¤Ë¤è¤ë¥Õ¥¡¥¤¥ë¥É¥í¥Ã¥×»þ¤Î¥³¥Þ¥ó¥É" + +#: ../src/dockedapp.c:321 +#, c-format +msgid "%d will be replaced with the file name" +msgstr "%d¤Ï¤½¤Î¥Õ¥¡¥¤¥ë̾¤ËÃÖ¤­´¹¤¨¤é¤ì¤Þ¤¹" + +#: ../src/dockedapp.c:325 +msgid "DND support was not compiled in" +msgstr "DND¤Ï¥³¥ó¥Ñ¥¤¥ë»þ¤Ë¥µ¥Ý¡¼¥È¤µ¤ì¤Æ¤¤¤Þ¤»¤ó" + +#: ../src/dockedapp.c:331 +msgid "Icon Image" +msgstr "¥¢¥¤¥³¥ó²èÁü" + +#: ../src/dockedapp.c:343 ../src/winspector.c:1235 +msgid "Browse..." +msgstr "»²¾È..." + +#: ../src/dockedapp.c:388 +msgid "Docked Application Settings" +msgstr "¥É¥Ã¥¯¤ÎÅÐÏ¿¥¢¥×¥ê¥±¡¼¥·¥ç¥óÀßÄê" + +#: ../src/event.c:350 +msgid "stack overflow: too many dead processes" +msgstr "¥¹¥¿¥Ã¥¯¥ª¡¼¥Ð¡¼¥Õ¥í¡¼:¥Ç¥Ã¥É¾õÂÖ¤Î¥×¥í¥»¥¹¤¬Â¿¤¹¤®¤Þ¤¹" + +#: ../src/framewin.c:485 +#, c-format +msgid "could not render gradient: %s" +msgstr "¥°¥é¥Ç¡¼¥·¥ç¥ó¤ò¥ì¥ó¥À¥ê¥ó¥°¤Ç¤­¤Þ¤»¤ó: %s" + +#: ../src/framewin.c:501 ../src/framewin.c:516 ../src/framewin.c:527 +#: ../src/framewin.c:534 ../src/framewin.c:541 ../src/icon.c:296 +#: ../src/texture.c:578 +#, c-format +msgid "error rendering image:%s" +msgstr "²èÁü¤Î¥ì¥ó¥À¥ê¥ó¥°¥¨¥é¡¼:%s" + +#: ../src/icon.c:182 ../src/wdefaults.c:411 +#, c-format +msgid "error loading image file \"%s\"" +msgstr "²èÁü¥Õ¥¡¥¤¥ë\"%s\"¤Î¥í¡¼¥É¥¨¥é¡¼" + +#: ../src/icon.c:428 ../src/icon.c:437 +#, c-format +msgid "could not create directory %s" +msgstr "¥Ç¥£¥ì¥¯¥È¥ê%s¤òºîÀ®¤Ç¤­¤Þ¤»¤ó" + +#: ../src/icon.c:702 +#, c-format +msgid "could not find default icon \"%s\"" +msgstr "ɸ½à¥¢¥¤¥³¥ó\"%s\"¤¬¸«¤Ä¤«¤ê¤Þ¤»¤ó" + +#: ../src/icon.c:708 +#, c-format +msgid "could not load default icon \"%s\":%s" +msgstr "ɸ½à¥¢¥¤¥³¥ó\"%s\"¤ò¥í¡¼¥É¤Ç¤­¤Þ¤»¤ó" + +#: ../src/main.c:194 +msgid "could not exec window manager" +msgstr "¥¦¥£¥ó¥É¥¦¥Þ¥Í¡¼¥¸¥ã¤ò¼Â¹Ô¤Ç¤­¤Þ¤»¤ó" + +#: ../src/main.c:195 +msgid "Restart failed!!!" +msgstr "ºÆµ¯Æ°¤Ë¼ºÇÔ¤·¤Þ¤·¤¿!!" + +#: ../src/main.c:242 +#, c-format +msgid "%s aborted.\n" +msgstr "%s¤ÏÃæÃǤ·¤Þ¤·¤¿\n" + +#: ../src/main.c:253 +#, c-format +msgid "usage: %s [-options]\n" +msgstr "»ÈÍÑË¡: %s [-¥ª¥×¥·¥ç¥ó]\n" + +#: ../src/main.c:254 +msgid "options:" +msgstr "¥ª¥×¥·¥ç¥ó:" + +#: ../src/main.c:256 +msgid " -nocpp \t\tdisable preprocessing of configuration files" +msgstr " -nocpp \t\tÀßÄê¥Õ¥¡¥¤¥ë¤ò¥×¥ê¥×¥í¥»¥Ã¥µ¤Ë¤«¤±¤Ê¤¤" + +#: ../src/main.c:258 +msgid " -nodock\t\tdo not open the application Dock" +msgstr " -nodock\t\t¥¢¥×¥ê¥±¡¼¥·¥ç¥ó¡¦¥É¥Ã¥¯¤ò³«¤«¤Ê¤¤" + +#: ../src/main.c:259 +msgid " -noclip\t\tdo not open the workspace Clip" +msgstr " -noclip\t\t¥¢¥×¥ê¥±¡¼¥·¥ç¥ó¡¦¥¯¥ê¥Ã¥×(Clip)¤ò³«¤«¤Ê¤¤" + +#. +#. puts(_(" -locale locale locale to use")); +#. +#: ../src/main.c:263 +msgid " -visualid visualid\tvisual id of visual to use" +msgstr " -visualid ¥Ó¥¸¥å¥¢¥ë\t¥Ó¥¸¥å¥¢¥ëID¤Î»ØÄê" + +#: ../src/main.c:264 +msgid " -display host:dpy\tdisplay to use" +msgstr " -display ¥Û¥¹¥È:IDÈÖ¹æ\t¥Ç¥£¥¹¥×¥ì¥¤¤Î»ØÄê" + +#: ../src/main.c:265 +msgid " -static\t\tdo not update or save configurations" +msgstr " -static\t\t¥¹¥¿¥Æ¥£¥Ã¥¯¥â¡¼¥É¤Çµ¯Æ°(ÀßÄê¤òÊݸ¡¿¹¹¿·¤·¤Ê¤¤)" + +#: ../src/main.c:266 +msgid " -version\t\tprint version and exit" +msgstr " -version\t\t¥Ð¡¼¥¸¥ç¥ó¤òɽ¼¨¤¹¤ë" + +#: ../src/main.c:278 +#, c-format +msgid "" +"could not find user GNUstep directory (%s).\n" +"Make sure you have installed Window Maker correctly and run wmaker.inst" +msgstr "" +"¥æ¡¼¥¶¤ÎGNUstep¥Ç¥£¥ì¥¯¥È¥ê(%s)¤¬¸«¤Ä¤«¤ê¤Þ¤»¤ó\n" +"WindowMaker¤¬Àµ¤·¤¯¥¤¥ó¥¹¥È¡¼¥ë¤µ¤ì¤Æ¤¤¤ë¤³¤È¤ò³Îǧ¤·¤Æ, " +"wmaker.inst¤ò¼Â¹Ô¤·¤Æ¤¯¤À¤µ¤¤" + +#: ../src/main.c:297 +#, c-format +msgid "%s:could not execute initialization script" +msgstr "%s:½é´ü²½¥¹¥¯¥ê¥×¥È¤ò¼Â¹Ô¤Ç¤­¤Þ¤»¤ó" + +#: ../src/main.c:314 +#, c-format +msgid "%s:could not execute exit script" +msgstr "%s:½ªÎ»¥¹¥¯¥ê¥×¥È¤ò¼Â¹Ô¤Ç¤­¤Þ¤»¤ó" + +#: ../src/main.c:368 ../src/main.c:375 ../src/main.c:382 ../src/main.c:396 +#, c-format +msgid "too few arguments for %s" +msgstr "%s¤ËÂФ¹¤ë°ú¿ô¤¬Â­¤ê¤Þ¤»¤ó" + +#: ../src/main.c:386 +#, c-format +msgid "bad value for visualid: \"%s\"" +msgstr "¥Ó¥¸¥å¥¢¥ëID¤ÎÃͤ¬ÉÔÀµ¤Ç¤¹: \"%s\"" + +#: ../src/main.c:444 +msgid "X server does not support locale" +msgstr "X¥µ¡¼¥Ð¤¬¥í¥±¡¼¥ëµ¡Ç½¤ò¥µ¥Ý¡¼¥È¤·¤Æ¤¤¤Þ¤»¤ó" + +#: ../src/main.c:447 +msgid "cannot set locale modifiers" +msgstr "¥í¥±¡¼¥ë¤òÀßÄê¤Ç¤­¤Þ¤»¤ó" + +#: ../src/main.c:464 +#, c-format +msgid "could not open display \"%s\"" +msgstr "¥Ç¥£¥¹¥×¥ì¥¤`%s'¤ò³«¤±¤Þ¤»¤ó" + +#: ../src/menu.c:285 +msgid "wrealloc() failed while trying to add menu item" +msgstr "¥á¥Ë¥å¡¼¥¢¥¤¥Æ¥àÅÐÏ¿»þ¤Îwrealloc() ¤Ë¼ºÇÔ¤·¤Þ¤·¤¿" + +#: ../src/misc.c:71 +#, c-format +msgid "could not define value for %s for cpp" +msgstr "cpp¤Î %s¤ÎÃͤòÄêµÁ¤Ç¤­¤Þ¤»¤ó" + +#: ../src/misc.c:101 +#, c-format +msgid "could not get password entry for UID %i" +msgstr "¥æ¡¼¥¶ID %i ¤Î¥Ñ¥¹¥ï¡¼¥É¥¨¥ó¥È¥ê¤òÆÀ¤é¤ì¤Þ¤»¤ó" + +#: ../src/misc.c:125 +#, c-format +msgid "your machine is misconfigured. HOSTNAME is set to %s" +msgstr "¤¢¤Ê¤¿¤Î¥Þ¥·¥ó¤ÎÀßÄ꤬¤ª¤«¤·¤¤¤Ç¤¹. HOSTNAME ¤¬ %s ¤ËÀßÄꤵ¤ì¤Æ¤¤¤Þ¤¹" + +#: ../src/misc.c:131 +#, c-format +msgid "your machine is misconfigured. HOST is set to %s" +msgstr "¤¢¤Ê¤¿¤Î¥Þ¥·¥ó¤ÎÀßÄ꤬¤ª¤«¤·¤¤¤Ç¤¹. HOST ¤¬ %s ¤ËÀßÄꤵ¤ì¤Æ¤¤¤Þ¤¹" + +#: ../src/misc.c:773 +msgid "selection timed-out" +msgstr "selection ¥¿¥¤¥à¥¢¥¦¥È" + +#: ../src/misc.c:788 +msgid "Program Arguments" +msgstr "¥×¥í¥°¥é¥à°ú¿ô" + +#: ../src/misc.c:789 +msgid "Enter command arguments:" +msgstr "¥³¥Þ¥ó¥É¥é¥¤¥ó°ú¿ô¤òÆþÎϤ·¤Æ¤¯¤À¤µ¤¤:" + +#: ../src/misc.c:884 +msgid "unable to get dropped data from DND drop" +msgstr "DND¥É¥í¥Ã¥×¤«¤é¥É¥í¥Ã¥×¾ðÊó¤òÆÀ¤é¤ì¤Þ¤»¤ó" + +#: ../src/misc.c:892 +msgid "error getting dropped data from DND drop" +msgstr "DND¥É¥í¥Ã¥×¤«¤é¥É¥í¥Ã¥×¥Ç¡¼¥¿¤Î¼èÆÀ¤Ë¼ºÇÔ¤·¤Þ¤·¤¿" + +#: ../src/misc.c:898 +msgid "out of memory while getting data from DND drop" +msgstr "DND¥É¥í¥Ã¥×¤«¤é¥É¥í¥Ã¥×¾ðÊó¤òÆÀ¤ë¤È¤­¤Ë¥á¥â¥ê¤¬ÉÔ­¤·¤Þ¤·¤¿" + +#: ../src/misc.c:942 ../src/misc.c:1062 +#, c-format +msgid "out of memory during expansion of \"%s\"" +msgstr "\"%s\"¤ÎŸ³«Ãæ¤Ë¥á¥â¥ê¤¬ÉÔ­¤·¤Þ¤·¤¿" + +#: ../src/misc.c:996 +msgid "out of memory during expansion of \"%w\"" +msgstr "\"%w\"¤ÎŸ³«Ãæ¤Ë¥á¥â¥ê¤¬ÉÔ­¤·¤Þ¤·¤¿" + +#: ../src/misc.c:1015 +msgid "out of memory during expansion of \"%a\"" +msgstr "\"%a\"¤ÎŸ³«Ãæ¤Ë¥á¥â¥ê¤¬ÉÔ­¤·¤Þ¤·¤¿" + +#: ../src/misc.c:1041 +#, c-format +msgid "out of memory during expansion of \"%d\"" +msgstr "\"%d\"¤ÎŸ³«Ãæ¤Ë¥á¥â¥ê¤¬ÉÔ­¤·¤Þ¤·¤¿" + +#: ../src/misc.c:1055 +msgid "selection not available" +msgstr "ÁªÂò¤ÏÍøÍѤǤ­¤Þ¤»¤ó" + +#: ../src/misc.c:1127 ../src/misc.c:1133 +#, c-format +msgid "bad window name value in %s state info" +msgstr "%s¥¹¥Æ¡¼¥È¾ðÊóÃæ¤ËÉÔÀµ¤Ê¥¦¥£¥ó¥É¥¦Ì¾¤¬¤¢¤ê¤Þ¤¹" + +#: ../src/misc.c:1387 +msgid "could not send message to background image helper" +msgstr "ÇØ·Ê¥¤¥á¡¼¥¸¥Ø¥ë¥Ñ¡¼¤Ë¥á¥Ã¥»¡¼¥¸¤òÁ÷¿®¤Ç¤­¤Þ¤»¤ó" + +#: ../src/pixmap.c:235 +#, c-format +msgid "could not load mask bitmap file \"%s\". Won't use mask" +msgstr "¥Þ¥¹¥¯¥Ó¥Ã¥È¥Þ¥Ã¥×¥Õ¥¡¥¤¥ë\"%s\"¤¬Æɤ߹þ¤á¤Þ¤»¤ó. ¥Þ¥¹¥¯¤ò»È¤¤¤Þ¤»¤ó" + +#: ../src/proplist.c:180 +msgid "unterminated string" +msgstr "ʸ»úÎó¤Î½ªÃ¼¤¬¤¢¤ê¤Þ¤»¤ó" + +#: ../src/proplist.c:247 +msgid "unterminated array" +msgstr "ÇÛÎó¤Î½ªÃ¼¤¬¤¢¤ê¤Þ¤»¤ó" + +#: ../src/proplist.c:256 +msgid "missing , in array or unterminated array" +msgstr "ÇÛÎóÃæ¤Ç `,'¤¬Â­¤ê¤Þ¤»¤ó" + +#: ../src/proplist.c:267 +msgid "could not get array element" +msgstr "ÇÛÎóÍ×ÁǤòÆÀ¤ë¤³¤È¤¬¤Ç¤­¤Þ¤»¤ó" + +#: ../src/proplist.c:297 +msgid "unterminated dictionary" +msgstr "¼­½ñ¤Î½ªÃ¼¤¬¤¢¤ê¤Þ¤»¤ó" + +#: ../src/proplist.c:315 +msgid "missing dictionary key" +msgstr "¼­½ñ¥­¡¼¤¬¤¢¤ê¤Þ¤»¤ó" + +#: ../src/proplist.c:317 +msgid "missing dictionary entry key or unterminated dictionary" +msgstr "¼­½ñ¥­¡¼¤¬¤Ê¤¤¤«, ¼­½ñ¤Î½ªÃ¼¤¬¤¢¤ê¤Þ¤»¤ó" + +#: ../src/proplist.c:323 +msgid "error parsing dictionary key" +msgstr "¼­½ñ¥­¡¼¤Î²òÆÉÃæ¤Ë¥¨¥é¡¼¤¬È¯À¸¤·¤Þ¤·¤¿" + +#: ../src/proplist.c:332 +msgid "missing = in dictionary entry" +msgstr "¼­½ñ¥¨¥ó¥È¥ê¤Ë `='¤¬¤¢¤ê¤Þ¤»¤ó" + +#: ../src/proplist.c:351 +msgid "missing ; in dictionary entry" +msgstr "¼­½ñ¥¨¥ó¥È¥ê¤Ë `;'¤¬Â­¤ê¤Þ¤»¤ó" + +#: ../src/proplist.c:432 +msgid "was expecting a string, dictionary, data or array." +msgstr "¤Ë¤Ï¡¢Ê¸»úÎó¡¢¼­½ñ¡¢¥Ç¡¼¥¿¤â¤·¤¯¤ÏÇÛÎó¤ò³¤±¤Æ¤¯¤À¤µ¤¤" + +#: ../src/proplist.c:434 +msgid "Comments are not allowed inside WindowMaker owned domain files." +msgstr "WindowMaker¼«¿È¤ÎÆâÉô¥É¥á¥¤¥ó¥Õ¥¡¥¤¥ëÃæ¤Ç¤Ï¥³¥á¥ó¥È¤Ï¤Ç¤­¤Þ¤»¤ó" + +#: ../src/proplist.c:453 +#, c-format +msgid "could not open domain file %s" +msgstr "¥É¥á¥¤¥ó¥Õ¥¡¥¤¥ë%s¤ò³«¤±¤Þ¤»¤ó" + +#: ../src/proplist.c:466 +msgid "extra data after end of file" +msgstr "¥Õ¥¡¥¤¥ë½ªÃ¼¤Ë;ʬ¤Ê¥Ç¡¼¥¿¤¬¤¢¤ê¤Þ¤¹" + +#: ../src/resources.c:78 +#, c-format +msgid "The following character sets are missing in %s:" +msgstr "%s¤Î¤¦¤Á, °Ê²¼¤Îʸ»ú¥»¥Ã¥È¤¬Â­¤ê¤Þ¤»¤ó:" + +#: ../src/resources.c:83 +#, c-format +msgid "The string \"%s\" will be used in place" +msgstr "ʸ»úÎó\"%s\"¤¬ÂåÍѤȤ·¤Æ" + +#: ../src/resources.c:85 +msgid "of any characters from those sets." +msgstr "¤³¤ì¤é¤Îʸ»ú¥»¥Ã¥È¤Ë°¤¹Á´¤Æ¤Îʸ»ú¤ËÍѤ¤¤é¤ì¤Þ¤¹" + +#: ../src/resources.c:88 +#, c-format +msgid "could not create font set %s. Trying fixed" +msgstr "¥Õ¥©¥ó¥È¥»¥Ã¥È %s¤òºîÀ®¤Ç¤­¤Þ¤»¤ó. fixed¤Ç»î¤·¤Þ¤¹" + +#: ../src/resources.c:106 +#, c-format +msgid "could not load font %s. Trying fixed" +msgstr "¥Õ¥©¥ó¥È %s¤ò¥í¡¼¥É¤Ç¤­¤Þ¤»¤ó. fixed¤Ç»î¤·¤Þ¤¹" + +#: ../src/resources.c:144 +#, c-format +msgid "could not parse color \"%s\"" +msgstr "¥«¥é¡¼\"%s\"¤Î»ØÄê¤Ë¸í¤ê¤¬¤¢¤ê¤Þ¤¹" + +#: ../src/resources.c:148 +#, c-format +msgid "could not allocate color \"%s\"" +msgstr "¥«¥é¡¼\"%s\"¤òͽÌó¤Ç¤­¤Þ¤»¤ó" + +#: ../src/rootmenu.c:185 ../src/rootmenu.c:187 +msgid "Exit" +msgstr "½ªÎ»" + +#: ../src/rootmenu.c:186 +msgid "Exit window manager?" +msgstr "¥¦¥£¥ó¥É¥¦¥Þ¥Í¡¼¥¸¥ã¤ò½ªÎ»¤·¤Þ¤¹¤«?" + +#: ../src/rootmenu.c:222 +msgid "Close X session" +msgstr "X¥»¥Ã¥·¥ç¥ó¤Î½ªÎ»" + +#: ../src/rootmenu.c:223 +msgid "" +"Close Window System session?\n" +"Kill might close applications with unsaved data." +msgstr "" +"¥¦¥£¥ó¥É¥¦¥·¥¹¥Æ¥à¤Î¥»¥Ã¥·¥ç¥ó¤ò½ªÎ»¤·¤Þ¤¹¤«?\n" +"¶¯À©½ªÎ»¤Ë¤è¤ê̤Êݸ¤Î¥Ç¡¼¥¿¤Ï¼º¤ï¤ì¤ë²ÄǽÀ­¤¬¤¢¤ê¤Þ¤¹" + +#. +#. entry = wMenuAddCallback(menu, _("Select Shortcut"), NULL, NULL); +#. wMenuEntrySetCascade(menu, entry, makeMakeShortcutMenu(scr)); +#. +#: ../src/rootmenu.c:225 ../src/winmenu.c:481 +msgid "Close" +msgstr "ÊĤ¸¤ë" + +#: ../src/rootmenu.c:236 +msgid "Kill X session" +msgstr "X¥»¥Ã¥·¥ç¥ó¤Î½ªÎ»" + +#: ../src/rootmenu.c:237 +msgid "" +"Kill Window System session?\n" +"(all applications will be closed)" +msgstr "" +"¥¦¥£¥ó¥É¥¦¥·¥¹¥Æ¥à¤Î¥»¥Ã¥·¥ç¥ó¤ò½ªÎ»¤·¤Þ¤¹¤«?\n" +"(Á´¤Æ¤Î¥¢¥×¥ê¥±¡¼¥·¥ç¥ó¤¬ÊĤ¸¤é¤ì¤Þ¤¹)" + +#: ../src/rootmenu.c:463 +#, c-format +msgid "%s:invalid kbd shortcut specification \"%s\" for entry %s" +msgstr "%s:¥­¡¼¥Ü¡¼¥É¥·¥ç¡¼¥È¥«¥Ã¥È¤ÎÀßÄê\"%s\"¤¬´Ö°ã¤Ã¤Æ¤¤¤Þ¤¹(%s)" + +#: ../src/rootmenu.c:471 +#, c-format +msgid "%s:invalid key in shortcut \"%s\" for entry %s" +msgstr "%s:¥­¡¼¥Ü¡¼¥É¥·¥ç¡¼¥È¥«¥Ã¥È\"%s\"¤¬´Ö°ã¤Ã¤Æ¤¤¤Þ¤¹(%s)" + +#: ../src/rootmenu.c:524 +#, c-format +msgid "%s: unmatched '\"' in menu file" +msgstr "%s: ¥á¥Ë¥å¡¼¥Õ¥¡¥¤¥ëÃæ, '\"'¤¬Âбþ¤·¤Æ¤¤¤Þ¤»¤ó" + +#: ../src/rootmenu.c:574 +#, c-format +msgid "%s: missing command" +msgstr "%s: ¥³¥Þ¥ó¥É¤Î»ØÄ꤬¤¢¤ê¤Þ¤»¤ó" + +#: ../src/rootmenu.c:607 +#, c-format +msgid "invalid OPEN_MENU specification: %s" +msgstr "OPEN_MENU¤Î»ØÄ꤬ÉÔŬÀڤǤ¹: %s" + +#: ../src/rootmenu.c:680 +#, c-format +msgid "%s:could not stat menu" +msgstr "%s:¥á¥Ë¥å¡¼¤òstat¤Ç¤­¤Þ¤»¤ó" + +#: ../src/rootmenu.c:688 +#, c-format +msgid "%s:could not stat menu:%s" +msgstr "%s:¥á¥Ë¥å¡¼¤òstat¤Ç¤­¤Þ¤»¤ó: %s" + +#: ../src/rootmenu.c:706 +#, c-format +msgid "too many parameters in OPEN_MENU: %s" +msgstr "OPEN_MENU¤Î¥Ñ¥é¥á¡¼¥¿¤¬Â¿¤¹¤®¤Þ¤¹: %s" + +#: ../src/rootmenu.c:742 +msgid "" +"There are more than one WORKSPACE_MENU commands in the applications menu. " +"Only one is allowed." +msgstr "" +"¥¢¥×¥ê¥±¡¼¥·¥ç¥ó¥á¥Ë¥å¡¼Ãæ, " +"WORKSPACE_MENU¥³¥Þ¥ó¥É¤¬Ê£¿ô¸ºß¤·¤Þ¤¹.°ì¤Ä¤Î¤ß²Äǽ¤Ç¤¹" + +#: ../src/rootmenu.c:771 ../src/rootmenu.c:789 +#, c-format +msgid "%s:missing parameter for menu command \"%s\"" +msgstr "%s:¥á¥Ë¥å¡¼¥³¥Þ¥ó¥É\"%s\"¤ËÂФ¹¤ë¥Ñ¥é¥á¡¼¥¿¤¬¤¢¤ê¤Þ¤»¤ó" + +#: ../src/rootmenu.c:852 +#, c-format +msgid "%s:unknown command \"%s\" in menu config." +msgstr "%s:¥á¥Ë¥å¡¼ÀßÄêÃæ, ÉÔÀµ¤Ê¥³¥Þ¥ó¥É\"%s\"¤¬¤¢¤ê¤Þ¤¹" + +#: ../src/rootmenu.c:860 +#, c-format +msgid "%s:can't add shortcut for entry \"%s\"" +msgstr "%s:¥¨¥ó¥È¥ê\"%s\"¤Î¥·¥ç¡¼¥È¥«¥Ã¥È¤òÅÐÏ¿¤Ç¤­¤Þ¤»¤ó" + +#: ../src/rootmenu.c:997 +#, c-format +msgid "%s:maximal line size exceeded in menu config: %s" +msgstr "%s:¥á¥Ë¥å¡¼ÀßÄê¤ÎºÇÂç¹Ô¿ô¤ò±Û¤¨¤Þ¤·¤¿: %s" + +#: ../src/rootmenu.c:1019 ../src/rootmenu.c:1111 ../src/rootmenu.c:1212 +#, c-format +msgid "%s:missing command in menu config: %s" +msgstr "%s:¥á¥Ë¥å¡¼ÀßÄê¤Ë, ¥³¥Þ¥ó¥É¤¬¤¢¤ê¤Þ¤»¤ó: %s" + +#: ../src/rootmenu.c:1049 +#, c-format +msgid "%s:syntax error in menu file:END declaration missing" +msgstr "%s:¥á¥Ë¥å¡¼¥Õ¥¡¥¤¥ë¤Ëʸˡ¥¨¥é¡¼¤¬¤¢¤ê¤Þ¤¹: END ¤Îµ­½Ò¤¬Â­¤ê¤Þ¤»¤ó" + +#: ../src/rootmenu.c:1078 ../src/rootmenu.c:1177 +msgid "could not make arguments for menu file preprocessor" +msgstr "¥á¥Ë¥å¡¼¥Õ¥¡¥¤¥ë¡¦¥×¥ê¥×¥í¥»¥Ã¥µ¤Ø¤Î°ú¿ô¤¬ºîÀ®¤Ç¤­¤Þ¤»¤ó" + +#: ../src/rootmenu.c:1084 ../src/rootmenu.c:1184 +#, c-format +msgid "%s:could not open/preprocess menu file" +msgstr "%s:¥á¥Ë¥å¡¼¥Õ¥¡¥¤¥ë¤Î¥ª¡¼¥×¥ó¡¿¥×¥ê¥×¥í¥»¥¹¤Ç¤­¤Þ¤»¤ó" + +#: ../src/rootmenu.c:1096 ../src/rootmenu.c:1197 +#, c-format +msgid "%s:could not open menu file" +msgstr "%s:¥á¥Ë¥å¡¼¥Õ¥¡¥¤¥ë¤ò³«¤±¤Þ¤»¤ó" + +#: ../src/rootmenu.c:1123 +#, c-format +msgid "%s:invalid menu file. MENU command is missing" +msgstr "%s: ¥á¥Ë¥å¡¼¥Õ¥¡¥¤¥ë¤¬ÉÔŬÅö¤Ç¤¹. MENU¥³¥Þ¥ó¥É¤¬Â¸ºß¤·¤Þ¤»¤ó" + +#: ../src/rootmenu.c:1132 +msgid "error reading preprocessed menu data" +msgstr "¥×¥ê¥×¥í¥»¥¹¤µ¤ì¤¿¥á¥Ë¥å¡¼¥Ç¡¼¥¿¤ÎÆɤ߹þ¤ß¤Ë¥¨¥é¡¼¤¬µ¯¤­¤Þ¤·¤¿" + +#: ../src/rootmenu.c:1224 +#, c-format +msgid "%s:no title given for the root menu" +msgstr "%s:¥ë¡¼¥È¥á¥Ë¥å¡¼¤Î¥¿¥¤¥È¥ë¤¬¤¢¤ê¤Þ¤»¤ó" + +#: ../src/rootmenu.c:1307 ../src/rootmenu.c:1374 ../src/rootmenu.c:1418 +#, c-format +msgid "out of memory while constructing directory menu %s" +msgstr "¥Ç¥£¥ì¥¯¥È¥ê¥á¥Ë¥å¡¼%s¤ÎºîÀ®¤¿¤á¤Î¥á¥â¥ê¤¬ÉÔ­¤·¤Æ¤Þ¤¹" + +#: ../src/rootmenu.c:1317 +#, c-format +msgid "%s:could not stat file \"%s\" in menu directory" +msgstr "%s:¥á¥Ë¥å¡¼¥Ç¥£¥ì¥¯¥È¥ê¤Î¥Õ¥¡¥¤¥ë\"%s\"¤òstat¤Ç¤­¤Þ¤»¤ó" + +#: ../src/rootmenu.c:1472 +msgid "Commands" +msgstr "¥³¥Þ¥ó¥É" + +#: ../src/rootmenu.c:1475 +msgid "Restart" +msgstr "ºÆµ¯Æ°" + +#: ../src/rootmenu.c:1476 +msgid "Exit..." +msgstr "½ªÎ»..." + +#: ../src/rootmenu.c:1549 +#, c-format +msgid "could not find menu file \"%s\" referenced in WMRootMenu" +msgstr "WMRootMenu¤Ç»²¾È¤·¤Æ¤¤¤ë¥á¥Ë¥å¡¼\"%s\"¤ò¸«¤Ä¤±¤é¤ì¤Þ¤»¤ó" + +#: ../src/rootmenu.c:1556 +#, c-format +msgid "could not access menu \"%s\" referenced in WMRootMenu" +msgstr "WMRootMenu¤Ç»²¾È¤·¤Æ¤¤¤ë¥á¥Ë¥å¡¼\"%s\"¤Ø¥¢¥¯¥»¥¹¤Ç¤­¤Þ¤»¤ó" + +#: ../src/rootmenu.c:1567 +#, c-format +msgid "" +"using default menu file \"%s\" as the menu referenced in WMRootMenu could " +"not be found " +msgstr "" +"WMRootMenu¤Ç»²¾È¤·¤Æ¤¤¤ë¥á¥Ë¥å¡¼¸«ÉÕ¤«¤é¤Ê¤¤¤Î¤Ç, " +"¥Ç¥Õ¥©¥ë¥È¤Î¥á¥Ë¥å¡¼¥Õ¥¡¥¤¥ë \"%s\" ¤òÍѤ¤¤Þ¤¹" + +#: ../src/rootmenu.c:1590 ../src/rootmenu.c:1666 +#, c-format +msgid "%s:format error in root menu configuration \"%s\"" +msgstr "%s:¥ë¡¼¥È¥á¥Ë¥å¡¼ÀßÄê\"%s\"¤Ë¥Õ¥©¡¼¥Þ¥Ã¥È¥¨¥é¡¼¤¬¤¢¤ê¤Þ¤¹" + +#: ../src/screen.c:423 +msgid "could not load logo image for panels" +msgstr "¥Ñ¥Í¥ëÍÑ¤Î¥í¥´²èÁü¤¬Æɤ߹þ¤á¤Þ¤»¤ó" + +#: ../src/screen.c:426 +#, c-format +msgid "error making logo image for panel:%s" +msgstr "¥Ñ¥Í¥ëÍÑ¤Î¥í¥´²èÁüºîÀ®Ãæ¤Ë¥¨¥é¡¼¤¬È¯À¸¤·¤Þ¤·¤¿:%s" + +#: ../src/screen.c:612 +#, c-format +msgid "could not initialize graphics library context: %s" +msgstr "¥°¥é¥Õ¥£¥Ã¥¯¥é¥¤¥Ö¥é¥ê¥³¥ó¥Æ¥­¥¹¥È¤ò½é´ü²½¤Ç¤­¤Þ¤»¤ó: %s" + +#: ../src/screen.c:644 +msgid "could not do initialization of WINGs widget set" +msgstr "WINGs¥¦¥£¥¸¥§¥Ã¥È¥»¥Ã¥È¤Î½é´ü²½¤¬¤Ç¤­¤Þ¤»¤ó" + +#: ../src/screen.c:961 +#, c-format +msgid "could not save session state in %s" +msgstr "%s¤Î¥»¥Ã¥·¥ç¥ó¤òÊݸ¤Ç¤­¤Þ¤»¤ó¤Ç¤·¤¿" + +#: ../src/session.c:138 ../src/wdefaults.c:559 ../src/winspector.c:347 +#, c-format +msgid "can't convert \"%s\" to boolean" +msgstr "\"%s\"¤ò boolean·¿¤ËÊÑ´¹¤Ç¤­¤Þ¤»¤ó" + +#: ../src/session.c:750 ../src/session.c:844 +msgid "end of memory while saving session state" +msgstr "¥»¥Ã¥·¥ç¥ó¤Î¾õÂÖ¤òÊݸ¤·¤Æ¤¤¤ëÅÓÃæ¤Ë¥á¥â¥ê¤¬Â­¤ê¤Ê¤¯¤Ê¤ê¤Þ¤·¤¿" + +#. This is not fatal but can mean the session manager exited. +#. * If the session manager exited normally we would get a +#. * Die message, so this probably means an abnormal exit. +#. * If the sm was the last client of session, then we'll die +#. * anyway, otherwise we can continue doing our stuff. +#. +#: ../src/session.c:978 +msgid "connection to the session manager was lost" +msgstr "¥»¥Ã¥·¥ç¥ó¡¦¥Þ¥Í¡¼¥¸¥ã¤È¤ÎÀܳ¤¬¼º¤ï¤ì¤Þ¤·¤¿" + +#: ../src/stacking.c:72 +msgid "could not get window list!!" +msgstr "¥¦¥£¥ó¥É¥¦¥ê¥¹¥È¤¬ÆÀ¤é¤ì¤Þ¤»¤ó!!" + +#: ../src/startup.c:194 +#, c-format +msgid "internal X error: %s\n" +msgstr "XÆâÉô¥¨¥é¡¼: %s\n" + +#: ../src/startup.c:257 +#, c-format +msgid "got signal %i (%s) - restarting\n" +msgstr "¥·¥°¥Ê¥ë%i(%s)¤ò¼õ¤±¤Þ¤·¤¿ -- ºÆ¥¹¥¿¡¼¥È¤·¤Þ¤¹\n" + +#: ../src/startup.c:259 +#, c-format +msgid "got signal %i - restarting\n" +msgstr "¥·¥°¥Ê¥ë%i¤ò¼õ¤±¤Þ¤·¤¿ -- ºÆ¥¹¥¿¡¼¥È¤·¤Þ¤¹\n" + +#: ../src/startup.c:273 +#, c-format +msgid "%s: Received signal SIGTERM. Exiting..." +msgstr "%s: ¥·¥°¥Ê¥ë SIGTERM¤ò¼õ¤±¤Þ¤·¤¿. ½ªÎ»¤·¤Þ¤¹..." + +#: ../src/startup.c:285 +#, c-format +msgid "got signal %i (%s)\n" +msgstr "¥·¥°¥Ê¥ë%i(%s)¤ò¼õ¤±¤Þ¤·¤¿\n" + +#: ../src/startup.c:287 +#, c-format +msgid "got signal %i\n" +msgstr "¥·¥°¥Ê¥ë%i¤ò¼õ¤±¤Þ¤·¤¿\n" + +#: ../src/startup.c:293 +msgid "" +"crashed while trying to do some post-crash cleanup. Aborting immediatelly." +msgstr "¥Ý¥¹¥È¥¯¥é¥Ã¥·¥å¾ô²½½èÍýÃæ¤Ë¥¯¥é¥Ã¥·¥å¤·¤Þ¤·¤¿. ľ¤Á¤ËÃæÃǤ·¤Þ¤¹" + +#: ../src/startup.c:304 +msgid "" +"a fatal error has occured, probably due to a bug. Please fill the included " +"BUGFORM and report it." +msgstr "¥Ð¥°¤Ë¤è¤ë¤â¤Î¤È»×¤ï¤ì¤ëÃ×̿Ū¤Ê¥¨¥é¡¼¤¬µ¯¤­¤Þ¤·¤¿. ¥Ð¥°¥Õ¥©¡¼¥à¤Ë¤·¤¿¤¬¤Ã¤Æ¥ì¥Ý¡¼¥È¤·¤Æ²¼¤µ¤¤" + +#. restart another window manager so that the X session doesn't +#. * go to space +#: ../src/startup.c:311 +msgid "trying to start alternative window manager..." +msgstr "¾¤Î¥¦¥£¥ó¥É¥¦¥Þ¥Í¡¼¥¸¥ã¤òΩ¤Á¾å¤²¤Æ¤¤¤Þ¤¹..." + +#: ../src/startup.c:710 +#, c-format +msgid "icon size is configured to %i, but it's too small. Using 16, instead\n" +msgstr "" +"ÀßÄꤵ¤ì¤Æ¤¤¤ë¥¢¥¤¥³¥ó¥µ¥¤¥º%i¤Ï¾®¤µ¤¹¤®¤Þ¤¹. ¤«¤ï¤ê¤Ë¥µ¥¤¥º16¤òÍѤ¤¤Þ¤¹\n" + +#: ../src/startup.c:754 +msgid "it seems that there already is a window manager running" +msgstr "´û¤Ë¾¤Î¥¦¥£¥ó¥É¥¦¥Þ¥Í¡¼¥¸¥ã¤¬Î©¤Á¾å¤¬¤Ã¤Æ¤¤¤ë¤è¤¦¤Ç¤¹" + +#: ../src/startup.c:760 +#, c-format +msgid "could not manage screen %i" +msgstr "¥¹¥¯¥ê¡¼¥ó %i¤ò¥Þ¥Í¡¼¥¸¤Ç¤­¤Þ¤»¤ó" + +#: ../src/startup.c:820 +msgid "could not manage any screen" +msgstr "¥Þ¥Í¡¼¥¸¤Ç¤­¤ë¥¹¥¯¥ê¡¼¥ó¤¬¤¢¤ê¤Þ¤»¤ó" + +#: ../src/switchmenu.c:114 +msgid "Windows" +msgstr "¥¦¥£¥ó¥É¥¦°ìÍ÷" + +#: ../src/texture.c:274 ../src/texture.c:318 +#, c-format +msgid "image file \"%s\" used as texture could not be found." +msgstr "¥Æ¥¯¥¹¥Á¥ãÍѲèÁü¥Õ¥¡¥¤¥ë\"%s\"¤¬¸«¤Ä¤«¤ê¤Þ¤»¤ó" + +#: ../src/texture.c:280 ../src/texture.c:324 +#, c-format +msgid "could not load texture pixmap \"%s\":%s" +msgstr "¥Æ¥¯¥¹¥Á¥ã²èÁü\"%s\"¤ò¥í¡¼¥É¤Ç¤­¤Þ¤»¤ó:%s" + +#: ../src/texture.c:463 ../src/texture.c:574 +#, c-format +msgid "could not render texture: %s" +msgstr "¥Æ¥¯¥¹¥Á¥ã¤ò¥ì¥ó¥À¥ê¥ó¥°¤Ç¤­¤Þ¤»¤ó: %s" + +#: ../src/wdefaults.c:405 +#, c-format +msgid "could not find icon file \"%s\"" +msgstr "¥¢¥¤¥³¥ó¥Õ¥¡¥¤¥ë \"%s\"¤¬¸«¤Ä¤«¤ê¤Þ¤»¤ó" + +#: ../src/window.c:2273 ../src/window.c:2405 +msgid "" +"the NumLock, ScrollLock or similar key seems to be turned on.\n" +"Turn it off or some mouse actions and keyboard shortcuts will not work." +msgstr "" +"NumLock, ScrollLock Åù¤Î¥­¡¼¤¬ON¤Ë¤Ê¤Ã¤Æ¤Þ¤¹\n" +"¥Þ¥¦¥¹µ¡Ç½¤ä¥­¡¼¥Ü¡¼¥É¥·¥ç¡¼¥È¥«¥Ã¥È¤òÀµ¾ï¤ËÍøÍѤ¹¤ë¤Ë¤ÏOFF¤ËÀÚÂؤ¨¤Æ²¼¤µ¤¤" + +#: ../src/winmenu.c:249 ../src/winmenu.c:257 +msgid "Set Shortcut" +msgstr "ÀßÄê:¥·¥ç¡¼¥È¥«¥Ã¥È" + +#: ../src/winmenu.c:333 ../src/winmenu.c:379 +msgid "could not create submenu for window menu" +msgstr "¥µ¥Ö¥á¥Ë¥å¡¼¤òºî¤ì¤Þ¤»¤ó" + +#: ../src/winmenu.c:388 +msgid "Keep at bottom" +msgstr "¾ï¤Ë°ìÈÖ²¼¤Ëɽ¼¨" + +#: ../src/winmenu.c:393 ../src/winspector.c:1141 +msgid "Omnipresent" +msgstr "¤É¤Î¥ï¡¼¥¯¥¹¥Ú¡¼¥¹¤Ç¤âɽ¼¨" + +#. +#. * Warning: If you make some change that affects the order of the +#. * entries, you must update the command #defines in the top of +#. * this file. +#. +#: ../src/winmenu.c:416 ../src/winmenu.c:553 ../src/winmenu.c:554 +msgid "Maximize" +msgstr "ºÇÂç²½" + +#: ../src/winmenu.c:424 ../src/winmenu.c:537 ../src/winmenu.c:538 +msgid "Miniaturize" +msgstr "ºÇ¾®²½" + +#: ../src/winmenu.c:433 ../src/winmenu.c:569 ../src/winmenu.c:570 +msgid "Shade" +msgstr "¥·¥§¡¼¥É" + +#: ../src/winmenu.c:449 +msgid "Resize/Move" +msgstr "¥µ¥¤¥ºÊѹ¹/°ÜÆ°" + +#: ../src/winmenu.c:457 +msgid "Select" +msgstr "ÁªÂò" + +#: ../src/winmenu.c:465 +msgid "Move To" +msgstr "°ÜÆ°" + +#: ../src/winmenu.c:470 +msgid "Attributes..." +msgstr "°À­..." + +#: ../src/winmenu.c:472 +msgid "Options" +msgstr "¥ª¥×¥·¥ç¥ó:" + +#: ../src/winmenu.c:532 ../src/winmenu.c:533 +msgid "Deminiaturize" +msgstr "ºÇ¾®²½²ò½ü" + +#: ../src/winmenu.c:547 ../src/winmenu.c:548 +msgid "Unmaximize" +msgstr "ºÇÂç²½²ò½ü" + +#: ../src/winmenu.c:563 ../src/winmenu.c:564 +msgid "Unshade" +msgstr "¥·¥§¡¼¥É²ò½ü" + +#: ../src/winspector.c:281 +#, c-format +msgid "Could not find icon \"%s\" specified for this window" +msgstr "¤³¤Î¥¦¥£¥ó¥É¥¦¤Ø»ØÄꤵ¤ì¤¿¥¢¥¤¥³¥ó\"%s\"¤¬¸«¤Ä¤«¤ê¤Þ¤»¤ó" + +#: ../src/winspector.c:297 +#, c-format +msgid "Could not open specified icon \"%s\":%s" +msgstr "»ØÄꤵ¤ì¤¿¥¢¥¤¥³¥ó\"%s\"¤¬³«¤±¤Þ¤»¤ó:%s" + +#: ../src/winspector.c:1016 +msgid "Save" +msgstr "Êݸ" + +#: ../src/winspector.c:1024 +msgid "Apply" +msgstr "ŬÍÑ" + +#: ../src/winspector.c:1030 +msgid "Reload" +msgstr "ºÆÆɤ߹þ¤ß" + +#: ../src/winspector.c:1039 ../src/winspector.c:1049 +msgid "Window Specification" +msgstr "¥¦¥£¥ó¥É¥¦¤Î»ØÄê" + +#: ../src/winspector.c:1040 +msgid "Window Attributes" +msgstr "¥¦¥£¥ó¥É¥¦¤Î°À­" + +#: ../src/winspector.c:1041 +msgid "Advanced Options" +msgstr "¥¢¥É¥Ð¥ó¥¹¥È¡¦¥ª¥×¥·¥ç¥ó" + +#: ../src/winspector.c:1042 +msgid "Icon and Initial Workspace" +msgstr "¥¢¥¤¥³¥ó¤È¥ï¡¼¥¯¥¹¥Ú¡¼¥¹" + +#: ../src/winspector.c:1043 +msgid "Application Specific" +msgstr "¥¢¥×¥ê¥±¡¼¥·¥ç¥ó¸ÇÍ­¤ÎÀßÄê" + +#: ../src/winspector.c:1057 +msgid "Defaults for all windows" +msgstr "Á´¥¦¥£¥ó¥É¥¦¤Îɸ½à" + +#: ../src/winspector.c:1100 +msgid "" +"The configuration will apply to all\n" +"windows that have their WM_CLASS property set to the above selected\n" +"name, when saved." +msgstr "" +"¤³¤ÎÀßÄ꤬Êݸ¤µ¤ì¤ë¤È¡¢¾å¤Ç\n" +"»ØÄꤵ¤ì¤¿WM_CLASS¥×¥í¥Ñ¥Æ¥£¤ò\n" +"»ý¤ÄÁ´¤Æ¤Î¥¦¥£¥ó¥É¥¦¤ËŬÍѤµ¤ì¤Þ¤¹" + +#: ../src/winspector.c:1107 +msgid "Attributes" +msgstr "°À­" + +#: ../src/winspector.c:1117 +msgid "Disable titlebar" +msgstr "¥¿¥¤¥È¥ë¥Ð¡¼¤òɽ¼¨¤·¤Ê¤¤" + +#: ../src/winspector.c:1121 +msgid "Disable resizebar" +msgstr "¥ê¥µ¥¤¥º¥Ð¡¼¤òɽ¼¨¤·¤Ê¤¤" + +#: ../src/winspector.c:1125 +msgid "Disable close button" +msgstr "¥¯¥í¡¼¥º¥Ü¥¿¥ó¤òɽ¼¨¤·¤Ê¤¤" + +#: ../src/winspector.c:1129 +msgid "Disable miniaturize button" +msgstr "ºÇ¾®²½¥Ü¥¿¥ó¤òɽ¼¨¤·¤Ê¤¤" + +#: ../src/winspector.c:1133 +msgid "Keep on top / floating" +msgstr "¾ï¤Ë°ìÈÖ¾å¤Ëɽ¼¨" + +#: ../src/winspector.c:1137 +msgid "Keep at bottom / sunken" +msgstr "¾ï¤Ë°ìÈÖ²¼¤Ëɽ¼¨" + +#: ../src/winspector.c:1145 +msgid "Start Miniaturized" +msgstr "µ¯Æ°»þ¤ËºÇ¾®²½¤¹¤ë" + +#: ../src/winspector.c:1149 +msgid "Start Maximized" +msgstr "µ¯Æ°»þ¤ËºÇÂç²½¤¹¤ë" + +#: ../src/winspector.c:1153 +msgid "Skip window list" +msgstr "¥¦¥£¥ó¥É¥¦°ìÍ÷¤«¤é½ü³°" + +#: ../src/winspector.c:1167 +msgid "Advanced" +msgstr "¥¢¥É¥Ð¥ó¥¹¥È" + +#: ../src/winspector.c:1177 +msgid "Ignore HideOthers" +msgstr "¡Ø¾¤ò±£¤¹¡Ù¤ò̵¸ú¤Ë¤¹¤ë" + +#: ../src/winspector.c:1181 +msgid "Don't bind keyboard shortcuts" +msgstr "¥­¡¼¥Ü¡¼¥É¤ÈϢư¤·¤Ê¤¤" + +#: ../src/winspector.c:1185 +msgid "Don't bind mouse clicks" +msgstr "¥Þ¥¦¥¹¥¯¥ê¥Ã¥¯¤ÈϢư¤·¤Ê¤¤" + +#: ../src/winspector.c:1189 +msgid "Keep inside screen" +msgstr "¥¹¥¯¥ê¡¼¥ó¤ÎÆ⦤ËÊÝ»ý¤¹¤ë" + +#: ../src/winspector.c:1193 +msgid "Don't let it take focus" +msgstr "¥Õ¥©¡¼¥«¥¹¤·¤Ê¤¤" + +#: ../src/winspector.c:1197 +msgid "Don't Save Session" +msgstr "¥»¥Ã¥·¥ç¥ó¤ÎÊݸ¤ò¤·¤Ê¤¤" + +#: ../src/winspector.c:1201 +msgid "Emulate Application Icon" +msgstr "¥¢¥×¥ê¥¢¥¤¥³¥ó¤Î¥¨¥ß¥å¥ì¡¼¥È" + +#: ../src/winspector.c:1216 +msgid "" +"Enable the \"Don't bind...\" options to allow the application to receive all " +"mouse or keyboard events." +msgstr "" +"\"¡Á¤ÈϢư¤·¤Ê¤¤\"¤òÍ­¸ú¤Ë¤¹¤ë¤È\n" +"Á´¤Æ¤Î¥Þ¥¦¥¹/¥­¡¼¥¤¥Ù¥ó¥È¤Ï¤½¤Î¤Þ¤Þ\n" +"¥¢¥×¥ê¥±¡¼¥·¥ç¥ó¤ËÅϤµ¤ì¤Þ¤¹" + +#: ../src/winspector.c:1223 +msgid "Miniwindow Image" +msgstr "¥ß¥Ë¥¦¥£¥ó¥É¥¦²èÁü" + +#: ../src/winspector.c:1242 +msgid "Update" +msgstr "¹¹¿·" + +#: ../src/winspector.c:1257 +msgid "Icon file name:" +msgstr "¥¢¥¤¥³¥ó¥Õ¥¡¥¤¥ë̾:" + +#: ../src/winspector.c:1269 +msgid "Ignore client supplied icon" +msgstr "¥¢¥×¥ê»ØÄê¤Î¥¢¥¤¥³¥ó¤ò̵»ë" + +#: ../src/winspector.c:1276 +msgid "Initial Workspace" +msgstr "µ¯Æ°»þ¤Î¥ï¡¼¥¯¥¹¥Ú¡¼¥¹" + +#: ../src/winspector.c:1281 +msgid "Nowhere in particular" +msgstr "Æä˻ØÄꤷ¤Ê¤¤" + +#: ../src/winspector.c:1315 +msgid "Application Wide" +msgstr "¥¢¥×¥ê¥±¡¼¥·¥ç¥óÁ´ÈÌ" + +#: ../src/winspector.c:1325 +msgid "Start Hidden" +msgstr "µ¯Æ°»þ¤Ë±£¤¹" + +#: ../src/winspector.c:1329 +msgid "No application icon" +msgstr "¥¢¥×¥ê¥¢¥¤¥³¥ó¤òɽ¼¨¤·¤Ê¤¤" + +#: ../src/workspace.c:102 ../src/workspace.c:103 ../src/workspace.c:472 +#, c-format +msgid "Workspace %i" +msgstr "¥ï¡¼¥¯¥¹¥Ú¡¼¥¹ %i" + +#: ../src/workspace.c:529 +msgid "Workspaces" +msgstr "¥ï¡¼¥¯¥¹¥Ú¡¼¥¹¤ÎÀßÄê" + +#: ../src/workspace.c:531 +msgid "could not create Workspace menu" +msgstr "¥ï¡¼¥¯¥¹¥Ú¡¼¥¹¥á¥Ë¥å¡¼¤òºîÀ®¤Ç¤­¤Þ¤»¤ó" + +#: ../src/workspace.c:538 +msgid "New" +msgstr "¿·¤·¤¤¥ï¡¼¥¯¥¹¥Ú¡¼¥¹¤òºîÀ®" + +#: ../src/workspace.c:539 +msgid "Destroy Last" +msgstr "ºÇ¸å¤Î¥ï¡¼¥¯¥¹¥Ú¡¼¥¹¤òºï½ü" + +#: ../src/xutil.c:228 +msgid "invalid data in selection" +msgstr "ÁªÂò¤·¤¿¥Ç¡¼¥¿¤ÏÉÔÀµ¤Ç¤¹" + +#~ msgid "Cannot get color entry for key \"WorkspaceBack\"." +#~ msgstr "\"WorkspaceBack\"¤Ø¤Î¥«¥é¡¼¥¨¥ó¥È¥ê¡¼¤òÆÀ¤é¤ì¤Þ¤»¤ó" + +#~ msgid "key \"WorkspaceBack\" has invalid color \"%s\"" +#~ msgstr "\"WorkspaceBack\"¤ËÉÔÀµ¤Ê¥«¥é¡¼\"%s\"¤¬»ØÄꤵ¤ì¤Æ¤¤¤Þ¤¹" + +#~ msgid "Cannot get file entry for key \"WorkspaceBack\"." +#~ msgstr "\"WorkspaceBack\"¤Ø¤Î¥Õ¥¡¥¤¥ë¤Î¥¨¥ó¥È¥ê¡¼¤òÆÀ¤é¤ì¤Þ¤»¤ó" + +#~ msgid "Error in texture specification for key \"WorkspaceBack\"" +#~ msgstr "\"WorkspaceBack\"¤ËÂФ¹¤ë¥Æ¥¯¥¹¥Á¥ã»ØÄê¤Î¥¨¥é¡¼¤Ç¤¹" + +#~ msgid "could not run \"%s\"" +#~ msgstr "`%s'¤ò¼Â¹Ô¤Ç¤­¤Þ¤»¤ó" + +#~ msgid "background texture rendering was unsuccessfull" +#~ msgstr "Çطʥƥ¯¥¹¥Á¥ã¤Î¥ì¥ó¥À¥ê¥ó¥°¤ÏÀ®¸ù¤·¤Þ¤·¤¿" + +#~ msgid "could not load image %s for option %s:%s\n" +#~ msgstr "²èÁü%s(¥ª¥×¥·¥ç¥ó%s)¤òÆɤ߹þ¤á¤Þ¤»¤ó:%s\n" + +#~ msgid "could not spawn texture rendering subprocess for option" +#~ msgstr "¥ª¥×¥·¥ç¥ó¤Î¤¿¤á¤Î¥Æ¥¯¥¹¥Á¥ã¡¦¥ì¥ó¥À¥ê¥ó¥°¤ò¼Â¹Ô¤Ç¤­¤Þ¤»¤ó" + +#~ msgid "could not render texture for workspace background" +#~ msgstr "¥ï¡¼¥¯¥¹¥Ú¡¼¥¹ÇطʤΥƥ¯¥¹¥Á¥ã¤Î¥ì¥ó¥À¥ê¥ó¥°¤¬¤Ç¤­¤Þ¤»¤ó¤Ç¤·¤¿" + +#~ msgid "Shortcut" +#~ msgstr "¥·¥ç¡¼¥È¥«¥Ã¥È" diff --git a/po/ko.po b/po/ko.po index d495deda..463fcfa2 100644 --- a/po/ko.po +++ b/po/ko.po @@ -1,1320 +1,1114 @@ -# WindowMaker-0.20.3 main po file. -# Copyright (C) 1998 Free Software Foundation, Inc. -# Byeong-Chan, Kim , 1998. -# Update: CHOI Junho , 1998/12. -# -msgid "" -msgstr "" -"POT-Creation-Date: 1998-12-07 19:14+0900\n" -"Language-Team: Korean \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=EUC-KR\n" -"Content-Transfer-Encoding: 8-bit\n" -"Date: 1998-07-21 00:20:01+0900\n" -"From: Byeong-Chan, Kim \n" -"Xgettext-Options: --default-domain=WindowMaker --add-comments --keyword=_\n" -"Files: ../main.c ../event.c ../window.c ../startup.c ../shutdown.c " -"../wcore.c ../properties.c ../texture.c ../actions.c ../menu.c ../client.c " -"../pixmap.c ../image.c ../gradient.c ../button.c ../screen.c ../icon.c " -"../rootmenu.c ../dialog.c ../resource.c ../moveres.c ../application.c " -"../colormap.c ../raster.c ../placement.c ../misc.c ../appmenu.c ../keybind.c " -"../stacking.c ../appicon.c ../switchmenu.c ../dock.c ../winmenu.c\n" - -#: ../src/appicon.c:509 ../src/dialog.c:215 ../src/dialog.c:271 -#: ../src/dock.c:2963 ../src/dockedapp.c:206 ../src/winspector.c:281 -#: ../src/winspector.c:297 -msgid "Error" -msgstr "¿À·ù" - -#: ../src/appicon.c:510 -msgid "Could not open specified icon file" -msgstr "ÁöÁ¤ÇÑ ¾ÆÀÌÄÜÀ» ¿­Áö ¸øÇÔ." - -#: ../src/appicon.c:511 ../src/dialog.c:114 ../src/dialog.c:215 -#: ../src/dialog.c:271 ../src/dialog.c:451 ../src/dock.c:420 -#: ../src/dock.c:2964 ../src/dockedapp.c:206 ../src/dockedapp.c:350 -#: ../src/winspector.c:282 ../src/winspector.c:298 -msgid "OK" -msgstr "È®ÀÎ" - -#: ../src/appicon.c:532 ../src/dock.c:268 ../src/winmenu.c:85 -msgid "Kill Application" -msgstr "¾îÇø®ÄÉÀÌ¼Ç Á¾·á" - -#: ../src/appicon.c:533 ../src/dock.c:269 ../src/winmenu.c:86 -msgid "" -"This will kill the application.\n" -"Any unsaved changes will be lost.\n" -"Please confirm." -msgstr "" -"¾ÖÇø®ÄÉÀ̼ÇÀ» °­Á¦ Á¾·áÇÕ´Ï´Ù.\n" -"ÀúÀåÇÏÁö ¾ÊÀº º¯°æ »çÇ×Àº ÀÒ°Ô µË´Ï´Ù.\n" -"°è¼Ó ÇϽðڽÀ´Ï±î?" - -#: ../src/appicon.c:534 ../src/dock.c:270 ../src/winmenu.c:87 -msgid "Yes" -msgstr "¿¹" - -#: ../src/appicon.c:534 ../src/dock.c:270 ../src/winmenu.c:87 -msgid "No" -msgstr "¾Æ´Ï¿À" - -#: ../src/appicon.c:548 ../src/dock.c:1027 -msgid "Unhide Here" -msgstr "¼û±ä °Í ÀÌ°÷¿¡ º¸ÀÓ" - -#: ../src/appicon.c:549 ../src/dock.c:1029 -msgid "(Un)Hide" -msgstr "(¾È)¼û±è" - -#: ../src/appicon.c:550 -msgid "Set Icon..." -msgstr "¾ÆÀÌÄÜ ÁöÁ¤..." - -#: ../src/appicon.c:551 ../src/dock.c:1033 ../src/rootmenu.c:268 -#: ../src/rootmenu.c:282 ../src/winmenu.c:347 -msgid "Kill" -msgstr "Á¾·á" - -#: ../src/defaults.c:689 ../src/startup.c:704 ../src/startup.c:722 -#: ../src/startup.c:728 -#, c-format -msgid "could not read domain \"%s\" from defaults database" -msgstr "±âº» µ¥ÀÌÅͺ£À̽º¿¡¼­ µµ¸ÞÀÎ \"%s\"¸¦ ÀÐÀ» ¼ö ¾ø½À´Ï´Ù" - -#: ../src/defaults.c:735 ../src/defaults.c:859 ../src/defaults.c:898 -#: ../src/defaults.c:928 -#, c-format -msgid "Domain %s (%s) of defaults database is corrupted!" -msgstr "±âº» µ¥ÀÌÅͺ£À̽ºÀÇ µµ¸ÞÀÎ %s (%s)ÀÌ ±úÁ³½À´Ï´Ù!" - -#: ../src/defaults.c:740 ../src/defaults.c:880 ../src/defaults.c:911 -#: ../src/defaults.c:937 -#, c-format -msgid "could not load domain %s from user defaults database" -msgstr "»ç¿ëÀÚ ±âº» µ¥ÀÌÅͺ£À̽º¿¡¼­ µµ¸ÞÀÎ %s¸¦ ÀÐÀ» ¼ö ¾ø½À´Ï´Ù" - -#: ../src/defaults.c:751 ../src/defaults.c:844 -#, c-format -msgid "Domain %s (%s) of global defaults database is corrupted!" -msgstr "Àü¿ª ±âº» µ¥ÀÌÅͺ£À̽ºÀÇ µµ¸ÞÀÎ %s (%s)´Â ±úÁ³½À´Ï´Ù!" - -#: ../src/defaults.c:770 ../src/defaults.c:849 -#, c-format -msgid "could not load domain %s from global defaults database" -msgstr "Àü¿ª ±âº» µ¥ÀÌÅͺ£À̽º¿¡¼­ µµ¸ÞÀÎ %s¸¦ ÀÐÀ» ¼ö ¾ø½À´Ï´Ù" - -#: ../src/defaults.c:1239 -#, c-format -msgid "wrong option value for key \"%s\". Should be one of %s" -msgstr "Å° \"%s\"ÀÇ ¿É¼Ç Æ÷¸ËÀÌ À߸øµÊ. %sÁß ÇϳªÀ̾î¾ß ÇÕ´Ï´Ù" - -#: ../src/defaults.c:1286 -#, c-format -msgid "can't convert \"%s\" to boolean for key \"%s\"" -msgstr "\"%s\"¸¦ Å° \"%s\"¿¡ ´ëÇØ ºÎ¿ï °ªÀ¸·Î º¯È¯ÇÒ ¼ö ¾ø½À´Ï´Ù" - -#: ../src/defaults.c:1291 ../src/defaults.c:1325 ../src/defaults.c:1357 -#: ../src/defaults.c:1370 ../src/defaults.c:1385 ../src/defaults.c:1399 -#: ../src/defaults.c:1470 ../src/defaults.c:1482 ../src/defaults.c:1737 -#: ../src/defaults.c:1754 ../src/defaults.c:1767 ../src/defaults.c:1805 -#: ../src/defaults.c:1817 ../src/defaults.c:1829 ../src/defaults.c:1852 -#: ../src/defaults.c:1879 ../src/defaults.c:1892 ../src/defaults.c:1905 -#: ../src/defaults.c:1935 ../src/defaults.c:1976 ../src/defaults.c:1988 -#: ../src/defaults.c:2000 ../src/defaults.c:2026 ../src/defaults.c:2046 -#: ../src/defaults.c:2059 ../src/defaults.c:2074 ../src/defaults.c:2113 -#: ../src/defaults.c:2178 -#, c-format -msgid "using default \"%s\" instead" -msgstr "±âº»°ªÀÎ \"%s\" ¸¦ ´ë½Å »ç¿ëÇÔ" - -#: ../src/defaults.c:1322 -#, c-format -msgid "can't convert \"%s\" to integer for key \"%s\"" -msgstr "\"%s\"¸¦ Å° \"%s\"¿¡ ´ëÇØ Á¤¼ö°ªÀ¸·Î º¯È¯ÇÒ ¼ö ¾ø½À´Ï´Ù" - -#: ../src/defaults.c:1352 ../src/defaults.c:1465 ../src/defaults.c:1732 -#: ../src/defaults.c:1749 ../src/defaults.c:1800 ../src/defaults.c:1971 -#: ../src/wdefaults.c:551 ../src/wdefaults.c:587 -#, c-format -msgid "Wrong option format for key \"%s\". Should be %s." -msgstr "\"%s\" Å°ÀÇ ¿É¼Ç Æ÷¸ËÀÌ À߸øµÊ. %s À̾î¾ß ÇÕ´Ï´Ù." - -#: ../src/defaults.c:1365 -#, c-format -msgid "Incorrect number of elements in array for key \"%s\"." -msgstr "Å° \"%s\"¿¡ ´ëÇÑ ¹è¿­ÀÇ ¿ø¼Ò ¼ö°¡ À߸øµÇ¾ú½À´Ï´Ù." - -#: ../src/defaults.c:1380 -#, c-format -msgid "Wrong value for key \"%s\". Should be Coordinate." -msgstr "\"%s\" Å° °ªÀÌ À߸øµÊ. ÁÂÇ¥°¡ µÇ¾î¾ß ÇÕ´Ï´Ù." - -#: ../src/defaults.c:1395 -#, c-format -msgid "can't convert array to integers for \"%s\"." -msgstr "\"%s\"¿¡ ´ëÇØ ¹è¿­À» Á¤¼ö°ªÀ¸·Î º¯È¯ÇÒ ¼ö ¾øÀ½." - -#: ../src/defaults.c:1578 ../src/defaults.c:1609 ../src/defaults.c:1621 -#: ../src/defaults.c:1663 ../src/defaults.c:1703 -#, c-format -msgid "\"%s\" is not a valid color name" -msgstr "\"%s\" ´Â ¿Ã¹Ù¸¥ »ö»ó¸íÀÌ ¾Æ´Ô" - -#: ../src/defaults.c:1590 -msgid "bad number of arguments in gradient specification" -msgstr "±×·¡µð¾ðÆ® ÁöÁ¤½Ã ÀμöÀÇ ¼ö°¡ À߸øµÇ¾ú½À´Ï´Ù" - -#: ../src/defaults.c:1636 -msgid "too few arguments in multicolor gradient specification" -msgstr "´ÙÁß»ö ±×·¡µð¾ðÆ® ÁöÁ¤½Ã ÀμöÀÇ ¼ö°¡ ³Ê¹« Àû½À´Ï´Ù" - -#: ../src/defaults.c:1762 -#, c-format -msgid "Error in texture specification for key \"%s\"" -msgstr "Å° \"%s\"ÀÇ ÅؽºÃ³ ÁöÁ¤¿¡ ¿À·ù°¡ ÀÖ½À´Ï´Ù" - -#: ../src/defaults.c:1813 ../src/defaults.c:1848 ../src/defaults.c:1984 -#: ../src/defaults.c:2022 -msgid "Too few elements in array for key \"WorkspaceBack\"." -msgstr "Å° \"WorkspaceBack\" ÀÇ ¹è¿­ ¿ø¼Ò ¼ö°¡ ³Ê¹« Àû½À´Ï´Ù." - -#: ../src/defaults.c:1825 ../src/defaults.c:1996 -msgid "Wrong type for workspace background. Should be Texture." -msgstr "ÀÛ¾÷°ø°£ ¹è°æ Á¾·ù°¡ À߸øµÇ¾ú½À´Ï´Ù. ÅؽºÃ³À̾î¾ß ÇÕ´Ï´Ù." - -#: ../src/defaults.c:1875 ../src/defaults.c:2042 -msgid "Cannot get color entry for key \"WorkspaceBack\"." -msgstr "Å° \"WorkspaceBack\"ÀÇ »ö»ó ¿£Æ®¸®¸¦ ¾òÀ» ¼ö ¾ø½À´Ï´Ù." - -#: ../src/defaults.c:1887 ../src/defaults.c:2054 -#, c-format -msgid "key \"WorkspaceBack\" has invalid color \"%s\"" -msgstr "Å° \"WorkspaceBack\"¿¡ À߸øµÈ »ö \"%s\"" - -#: ../src/defaults.c:1901 ../src/defaults.c:2070 -msgid "Cannot get file entry for key \"WorkspaceBack\"." -msgstr "Å° \"WorkspaceBack\"¿¡¼­ ÆÄÀÏ ¿£Æ®¸®¸¦ ¾òÀ» ¼ö ¾ø½À´Ï´Ù." - -#: ../src/defaults.c:1914 ../src/defaults.c:2095 -#, c-format -msgid "could not find background image \"%s\"" -msgstr "¹è°æ À̹ÌÁö \"%s\" ¸¦ ãÀ» ¼ö ¾ø½À´Ï´Ù" - -#: ../src/defaults.c:1931 ../src/defaults.c:2109 -msgid "Error in texture specification for key \"WorkspaceBack\"" -msgstr "Å° \"WorkspaceBack\"¿¡ ´ëÇÑ ÅؽºÃ³ ÁöÁ¤¿¡ ¿À·ù°¡ ÀÖ½À´Ï´Ù" - -#: ../src/defaults.c:2090 -#, c-format -msgid "could not run \"%s\"" -msgstr "\"%s\"¸¦ ½ÇÇàÇÒ ¼ö ¾øÀ½" - -#: ../src/defaults.c:2143 -msgid "could not load any usable font" -msgstr "»ç¿ë °¡´ÉÇÑ ±Û²ÃÀ» ÀÐÀ» ¼ö ¾ø½À´Ï´Ù" - -#: ../src/defaults.c:2173 -#, c-format -msgid "could not get color for key \"%s\"" -msgstr "Å° \"%s\"ÀÇ »öÀ» ¾òÀ» ¼ö ¾øÀ½" - -#: ../src/defaults.c:2232 ../src/rootmenu.c:512 -#, c-format -msgid "%s:invalid key modifier \"%s\"" -msgstr "%s:À߸øµÈ Å° ¼öÁ¤ÀÚ \"%s\"" - -#: ../src/defaults.c:2244 -#, c-format -msgid "%s:invalid kbd shortcut specification \"%s\"" -msgstr "%s:À߸øµÈ Å°º¸µå ´ÜÃàÅ° ÁöÁ¤ \"%s\"" - -#: ../src/defaults.c:2251 -#, c-format -msgid "%s:invalid key in shortcut \"%s\"" -msgstr "%s:»¡¸®°¡±â \"%s\"¿¡ À߸øµÈ Å°" - -#: ../src/defaults.c:2277 -#, c-format -msgid "%s: modifier key %s is not valid" -msgstr "%s: À߸øµÈ ¼öÁ¤ÀÚ Å° %s" - -#: ../src/defaults.c:2353 -msgid "could not render texture for icon background" -msgstr "¾ÆÀÌÄÜ ¹è°æÀÇ ÅؽºÃ³¸¦ ±×¸± ¼ö ¾ø½À´Ï´Ù" - -#: ../src/defaults.c:2709 -msgid "background texture rendering was unsuccessfull" -msgstr "¹è°æ ÅؽºÃ³ ·»´õ¸µÀº ¼º°øÀûÀÌÁö ¾Ê¾Ò½À´Ï´Ù" - -#: ../src/defaults.c:2736 -#, c-format -msgid "could not load image %s for option %s:%s\n" -msgstr "À̹ÌÁö %s(¿É¼Ç %s:%s)¸¦ ÀоîµéÀÏ ¼ö ¾ø½À´Ï´Ù\n" - -#: ../src/defaults.c:2752 -msgid "could not spawn texture rendering subprocess for option" -msgstr "¿É¼ÇÀÇ ÅؽºÃ³ ·£´õ¸µ ºÎÇÁ·Î¼¼½º¸¦ ¸¸µé¼ö ¾ø½À´Ï´Ù" - -#: ../src/defaults.c:2806 ../src/defaults.c:2894 -msgid "could not render texture for workspace background" -msgstr "ÀÛ¾÷°ø°£ ¹è°æ À̹ÌÁö ÅؽºÃ³¸¦ ·£´õ¸µ ÇÒ ¼ö ¾ø½À´Ï´Ù" - -#: ../src/dialog.c:114 ../src/dialog.c:458 ../src/dock.c:420 -#: ../src/dockedapp.c:356 ../src/rootmenu.c:217 ../src/rootmenu.c:268 -#: ../src/rootmenu.c:282 -msgid "Cancel" -msgstr "Ãë¼Ò" - -#: ../src/dialog.c:210 -msgid "Could not open directory " -msgstr "µð·ºÅ丮¸¦ ¿­ ¼ö ¾øÀ½: " - -#: ../src/dialog.c:266 -msgid "Could not load image file " -msgstr "À̹ÌÁö ÆÄÀÏÀ» ÀÐÀ» ¼ö ¾øÀ½: " - -#: ../src/dialog.c:395 -msgid "Directories" -msgstr "µð·ºÅ丮" - -#: ../src/dialog.c:404 -msgid "Icons" -msgstr "¾ÆÀÌÄÜ" - -#: ../src/dialog.c:441 -msgid "File Name:" -msgstr "ÆÄÀϸí:" - -#: ../src/dialog.c:464 -msgid "Choose File" -msgstr "ÆÄÀÏ ¼±ÅÃ" - -#: ../src/dialog.c:474 -msgid "Icon Chooser" -msgstr "¾ÆÀÌÄÜ ¼±Åñâ" - -#: ../src/dock.c:209 -#, c-format -msgid "Type the name for workspace %i:" -msgstr "ÀÛ¾÷°ø°£ %i ÀÇ À̸§À» ÀÔ·ÂÇϼ¼¿ä:" - -#: ../src/dock.c:210 ../src/dock.c:1006 -msgid "Rename Workspace" -msgstr "ÀÛ¾÷°ø°£ À̸§ ¹Ù²Þ" - -#: ../src/dock.c:418 -msgid "Workspace Clip" -msgstr "ÀÛ¾÷°ø°£ Ŭ¸³" - -#: ../src/dock.c:419 -msgid "All selected icons will be removed!" -msgstr "¼±ÅÃÇÑ ¸ðµç ¾ÆÀÌÄÜÀÌ ¾ø¾îÁú °ÍÀÔ´Ï´Ù!!" - -#: ../src/dock.c:466 -msgid "Keep Icon" -msgstr "¾ÆÀÌÄÜ À¯Áö" - -#: ../src/dock.c:467 ../src/dock.c:1918 ../src/dock.c:2047 -msgid "Type the command used to launch the application" -msgstr "¾îÇø®ÄÉÀ̼ÇÀ» ½ÇÇàÇشµ¥ ÇÊ¿äÇÑ ¸í·ÉÀ» ÀÔ·ÂÇÕ´Ï´Ù" - -#: ../src/dock.c:830 -#, c-format -msgid "could not launch application %s\n" -msgstr "¾îÇø®ÄÉÀÌ¼Ç %sÀ» ½ÇÇàÇÒ ¼ö ¾ø½À´Ï´Ù\n" - -#: ../src/dock.c:885 -msgid "could not create workspace submenu for Clip menu" -msgstr "Ŭ¸³ ¸Þ´º¸¦ À§ÇÑ ÀÛ¾÷°ø°£ ºÎ¸Þ´º¸¦ ¸¸µé ¼ö ¾ø½À´Ï´Ù" - -#: ../src/dock.c:943 -msgid "could not create options submenu for Clip menu" -msgstr "Ŭ¸³ ¸Þ´º¸¦ À§ÇÑ ¿É¼Ç ºÎ¸Þ´º¸¦ ¸¸µé ¼ö ¾ø½À´Ï´Ù" - -#: ../src/dock.c:947 ../src/dock.c:995 -msgid "Keep on top" -msgstr "Ç×»ó À§·Î" - -#: ../src/dock.c:953 -msgid "Collapsed" -msgstr "¾ÆÀÌÄÜ ¼û±è" - -#: ../src/dock.c:959 -msgid "AutoCollapse" -msgstr "ÀÚµ¿ ¼û±è" - -#: ../src/dock.c:965 -msgid "AutoAttract Icons" -msgstr "¾ÆÀÌÄÜ ÀÚµ¿ ¸ðÀ½" - -#: ../src/dock.c:971 -msgid "Keep Attracted Icons" -msgstr "¸ðÀº ¾ÆÀÌÄÜ À¯Áö" - -#: ../src/dock.c:1001 -msgid "Clip Options" -msgstr "Ŭ¸³ ¿É¼Ç" - -#: ../src/dock.c:1008 -msgid "(Un)Select Icon" -msgstr "¾ÆÀÌÄÜ (¾È)¼±ÅÃ" - -#: ../src/dock.c:1010 -msgid "(Un)Select All Icons" -msgstr "¸ðµç ¾ÆÀÌÄÜ (¾È)¼±ÅÃ" - -#: ../src/dock.c:1013 -msgid "Keep Icon(s)" -msgstr "¾ÆÀÌÄÜ À¯Áö" - -#: ../src/dock.c:1015 -msgid "Move Icon(s) To" -msgstr "¾ÆÀÌÄÜ ¿Å±è :" - -#: ../src/dock.c:1020 -msgid "Remove Icon(s)" -msgstr "¾ÆÀÌÄÜ ¾ø¾Ú" - -#: ../src/dock.c:1022 -msgid "Attract Icons" -msgstr "¾ÆÀÌÄÜ ¸ðÀ½" - -#: ../src/dock.c:1025 -msgid "Launch" -msgstr "½ÇÇà" - -#: ../src/dock.c:1031 -msgid "Settings..." -msgstr "¼³Á¤..." - -#: ../src/dock.c:1410 ../src/dock.c:1424 ../src/dock.c:1438 ../src/dock.c:1448 -#, c-format -msgid "bad value in docked icon state info %s" -msgstr "Dock ¾ÆÀÌÄÜÀÇ »óÅÂÁ¤º¸¿¡ À߸øµÈ °ª %s" - -#: ../src/dock.c:1456 -#, c-format -msgid "bad value in docked icon position %i,%i" -msgstr "Dock ¾ÆÀÌÄÜÀÇ À§Ä¡°ª %i,%i ´Â À߸øµÈ °ª" - -#: ../src/dock.c:1685 -msgid "there are too many icons stored in dock. Ignoring what doesn't fit" -msgstr "Dock ¿¡ µé¾î°£ ¾ÆÀÌÄÜÀÌ ³Ê¹« ¸¹À½. ¸ÂÁö ¾Ê´Â °ÍÀº ¹«½ÃÇÕ´Ï´Ù" - -#. icon->forced_dock = 1; -#: ../src/dock.c:1917 ../src/dock.c:2046 -msgid "Dock Icon" -msgstr "Dock ¾ÆÀÌÄÜ" - -#: ../src/dock.c:2956 ../src/dock.c:2960 -#, c-format -msgid "Could not execute command \"%s\"" -msgstr "\"%s\" ¸í·ÉÀ» ½ÇÇàÇÒ ¼ö ¾øÀ½." - -#: ../src/dockedapp.c:128 -#, c-format -msgid "could not find icon %s, used in a docked application" -msgstr "µµÅ·µÈ ¾îÇø®ÄÉÀ̼ǿ¡ »ç¿ëÇÒ ¾ÆÀÌÄÜ %sÀ» ãÀ» ¼ö ¾øÀ½" - -#: ../src/dockedapp.c:205 -#, c-format -msgid "Could not open specified icon file:%s" -msgstr "ÁöÁ¤µÈ ¾ÆÀÌÄÜ ÆÄÀÏÀ» ¿­ ¼ö ¾øÀ½:%s" - -#: ../src/dockedapp.c:291 -msgid "Start when WindowMaker is started" -msgstr "WindowMaker¸¦ ½ÇÇàÇÒ¶§ ½ÃÀÛÇÔ" - -#: ../src/dockedapp.c:298 -msgid "Application path and arguments" -msgstr "¾ÖÇø®ÄÉÀÌ¼Ç °æ·Î¿Í Àμö" - -#: ../src/dockedapp.c:309 -msgid "Command for files dropped with DND" -msgstr "µå·¢¿£µå·ÓÀ¸·Î ½ÇÇàÇÒ ¸í·É¾î" - -#: ../src/dockedapp.c:321 -#, c-format -msgid "%d will be replaced with the file name" -msgstr "%d´Â ÆÄÀÏ À̸§À¸·Î ´ëüÇÕ´Ï´Ù" - -#: ../src/dockedapp.c:325 -msgid "DND support was not compiled in" -msgstr "ÄÄÆÄÀϽà DND Áö¿øÀÌ Æ÷ÇÔµÇÁö ¾Ê¾Ò½À´Ï´Ù" - -#: ../src/dockedapp.c:331 -msgid "Icon Image" -msgstr "¾ÆÀÌÄÜ À̹ÌÁö" - -#: ../src/dockedapp.c:343 ../src/winspector.c:1201 -msgid "Browse..." -msgstr "ã±â" - -#: ../src/dockedapp.c:388 -msgid "Docked Application Settings" -msgstr "Dock ¾ÖÇø®ÄÉÀÌ¼Ç ¼³Á¤" - -#: ../src/event.c:372 -msgid "stack overflow: too many dead processes" -msgstr "½ºÅà ¿À¹öÇ÷οì: Á×Àº ÇÁ·Î¼¼½º°¡ ³Ê¹« ¸¹À½" - -#: ../src/framewin.c:526 -#, c-format -msgid "could not render gradient: %s" -msgstr "±×·¡µð¾ðÆ®¸¦ Ç¥ÇöÇÏÁö ¸øÇÔ: %s" - -#: ../src/framewin.c:542 ../src/framewin.c:557 ../src/framewin.c:568 -#: ../src/framewin.c:575 ../src/framewin.c:582 ../src/icon.c:296 -#: ../src/texture.c:492 -#, c-format -msgid "error rendering image:%s" -msgstr "À̹ÌÁö ·»´õ¸µ ¿¡·¯:%s" - -#: ../src/icon.c:182 ../src/wdefaults.c:408 -#, c-format -msgid "error loading image file \"%s\"" -msgstr "À̹ÌÁö ÆÄÀÏ \"%s\"¸¦ Àд Áß ¿¡·¯" - -#: ../src/icon.c:428 ../src/icon.c:437 -#, c-format -msgid "could not create directory %s" -msgstr "µð·ºÅ丮 %s¸¦ ¸¸µé ¼ö ¾øÀ½" - -#: ../src/icon.c:702 -#, c-format -msgid "could not find default icon \"%s\"" -msgstr "±âº» ¾ÆÀÌÄÜ \"%s\"¸¦ ãÁö ¸øÇÔ" - -#: ../src/icon.c:708 -#, c-format -msgid "could not load default icon \"%s\":%s" -msgstr "±âº» ¾ÆÀÌÄÜ \"%s\"¸¦ ÀÐÁö ¸øÇÔ:%s" - -#: ../src/main.c:199 -msgid "could not exec window manager" -msgstr "â °ü¸®ÀÚ¸¦ ½ÇÇàÇÒ ¼ö ¾øÀ½" - -#: ../src/main.c:200 -msgid "Restart failed!!!" -msgstr "Àç½ÃÀÛ ½ÇÆÐ!!!" - -#: ../src/main.c:247 -#, c-format -msgid "%s aborted.\n" -msgstr "%s´Â ÁߴܵǾú½À´Ï´Ù.\n" - -#: ../src/main.c:258 -#, c-format -msgid "usage: %s [-options]\n" -msgstr "»ç¿ë¹ý: %s [-¿É¼Ç]\n" - -#: ../src/main.c:259 -msgid "options:" -msgstr "¿É¼Ç:" - -#: ../src/main.c:261 -msgid " -nocpp \t\tdisable preprocessing of configuration files" -msgstr " -nocpp \t\t¼³Á¤ÆÄÀÏÀÇ Àü󸮸¦ ÇÏÁö ¾ÊÀ½" - -#: ../src/main.c:263 -msgid " -nodock\t\tdo not open the application Dock" -msgstr " -nodock\t\t¾ÖÇø®ÄÉÀÌ¼Ç DockÀ» ¿­Áö ¾ÊÀ½" - -#: ../src/main.c:264 -msgid " -noclip\t\tdo not open the workspace Clip" -msgstr "-noclip\t\tÀÛ¾÷°ø°£ Ŭ¸³À» ¿­Áö ¾ÊÀ½" - -#. -#. puts(_(" -locale locale locale to use")); -#. -#: ../src/main.c:268 -msgid " -visualid visualid\tvisual id of visual to use" -msgstr "-visualid ºñÁÖ¾óID\t»ç¿ëÇÒ ºñÁÖ¾óÀÇ ºñÁÖ¾ó ID" - -#: ../src/main.c:269 -msgid " -display host:dpy\tdisplay to use" -msgstr " -display È£½ºÆ®:µð½ºÇ÷¹ÀÌ\t»ç¿ëÇÒ µð½ºÇ÷¹ÀÌ" - -#: ../src/main.c:270 -msgid " -static\t\tdo not update or save configurations" -msgstr " -static\t\t¼³Á¤À» °»½ÅÇϰųª ÀúÀåÇÏÁö ¾Ê´Â´Ù" - -#: ../src/main.c:271 -msgid " -version\t\tprint version and exit" -msgstr " -version\t\t¹öÀüÀ» Ç¥½ÃÇÏ°í Á¾·á" - -#: ../src/main.c:283 -#, c-format -msgid "" -"could not find user GNUstep directory (%s).\n" -"Make sure you have installed Window Maker correctly and run wmaker.inst" -msgstr "" -"GNUstep µð·ºÅ丮(%s)¸¦ ãÀ»¼ö ¾ø½À´Ï´Ù.\n" -"WindowMaker°¡ Á¦´ë·Î ¼³Ä¡µÇ¾ú´ÂÁö ´Ù½Ã È®ÀÎ ÈÄ wmaker.inst ¸¦ ½ÇÇàÇϽñâ " -"¹Ù¶ø´Ï´Ù." - -#: ../src/main.c:304 -#, c-format -msgid "%s:could not execute initialization script" -msgstr "%s: ÃʱâÈ­ ½ºÅ©¸³Æ®¸¦ ½ÇÇàÇÒ ¼ö ¾ø½À´Ï´Ù." - -#: ../src/main.c:323 -#, c-format -msgid "%s:could not execute exit script" -msgstr "%s:Á¾·á ½ºÅ©¸³Æ®¸¦ ½ÇÇàÇÒ ¼ö ¾ø½À´Ï´Ù." - -#: ../src/main.c:377 ../src/main.c:384 ../src/main.c:391 ../src/main.c:405 -#, c-format -msgid "too few arguments for %s" -msgstr "%s ¸¦ À§ÇÑ ÀÎÀÚ°¡ ºÎÁ·ÇÕ´Ï´Ù" - -#: ../src/main.c:395 -#, c-format -msgid "bad value for visualid: \"%s\"" -msgstr "ºñÁÖ¾ó IdÀÇ À߸øµÈ °ª: \"%s\"" - -#: ../src/main.c:453 -msgid "X server does not support locale" -msgstr "X ¼­¹ö´Â ·ÎÄÉÀÏÀ» Áö¿øÇÏÁö ¾Ê½À´Ï´Ù" - -#: ../src/main.c:456 -msgid "cannot set locale modifiers" -msgstr "·ÎÄÉÀÏ ¼öÁ¤ÀÚ(modifier)¸¦ ¼³Á¤ÇÒ ¼ö ¾øÀ½" - -#: ../src/main.c:473 -#, c-format -msgid "could not open display \"%s\"" -msgstr "\"%s\" µð½ºÇ÷¹À̸¦ ¿­Áö ¸øÇÔ." - -#: ../src/menu.c:285 -msgid "wrealloc() failed while trying to add menu item" -msgstr "¸Þ´º ¾ÆÀÌÅÛ Ãß°¡ ½ÃµµÁß wrealloc() ½ÇÆÐ" - -#: ../src/misc.c:71 -#, c-format -msgid "could not define value for %s for cpp" -msgstr "cppÀÇ %s¸¦ À§ÇÑ °ªÀÌ Á¤ÀǵÇÁö ¾ÊÀ½" - -#: ../src/misc.c:101 -#, c-format -msgid "could not get password entry for UID %i" -msgstr "UID %i ÀÇ ¾ÏÈ£¸¦ ¾òÀ» ¼ö ¾ø½À´Ï´Ù" - -#: ../src/misc.c:125 -#, c-format -msgid "your machine is misconfigured. HOSTNAME is set to %s" -msgstr "½Ã½ºÅÛ ¼³Á¤ÀÌ À߸øµÇ¾ú½À´Ï´Ù. HOSTNAMEÀ» %s ·Î ¼³Á¤ÇÕ´Ï´Ù" - -#: ../src/misc.c:131 -#, c-format -msgid "your machine is misconfigured. HOST is set to %s" -msgstr "½Ã½ºÅÛ ¼³Á¤ÀÌ À߸øµÇ¾ú½À´Ï´Ù. HOST¸¦ %s·Î ¼³Á¤ÇÕ´Ï´Ù" - -#: ../src/misc.c:773 -msgid "selection timed-out" -msgstr "¼±Åýð£ ÃÊ°ú" - -#: ../src/misc.c:788 -msgid "Program Arguments" -msgstr "ÇÁ·Î±×·¥ Àμö" - -#: ../src/misc.c:807 -msgid "Enter command arguments:" -msgstr "¸í·É¾î Àμö¸¦ ÀÔ·ÂÇϼ¼¿ä:" - -#: ../src/misc.c:833 -msgid "unable to get dropped data from DND drop" -msgstr "DND µå·Ó¿¡¼­ ¶³¾î¶ß¸° µ¥ÀÌÅ͸¦ ¾òÀ» ¼ö ¾ø½À´Ï´Ù" - -#: ../src/misc.c:841 -msgid "error getting dropped data from DND drop" -msgstr "DND µå·Ó¿¡¼­ ¶³¾î¶ß¸° µ¥ÀÌÅ͸¦ ¾ò´Âµ¥ ¿À·ù°¡ ¹ß»ýÇÏ¿´½À´Ï´Ù" - -#: ../src/misc.c:847 -msgid "out of memory while getting data from DND drop" -msgstr "DND µå·Ó¿¡¼­ ¶³¾î¶ß¸° µ¥ÀÌÅ͸¦ ¾ò´Âµ¥ ¸Þ¸ð¸®°¡ ºÎÁ·ÇÕ´Ï´Ù" - -#: ../src/misc.c:891 ../src/misc.c:1011 -#, c-format -msgid "out of memory during expansion of \"%s\"" -msgstr "\"%s\" ÀÇ È®Àå Áß ¸Þ¸ð¸® ºÎÁ·" - -#: ../src/misc.c:945 -msgid "out of memory during expansion of \"%w\"" -msgstr "\"%w\" ÀÇ È®Àå Áß ¸Þ¸ð¸® ºÎÁ·" - -#: ../src/misc.c:964 -msgid "out of memory during expansion of \"%a\"" -msgstr "\"%a\" ÀÇ È®Àå Áß ¸Þ¸ð¸® ºÎÁ·" - -#: ../src/misc.c:990 -#, c-format -msgid "out of memory during expansion of \"%d\"" -msgstr "\"%d\" ÀÇ È®Àå Áß ¸Þ¸ð¸® ºÎÁ·" - -#: ../src/misc.c:1004 -msgid "selection not available" -msgstr "¼±Åà ºÒ°¡´É" - -#: ../src/misc.c:1076 ../src/misc.c:1082 -#, c-format -msgid "bad window name value in %s state info" -msgstr "»óÅ Á¤º¸ %sÀÇ Ã¢ À̸§ÀÌ À߸øµÊ" - -#: ../src/pixmap.c:235 -#, c-format -msgid "could not load mask bitmap file \"%s\". Won't use mask" -msgstr "ºñÆ®¸Ê ÆÄÀÏ \"%s\"¸¦ ÀÐÀ» ¼ö ¾ø½À´Ï´Ù. ¸¶½ºÅ©¸¦ »ç¿ëÇÏÁö ¾Ê½À´Ï´Ù" - -#: ../src/proplist.c:180 -msgid "unterminated string" -msgstr "Á¾·áÇÏÁö ¾ÊÀº ¹®ÀÚ¿­" - -#: ../src/proplist.c:247 -msgid "unterminated array" -msgstr "Á¾·áÇÏÁö ¾ÊÀº ¹®ÀÚ¿­" - -#: ../src/proplist.c:256 -msgid "missing , in array or unterminated array" -msgstr "¹è¿­¿¡¼­ ½°Ç¥°¡ ºüÁ³°Å³ª Á¾·áÇÏÁö ¾ÊÀº ¹è¿­" - -#: ../src/proplist.c:267 -msgid "could not get array element" -msgstr "¹è¿­ ¿ø¼Ò¸¦ ¾òÀ» ¼ö ¾ø½À´Ï´Ù" - -#: ../src/proplist.c:297 -msgid "unterminated dictionary" -msgstr "Á¾·áÇÏÁö ¾ÊÀº »çÀü" - -#: ../src/proplist.c:315 -msgid "missing dictionary key" -msgstr "»çÀü Å° ¾øÀ½" - -#: ../src/proplist.c:317 -msgid "missing dictionary entry key or unterminated dictionary" -msgstr "»çÀü ¿£Æ®¸® Å°°¡ ¾ø°Å³ª Á¾·áÇÏÁö ¾ÊÀº »çÀü" - -#: ../src/proplist.c:323 -msgid "error parsing dictionary key" -msgstr "»çÀü Å°¸¦ Çؼ®Çϴµ¥ ¿À·ùÀÔ´Ï´Ù" - -#: ../src/proplist.c:332 -msgid "missing = in dictionary entry" -msgstr "»çÀü ¿£Æ®¸®¿¡ = °¡ ºüÁ® ÀÖ½À´Ï´Ù" - -#: ../src/proplist.c:351 -msgid "missing ; in dictionary entry" -msgstr "»çÀü ¿£Æ®¸®¿¡ ;°¡ ºüÁ® ÀÖ½À´Ï´Ù" - -#: ../src/proplist.c:432 -msgid "was expecting a string, dictionary, data or array." -msgstr "´Â ¹®ÀÚ¿­, »çÀü, µ¥ÀÌÅÍ ¶Ç´Â ¹è¿­ÀÌ ÇÊ¿äÇÕ´Ï´Ù" - -#: ../src/proplist.c:434 -msgid "Comments are not allowed inside WindowMaker owned domain files." -msgstr "ÁÖ¼®¹®Àº WindowMaker µµ¸ÞÀÎ ÆÄÀÏ ³»¿¡¼­´Â Çã¿ëµÇÁö ¾Ê½À´Ï´Ù." - -#: ../src/proplist.c:453 -#, c-format -msgid "could not open domain file %s" -msgstr "µµ¸ÞÀÎ ÆÄÀÏ %s¸¦ ¿­ ¼ö ¾ø½À´Ï´Ù" - -#: ../src/proplist.c:466 -msgid "extra data after end of file" -msgstr "ÆÄÀÏ ³¡ µÚ¿¡ µ¥ÀÌÅÍ°¡ ¶Ç ÀÖ½À´Ï´Ù" - -#: ../src/resources.c:71 -#, c-format -msgid "The following character sets are missing in %s:" -msgstr "´ÙÀ½ ¹®ÀÚ ¼ÂÀº %s¿¡¼­ ºüÁ® ÀÖ½À´Ï´Ù:" - -#: ../src/resources.c:76 -#, c-format -msgid "The string \"%s\" will be used in place" -msgstr "¹®ÀÚ¿­ \"%s\"ÀÌ ÀÌ ¹®ÀÚ¼ÂÀÇ ±ÛÀÚ¸¦" - -#: ../src/resources.c:78 -msgid "of any characters from those sets." -msgstr "´ë½ÅÇÏ¿© »ç¿ëµË´Ï´Ù." - -#: ../src/resources.c:81 -#, c-format -msgid "could not create font set %s. Trying fixed" -msgstr "%s ±Û²Ã ¼ÂÀ» ¸¸µéÁö ¸øÇÔ. fixed·Î ´ëüÇÕ´Ï´Ù" - -#: ../src/resources.c:98 -#, c-format -msgid "could not load font %s. Trying fixed" -msgstr "%s ±Û²ÃÀÌ ¾øÀ½. fixed·Î ´ëüÇÕ´Ï´Ù" - -#: ../src/resources.c:136 -#, c-format -msgid "could not parse color \"%s\"" -msgstr "»ö \"%s\"À» Çؼ®ÇÒ ¼ö ¾ø½À´Ï´Ù" - -#: ../src/resources.c:140 -#, c-format -msgid "could not allocate color \"%s\"" -msgstr "»ö \"%s\"À» ÇÒ´çÇÒ ¼ö ¾øÀ½" - -#: ../src/rootmenu.c:215 ../src/rootmenu.c:217 -msgid "Exit" -msgstr "Á¾·á" - -#: ../src/rootmenu.c:216 -msgid "Exit window manager?" -msgstr "â °ü¸®ÀÚ¸¦ Á¾·áÇϽðڽÀ´Ï±î?" - -#: ../src/rootmenu.c:265 -msgid "Close X session" -msgstr "X ¼¼¼Ç ´Ý±â" - -#: ../src/rootmenu.c:266 -msgid "" -"Close Window System session?\n" -"Kill might close applications with unsaved data." -msgstr "" -"À©µµ¿ì ½Ã½ºÅÛ ¼¼¼ÇÀ» Á¾·áÇÏ°Ú½À´Ï±î?\n" -"¾îÇø®ÄÉÀ̼ÇÀÌ Á¾·áµÇ°í ÀúÀåÇÏÁö ¾ÊÀº ÀÚ·á´Â ÀÒ½À´Ï´Ù." - -#: ../src/rootmenu.c:268 ../src/winmenu.c:340 -msgid "Close" -msgstr "´Ý±â" - -#: ../src/rootmenu.c:279 -msgid "Kill X session" -msgstr "X ¼¼¼Ç Á¾·á" - -#: ../src/rootmenu.c:280 -msgid "" -"Kill Window System session?\n" -"(all applications will be closed)" -msgstr "" -"À©µµ¿ì ½Ã½ºÅÛ ¼¼¼ÇÀ» Á¾·áÇÏ°Ú½À´Ï±î?\n" -"(¸ðµç ¾ÖÇø®ÄÉÀ̼ÇÀÌ Á¾·áµË´Ï´Ù)" - -#: ../src/rootmenu.c:526 -#, c-format -msgid "%s:invalid kbd shortcut specification \"%s\" for entry %s" -msgstr "%s: À߸øµÈ Å°º¸µå ´ÜÃàÅ° ÁöÁ¤ \"%s\"(¿£Æ®¸® %s)" - -#: ../src/rootmenu.c:534 -#, c-format -msgid "%s:invalid key in shortcut \"%s\" for entry %s" -msgstr "%s: »¡¸®°¡±â \"%s\"(¿£Æ®¸® %s)¿¡ À߸øµÈ Å°" - -#: ../src/rootmenu.c:587 -#, c-format -msgid "%s: unmatched '\"' in menu file" -msgstr "%s: ¸Þ´º ÆÄÀÏÀÇ '\"' ¦ÀÌ ¸ÂÁö ¾ÊÀ½" - -#: ../src/rootmenu.c:637 -#, c-format -msgid "%s: missing command" -msgstr "%s: ¸í·É¾î°¡ ¾øÀ½" - -#: ../src/rootmenu.c:670 -#, c-format -msgid "invalid OPEN_MENU specification: %s" -msgstr "OPEN_MENU ÁöÁ¤ÀÌ À߸øµÊ: %s" - -#: ../src/rootmenu.c:735 -#, c-format -msgid "%s:could not stat menu" -msgstr "%s: ¸Þ´º ÆÄÀÏ¿¡ Á¢±ÙÇÒ ¼ö ¾øÀ½" - -#: ../src/rootmenu.c:743 -#, c-format -msgid "%s:could not stat menu :%s" -msgstr "%s: ¸Þ´º ÆÄÀÏ¿¡ Á¢±ÙÇÒ ¼ö ¾øÀ½ :%s" - -#: ../src/rootmenu.c:761 -#, c-format -msgid "too many parameters in OPEN_MENU: %s" -msgstr "OPEN_MENU¿¡ Àμö°¡ ³Ê¹« ¸¹À½: %s" - -#: ../src/rootmenu.c:797 -msgid "" -"There are more than one WORKSPACE_MENU commands in the applications menu. " -"Only one is allowed." -msgstr "" -"¾îÇø®ÄÉÀÌ¼Ç ¸Þ´º¿¡ WORKSPACE_MENU ¸í·ÉÀÌ µÑ ÀÌ»ó ÀÖ½À´Ï´Ù. Çϳª¸¸ ÀÖ¾î¾ß " -"ÇÕ´Ï´Ù. " - -#: ../src/rootmenu.c:826 ../src/rootmenu.c:844 -#, c-format -msgid "%s:missing parameter for menu command \"%s\"" -msgstr "%s: ¸Þ´º ¸í·É¾î \"%s\" ÀÇ Àμö°¡ ºüÁ³À½" - -#: ../src/rootmenu.c:907 -#, c-format -msgid "%s:unknown command \"%s\" in menu config." -msgstr "%s:¸Þ´º ¼³Á¤ÀÇ \"%s\" ¸í·ÉÀ» ¾Ë ¼ö ¾øÀ½." - -#: ../src/rootmenu.c:915 -#, c-format -msgid "%s:can't add shortcut for entry \"%s\"" -msgstr "%s: ¿£Æ®¸® \"%s\"¿¡ »¡¸®°¡±â¸¦ Ãß°¡ÇÒ ¼ö ¾øÀ½" - -#: ../src/rootmenu.c:1052 -#, c-format -msgid "%s:maximal line size exceeded in menu config: %s" -msgstr "%s:¸Þ´º ¼³Á¤ÀÇ ÃÖ´ë ÁÙ¼ö¸¦ ÃÊ°úÇÔ: %s" - -#: ../src/rootmenu.c:1074 ../src/rootmenu.c:1166 ../src/rootmenu.c:1267 -#, c-format -msgid "%s:missing command in menu config: %s" -msgstr "%s:¸Þ´º ¼³Á¤¿¡¼­ ¸í·ÉÀ» ãÀ» ¼ö ¾øÀ½: %s" - -#: ../src/rootmenu.c:1104 -#, c-format -msgid "%s:syntax error in menu file:END declaration missing" -msgstr "%s:¸Þ´ºÆÄÀÏ ¹®¹ý¿¡·¯:END ¼±¾ð¹® ¾øÀ½" - -#: ../src/rootmenu.c:1133 ../src/rootmenu.c:1232 -msgid "could not make arguments for menu file preprocessor" -msgstr "¸Þ´º ÆÄÀÏ Àü󸮱⸦ À§ÇÑ Àμö¸¦ ¸¸µé ¼ö ¾øÀ½" - -#: ../src/rootmenu.c:1139 ../src/rootmenu.c:1239 -#, c-format -msgid "%s:could not open/preprocess menu file" -msgstr "%s: ¸Þ´º ÆÄÀÏÀ» ¿­°Å³ª Àüó¸®ÇÒ ¼ö ¾øÀ½" - -#: ../src/rootmenu.c:1151 ../src/rootmenu.c:1252 -#, c-format -msgid "%s:could not open menu file" -msgstr "%s:¸Þ´º ÆÄÀÏÀ» ¿­ ¼ö ¾øÀ½" - -#: ../src/rootmenu.c:1178 -#, c-format -msgid "%s:invalid menu file. MENU command is missing" -msgstr "%s:À߸øµÈ ¸Þ´º ÆÄÀÏ. MENU ¸í·ÉÀÌ ºüÁ³½À´Ï´Ù" - -#: ../src/rootmenu.c:1187 -msgid "error reading preprocessed menu data" -msgstr "Àüó¸®µÈ ¸Þ´º µ¥ÀÌÅ͸¦ Àдµ¥ ¿À·ù" - -#: ../src/rootmenu.c:1279 -#, c-format -msgid "%s:no title given for the root menu" -msgstr "%s:ÃÖ»óÀ§ ¸Þ´º¿¡ Á¦¸ñÀÌ ¾ø½À´Ï´Ù" - -#: ../src/rootmenu.c:1336 ../src/rootmenu.c:1399 ../src/rootmenu.c:1443 -#, c-format -msgid "out of memory while constructing directory menu %s" -msgstr "µð·ºÅ丮 ¸Þ´º %s »ý¼º Áß ¸Þ¸ð¸® ºÎÁ·" - -#: ../src/rootmenu.c:1346 -#, c-format -msgid "%s:could not stat file \"%s\" in menu directory" -msgstr "%s: ¸Þ´º µð·ºÅ丮ÀÇ ÆÄÀÏ \"%s\"¿¡ Á¢±ÙÇÒ ¼ö ¾øÀ½" - -#: ../src/rootmenu.c:1492 -msgid "Commands" -msgstr "¸í·É¾î" - -#: ../src/rootmenu.c:1494 -msgid "Exit..." -msgstr "Á¾·á..." - -#: ../src/rootmenu.c:1567 -#, c-format -msgid "could not find menu file \"%s\" referenced in WMRootMenu" -msgstr "WMRootMenu¿¡¼­ ÂüÁ¶ÇÏ´Â ¸Þ´º ÆÄÀÏ \"%s\"¸¦ ãÀ» ¼ö ¾ø½À´Ï´Ù" - -#: ../src/rootmenu.c:1574 -#, c-format -msgid "could not access menu \"%s\" referenced in WMRootMenu" -msgstr "WMRootMenu¿¡¼­ ÂüÁ¶ÇÏ´Â ¸Þ´º \"%s\"¿¡ Á¢±ÙÇÒ ¼ö ¾ø½À´Ï´Ù" - -#: ../src/rootmenu.c:1585 -#, c-format -msgid "" -"using default menu file \"%s\" as the menu referenced in WMRootMenu could " -"not be found " -msgstr "" -"WMRootMenu¿¡¼­ ÂüÁ¶ÇÏ´Â ¸Þ´º ÆÄÀÏÀ» ãÀ» ¼ö ¾øÀ¸¹Ç·Î \"%s\"¸¦ ±âº» " -"¸Þ´º ÆÄÀÏ·Î »ç¿ëÇÕ´Ï´Ù" - -#: ../src/rootmenu.c:1608 ../src/rootmenu.c:1663 -#, c-format -msgid "%s:format error in root menu configuration \"%s\"" -msgstr "%s: ÃÖ»óÀ§ ¸Þ´º ¼³Á¤ \"%s\"ÀÇ Çü½Ä ¿À·ù" - -#: ../src/screen.c:412 -msgid "could not load logo image for panels" -msgstr "Æгο¡ ¾²ÀÏ ·Î°í À̹ÌÁö¸¦ ÀÐÁö ¸øÇÔ" - -#: ../src/screen.c:415 -#, c-format -msgid "error making logo image for panel:%s" -msgstr "Æгο¡ ¾²ÀÏ ·Î°í À̹ÌÁö¸¦ ¸¸µéÁö ¸øÇÔ:%s" - -#: ../src/screen.c:594 -#, c-format -msgid "could not initialize graphics library context: %s" -msgstr "±×·¡ÇÈ ¶óÀ̺귯¸® ȯ°æÀ» ÃʱâÈ­ ÇÒ¼ö ¾øÀ½: %s" - -#: ../src/screen.c:805 -#, c-format -msgid "could not save session state in %s" -msgstr "%sÀÇ ¼¼¼Ç »óŸ¦ ÀúÀåÇÏÁö ¸øÇÔ" - -#: ../src/session.c:138 ../src/wdefaults.c:569 ../src/winspector.c:345 -#, c-format -msgid "can't convert \"%s\" to boolean" -msgstr "\"%s\"¸¦ ºÎ¿ï °ªÀ¸·Î ¹Ù²Ü ¼ö ¾øÀ½" - -#: ../src/session.c:625 ../src/session.c:719 -msgid "end of memory while saving session state" -msgstr "¼¼¼Ç »óŸ¦ ÀúÀåÇÏ´Â Áß¿¡ ¸Þ¸ð¸®°¡ ¸ðÀÚ¶ø´Ï´Ù" - -#. This is not fatal but can mean the session manager exited. -#. * If the session manager exited normally we would get a -#. * Die message, so this probably means an abnormal exit. -#. * If the sm was the last client of session, then we'll die -#. * anyway, otherwise we can continue doing our stuff. -#. -#: ../src/session.c:856 -msgid "connection to the session manager was lost" -msgstr "¼¼¼Ç °ü¸®ÀÚÀÇ ¿¬°áÀÌ ²÷¾îÁ³½À´Ï´Ù" - -#: ../src/stacking.c:69 -msgid "could not get window list!!" -msgstr "â ¸ñ·Ï¸¦ ¾òÀ» ¼ö ¾ø½À´Ï´Ù!!" - -#: ../src/startup.c:197 -#, c-format -msgid "internal X error: %s\n" -msgstr "X ³»ºÎ ¿¡·¯: %s\n" - -#: ../src/startup.c:259 -#, c-format -msgid "got signal %i (%s) - restarting\n" -msgstr "½ÅÈ£ %i (%s) °¨Áö - Àç½Ãµ¿ÇÕ´Ï´Ù\n" - -#: ../src/startup.c:261 -#, c-format -msgid "got signal %i - restarting\n" -msgstr "½ÅÈ£ %i °¨Áö - Àç½Ãµ¿ÇÔ\n" - -#: ../src/startup.c:275 -#, c-format -msgid "%s: Received signal SIGTERM. Exiting..." -msgstr "%s: SIGTERM ½ÅÈ£ ¹ÞÀ½. Á¾·á..." - -#: ../src/startup.c:287 -#, c-format -msgid "got signal %i (%s)\n" -msgstr "½ÅÈ£ %i (%s) °¨Áö\n" - -#: ../src/startup.c:289 -#, c-format -msgid "got signal %i\n" -msgstr "½ÅÈ£ %i °¨Áö\n" - -#: ../src/startup.c:294 -msgid "" -"crashed while trying to do some post-crash cleanup. Aborting immediatelly." -msgstr "" -"ºñÁ¤»ó Á¾·áÈÄ Ã³¸®¸¦ ÇÏ·Á´Â µ¿¾È¿¡ ºñÁ¤»ó Á¾·áµÇ¾ú½À´Ï´Ù. Áï½Ã Á¾·áÇÕ´Ï´Ù." - -#. restart another window manager so that the X session doesn't -#. * go to space -#: ../src/startup.c:305 -msgid "trying to start alternative window manager..." -msgstr "´ëü¿ë â °ü¸®ÀÚ¸¦ ½ÃÀÛÇÏ°Ú½À´Ï´Ù..." - -#: ../src/startup.c:714 -#, c-format -msgid "icon size is configured to %i, but it's too small. Using 16, instead\n" -msgstr "ÁöÁ¤µÈ ¾ÆÀÌÄÜ Å©±â(%i)°¡ ³Ê¹« ÀÛÀ½. ´ë½Å 16À¸·Î ¹Ù²ß´Ï´Ù\n" - -#: ../src/startup.c:758 -msgid "it seems that there already is a window manager running" -msgstr "ÀÌ¹Ì ´Ù¸¥ â °ü¸®ÀÚ°¡ µ¿ÀÛÇÏ°í ÀÖ´Â °Í °°½À´Ï´Ù" - -#: ../src/startup.c:764 -#, c-format -msgid "could not manage screen %i" -msgstr "È­¸é %i¸¦ ´Ù·ê ¼ö ¾øÀ½" - -#: ../src/startup.c:820 -msgid "could not manage any screen" -msgstr "¸ðµç È­¸éÀ» ´Ù·ê ¼ö ¾øÀ½" - -#: ../src/switchmenu.c:112 -msgid "Windows" -msgstr "â" - -#: ../src/texture.c:267 -#, c-format -msgid "image file \"%s\" used as texture could not be found." -msgstr "ÅؽºÃ³·Î »ç¿ëÇÏ´Â À̹ÌÁö ÆÄÀÏ \"%s\"À» ãÀ» ¼ö ¾ø½À´Ï´Ù." - -#: ../src/texture.c:273 -#, c-format -msgid "could not load texture pixmap \"%s\":%s" -msgstr "ÅؽºÃ³ ÇȽº¸Ê \"%s\"À» ¿­ ¼ö°¡ ¾øÀ½: %s" - -#: ../src/texture.c:377 ../src/texture.c:488 -#, c-format -msgid "could not render texture: %s" -msgstr "ÅؽºÃ³ ·»´õ¸µÀ» ÇÒ ¼ö ¾øÀ½: %s" - -#: ../src/wdefaults.c:402 -#, c-format -msgid "could not find icon file \"%s\"" -msgstr "¾ÆÀÌÄÜ ÆÄÀÏ \"%s\"À» ãÁö ¸øÇß½À´Ï´Ù" - -#: ../src/window.c:2281 ../src/window.c:2413 -msgid "" -"the NumLock, ScrollLock or similar key seems to be turned on.\n" -"Turn it off or some mouse actions and keyboard shortcuts will not work." -msgstr "" -"NumLock, ScrollLock À̳ª ´Ù¸¥ ºñ½ÁÇÑ Á¾·ùÀÇ Å°°¡ ÄÑÁ® ÀÖ´Â °Í\n" -"°°½À´Ï´Ù. ²ôÁö ¾ÊÀ¸¸é ÀϺΠ¸¶¿ì½º µ¿ÀÛÀ̳ª Å°º¸µå ´ÜÃàÅ°°¡ µ¿ÀÛÇÏÁö ¾Ê½À´Ï´Ù." - -#: ../src/winmenu.c:197 ../src/winmenu.c:205 -msgid "Shortcut" -msgstr "´ÜÃàÅ°" - -#: ../src/winmenu.c:247 ../src/winmenu.c:263 -msgid "could not create submenu for window menu" -msgstr "â ¸Þ´º¸¦ À§ÇÑ ºÎ¸Þ´º¸¦ ¸¸µé ¼ö ¾ø½À´Ï´Ù" - -#. -#. * Warning: If you make some change that affects the order of the -#. * entries, you must update the command #defines in the top of -#. * this file. -#. -#: ../src/winmenu.c:289 -msgid "(Un)Maximize" -msgstr "(¾È)ÃÖ´ëÈ­" - -#: ../src/winmenu.c:297 -msgid "Miniaturize" -msgstr "ÃÖ¼ÒÈ­" - -#: ../src/winmenu.c:306 -msgid "(Un)Shade" -msgstr "(¾È)°¡¸²" - -#: ../src/winmenu.c:314 -msgid "Hide" -msgstr "¼û±è" - -#: ../src/winmenu.c:322 -msgid "Select" -msgstr "¼±ÅÃ" - -#: ../src/winmenu.c:330 -msgid "Move To" -msgstr "À̵¿" - -#: ../src/winmenu.c:335 -msgid "Attributes..." -msgstr "¼Ó¼º ¼³Á¤..." - -#: ../src/winmenu.c:337 -msgid "Select Shortcut" -msgstr "´ÜÃàÅ° ¼±ÅÃ" - -#: ../src/winspector.c:279 -#, c-format -msgid "Could not find icon \"%s\" specified for this window" -msgstr "ÀÌ Ã¢¿¡¼­ ÁöÁ¤ÇÑ ¾ÆÀÌÄÜ \"%s\"À» ãÀ» ¼ö ¾øÀ½" - -#: ../src/winspector.c:295 -#, c-format -msgid "Could not open specified icon \"%s\":%s" -msgstr "ÁöÁ¤µÈ ¾ÆÀÌÄÜ \"%s\"À» ¿­ ¼ö ¾øÀ½:%s" - -#: ../src/winspector.c:993 -msgid "Save" -msgstr "ÀúÀå" - -#: ../src/winspector.c:1001 -msgid "Apply" -msgstr "Àû¿ë" - -#: ../src/winspector.c:1007 -msgid "Revert" -msgstr "º¹±¸" - -#: ../src/winspector.c:1016 ../src/winspector.c:1026 -msgid "Window Specification" -msgstr "â ¼±ÅÃ" - -#: ../src/winspector.c:1017 -msgid "Window Attributes" -msgstr "â ¼Ó¼º" - -#: ../src/winspector.c:1018 -msgid "Advanced Options" -msgstr "°í±Þ ¿É¼Ç" - -#: ../src/winspector.c:1019 -msgid "Icon and Initial Workspace" -msgstr "¾ÆÀÌÄÜ°ú Ãʱâ ÀÛ¾÷°ø°£" - -#: ../src/winspector.c:1020 -msgid "Application Specific" -msgstr "¾îÇø®ÄÉÀ̼ǿ¡ µû¶ó ´Ù¸¥ ¼³Á¤" - -#: ../src/winspector.c:1034 -msgid "Defaults for all windows" -msgstr "¸ðµç âÀÇ ±âº»°ªÀ¸·Î" - -#: ../src/winspector.c:1070 -msgid "" -"The configuration will apply to all\n" -"windows that have their WM_CLASS property set to the above selected\n" -"name, when saved." -msgstr "" -"¼³Á¤À» ÀúÀåÇϸé WM_CLASS Ư¼º°ªÀÌ À§¿¡¼­ ÁöÁ¤ÇÑ\n" -"À̸§À¸·Î µÇ¾î ÀÖ´Â ¸ðµç â¿¡\n" -"±× ¼³Á¤ÀÌ Àû¿ëµË´Ï´Ù." - -#: ../src/winspector.c:1077 -msgid "Attributes" -msgstr "¼Ó¼º" - -#: ../src/winspector.c:1087 -msgid "Disable titlebar" -msgstr "Á¦¸ñ ¹Ù ¾ø¾Ú" - -#: ../src/winspector.c:1091 -msgid "Disable resizebar" -msgstr "Å©±âÁ¶Á¤ ¹Ù ¾ø¾Ú" - -#: ../src/winspector.c:1095 -msgid "Disable close button" -msgstr "´Ý±â ¹öÆ° ¾ø¾Ú" - -#: ../src/winspector.c:1099 -msgid "Disable miniaturize button" -msgstr "ÃÖ¼ÒÈ­ ¹öÆ° ¾ø¾Ú" - -#: ../src/winspector.c:1103 -msgid "Keep on top / floating" -msgstr "Ç×»ó À§·Î/¶ä" - -#: ../src/winspector.c:1107 -msgid "Keep on bottom / sunken" -msgstr "Ç×»ó ¾Æ·¡·Î/°¡¶ó¾ÉÀ½" - -#: ../src/winspector.c:1111 -msgid "Omnipresent" -msgstr "Ç×»ó º¸ÀÓ" - -#: ../src/winspector.c:1115 -msgid "Start Miniaturized" -msgstr "ÃÖ¼ÒÈ­ÇÏ¿© ½ÇÇà" - -#: ../src/winspector.c:1119 -msgid "Skip window list" -msgstr "â ¸ñ·Ï¿¡ ³ªÅ¸³ªÁö ¾ÊÀ½" - -#: ../src/winspector.c:1133 -msgid "Advanced" -msgstr "°í±Þ Ç׸ñ" - -#: ../src/winspector.c:1143 -msgid "Ignore HideOthers" -msgstr "HideOthers(´Ù¸¥ °Íµé ¼û±è) ¹«½Ã" - -#: ../src/winspector.c:1147 -msgid "Don't bind keyboard shortcuts" -msgstr "Å°º¸µå ´ÜÃàÅ° »ç¿ë ¾ÈÇÔ" - -#: ../src/winspector.c:1151 -msgid "Don't bind mouse clicks" -msgstr "¸¶¿ì½º Ŭ¸¯ »ç¿ë ¾ÈÇÔ" - -#: ../src/winspector.c:1155 -msgid "Keep inside screen" -msgstr "Ç×»ó È­¸é¾È¿¡ À§Ä¡" - -#: ../src/winspector.c:1159 -msgid "Don't let it take focus" -msgstr "È°¼ºÈ­ ¾ÈµÊ" - -#: ../src/winspector.c:1163 -msgid "Don't Save Session" -msgstr "¼¼¼ÇÀ» ÀúÀåÇÏÁö ¾ÊÀ½" - -#: ../src/winspector.c:1167 -msgid "Emulate Application Icon" -msgstr "¾îÇø®ÄÉÀÌ¼Ç ¾ÆÀÌÄÜ Èä³»³»±â" - -#: ../src/winspector.c:1182 -msgid "" -"Enable the \"Don't bind...\" options to allow the application to receive all " -"mouse or keyboard events." -msgstr "" -"¾îÇø®ÄÉÀ̼ÇÀÌ ¸ðµç ¸¶¿ì½º¿Í Å°º¸µå À̺¥Æ®¸¦ ¹Þµµ·Ï \"... »ç¿ë ¾ÈÇÔ\"¿É¼ÇÀ» " -"»ç¿ë °¡´ÉÇϵµ·Ï ÇÕ´Ï´Ù." - -#: ../src/winspector.c:1189 -msgid "Miniwindow Image" -msgstr "¾ÆÀÌÄÜ À̹ÌÁö" - -#: ../src/winspector.c:1208 -msgid "Update" -msgstr "°»½Å" - -#: ../src/winspector.c:1223 -msgid "Icon file name:" -msgstr "¾ÆÀÌÄÜ ÆÄÀϸí:" - -#: ../src/winspector.c:1235 -msgid "Ignore client supplied icon" -msgstr "Ŭ¶óÀ̾ðÆ® Á¦°ø ¾ÆÀÌÄÜ ¹«½Ã" - -#: ../src/winspector.c:1242 -msgid "Initial Workspace" -msgstr "Ãʱâ ÀÛ¾÷°ø°£" - -#: ../src/winspector.c:1247 -msgid "Nowhere in particular" -msgstr "Ưº°ÇÑ ¼³Á¤ ¾øÀ½" - -#: ../src/winspector.c:1281 -msgid "Application Wide" -msgstr "¾îÇø®ÄÉÀÌ¼Ç ¿ÍÀ̵å" - -#: ../src/winspector.c:1291 -msgid "Start Hidden" -msgstr "¼û°Ü¼­ ½ÇÇà" - -#: ../src/winspector.c:1295 -msgid "No application icon" -msgstr "¾îÇø®ÄÉÀÌ¼Ç ¾ÆÀÌÄÜ ¾øÀ½" - -#: ../src/workspace.c:89 ../src/workspace.c:90 ../src/workspace.c:423 -#, c-format -msgid "Workspace %i" -msgstr "ÀÛ¾÷°ø°£ %i" - -#: ../src/workspace.c:471 -msgid "Workspaces" -msgstr "ÀÛ¾÷°ø°£" - -#: ../src/workspace.c:473 -msgid "could not create Workspace menu" -msgstr "ÀÛ¾÷°ø°£ ¸Þ´º¸¦ ¸¸µé¼ö ¾øÀ½" - -#: ../src/workspace.c:480 -msgid "New" -msgstr "»õ ÀÛ¾÷°ø°£ ÀÛ¼º" - -#: ../src/workspace.c:481 -msgid "Destroy Last" -msgstr "¸¶Áö¸· ÀÛ¾÷°ø°£ ¾ø¾Ú" - -#: ../src/xutil.c:228 -msgid "invalid data in selection" -msgstr "¼±Åÿ¡ À߸øµÈ µ¥ÀÌÅÍ" - +# Korean message file for WindowMaker +# Last Update: version 0.20.2 +# +msgid "" +msgstr "" +"Date: 1998-07-21 00:20:01+0900\n" +"From: Byeong-Chan, Kim \n" +"Language-Team: Korean \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=EUC-KR\n" +"Content-Transfer-Encoding: 8-bit\n" +"Xgettext-Options: --default-domain=WindowMaker --add-comments --keyword=_\n" +"Files: ../main.c ../event.c ../window.c ../startup.c ../shutdown.c ../wcore.c ../properties.c ../texture.c ../actions.c ../menu.c ../client.c ../pixmap.c ../image.c ../gradient.c ../button.c ../screen.c ../icon.c ../rootmenu.c ../dialog.c ../resource.c ../moveres.c ../application.c ../colormap.c ../raster.c ../placement.c ../misc.c ../appmenu.c ../keybind.c ../stacking.c ../appicon.c ../switchmenu.c ../dock.c ../winmenu.c\n" + +#: ../src/appicon.c:509 ../src/dialog.c:215 ../src/dialog.c:271 ../src/dock.c:2955 ../src/dockedapp.c:206 ../src/winspector.c:279 ../src/winspector.c:295 +msgid "Error" +msgstr "¿¡·¯" + +#: ../src/appicon.c:510 +msgid "Could not open specified icon file" +msgstr "ÁöÁ¤µÈ ¾ÆÀÌÄÜ ¿­Áö ¸øÇÔ" + +#: ../src/appicon.c:511 ../src/dialog.c:114 ../src/dialog.c:215 ../src/dialog.c:271 ../src/dialog.c:451 ../src/dock.c:420 ../src/dock.c:2956 ../src/dockedapp.c:206 ../src/dockedapp.c:350 ../src/winspector.c:280 ../src/winspector.c:296 +msgid "OK" +msgstr "" + +#: ../src/appicon.c:532 ../src/dock.c:268 ../src/winmenu.c:85 +msgid "Kill Application" +msgstr "°­Á¦ Á¾·á" + +#: ../src/appicon.c:533 ../src/dock.c:269 ../src/winmenu.c:86 +msgid "" +"This will kill the application.\n" +"Any unsaved changes will be lost.\n" +"Please confirm." +msgstr "" +"¾ÖÇø®ÄÉÀ̼ÇÀ» °­Á¦ Á¾·áÇÕ´Ï´Ù.\n" +"ÀúÀåµÇÁö ¾ÊÀº º´°æ »çÇ×À» ÀÒ°Ô µË´Ï´Ù.\n" +"Á¾·áÇϽðڽÀ´Ï±î?" + +#: ../src/appicon.c:534 ../src/dock.c:270 ../src/winmenu.c:87 +msgid "Yes" +msgstr "¿¹" + +#: ../src/appicon.c:534 ../src/dock.c:270 ../src/winmenu.c:87 +msgid "No" +msgstr "¾Æ´Ï¿À" + +#: ../src/appicon.c:548 ../src/dock.c:1030 +msgid "Unhide Here" +msgstr "¼û±ä °Í ÀÌ°÷¿¡ º¸ÀÓ" + +#: ../src/appicon.c:549 ../src/dock.c:1032 +msgid "(Un)Hide" +msgstr "(¾È)¼û±è" + +#: ../src/appicon.c:550 +msgid "Set Icon..." +msgstr "¾ÆÀÌÄÜ ¼³Á¤" + +#: ../src/appicon.c:551 ../src/dock.c:1036 ../src/winmenu.c:260 +msgid "Kill" +msgstr "°­Á¦ Á¾·á" + +#: ../src/defaults.c:670 ../src/startup.c:681 ../src/startup.c:699 ../src/startup.c:705 +msgid "could not read domain \"%s\" from defaults database" +msgstr "" + +#: ../src/defaults.c:716 ../src/defaults.c:840 ../src/defaults.c:879 ../src/defaults.c:909 +msgid "Domain %s (%s) of defaults database is corrupted!" +msgstr "" + +#: ../src/defaults.c:721 ../src/defaults.c:861 ../src/defaults.c:892 ../src/defaults.c:918 +msgid "could not load domain %s from user defaults database" +msgstr "" + +#: ../src/defaults.c:732 ../src/defaults.c:825 +msgid "Domain %s (%s) of global defaults database is corrupted!" +msgstr "" + +#: ../src/defaults.c:751 ../src/defaults.c:830 +msgid "could not load domain %s from global defaults database" +msgstr "" + +#: ../src/defaults.c:1220 +msgid "wrong option value for key \"%s\". Should be one of %s" +msgstr "" + +#: ../src/defaults.c:1267 +msgid "can't convert \"%s\" to boolean for key \"%s\"" +msgstr "" + +#: ../src/defaults.c:1272 ../src/defaults.c:1306 ../src/defaults.c:1338 ../src/defaults.c:1351 ../src/defaults.c:1366 ../src/defaults.c:1381 ../src/defaults.c:1452 ../src/defaults.c:1464 ../src/defaults.c:1719 ../src/defaults.c:1733 ../src/defaults.c:1771 ../src/defaults.c:1783 ../src/defaults.c:1795 ../src/defaults.c:1818 ../src/defaults.c:1845 ../src/defaults.c:1858 ../src/defaults.c:1871 ../src/defaults.c:1901 ../src/defaults.c:1942 ../src/defaults.c:1954 ../src/defaults.c:1966 ../src/defaults.c:1992 ../src/defaults.c:2012 ../src/defaults.c:2025 ../src/defaults.c:2040 ../src/defaults.c:2079 ../src/defaults.c:2144 +msgid "using default \"%s\" instead" +msgstr "±âº»°ª \"%s\" ¸¦ ´ë½Å »ç¿ë" + +#: ../src/defaults.c:1303 +msgid "can't convert \"%s\" to integer for key \"%s\"" +msgstr "\"%s\" ÀÎ \"%s\" Å°ÀÇ °ªÀ» Á¤¼öÇüÀ¸·Î º¯È¯ ¸øÇÔ" + +#: ../src/defaults.c:1333 ../src/defaults.c:1447 ../src/defaults.c:1714 ../src/defaults.c:1766 ../src/defaults.c:1937 ../src/wdefaults.c:544 ../src/wdefaults.c:580 +msgid "Wrong option format for key \"%s\". Should be %s." +msgstr "\"%s\" Å° ¿É¼Ç Æ÷¸ËÀÌ À߸øµÊ. %sÀÎ °Å °°À½." + +#: ../src/defaults.c:1346 +msgid "Incorrect number of elements in array for key \"%s\"." +msgstr "\"%s\" Å° ºÎºÐÀÇ ÀÎÀÚ ¼ö°¡ ¸ÂÁö ¾ÊÀ½" + +#: ../src/defaults.c:1361 +msgid "Wrong value for key \"%s\". Should be Coordinate." +msgstr "\"%s\" Å° °ªÀÌ À߸øµÊ. ÁÂÇ¥·Î º¸ÀÓ." + +#: ../src/defaults.c:1376 +msgid "can't convert array to integers for \"%s\"." +msgstr "\"%s\" ÀÇ °ªÀ» Á¤¼öÇüÀ¸·Î º¯È¯Ä¡ ¸øÇÔ." + +#: ../src/defaults.c:1560 ../src/defaults.c:1591 ../src/defaults.c:1603 ../src/defaults.c:1645 ../src/defaults.c:1685 +msgid "\"%s\" is not a valid color name" +msgstr "\"%s\" ´Â Á¦´ë·Î µÈ »ö»ó¸íÀÌ ¾Æ´Ô" + +#: ../src/defaults.c:1572 +msgid "bad number of arguments in gradient specification" +msgstr "Gradient ½ºÆåÀÇ ÀÎÀÚ°¡ ¸ÂÁö ¾ÊÀ½" + +#: ../src/defaults.c:1618 +msgid "too few arguments in multicolor gradient specification" +msgstr "´Ù»ö gradient ½ºÆåÀÇ Àμö°¡ ³Ê¹« ÀÛÀ½" + +#: ../src/defaults.c:1728 +msgid "Error in texture specification for key \"%s\"" +msgstr "" + +#: ../src/defaults.c:1779 ../src/defaults.c:1814 ../src/defaults.c:1950 ../src/defaults.c:1988 +msgid "Too few elements in array for key \"WorkspaceBack\"." +msgstr "WorkspaceBack Å° ºÎºÐÀÇ ÀÎÀÚ°¡ ³Ê¹« ÀûÀ½" + +#: ../src/defaults.c:1791 ../src/defaults.c:1962 +msgid "Wrong type for workspace background. Should be Texture." +msgstr "¹è°æ»ö ¼³Á¤ÀÌ À߸øµÊ. Texture·Î º¸ÀÓ." + +#: ../src/defaults.c:1841 ../src/defaults.c:2008 +msgid "Cannot get color entry for key \"WorkspaceBack\"." +msgstr "\"WorkspaceBack\" Å°¿¡ Ä÷¯ Ç׸ñÀ» °¡Á®¿Ã ¼ö ¾øÀ½." + +#: ../src/defaults.c:1853 ../src/defaults.c:2020 +msgid "key \"WorkspaceBack\" has invalid color \"%s\"" +msgstr "\"WorkspaceBack\" Å°¿¡ ÀûÀýÄ¡ ¾ÊÀº »ö»ó \"%s\"" + +#: ../src/defaults.c:1867 ../src/defaults.c:2036 +msgid "Cannot get file entry for key \"WorkspaceBack\"." +msgstr "\"WorkspaceBack\" Å°¿¡¼­ ÆÄÀÏ Ç׸ñÀ» °¡Á®¿Ã ¼ö ¾øÀ½." + +#: ../src/defaults.c:1880 ../src/defaults.c:2061 +msgid "could not find background image \"%s\"" +msgstr "¹è°æ À̹ÌÁö \"%s\" ¸¦ ãÁö ¸øÇÔ" + +#: ../src/defaults.c:1897 ../src/defaults.c:2075 +msgid "Error in texture specification for key \"WorkspaceBack\"" +msgstr "" + +#: ../src/defaults.c:2056 +msgid "could not run \"%s\"" +msgstr "\"%s\" ¸¦ ½ÇÇàÇÒ ¼ö ¾øÀ½" + +#: ../src/defaults.c:2109 +msgid "could not load any usable font" +msgstr "»ç¿ë °¡´ÉÇÑ ±Û²ÃÀÌ ¾øÀ½" + +#: ../src/defaults.c:2139 +msgid "could not get color for key \"%s\"" +msgstr "\"%s\" Å°¿¡ ÁöÁ¤µÈ »öÀ» ÇÒ´çÇÒ ¼ö ¾øÀ½" + +#: ../src/defaults.c:2198 ../src/rootmenu.c:440 +msgid "%s:invalid key modifier \"%s\"" +msgstr "%s:Å° Modifier \"%s\" °¡ ÀûÀýÄ¡ ¾ÊÀ½" + +#: ../src/defaults.c:2210 +msgid "%s:invalid kbd shortcut specification \"%s\"" +msgstr "%s:Å°º¸µå ´ÜÃàÅ° \"%s\" °¡ ÀûÀýÄ¡ ¾ÊÀ½" + +#: ../src/defaults.c:2217 +msgid "%s:invalid key in shortcut \"%s\"" +msgstr "%s:\"%s\" ´ÜÃàÅ°¿¡ ÀûÀýÄ¡ ¾ÊÀº Å°°¡ Á¸ÀçÇÔ" + +#: ../src/defaults.c:2243 +msgid "%s: modifier key %s is not valid" +msgstr "%s: Modifier Å° %s °¡ Àû´çÄ¡ ¾ÊÀ½" + +#: ../src/defaults.c:2319 +msgid "could not render texture for icon background" +msgstr "¾ÆÀÌÄÜ ¹è°æ À̹ÌÁö¸¦ ±×¸®Áö ¸øÇÔ" + +#: ../src/defaults.c:2675 +msgid "background texture rendering was unsuccessfull" +msgstr "¹è°æ È­¸é »ý¼º¿¡ ½ÇÆÐÇÔ" + +#: ../src/defaults.c:2702 +msgid "could not load image %s for option %s:%s\n" +msgstr "À̹ÌÁö %s ¸¦ ÀÐÁö ¸øÇÔ. ¿É¼Ç %s:%s\n" + +#: ../src/defaults.c:2718 +msgid "could not spawn texture rendering subprocess for option" +msgstr "" + +#: ../src/defaults.c:2772 ../src/defaults.c:2860 +msgid "could not render texture for workspace background" +msgstr "ÀÛ¾÷°ø°£ ¹è°æ À̹ÌÁö¸¦ ±×¸®Áö ¸øÇÔ" + +#: ../src/dialog.c:114 ../src/dialog.c:458 ../src/dock.c:420 ../src/dockedapp.c:356 ../src/rootmenu.c:207 ../src/rootmenu.c:236 +msgid "Cancel" +msgstr "Ãë¼Ò" + +#: ../src/dialog.c:210 +msgid "Could not open directory " +msgstr "µð·ºÅ丮¸¦ ¿­ ¼ö ¾øÀ½ " + +#: ../src/dialog.c:266 +msgid "Could not load image file " +msgstr "À̹ÌÁö ÆÄÀÏÀ» ÀÐÀ» ¼ö ¾øÀ½ " + +#: ../src/dialog.c:395 +msgid "Directories" +msgstr "µð·ºÅ丮" + +#: ../src/dialog.c:404 +msgid "Icons" +msgstr "¾ÆÀÌÄÜ" + +#: ../src/dialog.c:441 +msgid "File Name:" +msgstr "ÆÄÀϸí:" + +#: ../src/dialog.c:464 +msgid "Choose File" +msgstr "ÆÄÀÏ ¼±ÅÃ" + +#: ../src/dialog.c:474 +msgid "Icon Chooser" +msgstr "¾ÆÀÌÄÜ ¼±ÅÃ" + +#: ../src/dock.c:209 +msgid "Type the name for workspace %i:" +msgstr "ÀÛ¾÷°ø°£ %i ÀÇ À̸§À» ÀÔ·Â:" + +#: ../src/dock.c:210 ../src/dock.c:1009 +msgid "Rename Workspace" +msgstr "ÀÛ¾÷°ø°£ À̸§ ¹Ù²Þ" + +#: ../src/dock.c:418 +msgid "Workspace Clip" +msgstr "" + +#: ../src/dock.c:419 +msgid "All selected icons will be removed!" +msgstr "¼±ÅÃÇÑ ¸ðµç ¾ÆÀÌÄÜÀÌ ¾ø¾îÁý´Ï´Ù!!" + +#: ../src/dock.c:469 +msgid "Keep Icon" +msgstr "¾ÆÀÌÄÜ À¯Áö" + +#: ../src/dock.c:470 ../src/dock.c:1926 ../src/dock.c:2048 +msgid "Type the command used to launch the application" +msgstr "¾ÖÇø®ÄÉÀÌ¼Ç ½ÇÇà ¸í·É" + +#: ../src/dock.c:833 +msgid "could not launch application %s\n" +msgstr "%s ¾ÖÇø®ÄÉÀ̼ÇÀ» ½ÇÇàÇÒ ¼ö ¾øÀ½\n" + +#: ../src/dock.c:888 +msgid "could not create workspace submenu for Clip menu" +msgstr "Clip ¸Þ´º¸¦ À§ÇÑ ÀÛ¾÷°ø°£ ºÎ¼Ó¸Þ´º¸¦ ¸¸µéÁö ¸øÇÔ" + +#: ../src/dock.c:946 +msgid "could not create options submenu for Clip menu" +msgstr "Clip ¸Þ´º¸¦ À§ÇÑ ¿É¼Ç ºÎ¼Ó¸Þ´º¸¦ ¸¸µéÁö ¸øÇÔ" + +#: ../src/dock.c:950 +msgid "Keep Clip On Top" +msgstr "Clip Ç×»ó º¸ÀÓ" + +#: ../src/dock.c:956 +msgid "Collapsed" +msgstr "¾ÆÀÌÄÜ ¼û±è" + +#: ../src/dock.c:962 +msgid "AutoCollapse" +msgstr "ÀÚµ¿ ¼û±è" + +#: ../src/dock.c:968 +msgid "AutoAttract Icons" +msgstr "¾ÆÀÌÄÜ ÀÚµ¿ ¸ðÀ½" + +#: ../src/dock.c:974 +msgid "Keep Attracted Icons" +msgstr "¸ðÀº ¾ÆÀÌÄÜ À¯Áö" + +#: ../src/dock.c:998 +msgid "Keep Dock On Top" +msgstr "Dock Ç×»ó º¸ÀÓ" + +#: ../src/dock.c:1004 +msgid "Clip Options" +msgstr "Clip ¿É¼Ç" + +#: ../src/dock.c:1011 +msgid "(Un)Select Icon" +msgstr "¾ÆÀÌÄÜ (¾È)¼±ÅÃ" + +#: ../src/dock.c:1013 +msgid "(Un)Select All Icons" +msgstr "¸ðµç ¾ÆÀÌÄÜ (¾È)¼±ÅÃ" + +#: ../src/dock.c:1016 +msgid "Keep Icon(s)" +msgstr "¾ÆÀÌÄÜ À¯Áö" + +#: ../src/dock.c:1018 +msgid "Move Icon(s) To" +msgstr "¾ÆÀÌÄÜ ¿Å±è" + +#: ../src/dock.c:1023 +msgid "Remove Icon(s)" +msgstr "¾ÆÀÌÄÜ ¾ø¾Ú" + +#: ../src/dock.c:1025 +msgid "Attract Icons" +msgstr "¾ÆÀÌÄÜ ¸ðÀ½" + +#: ../src/dock.c:1028 +msgid "Launch" +msgstr "½ÇÇà" + +#: ../src/dock.c:1034 +msgid "Settings..." +msgstr "¼³Á¤..." + +#: ../src/dock.c:1418 ../src/dock.c:1432 ../src/dock.c:1446 ../src/dock.c:1456 +msgid "bad value in docked icon state info %s" +msgstr "Dock ¾ÆÀÌÄÜÀÇ »óÅÂÁ¤º¸¿¡ À߸øµÈ °ª %s" + +#: ../src/dock.c:1464 +msgid "bad value in docked icon position %i,%i" +msgstr "Dock ¾ÆÀÌÄÜÀÇ À§Ä¡°ª %i,%i ´Â À߸øµÈ °ª" + +#: ../src/dock.c:1693 +msgid "there are too many icons stored in dock. Ignoring what doesn't fit" +msgstr "Dock ¿¡ µé¾î°£ ¾ÆÀÌÄÜÀÌ ³Ê¹« ¸¹À½. ÇÊ¿ä ¾ø´Â °ÍÀ» Áö¿ì½Ê½Ã¿À" + +#: ../src/dock.c:1925 ../src/dock.c:2047 +msgid "Dock Icon" +msgstr "" + +#: ../src/dock.c:2948 ../src/dock.c:2952 +msgid "Could not execute command \"%s\"" +msgstr "\"%s\" ¸í·ÉÀ» ½ÇÇàÇÒ ¼ö ¾øÀ½." + +#: ../src/dockedapp.c:128 +msgid "could not find icon %s, used in a docked application" +msgstr "µµÅ·µÈ ¾ÖÇÿ¡ »ç¿ëÇÒ %s ¾ÆÀÌÄÜÀ» ãÀ» ¼ö ¾øÀ½" + +#: ../src/dockedapp.c:205 +msgid "Could not open specified icon file:%s" +msgstr "ÁöÁ¤µÈ ¾ÆÀÌÄÜÀ» ¿­ ¼ö ¾øÀ½:%s" + +#: ../src/dockedapp.c:291 +msgid "Start when WindowMaker is started" +msgstr "À©µµ¿ì¸ÞÀÌÄ¿°¡ ½ÇÇàµÉ¶§ ½ÇÇàÇÔ" + +#: ../src/dockedapp.c:298 +msgid "Application path and arguments" +msgstr "¾ÖÇø®ÄÉÀÌ¼Ç PATH, ¸í·É¾î" + +#: ../src/dockedapp.c:309 +msgid "Command for files dropped with DND" +msgstr "DND ·Î ½ÇÇàÇÒ ¸í·É¾î" + +#: ../src/dockedapp.c:321 +msgid "%d will be replaced with the file name" +msgstr "%d ¿¡ ³Ñ°Ü ¹ÞÀº ÆÄÀϸíÀ» ´ëÀÔÇÔ" + +#: ../src/dockedapp.c:325 +msgid "DND support was not compiled in" +msgstr "ÄÄÆÄÀϽà DND Áö¿øÀÌ Æ÷ÇÔµÇÁö ¾ÊÀ½" + +#: ../src/dockedapp.c:331 +msgid "Icon Image" +msgstr "¾ÆÀÌÄÜ À̹ÌÁö" + +#: ../src/dockedapp.c:343 ../src/winspector.c:1191 +msgid "Browse..." +msgstr "ã±â" + +#: ../src/dockedapp.c:388 +msgid "Docked Application Settings" +msgstr "Dock ¾ÖÇø®ÄÉÀÌ¼Ç ¼³Á¤" + +#: ../src/event.c:366 +msgid "stack overflow: too many dead processes" +msgstr "½ºÅà ¿À¹öÇ÷οì: Á×Àº ÇÁ·Î¼¼½º°¡ ¸¹À½" + +#: ../src/framewin.c:526 +msgid "could not render gradient: %s" +msgstr "Gradient ¸¦ Ç¥ÇöÇÏÁö ¸øÇÔ: %s" + +#: ../src/framewin.c:542 ../src/framewin.c:557 ../src/framewin.c:568 ../src/framewin.c:575 ../src/framewin.c:582 ../src/icon.c:296 ../src/texture.c:492 +msgid "error rendering image:%s" +msgstr "À̹ÌÁö ·»´õ¸µ ¿¡·¯:%s" + +#: ../src/icon.c:182 ../src/wdefaults.c:402 +msgid "error loading image file \"%s\"" +msgstr "À̹ÌÁö ÆÄÀÏ \"%s\"¸¦ Àд Áß ¿¡·¯" + +#: ../src/icon.c:428 ../src/icon.c:437 +msgid "could not create directory %s" +msgstr "%s µð·ºÅ丮 »ý¼º ½ÇÆÐ" + +#: ../src/icon.c:702 +msgid "could not find default icon \"%s\"" +msgstr "±âº» ¾ÆÀÌÄÜ \"%s\" ãÁö ¸øÇÔ" + +#: ../src/icon.c:708 +msgid "could not load default icon \"%s\":%s" +msgstr "±âº» ¾ÆÀÌÄÜ \"%s\":%s ÀÐÁö ¸øÇÔ" + +#: ../src/main.c:185 +msgid "could not exec window manager" +msgstr "À©µµ¿ì °ü¸®ÀÚ¸¦ ½ÇÇàÇÒ ¼ö ¾øÀ½" + +#: ../src/main.c:186 +msgid "Restart failed!!!" +msgstr "Àç½ÃÀÛ ½ÇÆÐ!!!" + +#: ../src/main.c:233 +msgid "%s aborted.\n" +msgstr "%s Á¾·á.\n" + +#: ../src/main.c:244 +msgid "usage: %s [-options]\n" +msgstr "»ç¿ë¹ý: %s [-¿É¼Ç]\n" + +#: ../src/main.c:245 +msgid "options:" +msgstr "¿É¼Ç:" + +#: ../src/main.c:247 +msgid " -nocpp \t\tdisable preprocessing of configuration files" +msgstr " -nocpp \t\t¼³Á¤ÆÄÀÏÀÇ ½Ç½Ã°£ Àû¿ëÀ» »ç¿ë ¾ÈÇÔ" + +#: ../src/main.c:249 +msgid " -nodock\t\tdo not open the application Dock" +msgstr " -nodock\t\t¾ÖÇø®ÄÉÀÌ¼Ç Dock À» »ç¿ë ¾ÈÇÔ" + +#: ../src/main.c:250 +msgid " -noclip\t\tdo not open the workspace Clip" +msgstr "-noclip\t\tClip À» »ç¿ë ¾ÈÇÔ" + +#. +#. puts(_(" -locale locale locale to use")); +#. +#: ../src/main.c:254 +msgid " -visualid visualid\tvisual id of visual to use" +msgstr "-visualid visualid\tvisual id ¸¦ »ç¿ëÇÔ" + +#: ../src/main.c:255 +msgid " -display host:dpy\tdisplay to use" +msgstr " -display È£½ºÆ®:µð½ºÇ÷¹ÀÌ\t»ç¿ëÇÒ µð½ºÇ÷¹ÀÌ" + +#: ../src/main.c:256 +msgid " -version\t\tprint version and exit" +msgstr " -version\t\t¹öÁ¯À» Ç¥½ÃÇÏ°í Á¾·á" + +#: ../src/main.c:268 +msgid "" +"could not find user GNUstep directory (%s).\n" +"Make sure you have installed Window Maker correctly and run wmaker.inst" +msgstr "" +"»ç¿ëÀÚÀÇ GNUstep µð·ºÅ丮 (%s)¸¦ ãÀ» ¼ö ¾øÀ½.\n" +"À©µµ¿ì ¸ÞÀÌÄ¿¸¦ Á¦´ë·Î ¼³Ä¡Çß´ÂÁö È®ÀÎÇÏ°í wmaker.inst ¸¦ ½ÇÇàÇϽÿÀ" + +#: ../src/main.c:290 +msgid "%s:could not execute initialization script" +msgstr "%s: ÃʱâÈ­ ½ºÅ©¸³Æ®¸¦ ½ÇÇàÇÒ ¼ö ¾ø½À´Ï´Ù." + +#: ../src/main.c:309 +msgid "%s:could not execute exit script" +msgstr "%s:Á¾·á ½ºÅ©¸³Æ®¸¦ ½ÇÇàÇÏÁö ¸øÇÔ" + +#: ../src/main.c:366 ../src/main.c:373 ../src/main.c:380 +msgid "too few arguments for %s" +msgstr "%s ¸¦ À§ÇÑ ÀÎÀÚ°¡ ºÎÁ·ÇÔ" + +#: ../src/main.c:384 +msgid "bad value for visualid: \"%s\"" +msgstr "Visualid ÀÇ À߸øµÈ °ª: \"%s\"" + +#: ../src/main.c:425 +msgid "X server does not support locale" +msgstr "X ¼­¹ö°¡ ·ÎÄÉÀÏÀ» Áö¿øÇÏÁö ¾ÊÀ½" + +#: ../src/main.c:428 +msgid "cannot set locale modifiers" +msgstr "·ÎÄÉÀÏ modifier ¸¦ ¼³Á¤ÇÒ ¼ö ¾øÀ½" + +#: ../src/main.c:445 +msgid "could not open display \"%s\"" +msgstr "\"%s\" µð½ºÇ÷¹À̸¦ ¿­Áö ¸øÇÔ." + +#: ../src/menu.c:285 +msgid "wrealloc() failed while trying to add menu item" +msgstr "¸Þ´º ¾ÆÀÌÅÛ Ãß°¡ ½ÃµµÁß wrealloc() ½ÇÆÐ" + +#: ../src/misc.c:71 +msgid "could not define value for %s for cpp" +msgstr "cpp ÀÇ %s ¸¦ À§ÇÑ °ªÀÌ Á¤ÀǵÇÁö ¾ÊÀ½" + +#: ../src/misc.c:101 +msgid "could not get password entry for UID %i" +msgstr "UID %i ÀÇ Æнº¿öµå ºÎºÐÀ» ÀÐÀ» ¼ö ¾øÀ½" + +#: ../src/misc.c:125 +msgid "your machine is misconfigured. HOSTNAME is set to %s" +msgstr "½Ã½ºÅÛ ¼³Á¤ÀÌ À߸øµÊ. HOSTNAME À» %s ·Î ¼³Á¤ÇÔ" + +#: ../src/misc.c:131 +msgid "your machine is misconfigured. HOST is set to %s" +msgstr "½Ã½ºÅÛ ¼³Á¤ÀÌ À߸øµÊ. HOST ¸¦ %s ·Î ¼³Á¤ÇÔ" + +#: ../src/misc.c:773 +msgid "selection timed-out" +msgstr "¼±Åýð£ ÃÊ°ú" + +#: ../src/misc.c:788 +msgid "Program Arguments" +msgstr "ÇÁ·Î±×·¥ ¿É¼Ç" + +#: ../src/misc.c:807 +msgid "Enter command arguments:" +msgstr "¸í·É¾î:" + +#: ../src/misc.c:833 +msgid "unable to get dropped data from DND drop" +msgstr "" + +#: ../src/misc.c:841 +msgid "error getting dropped data from DND drop" +msgstr "" + +#: ../src/misc.c:847 +msgid "out of memory while getting data from DND drop" +msgstr "" + +#: ../src/misc.c:891 ../src/misc.c:1011 +msgid "out of memory during expansion of \"%s\"" +msgstr "\"%s\" ÀÇ È®Àå Áß ¸Þ¸ð¸® ºÎÁ·" + +#: ../src/misc.c:945 +msgid "out of memory during expansion of \"%w\"" +msgstr "\"%w\" ÀÇ È®Àå Áß ¸Þ¸ð¸® ºÎÁ·" + +#: ../src/misc.c:964 +msgid "out of memory during expansion of \"%a\"" +msgstr "\"%a\" ÀÇ È®Àå Áß ¸Þ¸ð¸® ºÎÁ·" + +#: ../src/misc.c:990 +msgid "out of memory during expansion of \"%d\"" +msgstr "\"%d\" ÀÇ È®Àå Áß ¸Þ¸ð¸® ºÎÁ·" + +#: ../src/misc.c:1004 +msgid "selection not available" +msgstr "¼±Åà ºÒ°¡´É" + +#: ../src/misc.c:1077 ../src/misc.c:1083 +msgid "bad window name value in %s state info" +msgstr "%s »óÅ Á¤º¸ÀÇ À©µµ¿ì À̸§ÀÌ À߸øµÊ" + +#: ../src/pixmap.c:235 +msgid "could not load mask bitmap file \"%s\". Won't use mask" +msgstr "" + +#: ../src/proplist.c:180 +msgid "unterminated string" +msgstr "" + +#: ../src/proplist.c:247 +msgid "unterminated array" +msgstr "" + +#: ../src/proplist.c:256 +msgid "missing , in array or unterminated array" +msgstr "" + +#: ../src/proplist.c:267 +msgid "could not get array element" +msgstr "¹è¿­ÀÇ ÀÎÀÚ¸¦ °¡Á®¿ÀÁö ¸øÇÔ" + +#: ../src/proplist.c:297 +msgid "unterminated dictionary" +msgstr "" + +#: ../src/proplist.c:315 +msgid "missing dictionary key" +msgstr "" + +#: ../src/proplist.c:317 +msgid "missing dictionary entry key or unterminated dictionary" +msgstr "" + +#: ../src/proplist.c:323 +msgid "error parsing dictionary key" +msgstr "" + +#: ../src/proplist.c:332 +msgid "missing = in dictionary entry" +msgstr "" + +#: ../src/proplist.c:351 +msgid "missing ; in dictionary entry" +msgstr "" + +#: ../src/proplist.c:432 +msgid "was expecting a string, dictionary, data or array." +msgstr "" + +#: ../src/proplist.c:434 +msgid "Comments are not allowed inside WindowMaker owned domain files." +msgstr "" + +#: ../src/proplist.c:453 +msgid "could not open domain file %s" +msgstr "" + +#: ../src/proplist.c:466 +msgid "extra data after end of file" +msgstr "" + +#: ../src/resources.c:71 +msgid "The following character sets are missing in %s:" +msgstr "" + +#: ../src/resources.c:76 +msgid "The string \"%s\" will be used in place" +msgstr "" + +#: ../src/resources.c:78 +msgid "of any characters from those sets." +msgstr "" + +#: ../src/resources.c:81 +msgid "could not create font set %s. Trying fixed" +msgstr "%s ±Û²Ã ¼ÂÀ» ¸¸µéÁö ¸øÇÔ. ±âº» ±Û²Ã·Î Àç½Ãµµ" + +#: ../src/resources.c:98 +msgid "could not load font %s. Trying fixed" +msgstr "%s ±Û²ÃÀÌ ¾øÀ½. ±âº» ±Û²Ã·Î Àç½Ãµµ" + +#: ../src/resources.c:136 +msgid "could not parse color \"%s\"" +msgstr "\"%s\" »öÀ» ÀνÄÇÒ ¼ö ¾øÀ½" + +#: ../src/resources.c:140 +msgid "could not allocate color \"%s\"" +msgstr "\"%s\" »öÀ» ÇÒ´çÇÒ ¼ö ¾øÀ½" + +#: ../src/rootmenu.c:205 ../src/rootmenu.c:207 ../src/rootmenu.c:236 +msgid "Exit" +msgstr "Á¾·á" + +#: ../src/rootmenu.c:206 +msgid "Exit window manager?" +msgstr "À©µµ¿ì °ü¸®ÀÚ¸¦ Á¾·áÇϽðڽÀ´Ï±î?" + +#: ../src/rootmenu.c:234 +msgid "Close X session" +msgstr "X ¸¦ Á¾·áÇÕ´Ï´Ù!" + +#: ../src/rootmenu.c:235 +msgid "" +"Close Window System session?\n" +"(all applications will be closed)" +msgstr "" +"X ¸¦ Á¾·áÇϽðڽÀ´Ï±î?\n" +"(¸ðµç ¾ÖÇø®ÄÉÀ̼ÇÀÌ Á¾·áµË´Ï´Ù)" + +#: ../src/rootmenu.c:454 +msgid "%s:invalid kbd shortcut specification \"%s\" for entry %s" +msgstr "" + +#: ../src/rootmenu.c:462 +msgid "%s:invalid key in shortcut \"%s\" for entry %s" +msgstr "" + +#: ../src/rootmenu.c:515 +msgid "%s: unmatched '\"' in menu file" +msgstr "¸Þ´º ÆÄÀÏÀÇ '\"' ¦ÀÌ ¸ÂÁö ¾ÊÀ½ " + +#: ../src/rootmenu.c:565 +msgid "%s: missing command" +msgstr "%s: ¸í·É¾î°¡ ¾øÀ½" + +#: ../src/rootmenu.c:598 +msgid "invalid OPEN_MENU specification: %s" +msgstr "OPEN_MENU ½ºÆåÀÌ ÀûÀýÄ¡ ¾ÊÀ½: %s" + +#: ../src/rootmenu.c:663 +msgid "%s:could not stat menu" +msgstr "" + +#: ../src/rootmenu.c:671 +msgid "%s:could not stat menu :%s" +msgstr "" + +#: ../src/rootmenu.c:689 +msgid "too many parameters in OPEN_MENU: %s" +msgstr "OPEN_MENU ¿¡ ¸Å°³ º¯¼ö°¡ ³Ê¹« ¸¹À½: %s" + +#: ../src/rootmenu.c:725 +msgid "There are more than one WORKSPACE_MENU commands in the applications menu. Only one is allowed." +msgstr "" + +#: ../src/rootmenu.c:754 ../src/rootmenu.c:772 +msgid "%s:missing parameter for menu command \"%s\"" +msgstr "%s: ¸Þ´º ¸í·É¾î \"%s\" ÀÇ Àμö°¡ ºüÁ³À½" + +#: ../src/rootmenu.c:835 +msgid "%s:unknown command \"%s\" in menu config." +msgstr "%s:¸Þ´º ¼³Á¤ÀÇ \"%s\" ¸í·ÉÀ» ¾Ë ¼ö ¾øÀ½." + +#: ../src/rootmenu.c:843 +msgid "%s:can't add shortcut for entry \"%s\"" +msgstr "" + +#: ../src/rootmenu.c:980 +msgid "%s:maximal line size exceeded in menu config: %s" +msgstr "%s:¸Þ´º ¼³Á¤ÀÇ ÃÖ´ë ÁÙ¼ö¸¦ ÃÊ°úÇÔ: %s" + +#: ../src/rootmenu.c:1002 ../src/rootmenu.c:1094 ../src/rootmenu.c:1195 +msgid "%s:missing command in menu config: %s" +msgstr "%s:¸Þ´º¿¡ µî·ÏµÈ ¸í·ÉÀ» ãÀ» ¼ö ¾øÀ½: %s" + +#: ../src/rootmenu.c:1032 +msgid "%s:syntax error in menu file:END declaration missing" +msgstr "%s:¸Þ´ºÆÄÀÏ ¹®¹ý¿¡·¯:END ¼±¾ð¹® ¾øÀ½" + +#: ../src/rootmenu.c:1061 ../src/rootmenu.c:1160 +msgid "could not make arguments for menu file preprocessor" +msgstr "" + +#: ../src/rootmenu.c:1067 ../src/rootmenu.c:1167 +msgid "%s:could not open/preprocess menu file" +msgstr "%s:¸Þ´º ÆÄÀÏÀ» ¿­±â/ºÐ¼® ¸øÇÔ" + +#: ../src/rootmenu.c:1079 ../src/rootmenu.c:1180 +msgid "%s:could not open menu file" +msgstr "%s:¸Þ´º ÆÄÀÏÀ» ¿­Áö ¸øÇÔ" + +#: ../src/rootmenu.c:1106 +msgid "%s:invalid menu file. MENU command is missing" +msgstr "%s:À߸øµÈ ¸Þ´º ÆÄÀÏ. MENU Ç׸ñÀÌ ¾øÀ½" + +#: ../src/rootmenu.c:1115 +msgid "error reading preprocessed menu data" +msgstr "" + +#: ../src/rootmenu.c:1207 +msgid "%s:no title given for the root menu" +msgstr "%s:±âº» ¸Þ´º Á¦¸ñ ÁöÁ¤µÇÁö ¾ÊÀ½" + +#: ../src/rootmenu.c:1261 ../src/rootmenu.c:1324 ../src/rootmenu.c:1368 +msgid "out of memory while constructing directory menu %s" +msgstr "%s µð·ºÅ丮 ¸Þ´º »ý¼º Áß ¸Þ¸ð¸® ºÎÁ·" + +#: ../src/rootmenu.c:1271 +msgid "%s:could not stat file \"%s\" in menu directory" +msgstr "" + +#: ../src/rootmenu.c:1417 +msgid "Commands" +msgstr "¸í·É¾î" + +#: ../src/rootmenu.c:1419 +msgid "Exit..." +msgstr "Á¾·á..." + +#: ../src/rootmenu.c:1486 +msgid "could not find menu file \"%s\" referenced in WMRootMenu" +msgstr "WMRootMenu ¿¡ ÁöÁ¤µÈ \"%s\" ¸Þ´º ÆÄÀÏÀ» ãÁö ¸øÇÔ" + +#: ../src/rootmenu.c:1493 +msgid "could not access menu \"%s\" referenced in WMRootMenu" +msgstr "WMRootMenu ¿¡ ÁöÁ¤µÈ \"%s\" ¸Þ´º ÆÄÀÏ¿¡ Á¢±Ù ¸øÇÔ" + +#: ../src/rootmenu.c:1521 ../src/rootmenu.c:1576 +msgid "%s:format error in root menu configuration \"%s\"" +msgstr "%s: ·çÆ® ¸Þ´º ¼³Á¤ÀÇ \"%s\" Æ÷¸Ë ¿¡·¯" + +#: ../src/screen.c:402 +msgid "could not load logo image for panels" +msgstr "Æгο¡ ¾²ÀÏ ·Î°í À̹ÌÁö¸¦ ÀÐÁö ¸øÇÔ" + +#: ../src/screen.c:405 +msgid "error making logo image for panel:%s" +msgstr "Æгο¡ ¾²ÀÏ ·Î°í À̹ÌÁö¸¦ ¸¸µéÁö ¸øÇÔ:%s" + +#: ../src/screen.c:584 +msgid "could not initialize graphics library context: %s" +msgstr "±×·¡ÇÈ ¶óÀ̺귯¸® ȯ°æÀ» ÃʱâÈ­ ÇÒ¼ö ¾øÀ½" + +#: ../src/session.c:113 ../src/wdefaults.c:562 ../src/winspector.c:343 +msgid "can't convert \"%s\" to boolean" +msgstr "" + +#: ../src/stacking.c:88 +msgid "could not get window list!!" +msgstr "À©µµ¿ì ¸®½ºÆ®¸¦ °¡Á® ¿Ã ¼ö ¾øÀ½!!" + +#: ../src/startup.c:187 +msgid "internal X error: %s\n" +msgstr "X ³»ºÎ ¿¡·¯: %s\n" + +#: ../src/startup.c:250 +msgid "got signal %i (%s) - restarting\n" +msgstr "%i (%s) ½ÅÈ£ °¨Áö - Àç½Ãµ¿\n" + +#: ../src/startup.c:252 +msgid "got signal %i - restarting\n" +msgstr "%i ½ÅÈ£ °¨Áö - Àç½Ãµ¿ÇÔ\n" + +#: ../src/startup.c:266 +msgid "%s: Received signal SIGTERM. Exiting..." +msgstr "%s: SIGTERM ½ÅÈ£ ¹ÞÀ½. Á¾·á..." + +#: ../src/startup.c:278 +msgid "got signal %i (%s)\n" +msgstr "%i (%s) ½ÅÈ£ °¨Áö\n" + +#: ../src/startup.c:280 +msgid "got signal %i\n" +msgstr "%i ½ÅÈ£ °¨Áö\n" + +#: ../src/startup.c:285 +msgid "crashed while trying to do some post-crash cleanup. Aborting immediatelly." +msgstr "" + +#: ../src/startup.c:296 +msgid "trying to start alternative window manager..." +msgstr "" + +#: ../src/startup.c:691 +msgid "icon size is configured to %i, but it's too small. Using 16, instead\n" +msgstr "ÁöÁ¤µÈ ¾ÆÀÌÄÜ Å©±â(%i)°¡ ³Ê¹« ÀÛÀ½. 16À¸·Î ¹Ù²Þ\n" + +#: ../src/startup.c:735 +msgid "it seems that there already is a window manager running" +msgstr "ÀÌ¹Ì ´Ù¸¥ À©µµ¿ì ¸Þ´ÏÁ®°¡ ÀÛµ¿ Áß" + +#: ../src/startup.c:741 +msgid "could not manage screen %i" +msgstr "" + +#: ../src/startup.c:797 +msgid "could not manage any screen" +msgstr "" + +#: ../src/switchmenu.c:124 +msgid "Windows" +msgstr "À©µµ¿ì ¸®½ºÆ®" + +#: ../src/texture.c:267 +msgid "image file \"%s\" used as texture could not be found." +msgstr "\"%s\" À̹ÌÁö ÆÄÀÏÀ» ãÀ» ¼ö ¾øÀ½." + +#: ../src/texture.c:273 +msgid "could not load texture pixmap \"%s\":%s" +msgstr "Texture pixmap \"%s\"À» ¿­ ¼ö°¡ ¾øÀ½." + +#: ../src/texture.c:377 ../src/texture.c:488 +msgid "could not render texture: %s" +msgstr "Texture ·»´õ¸µÀ» ÇÒ ¼ö ¾øÀ½: %s" + +#: ../src/wdefaults.c:396 +msgid "could not find icon file \"%s\"" +msgstr "\"%s\" ¾ÆÀÌÄÜÀ» ãÁö ¸øÇÔ" + +#: ../src/window.c:2201 ../src/window.c:2344 +msgid "" +"the NumLock, ScrollLock or similar key seems to be turned on.\n" +"Turn it off or some mouse actions and keyboard shortcuts will not work." +msgstr "" + +#: ../src/winmenu.c:182 +msgid "could not create workspace submenu for window menu" +msgstr "À©µµ¿ì¸Þ´º¸¦ À§ÇÑ ÀÛ¾÷°ø°£ ºÎ¼Ó¸Þ´º¸¦ ¸¸µé ¼ö ¾øÀ½" + +#: ../src/winmenu.c:204 +msgid "(Un)Maximize" +msgstr "(¾È)ÃÖ´ëÈ­" + +#: ../src/winmenu.c:212 +msgid "Miniaturize" +msgstr "ÃÖ¼ÒÈ­" + +#: ../src/winmenu.c:221 +msgid "(Un)Shade" +msgstr "(¾È)°¡¸²" + +#: ../src/winmenu.c:229 +msgid "Hide" +msgstr "¼û±è" + +#: ../src/winmenu.c:236 +msgid "Hide Others" +msgstr "´Ù¸¥ °Íµé ¼û±è" + +#: ../src/winmenu.c:238 +msgid "Select" +msgstr "¼±ÅÃ" + +#: ../src/winmenu.c:246 +msgid "Move To" +msgstr "¿Å±è" + +#: ../src/winmenu.c:251 +msgid "Attributes..." +msgstr "¼Ó¼º ¼³Á¤" + +#: ../src/winmenu.c:253 +msgid "Close" +msgstr "´Ý±â" + +#: ../src/winspector.c:277 +msgid "Could not find icon \"%s\" specified for this window" +msgstr "ÀÌ À©µµ¿ì¿¡¼­ »ç¿ëÇÏ´Â \"%s\" ¾ÆÀÌÄÜÀ» ãÀ» ¼ö ¾øÀ½" + +#: ../src/winspector.c:293 +msgid "Could not open specified icon \"%s\":%s" +msgstr "ÁöÁ¤µÈ \"%s\" ¾ÆÀÌÄÜÀ» ¿­ ¼ö ¾øÀ½:%s" + +#: ../src/winspector.c:989 +msgid "Save" +msgstr "ÀúÀå" + +#: ../src/winspector.c:995 +msgid "Apply" +msgstr "Àû¿ë" + +#: ../src/winspector.c:1001 +msgid "Revert" +msgstr "º¹±¸" + +#: ../src/winspector.c:1010 ../src/winspector.c:1020 +msgid "Window Specification" +msgstr "À©µµ¿ì ¼±ÅÃ" + +#: ../src/winspector.c:1011 +msgid "Window Attributes" +msgstr "À©µµ¿ì ¼Ó¼º" + +#: ../src/winspector.c:1012 +msgid "Advanced Options" +msgstr "°í±Þ ¿É¼Ç" + +#: ../src/winspector.c:1013 +msgid "Icon and Initial Workspace" +msgstr "¾ÆÀÌÄÜ, Ãʱâ ÀÛ¾÷°ø°£" + +#: ../src/winspector.c:1014 +msgid "Application Specific" +msgstr "¾ÖÇø®ÄÉÀ̼Ç" + +#: ../src/winspector.c:1028 +msgid "Defaults for all windows" +msgstr "À©µµ¿ì ±âº»°ª" + +#: ../src/winspector.c:1064 +msgid "" +"The configuration will apply to all\n" +"windows that have their WM_CLASS property set to the above selected\n" +"name, when saved." +msgstr "" +"¼³Á¤À» ÀúÀåÇϸé À§¿¡ ¼±ÅÃÇÑ À̸§À» Æ÷ÇÔÇÏ´Â WM_CLASS ¼Ó¼ºÀ» °¡Áö´Â ¸ðµç\n" +"À©µµ¿ì¿¡ ±× ¼³Á¤ÀÌ Àû¿ëµË´Ï´Ù.\n" +" " + +#: ../src/winspector.c:1071 +msgid "Attributes" +msgstr "¼Ó¼º ¼±Åà Ç׸ñ" + +#: ../src/winspector.c:1081 +msgid "Disable titlebar" +msgstr "ŸÀÌƲ¹Ù ¼û±è" + +#: ../src/winspector.c:1085 +msgid "Disable resizebar" +msgstr "Å©±âÁ¶Á¤¹Ù ¼û±è" + +#: ../src/winspector.c:1089 +msgid "Disable close button" +msgstr "´Ý±â ¹öÆ° ¾ø¾Ú" + +#: ../src/winspector.c:1093 +msgid "Disable miniaturize button" +msgstr "ÃÖ¼ÒÈ­ ¹öÆ° ¾ø¾Ú" + +#: ../src/winspector.c:1097 +msgid "Keep on top" +msgstr "Ç×»ó À§" + +#: ../src/winspector.c:1101 +msgid "Omnipresent" +msgstr "Ç×»ó º¸ÀÓ" + +#: ../src/winspector.c:1105 +msgid "Start Miniaturized" +msgstr "ÃÖ¼ÒÈ­ÇÏ¿© ½ÇÇà" + +#: ../src/winspector.c:1109 +msgid "Skip window list" +msgstr "À©µµ¿ì ¸®½ºÆ®¿¡¼­ Á¦¿Ü" + +#: ../src/winspector.c:1123 +msgid "Advanced" +msgstr "°í±Þ ¼±Åà Ç׸ñ" + +#: ../src/winspector.c:1133 +msgid "Ignore HideOthers" +msgstr "´Ù¸¥ °Íµé ¼û±è ¹«½Ã" + +#: ../src/winspector.c:1137 +msgid "Don't bind keyboard shortcuts" +msgstr "´ÜÃàÅ° »ç¿ë ºÒ°¡" + +#: ../src/winspector.c:1141 +msgid "Don't bind mouse clicks" +msgstr "¸¶¿ì½º Ŭ¸¯ »ç¿ë ºÒ°¡" + +#: ../src/winspector.c:1145 +msgid "Keep inside screen" +msgstr "Ç×»ó È­¸é¾È¿¡ À§Ä¡" + +#: ../src/winspector.c:1149 +msgid "Don't let it take focus" +msgstr "È°¼ºÈ­ ¾ÈµÊ" + +#: ../src/winspector.c:1153 +msgid "Don't Save Session" +msgstr "¼¼¼ÇÀ» ÀúÀåÇÏÁö ¾ÊÀ½" + +#: ../src/winspector.c:1157 +msgid "Emulate Application Icon" +msgstr "" + +#: ../src/winspector.c:1172 +msgid "Enable the \"Don't bind...\" options to allow the application to receive all mouse or keyboard events." +msgstr " " + +#: ../src/winspector.c:1179 +msgid "Miniwindow Image" +msgstr "¾ÆÀÌÄÜ" + +#: ../src/winspector.c:1198 +msgid "Update" +msgstr "°»½Å" + +#: ../src/winspector.c:1213 +msgid "Icon file name:" +msgstr "¾ÆÀÌÄÜ ÆÄÀϸí:" + +#: ../src/winspector.c:1225 +msgid "Ignore client supplied icon" +msgstr "¾ÖÇø®ÄÉÀÌ¼Ç ¾ÆÀÌÄÜ ¹«½Ã" + +#: ../src/winspector.c:1232 +msgid "Initial Workspace" +msgstr "Ãʱâ ÀÛ¾÷°ø°£" + +#: ../src/winspector.c:1237 +msgid "Nowhere in particular" +msgstr "Ưº°ÇÑ ¼³Á¤ ¾øÀ½" + +#: ../src/winspector.c:1271 +msgid "Application Wide" +msgstr "¾ÖÇø®ÄÉÀ̼Ç" + +#: ../src/winspector.c:1281 +msgid "Start Hidden" +msgstr "¼û°Ü¼­ ½ÇÇà" + +#: ../src/winspector.c:1285 +msgid "No application icon" +msgstr "¾ÖÇø®ÄÉÀÌ¼Ç ¾ÆÀÌÄÜ »ç¿ë ¾ÈÇÔ" + +#: ../src/workspace.c:89 ../src/workspace.c:90 ../src/workspace.c:423 +msgid "Workspace %i" +msgstr "" + +#: ../src/workspace.c:471 +msgid "Workspaces" +msgstr "ÀÛ¾÷°ø°£" + +#: ../src/workspace.c:473 +msgid "could not create Workspace menu" +msgstr "ÀÛ¾÷°ø°£ ¸Þ´º¸¦ ¸¸µé¼ö ¾øÀ½" + +#: ../src/workspace.c:480 +msgid "New" +msgstr "»õ ÀÛ¾÷°ø°£ ¸¸µë" + +#: ../src/workspace.c:481 +msgid "Destroy Last" +msgstr "¸¶Áö¸· ÀÛ¾÷°ø°£ ¾ø¾Ú" + +#: ../src/xutil.c:228 +msgid "invalid data in selection" +msgstr "" diff --git a/src/Makefile.in b/src/Makefile.in index 2332801a..5bf3c779 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -76,6 +76,7 @@ LN_S = @LN_S@ MAKEINFO = @MAKEINFO@ MOFILES = @MOFILES@ NLSDIR = @NLSDIR@ +NM = @NM@ PACKAGE = @PACKAGE@ RANLIB = @RANLIB@ REDUCE_APPICONS = @REDUCE_APPICONS@ diff --git a/src/WindowMaker.h b/src/WindowMaker.h index 5c0720c5..ffe60e5b 100644 --- a/src/WindowMaker.h +++ b/src/WindowMaker.h @@ -286,6 +286,7 @@ typedef struct WPreferences { char ws_cycle; /* Cycle existing workspaces */ + unsigned int modifier_mask; /* mask to use as kbd modifier */ char save_session_on_exit; /* automatically save session on exit */ diff --git a/src/actions.c b/src/actions.c index 24bde0ea..ed19d339 100644 --- a/src/actions.c +++ b/src/actions.c @@ -415,7 +415,7 @@ wUnshadeWindow(WWindow *wwin) /* if the window is focused, set the focus again as it was disabled during * shading */ if (wwin->flags.focused) - wSetFocusTo(wwin->screen_ptr, wwin); + wSetFocusTo(wwin->screen_ptr, wwin); #ifdef GNOME_STUFF wGNOMEUpdateClientStateHint(wwin, False); diff --git a/src/appicon.c b/src/appicon.c index fa60711b..a5d13446 100644 --- a/src/appicon.c +++ b/src/appicon.c @@ -563,7 +563,7 @@ openApplicationMenu(WApplication *wapp, int x, int y) if (!scr->icon_menu) { scr->icon_menu = createApplicationMenu(scr); - free(scr->window_menu->entries[1]->text); + free(scr->icon_menu->entries[1]->text); } menu = scr->icon_menu; @@ -678,6 +678,9 @@ appIconMouseDown(WObjDescriptor *desc, XEvent *event) WObjDescriptor *desc; WApplication *wapp = wApplicationOf(aicon->icon->owner->main_window); + if (!wapp) + return; + openApplicationMenu(wapp, event->xbutton.x_root, event->xbutton.y_root); diff --git a/src/client.c b/src/client.c index 1f52cc08..a66abdd5 100644 --- a/src/client.c +++ b/src/client.c @@ -719,6 +719,9 @@ wClientGetNormalHints(WWindow *wwin, XWindowAttributes *wattribs, Bool geometry, #ifdef DEBUG printf("PRE ICCCM\n"); #endif +#ifdef IGNORE_PPOSITION + wwin->normal_hints->flags &= ~PPosition; +#endif if (wwin->normal_hints->flags & (USPosition|PPosition)) { *x = wwin->normal_hints->x; *y = wwin->normal_hints->y; diff --git a/src/defaults.c b/src/defaults.c index e678ff60..15dbca47 100644 --- a/src/defaults.c +++ b/src/defaults.c @@ -30,6 +30,7 @@ #include #include #include +#include #include #include @@ -1926,33 +1927,23 @@ again: /* only do basic error checking and verify for None texture */ nelem = PLGetNumberOfElements(value); - if (nelem < 1) { - wwarning(_("Too few elements in array for key \"WorkspaceBack\".")); - if (changed==0) { - value = entry->plvalue; - changed = 1; - wwarning(_("using default \"%s\" instead"), entry->default_value); - goto again; - } - return False; - } + if (nelem > 0) { + elem = PLGetArrayElement(value, 0); + if (!elem || !PLIsString(elem)) { + wwarning(_("Wrong type for workspace background. Should be a texture type.")); + if (changed==0) { + value = entry->plvalue; + changed = 1; + wwarning(_("using default \"%s\" instead"), entry->default_value); + goto again; + } + return False; + } + val = PLGetString(elem); - elem = PLGetArrayElement(value, 0); - if (!elem || !PLIsString(elem)) { - wwarning(_("Wrong type for workspace background. Should be a texture type.")); - if (changed==0) { - value = entry->plvalue; - changed = 1; - wwarning(_("using default \"%s\" instead"), entry->default_value); - goto again; - } - return False; + if (strcasecmp(val, "None")==0) + return True; } - val = PLGetString(elem); - - if (strcasecmp(val, "None")==0) - return True; - *ret = PLRetain(value); return True; @@ -1983,17 +1974,13 @@ again: /* only do basic error checking and verify for None texture */ nelem = PLGetNumberOfElements(value); - if (nelem < 0) { - *ret = PLRetain(value); - - return True; - } - - while (nelem--) { - elem = PLGetArrayElement(value, nelem); - if (!elem || !PLIsArray(elem)) { - wwarning(_("Wrong type for background of workspace %i. Should be a texture."), - nelem); + if (nelem > 0) { + while (nelem--) { + elem = PLGetArrayElement(value, nelem); + if (!elem || !PLIsArray(elem)) { + wwarning(_("Wrong type for background of workspace %i. Should be a texture."), + nelem); + } } } @@ -2568,11 +2555,9 @@ setWorkspaceSpecificBack(WScreen *scr, WDefaultEntry *entry, proplist_t value, if (scr->flags.backimage_helper_launched) { if (PLGetNumberOfElements(value)==0) { - kill(scr->helper_pid, SIGTERM); - close(scr->helper_fd); - scr->helper_fd = 0; - scr->flags.backimage_helper_launched = 0; - + SendHelperMessage(scr, 'C', 0, NULL); + SendHelperMessage(scr, 'K', 0, NULL); + PLRelease(value); return 0; } @@ -2593,10 +2578,16 @@ setWorkspaceSpecificBack(WScreen *scr, WDefaultEntry *entry, proplist_t value, pid = fork(); if (pid < 0) { wsyserror("fork() failed:can't set workspace specific background image"); + if (close(filedes[0]) < 0) + wsyserror("could not close pipe"); + if (close(filedes[1]) < 0) + wsyserror("could not close pipe"); + } else if (pid == 0) { SetupEnvironment(scr); - close(0); + if (close(0) < 0) + wsyserror("could not close pipe"); if (dup(filedes[0]) < 0) { wsyserror("dup() failed:can't set workspace specific background image"); } @@ -2604,6 +2595,14 @@ setWorkspaceSpecificBack(WScreen *scr, WDefaultEntry *entry, proplist_t value, wsyserror("could not execute wmsetbg"); exit(1); } else { + + if (fcntl(filedes[0], F_SETFD, FD_CLOEXEC) < 0) { + wsyserror("error setting close-on-exec flag"); + } + if (fcntl(filedes[1], F_SETFD, FD_CLOEXEC) < 0) { + wsyserror("error setting close-on-exec flag"); + } + scr->helper_fd = filedes[1]; scr->helper_pid = pid; scr->flags.backimage_helper_launched = 1; @@ -2645,7 +2644,10 @@ setWorkspaceBack(WScreen *scr, WDefaultEntry *entry, proplist_t value, if (str) { SendHelperMessage(scr, 'S', 0, str); free(str); + } else { + SendHelperMessage(scr, 'U', 0, NULL); } + SendHelperMessage(scr, 'C', scr->current_workspace+1, NULL); } else { char *command; char *text; diff --git a/src/dock.c b/src/dock.c index 7984d993..2f3b2e5b 100644 --- a/src/dock.c +++ b/src/dock.c @@ -2271,7 +2271,10 @@ wDockSnapIcon(WDock *dock, WAppIcon *icon, int req_x, int req_y, int i, offset = ICON_SIZE/2; WAppIcon *aicon = NULL; WAppIcon *nicon = NULL; + int max_y_icons, max_x_icons; + max_x_icons = scr->scr_width/ICON_SIZE; + max_y_icons = scr->scr_height/ICON_SIZE-1; if (wPreferences.flags.noupdates) return False; @@ -2284,7 +2287,7 @@ wDockSnapIcon(WDock *dock, WAppIcon *icon, int req_x, int req_y, (dock->icon_count >= dock->max_icons)) { return False; } - + /* exact position */ if (req_y < dy) ex_y = (req_y - offset - dy)/ICON_SIZE; @@ -2298,9 +2301,9 @@ wDockSnapIcon(WDock *dock, WAppIcon *icon, int req_x, int req_y, /* check if the icon is outside the screen boundaries */ if (dx + ex_x*ICON_SIZE < -ICON_SIZE+2 || - dx + ex_x*ICON_SIZE > scr->scr_width-1 || + dx + ex_x*ICON_SIZE >= scr->scr_width-1 || dy + ex_y*ICON_SIZE < -ICON_SIZE+2 || - dy + ex_y*ICON_SIZE > scr->scr_height-1) + dy + ex_y*ICON_SIZE >= scr->scr_height-1) return False; if (dock->type == WM_DOCK) { @@ -2330,10 +2333,11 @@ wDockSnapIcon(WDock *dock, WAppIcon *icon, int req_x, int req_y, if (abs(ex_x) > DOCK_DETTACH_THRESHOLD) return False; - if (ex_y >=0 && (aicon == icon || !aicon)) { + if (ex_y >= 0 && ex_y < max_y_icons && (aicon == icon || !aicon)) { *ret_y = ex_y; + return True; } @@ -2365,7 +2369,7 @@ wDockSnapIcon(WDock *dock, WAppIcon *icon, int req_x, int req_y, } sig = -sig; } - if (done && closest >= 0 && + if (done && closest >= 0 && closest < max_y_icons && ((ex_y >= closest && ex_y - closest < DOCK_DETTACH_THRESHOLD+1) || (ex_y < closest && closest - ex_y <= DOCK_DETTACH_THRESHOLD+1))) { @@ -2377,7 +2381,7 @@ wDockSnapIcon(WDock *dock, WAppIcon *icon, int req_x, int req_y, } else { /* !redocking */ /* if slot is free and the icon is close enough, return it */ - if (!aicon && ex_x==0 && ex_y>=0) { + if (!aicon && ex_x == 0 && ex_y >= 0 && ex_y < max_y_icons) { *ret_y = ex_y; return True; } diff --git a/src/event.c b/src/event.c index b45bfa59..8577db3d 100644 --- a/src/event.c +++ b/src/event.c @@ -618,8 +618,15 @@ handleButtonPress(XEvent *event) wBalloonHide(scr); #endif + #ifndef LITE if (event->xbutton.window==scr->root_win) { + +#ifdef GNOME_STUFF + if (wGNOMEProxyizeButtonEvent(scr, event)) + return; +#endif + if (event->xbutton.button==wPreferences.menu_button) { OpenRootMenu(scr, event->xbutton.x_root, event->xbutton.y_root, False); diff --git a/src/gnome.c b/src/gnome.c index ee83200f..c6f9f9f6 100644 --- a/src/gnome.c +++ b/src/gnome.c @@ -52,6 +52,10 @@ #include "gnome.h" + + + + #define WIN_HINTS_SKIP_FOCUS (1<<0) /*"alt-tab" skips this win*/ #define WIN_HINTS_SKIP_WINLIST (1<<1) /*do not show in window list*/ #define WIN_HINTS_SKIP_TASKBAR (1<<2) /*do not show on taskbar*/ @@ -94,6 +98,7 @@ static Atom _XA_WIN_WORKSPACE; static Atom _XA_WIN_WORKSPACE_COUNT; static Atom _XA_WIN_WORKSPACE_NAMES; static Atom _XA_WIN_CLIENT_LIST; +static Atom _XA_WIN_DESKTOP_BUTTON_PROXY; void @@ -130,6 +135,9 @@ wGNOMEInitStuff(WScreen *scr) XInternAtom(dpy, "_WIN_WORKSPACE_NAMES", False); _XA_WIN_CLIENT_LIST = XInternAtom(dpy, "_WIN_CLIENT_LIST", False); + + _XA_WIN_DESKTOP_BUTTON_PROXY = + XInternAtom(dpy, "_WIN_DESKTOP_BUTTON_PROXY", False); } /* I'd rather use the ICCCM 2.0 mechanisms, but @@ -138,7 +146,7 @@ wGNOMEInitStuff(WScreen *scr) /* setup the "We're compliant, you idiot!" hint */ - /* why XA_CARDINAL instead of XA_WINDOW? Only God knows.... */ + /* why XA_CARDINAL instead of XA_WINDOW? */ XChangeProperty(dpy, scr->root_win, _XA_WIN_SUPPORTING_WM_CHECK, XA_CARDINAL, 32, PropModeReplace, (unsigned char*)&scr->no_focus_win, 1); @@ -147,6 +155,15 @@ wGNOMEInitStuff(WScreen *scr) XA_CARDINAL, 32, PropModeReplace, (unsigned char*)&scr->no_focus_win, 1); + + /* setup the "desktop button proxy" thing */ + XChangeProperty(dpy, scr->root_win, _XA_WIN_DESKTOP_BUTTON_PROXY, + XA_CARDINAL, 32, PropModeReplace, + (unsigned char*)&scr->no_focus_win, 1); + XChangeProperty(dpy, scr->no_focus_win, _XA_WIN_DESKTOP_BUTTON_PROXY, + XA_CARDINAL, 32, PropModeReplace, + (unsigned char*)&scr->no_focus_win, 1); + /* setup the list of supported protocols */ count = 0; @@ -317,7 +334,8 @@ wGNOMECheckClientHints(WWindow *wwin, int *layer, int *workspace) XFree(data); - *workspace = val; + if (val > 0) + *workspace = val; } /* reserved area */ @@ -434,9 +452,23 @@ wGNOMEUpdateClientStateHint(WWindow *wwin, Bool changedWorkspace) Bool wGNOMEProcessClientMessage(XClientMessageEvent *event) { + WScreen *scr; WWindow *wwin; Bool done = True; + scr = wScreenForRootWindow(event->window); + if (scr) { + /* generic client messages */ + if (event->message_type == _XA_WIN_WORKSPACE) { + wWorkspaceChange(scr, event->data.l[0]); + } else { + done = False; + } + return done; + } + + /* window specific client messages */ + wwin = wWindowFor(event->window); if (!wwin) return False; @@ -518,6 +550,26 @@ wGNOMEProcessClientMessage(XClientMessageEvent *event) } +Bool +wGNOMEProxyizeButtonEvent(WScreen *scr, XEvent *event) +{ +#ifndef MOUSE_WS_SWITCH + if (event->xbutton.button <= Button3 + && (event->xbutton.state & ValidModMask) == 0) + return False; +#else + if ((event->xbutton.state & ValidModMask) == 0) + return False; +#endif + + if (event->type == ButtonPress) + XUngrabPointer(dpy, CurrentTime); + XSendEvent(dpy, scr->no_focus_win, False, SubstructureNotifyMask, event); + + return True; +} + + void wGNOMERemoveClient(WWindow *wwin) { diff --git a/src/gnome.h b/src/gnome.h index 4c25c1cf..a7c6d0f2 100644 --- a/src/gnome.h +++ b/src/gnome.h @@ -45,5 +45,7 @@ void wGNOMERemoveClient(WWindow *wwin); void wGNOMECheckInitialClientState(WWindow *wwin); +Bool wGNOMEProxyizeButtonEvent(WScreen *scr, XEvent *event); + #endif diff --git a/src/icon.c b/src/icon.c index e2931256..567109a1 100644 --- a/src/icon.c +++ b/src/icon.c @@ -406,9 +406,11 @@ getnameforicon(WWindow *wwin) } else if (wwin->wm_class) { suffix = wmalloc(strlen(wwin->wm_class)+1); strcpy(suffix, wwin->wm_class); - } else { + } else if (wwin->wm_instance) { suffix = wmalloc(strlen(wwin->wm_instance)+1); strcpy(suffix, wwin->wm_instance); + } else { + return NULL; } prefix = getenv("GNUSTEP_USER_PATH"); @@ -471,6 +473,8 @@ wIconStore(WIcon *icon) return NULL; path = getnameforicon(wwin); + if (!path) + return NULL; image = RCreateImageFromDrawable(icon->core->screen_ptr->rcontext, wwin->wm_hints->icon_pixmap, diff --git a/src/kwm.c b/src/kwm.c index 748a429e..726e1a83 100644 --- a/src/kwm.c +++ b/src/kwm.c @@ -27,7 +27,7 @@ * kwm.h function/method Notes *---------------------------------------------------------------------------- * setUnsavedDataHint() currently, only gives visual clue that - * there is saved data (broken X close button) + * there is unsaved data (broken X close button) * setSticky() * setIcon() std X thing... * setDecoration() @@ -638,14 +638,16 @@ wKWMSetInitializedHint(WScreen *scr) void -wKWMShutdown(WScreen *scr) +wKWMShutdown(WScreen *scr, Bool closeModules) { KWMModuleList *ptr; XDeleteProperty(dpy, scr->root_win, _XA_KWM_RUNNING); - for (ptr = KWMModules; ptr != NULL; ptr = ptr->next) { - XKillClient(dpy, ptr->window); + if (closeModules) { + for (ptr = KWMModules; ptr != NULL; ptr = ptr->next) { + XKillClient(dpy, ptr->window); + } } } @@ -678,7 +680,7 @@ wKWMCheckClientHints(WWindow *wwin, int *workspace) } } if (getSimpleHint(wwin->client_win, _XA_KWM_WIN_DESKTOP, &val)) { - *workspace = val; + *workspace = val - 1; } } @@ -1376,9 +1378,6 @@ wKWMUpdateWorkspaceNameHint(WScreen *scr, int workspace) { char buffer[64]; - if (scr->flags.kwm_syncing_name) - return; - assert(workspace >= 0 && workspace < MAX_WORKSPACES); if (_XA_KWM_DESKTOP_NAME_[workspace]==0) { @@ -1486,6 +1485,11 @@ wKWMSendEventMessage(WWindow *wwin, WKWMEventMessage message) { Atom msg; + if (wwin && (wwin->flags.internal_window + || wwin->flags.kwm_hidden_for_modules + || WFLAGP(wwin, skip_window_list))) + return; + switch (message) { case WKWMAddWindow: msg = _XA_KWM_MODULE_WIN_ADD; diff --git a/src/kwm.h b/src/kwm.h index aa46701b..28ea009b 100644 --- a/src/kwm.h +++ b/src/kwm.h @@ -73,7 +73,7 @@ void wKWMSetUsableAreaHint(WScreen *scr, int workspace); void wKWMSetInitializedHint(WScreen *scr); -void wKWMShutdown(WScreen *scr); +void wKWMShutdown(WScreen *scr, Bool closeModules); void wKWMCheckModule(WScreen *scr, Window window); diff --git a/src/menu.c b/src/menu.c index d285396a..0646fa5a 100644 --- a/src/menu.c +++ b/src/menu.c @@ -1164,6 +1164,7 @@ editEntry(WMenu *menu, WMenuEntry *entry) default: WMHandleEvent(&event); + break; } } } diff --git a/src/misc.c b/src/misc.c index 2ad83acf..61778f5d 100644 --- a/src/misc.c +++ b/src/misc.c @@ -782,7 +782,7 @@ getuserinput(WScreen *scr, char *line, int *ptr) char *ret; char *title; char *prompt; - int i, j, k, state; + int j, k, state; char tbuffer[256], pbuffer[256]; title = _("Program Arguments"); @@ -796,10 +796,10 @@ getuserinput(WScreen *scr, char *line, int *ptr) state = _STARTING; j = 0; - for (i = 0; line[i]==0 && state!=_DONE; i++) { + for (; line[*ptr]==0 && state!=_DONE; *ptr++) { switch (state) { case _STARTING: - if (line[i]=='(') { + if (line[*ptr]=='(') { state = _TITLE; } else { state = _DONE; @@ -807,45 +807,45 @@ getuserinput(WScreen *scr, char *line, int *ptr) break; case _TITLE: - if (j <= 0 && line[i]==',') { + if (j <= 0 && line[*ptr]==',') { j = 0; - if (i > 1) { - strncpy(tbuffer, &line[1], WMIN(i, 255)); - tbuffer[WMIN(i, 255)] = 0; + if (*ptr > 1) { + strncpy(tbuffer, &line[1], WMIN(*ptr, 255)); + tbuffer[WMIN(*ptr, 255)] = 0; title = (char*)tbuffer; } - k = i+1; + k = *ptr+1; state = _PROMPT; - } else if (j <= 0 && line[i]==')') { + } else if (j <= 0 && line[*ptr]==')') { - if (i > 1) { - strncpy(tbuffer, &line[1], WMIN(i, 255)); - tbuffer[WMIN(i, 255)] = 0; + if (*ptr > 1) { + strncpy(tbuffer, &line[1], WMIN(*ptr, 255)); + tbuffer[WMIN(*ptr, 255)] = 0; title = (char*)tbuffer; } state = _DONE; - } else if (line[i]=='(') + } else if (line[*ptr]=='(') j++; - else if (line[i]==')') + else if (line[*ptr]==')') j--; break; case _PROMPT: - if (line[i]==')' && j==0) { + if (line[*ptr]==')' && j==0) { - if (i-k > 1) { - strncpy(pbuffer, &line[k], WMIN(i-k, 255)); - pbuffer[WMIN(i-k, 255)] = 0; + if (*ptr-k > 1) { + strncpy(pbuffer, &line[k], WMIN(*ptr-k, 255)); + pbuffer[WMIN(*ptr-k, 255)] = 0; title = (char*)pbuffer; } state = _DONE; - } else if (line[i]=='(') + } else if (line[*ptr]=='(') j++; - else if (line[i]==')') + else if (line[*ptr]==')') j--; break; } diff --git a/src/motif.c b/src/motif.c index 46b6da94..191b0762 100644 --- a/src/motif.c +++ b/src/motif.c @@ -67,7 +67,7 @@ #define MWM_DECOR_MINIMIZE (1L << 5) #define MWM_DECOR_MAXIMIZE (1L << 6) -#define PROP_MWM_HINTS_ELEMENTS 4 +#define PROP_MWM_HINTS_ELEMENTS 5 /* Motif window hints */ typedef struct { @@ -75,6 +75,7 @@ typedef struct { long functions; long decorations; long inputMode; + long unknown; } MWMHints; static Atom _XA_MOTIF_WM_HINTS; @@ -220,6 +221,7 @@ static int getMWMHints(Window window, MWMHints *mwmhints) { unsigned long *data; + int count; if (!_XA_MOTIF_WM_HINTS) { _XA_MOTIF_WM_HINTS = XInternAtom(dpy, "_MOTIF_WM_HINTS", False); @@ -227,16 +229,19 @@ getMWMHints(Window window, MWMHints *mwmhints) data = (unsigned long*)PropGetCheckProperty(window, _XA_MOTIF_WM_HINTS, _XA_MOTIF_WM_HINTS, 32, - PROP_MWM_HINTS_ELEMENTS, NULL); + 0, &count); if (!data) return 0; - mwmhints->flags = data[0]; - mwmhints->functions = data[1]; - mwmhints->decorations = data[2]; - mwmhints->inputMode = data[3]; - + if (count >= 4) { + mwmhints->flags = data[0]; + mwmhints->functions = data[1]; + mwmhints->decorations = data[2]; + mwmhints->inputMode = data[3]; + if (count > 5) + mwmhints->unknown = data[4]; + } XFree(data); return 1; diff --git a/src/moveres.c b/src/moveres.c index 58bc5859..99311792 100644 --- a/src/moveres.c +++ b/src/moveres.c @@ -583,6 +583,7 @@ flushMotion() { XEvent ev; + XSync(dpy, False); while (XCheckMaskEvent(dpy, ButtonMotionMask, &ev)) ; } @@ -657,7 +658,7 @@ _keyloop(_looper *lpr){ } XUngrabServer(dpy); XSync(dpy, False); - usleep(10000); + wusleep(10000); XGrabServer(dpy); printf("called\n"); if (!scr->selected_windows){ @@ -702,7 +703,7 @@ wKeyboardMoveResizeWindow(WWindow *wwin) ctrlmode=done=off_x=off_y=0; XSync(dpy, False); - usleep(10000); + wusleep(10000); XGrabKeyboard(dpy, root, False, GrabModeAsync, GrabModeAsync, CurrentTime); if (!wwin->flags.selected) { @@ -829,6 +830,8 @@ wKeyboardMoveResizeWindow(WWindow *wwin) done=1; break; default: + WMHandleEvent(&event); + break; } /* XUngrabServer(dpy); diff --git a/src/openlook.c b/src/openlook.c index ea0dc10d..2e69b459 100644 --- a/src/openlook.c +++ b/src/openlook.c @@ -3,7 +3,7 @@ * * Window Maker window manager * - * Copyright (c) 1998 Alfredo K. Kojima + * Copyright (c) 1998, 1999 Alfredo K. Kojima * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/placement.c b/src/placement.c index 4dcd0146..a9007458 100644 --- a/src/placement.c +++ b/src/placement.c @@ -38,6 +38,8 @@ #include "appicon.h" #include "dock.h" +#include "list.h" + extern WPreferences wPreferences; @@ -238,8 +240,6 @@ PlaceIcon(WScreen *scr, int *x_ret, int *y_ret) } - - static Bool smartPlaceWindow(WWindow *wwin, int *x_ret, int *y_ret, unsigned int width, unsigned int height, int tryCount) @@ -251,7 +251,7 @@ smartPlaceWindow(WWindow *wwin, int *x_ret, int *y_ret, WWindow *test_window; int extra_height; WArea usableArea = scr->totalUsableArea; - + if (wwin->frame) extra_height = wwin->frame->top_width + wwin->frame->bottom_width + 2; else @@ -337,6 +337,7 @@ smartPlaceWindow(WWindow *wwin, int *x_ret, int *y_ret, } test_y += PLACETEST_VSTEP; } + return loc_ok; } diff --git a/src/session.c b/src/session.c index f6b0a46e..c186d5e4 100644 --- a/src/session.c +++ b/src/session.c @@ -930,7 +930,7 @@ smDieProc(SmcConn smc_conn, SmPointer client_data) wSessionDisconnectManager(); - Shutdown(WSExitMode); + Shutdown(WSExitMode, True); } diff --git a/src/shutdown.c b/src/shutdown.c index 15ef1e23..79bfad40 100644 --- a/src/shutdown.c +++ b/src/shutdown.c @@ -73,7 +73,7 @@ Shutdown(WShutdownMode mode) kill(scr->helper_pid, SIGKILL); #ifdef KWM_HINTS - wKWMShutdown(scr); + wKWMShutdown(scr, True); #endif wScreenSaveState(scr); @@ -101,7 +101,7 @@ Shutdown(WShutdownMode mode) if (scr->helper_pid) kill(scr->helper_pid, SIGKILL); #ifdef KWM_HINTS - wKWMShutdown(scr); + wKWMShutdown(scr, True); #endif wScreenSaveState(scr); @@ -121,7 +121,7 @@ Shutdown(WShutdownMode mode) if (scr->helper_pid) kill(scr->helper_pid, SIGKILL); #ifdef KWM_HINTS - wKWMShutdown(scr); + wKWMShutdown(scr, False); #endif wScreenSaveState(scr); diff --git a/src/window.c b/src/window.c index 6b467900..09d9d06e 100644 --- a/src/window.c +++ b/src/window.c @@ -375,6 +375,8 @@ wWindowSetupInitialAttributes(WWindow *wwin, int *level, int *workspace) *level = WMSunkenLevel; else *level = WMNormalLevel; + } else { + *level = tmp_level; } if (tmp_workspace >= 0) { @@ -1188,6 +1190,13 @@ wUnmanageWindow(WWindow *wwin, int restore) int wasNotFocused; WScreen *scr = wwin->screen_ptr; + +#ifdef KWM_HINTS + wwin->frame->workspace = -1; + + wKWMUpdateClientWorkspace(wwin); +#endif + /* First close attribute editor window if open */ if (wwin->flags.inspector_open) { WWindow *pwin = wwin->inspector->frame; /* the inspector window */ diff --git a/src/winmenu.c b/src/winmenu.c index 3695b3d8..8f2b5ddf 100644 --- a/src/winmenu.c +++ b/src/winmenu.c @@ -528,11 +528,13 @@ updateMenuForWindow(WMenu *menu, WWindow *wwin) && !WFLAGP(wwin, no_closable))); if (wwin->flags.miniaturized) { - static char *text = _("Deminiaturize"); + static char *text = NULL; + if (!text) text = _("Deminiaturize"); menu->entries[MC_MINIATURIZE]->text = text; } else { - static char *text = _("Miniaturize"); + static char *text = NULL; + if (!text) text = _("Miniaturize"); menu->entries[MC_MINIATURIZE]->text = text; } @@ -540,11 +542,13 @@ updateMenuForWindow(WMenu *menu, WWindow *wwin) wMenuSetEnabled(menu, MC_MINIATURIZE, !WFLAGP(wwin, no_miniaturizable)); if (wwin->flags.maximized) { - static char *text = _("Unmaximize"); + static char *text = NULL; + if (!text) text = _("Unmaximize"); menu->entries[MC_MAXIMIZE]->text = text; } else { - static char *text = _("Maximize"); + static char *text = NULL; + if (!text) text = _("Maximize"); menu->entries[MC_MAXIMIZE]->text = text; } @@ -552,11 +556,13 @@ updateMenuForWindow(WMenu *menu, WWindow *wwin) wMenuSetEnabled(menu, MC_MOVERESIZE, !WFLAGP(wwin, no_resizable)); if (wwin->flags.shaded) { - static char *text = _("Unshade"); + static char *text = NULL; + if (!text) text = _("Unshade"); menu->entries[MC_SHADE]->text = text; } else { - static char *text = _("Shade"); + static char *text = NULL; + if (!text) text = _("Shade"); menu->entries[MC_SHADE]->text = text; } diff --git a/test/Makefile.in b/test/Makefile.in index 46615064..57788b1e 100644 --- a/test/Makefile.in +++ b/test/Makefile.in @@ -76,6 +76,7 @@ LN_S = @LN_S@ MAKEINFO = @MAKEINFO@ MOFILES = @MOFILES@ NLSDIR = @NLSDIR@ +NM = @NM@ PACKAGE = @PACKAGE@ RANLIB = @RANLIB@ REDUCE_APPICONS = @REDUCE_APPICONS@ diff --git a/util/Makefile.am b/util/Makefile.am index ba09bf70..0536511f 100644 --- a/util/Makefile.am +++ b/util/Makefile.am @@ -30,9 +30,10 @@ seticons_LDADD= $(liblist) geticonset_LDADD= $(liblist) -wmsetbg_LDADD = $(top_builddir)/libPropList/libPropList.la \ +wmsetbg_LDADD = \ $(top_builddir)/wrlib/libwraster.la \ $(top_builddir)/WINGs/libWINGs.a \ + $(top_builddir)/libPropList/libPropList.la \ @GFXLFLAGS@ @XLFLAGS@ @GFXLIBS@ @XLIBS@ -lm getstyle_SOURCES = getstyle.c diff --git a/util/Makefile.in b/util/Makefile.in index d24a477a..284efd9b 100644 --- a/util/Makefile.in +++ b/util/Makefile.in @@ -74,6 +74,7 @@ LN_S = @LN_S@ MAKEINFO = @MAKEINFO@ MOFILES = @MOFILES@ NLSDIR = @NLSDIR@ +NM = @NM@ PACKAGE = @PACKAGE@ RANLIB = @RANLIB@ REDUCE_APPICONS = @REDUCE_APPICONS@ @@ -121,9 +122,10 @@ seticons_LDADD= $(liblist) geticonset_LDADD= $(liblist) -wmsetbg_LDADD = $(top_builddir)/libPropList/libPropList.la \ +wmsetbg_LDADD = \ $(top_builddir)/wrlib/libwraster.la \ $(top_builddir)/WINGs/libWINGs.a \ + $(top_builddir)/libPropList/libPropList.la \ @GFXLFLAGS@ @XLFLAGS@ @GFXLIBS@ @XLIBS@ -lm getstyle_SOURCES = getstyle.c @@ -178,8 +180,9 @@ geticonset_OBJECTS = geticonset.o geticonset_DEPENDENCIES = $(top_builddir)/libPropList/libPropList.la geticonset_LDFLAGS = wmsetbg_OBJECTS = wmsetbg.o -wmsetbg_DEPENDENCIES = $(top_builddir)/libPropList/libPropList.la \ -$(top_builddir)/wrlib/libwraster.la $(top_builddir)/WINGs/libWINGs.a +wmsetbg_DEPENDENCIES = $(top_builddir)/wrlib/libwraster.la \ +$(top_builddir)/WINGs/libWINGs.a \ +$(top_builddir)/libPropList/libPropList.la wmsetbg_LDFLAGS = SCRIPTS = $(bin_SCRIPTS) diff --git a/util/wmaker.inst.in b/util/wmaker.inst.in index d4cedf43..9e75e70c 100644 --- a/util/wmaker.inst.in +++ b/util/wmaker.inst.in @@ -52,9 +52,14 @@ copy() { sed -e "s|~/GNUstep|$GSDIR|g" $source > $target else if test "x$GNUSTEP_USER_ROOT" = "x"; then - cp $source $target + sed -e "s:#wmdatadir#:$GLOBALDIR:g" \ + -e "s://:/:g" \ + $source > $target else - sed -e "s|~/GNUstep|$GSDIR|g" $source > $target + sed -e "s|~/GNUstep|$GSDIR|g" \ + -e "s:#wmdatadir#:$GLOBALDIR:g" \ + -e "s://:/:g" \ + $source > $target fi fi } @@ -66,7 +71,7 @@ echo "Installing WindowMaker $VERSION for current user..." if [ ! -d $GLOBALDIR ]; then echo "Could not find global configurations files" - echo "Make sure you've installed Window Maker correctly" + echo "Make sure you have installed Window Maker correctly" exit 1 fi @@ -195,7 +200,8 @@ else fi -if test -z #LITE# ; then +if test -z "#LITE#" ; then +FILES=`(cd $GLOBALDIR; ls menu menu.* plmenu plmenu.?? wmmacros)` for i in $FILES; do if [ -f "$GSDIR/Library/WindowMaker/$i" ]; then echo "The file \"$i\" already exists in $GSDIR/Library/WindowMaker" @@ -215,9 +221,12 @@ for i in $FILES; do done fi +cp $GLOBALDIR/README.themes $GSDIR/Library/WindowMaker cp $GLOBALDIR/README $GSDIR/Library/WindowMaker cp -i $GLOBALDIR/autostart.sh $GSDIR/Library/WindowMaker/autostart chmod +rx $GSDIR/Library/WindowMaker/autostart +cp -i $GLOBALDIR/exitscript.sh $GSDIR/Library/WindowMaker/exitscript +chmod +rx $GSDIR/Library/WindowMaker/exitscript # ####################### @@ -229,7 +238,7 @@ show_end_message() { echo echo "Installation Finished" echo -if test -z #LITE# ; then +if test -z "#LITE#" ; then echo "There are menus in 2 different file formats. The plain text format and" echo "the property list format. The plain text format is more flexible, but" echo "the menu in the property list format can be edited graphically. The" @@ -241,7 +250,7 @@ else fi } -if test -z `grep wmaker ~/.xinitrc`; then +if test -z "`grep wmaker ~/.xinitrc`"; then show_end_message exit 0 fi diff --git a/util/wmsetbg.c b/util/wmsetbg.c index e84fb4ad..095c001b 100644 --- a/util/wmsetbg.c +++ b/util/wmsetbg.c @@ -32,6 +32,7 @@ #include #include #include +#include #include "../src/wconfig.h" @@ -311,10 +312,12 @@ parseTexture(RContext *rc, char *text) texture->pixmap = pixmap; } else if (strcasecmp(type, "cpixmap")==0 || strcasecmp(type, "spixmap")==0 + || strcasecmp(type, "mpixmap")==0 || strcasecmp(type, "tpixmap")==0) { XColor color; Pixmap pixmap; RImage *image; + int w, h; GETSTR(val, tmp, 1); @@ -338,8 +341,7 @@ parseTexture(RContext *rc, char *text) rcolor.blue = color.blue >> 8; RGetClosestXColor(rc, &rcolor, &color); } - switch (type[0]) { - case 't': + switch (toupper(type[0])) { case 'T': texture->width = image->width; texture->height = image->height; @@ -350,12 +352,12 @@ parseTexture(RContext *rc, char *text) goto error; } break; - case 's': case 'S': - { - RImage *simage; - int w, h; - + case 'M': + if (toupper(type[0])=='S') { + w = scrWidth; + h = scrHeight; + } else { if (image->width*scrHeight > image->height*scrWidth) { w = scrWidth; h = (scrWidth*image->height)/image->width; @@ -363,6 +365,9 @@ parseTexture(RContext *rc, char *text) h = scrHeight; w = (scrHeight*image->width)/image->height; } + } + { + RImage *simage; simage = RScaleImage(image, w, h); if (!simage) { @@ -835,6 +840,12 @@ helperLoop(RContext *rc) setupTexture(rc, textures, &maxTextures, workspace, NULL); break; + case 'K': +#ifdef DEBUG + printf("exit command\n"); +#endif + exit(0); + default: wwarning("unknown message received"); break; @@ -949,6 +960,7 @@ print_help(char *ProgName) puts(" -t tile image"); puts(" -e center image"); puts(" -s scale image (default)"); + puts(" -a scale image and keep aspect ratio"); puts(" -u update WindowMaker domain database"); puts(" -D update database"); puts(" -c colors per channel to use"); @@ -1041,6 +1053,8 @@ main(int argc, char **argv) style = "tpixmap"; } else if (strcmp(argv[i], "-e")==0) { style = "cpixmap"; + } else if (strcmp(argv[i], "-a")==0) { + style = "mpixmap"; } else if (strcmp(argv[i], "-d")==0) { render_mode = RM_DITHER; obey_user++; diff --git a/wmlib/Makefile.in b/wmlib/Makefile.in index 67d03234..acdd2285 100644 --- a/wmlib/Makefile.in +++ b/wmlib/Makefile.in @@ -76,6 +76,7 @@ LN_S = @LN_S@ MAKEINFO = @MAKEINFO@ MOFILES = @MOFILES@ NLSDIR = @NLSDIR@ +NM = @NM@ PACKAGE = @PACKAGE@ RANLIB = @RANLIB@ REDUCE_APPICONS = @REDUCE_APPICONS@ diff --git a/wrlib/Makefile.in b/wrlib/Makefile.in index 3f4db89c..860c5c2a 100644 --- a/wrlib/Makefile.in +++ b/wrlib/Makefile.in @@ -76,6 +76,7 @@ LN_S = @LN_S@ MAKEINFO = @MAKEINFO@ MOFILES = @MOFILES@ NLSDIR = @NLSDIR@ +NM = @NM@ PACKAGE = @PACKAGE@ RANLIB = @RANLIB@ REDUCE_APPICONS = @REDUCE_APPICONS@ diff --git a/wrlib/test.c b/wrlib/test.c index 66a663e9..ba30dec4 100644 --- a/wrlib/test.c +++ b/wrlib/test.c @@ -9,7 +9,7 @@ RContext *ctx; RImage *img, *tile, *new, *mini, *tiled; Pixmap pix; -void main(int argc, char **argv) +int main(int argc, char **argv) { RContextAttributes attr; int a=0; diff --git a/wrlib/testdraw.c b/wrlib/testdraw.c index 3ddbc84d..32f64aec 100644 --- a/wrlib/testdraw.c +++ b/wrlib/testdraw.c @@ -507,7 +507,7 @@ benchmark() } -void main(int argc, char **argv) +int main(int argc, char **argv) { RContextAttributes attr; int visualID = -1; diff --git a/wrlib/testgrad.c b/wrlib/testgrad.c index f6826cb6..ccbeff17 100644 --- a/wrlib/testgrad.c +++ b/wrlib/testgrad.c @@ -30,7 +30,7 @@ print_help() } -void main(int argc, char **argv) +int main(int argc, char **argv) { RContextAttributes attr; RColor **colors = NULL; diff --git a/wrlib/view.c b/wrlib/view.c index 6cf18171..84a75838 100644 --- a/wrlib/view.c +++ b/wrlib/view.c @@ -10,7 +10,7 @@ RContext *ctx; RImage *img; Pixmap pix; -void main(int argc, char **argv) +int main(int argc, char **argv) { RContextAttributes attr; -- 2.11.4.GIT