mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-22 14:08:06 +01:00
added some updated po files (korean, chinese)
This commit is contained in:
54
Makefile.in
54
Makefile.in
@@ -97,9 +97,9 @@ mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
|
|||||||
CONFIG_HEADER = ./src/config.h
|
CONFIG_HEADER = ./src/config.h
|
||||||
CONFIG_CLEAN_FILES =
|
CONFIG_CLEAN_FILES =
|
||||||
DIST_COMMON = README AUTHORS COPYING ChangeLog INSTALL Makefile.am \
|
DIST_COMMON = README AUTHORS COPYING ChangeLog INSTALL Makefile.am \
|
||||||
Makefile.in NEWS TODO acconfig.h acinclude.m4 aclocal.m4 config.guess \
|
Makefile.in NEWS TODO acinclude.m4 aclocal.m4 config.guess config.sub \
|
||||||
config.sub configure configure.in install-sh ltconfig ltmain.sh missing \
|
configure configure.in install-sh ltconfig ltmain.sh missing \
|
||||||
mkinstalldirs src/config.h.in src/stamp-h.in
|
mkinstalldirs
|
||||||
|
|
||||||
|
|
||||||
DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
|
DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
|
||||||
@@ -123,34 +123,6 @@ config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
|
|||||||
$(srcdir)/configure: $(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
|
$(srcdir)/configure: $(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
|
||||||
cd $(srcdir) && $(AUTOCONF)
|
cd $(srcdir) && $(AUTOCONF)
|
||||||
|
|
||||||
src/config.h: src/stamp-h
|
|
||||||
@if test ! -f $@; then \
|
|
||||||
rm -f src/stamp-h; \
|
|
||||||
$(MAKE) src/stamp-h; \
|
|
||||||
else :; fi
|
|
||||||
src/stamp-h: $(srcdir)/src/config.h.in $(top_builddir)/config.status
|
|
||||||
cd $(top_builddir) \
|
|
||||||
&& CONFIG_FILES= CONFIG_HEADERS=src/config.h \
|
|
||||||
$(SHELL) ./config.status
|
|
||||||
@echo timestamp > src/stamp-h 2> /dev/null
|
|
||||||
$(srcdir)/src/config.h.in: $(srcdir)/src/stamp-h.in
|
|
||||||
@if test ! -f $@; then \
|
|
||||||
rm -f $(srcdir)/src/stamp-h.in; \
|
|
||||||
$(MAKE) $(srcdir)/src/stamp-h.in; \
|
|
||||||
else :; fi
|
|
||||||
$(srcdir)/src/stamp-h.in: $(top_srcdir)/configure.in $(ACLOCAL_M4) acconfig.h
|
|
||||||
cd $(top_srcdir) && $(AUTOHEADER)
|
|
||||||
@echo timestamp > $(srcdir)/src/stamp-h.in 2> /dev/null
|
|
||||||
|
|
||||||
mostlyclean-hdr:
|
|
||||||
|
|
||||||
clean-hdr:
|
|
||||||
|
|
||||||
distclean-hdr:
|
|
||||||
-rm -f src/config.h
|
|
||||||
|
|
||||||
maintainer-clean-hdr:
|
|
||||||
|
|
||||||
# This directory's subdirectories are mostly independent; you can cd
|
# This directory's subdirectories are mostly independent; you can cd
|
||||||
# into them and run `make' without going through this Makefile.
|
# into them and run `make' without going through this Makefile.
|
||||||
# To change the values of `make' variables: instead of editing Makefiles,
|
# To change the values of `make' variables: instead of editing Makefiles,
|
||||||
@@ -340,33 +312,33 @@ distclean-generic:
|
|||||||
-rm -f config.cache config.log stamp-h stamp-h[0-9]*
|
-rm -f config.cache config.log stamp-h stamp-h[0-9]*
|
||||||
|
|
||||||
maintainer-clean-generic:
|
maintainer-clean-generic:
|
||||||
mostlyclean-am: mostlyclean-hdr mostlyclean-tags mostlyclean-generic
|
mostlyclean-am: mostlyclean-tags mostlyclean-generic
|
||||||
|
|
||||||
mostlyclean: mostlyclean-recursive
|
mostlyclean: mostlyclean-recursive
|
||||||
|
|
||||||
clean-am: clean-hdr clean-tags clean-generic mostlyclean-am
|
clean-am: clean-tags clean-generic mostlyclean-am
|
||||||
|
|
||||||
clean: clean-recursive
|
clean: clean-recursive
|
||||||
|
|
||||||
distclean-am: distclean-hdr distclean-tags distclean-generic clean-am
|
distclean-am: distclean-tags distclean-generic clean-am
|
||||||
-rm -f libtool
|
-rm -f libtool
|
||||||
|
|
||||||
distclean: distclean-recursive
|
distclean: distclean-recursive
|
||||||
-rm -f config.status
|
-rm -f config.status
|
||||||
|
|
||||||
maintainer-clean-am: maintainer-clean-hdr maintainer-clean-tags \
|
maintainer-clean-am: maintainer-clean-tags maintainer-clean-generic \
|
||||||
maintainer-clean-generic distclean-am
|
distclean-am
|
||||||
@echo "This command is intended for maintainers to use;"
|
@echo "This command is intended for maintainers to use;"
|
||||||
@echo "it deletes files that may require special tools to rebuild."
|
@echo "it deletes files that may require special tools to rebuild."
|
||||||
|
|
||||||
maintainer-clean: maintainer-clean-recursive
|
maintainer-clean: maintainer-clean-recursive
|
||||||
-rm -f config.status
|
-rm -f config.status
|
||||||
|
|
||||||
.PHONY: mostlyclean-hdr distclean-hdr clean-hdr maintainer-clean-hdr \
|
.PHONY: install-data-recursive uninstall-data-recursive \
|
||||||
install-data-recursive uninstall-data-recursive install-exec-recursive \
|
install-exec-recursive uninstall-exec-recursive installdirs-recursive \
|
||||||
uninstall-exec-recursive installdirs-recursive uninstalldirs-recursive \
|
uninstalldirs-recursive all-recursive check-recursive \
|
||||||
all-recursive check-recursive installcheck-recursive info-recursive \
|
installcheck-recursive info-recursive dvi-recursive \
|
||||||
dvi-recursive mostlyclean-recursive distclean-recursive clean-recursive \
|
mostlyclean-recursive distclean-recursive clean-recursive \
|
||||||
maintainer-clean-recursive tags tags-recursive mostlyclean-tags \
|
maintainer-clean-recursive tags tags-recursive mostlyclean-tags \
|
||||||
distclean-tags clean-tags maintainer-clean-tags distdir info-am info \
|
distclean-tags clean-tags maintainer-clean-tags distdir info-am info \
|
||||||
dvi-am dvi check check-am installcheck-am installcheck install-exec-am \
|
dvi-am dvi check check-am installcheck-am installcheck install-exec-am \
|
||||||
|
|||||||
@@ -95,6 +95,7 @@ typedef struct {
|
|||||||
|
|
||||||
static void showData(_Panel *panel);
|
static void showData(_Panel *panel);
|
||||||
|
|
||||||
|
static void changePage(WMWidget *w, void *data);
|
||||||
|
|
||||||
static void OpenExtractPanelFor(_Panel *panel, char *path);
|
static void OpenExtractPanelFor(_Panel *panel, char *path);
|
||||||
|
|
||||||
@@ -821,6 +822,8 @@ okEditTexture(void *data)
|
|||||||
|
|
||||||
if (titem->selectedFor)
|
if (titem->selectedFor)
|
||||||
updatePreviewBox(panel, titem->selectedFor);
|
updatePreviewBox(panel, titem->selectedFor);
|
||||||
|
|
||||||
|
changePage(panel->secP, panel);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -4,7 +4,8 @@ nlsdir = $(NLSDIR)
|
|||||||
|
|
||||||
CLEANFILES = $(CATALOGS)
|
CLEANFILES = $(CATALOGS)
|
||||||
|
|
||||||
EXTRA_DIST = pt.po hr.po fr.po ko.po cs.po ja.po zh_TW.Big5.po es.po
|
EXTRA_DIST = pt.po hr.po fr.po ko.po cs.po ja.po zh_TW.Big5.po es.po\
|
||||||
|
zh_CN.GB2312.po
|
||||||
|
|
||||||
POTFILES = \
|
POTFILES = \
|
||||||
$(top_builddir)/WPrefs.app/main.c \
|
$(top_builddir)/WPrefs.app/main.c \
|
||||||
|
|||||||
@@ -11,4 +11,5 @@ ko.po Korean Byeong-Chan, Kim <redhands@linux.sarang.net>
|
|||||||
cs.po Czech David ©auer <xsauer@hwlab.felk.cvut.cz>
|
cs.po Czech David ©auer <xsauer@hwlab.felk.cvut.cz>
|
||||||
ja.po Japanese Kazuhide Takahashi <kazu@dgra.ne.jp>
|
ja.po Japanese Kazuhide Takahashi <kazu@dgra.ne.jp>
|
||||||
zh_TW.Big5.po Chinese Li Wei Jih <lwj83@cs.ccu.edu.tw>
|
zh_TW.Big5.po Chinese Li Wei Jih <lwj83@cs.ccu.edu.tw>
|
||||||
|
zh_CN.GB2312.po Chinese Wang Jian <wangjian2@asiainfo.com>
|
||||||
es.po Spanish Alvaro Herrera <alvherre@webhost.cl>
|
es.po Spanish Alvaro Herrera <alvherre@webhost.cl>
|
||||||
|
|||||||
File diff suppressed because it is too large
Load Diff
1449
WPrefs.app/po/zh_CN.GB2312.po
Normal file
1449
WPrefs.app/po/zh_CN.GB2312.po
Normal file
File diff suppressed because it is too large
Load Diff
@@ -11,7 +11,7 @@ prefsdata_DATA =\
|
|||||||
menu.ca\
|
menu.ca\
|
||||||
menu.cz\
|
menu.cz\
|
||||||
menu.de\
|
menu.de\
|
||||||
menu.dk\
|
menu.da\
|
||||||
menu.el\
|
menu.el\
|
||||||
menu.es\
|
menu.es\
|
||||||
menu.fi\
|
menu.fi\
|
||||||
|
|||||||
0
WindowMaker/menu.dk → WindowMaker/menu.da
Executable file → Normal file
0
WindowMaker/menu.dk → WindowMaker/menu.da
Executable file → Normal file
@@ -215,8 +215,8 @@ dnl ==================
|
|||||||
|
|
||||||
dnl List of supported locales
|
dnl List of supported locales
|
||||||
dnl -------------------------
|
dnl -------------------------
|
||||||
supported_locales="cs de es fr gl it ja ko nl no pt ru se tr fi hr el pl ro dk zh_TW.Big5"
|
supported_locales="cs de es fr gl it ja ko nl no pt ru se tr fi hr el pl ro da zh_TW.Big5 zh_CN.GB2312"
|
||||||
supported_wprefs_locales="pt hr fr ko ja cs zh_TW.Big5 es"
|
supported_wprefs_locales="pt hr fr ko ja cs zh_TW.Big5 es zh_CN.GB2312"
|
||||||
|
|
||||||
for lang in $LINGUAS; do
|
for lang in $LINGUAS; do
|
||||||
ok=0
|
ok=0
|
||||||
|
|||||||
@@ -5,7 +5,8 @@ CATALOGS = @MOFILES@
|
|||||||
CLEANFILES = $(CATALOGS) WindowMaker.pot
|
CLEANFILES = $(CATALOGS) WindowMaker.pot
|
||||||
|
|
||||||
EXTRA_DIST = cs.po de.po es.po fr.po gl.po ja.po ko.po nl.po pt.po se.po it.po \
|
EXTRA_DIST = cs.po de.po es.po fr.po gl.po ja.po ko.po nl.po pt.po se.po it.po \
|
||||||
no.po ru.po tr.po fi.po hr.po el.po pl.po ro.po dk.po zh_TW.Big5.po
|
no.po ru.po tr.po fi.po hr.po el.po pl.po ro.po da.po zh_TW.Big5.po\
|
||||||
|
zh_CN.GB2312.po
|
||||||
|
|
||||||
POTFILES = \
|
POTFILES = \
|
||||||
$(top_builddir)/src/appicon.c \
|
$(top_builddir)/src/appicon.c \
|
||||||
|
|||||||
@@ -30,6 +30,8 @@ pl.po Polish Piotr Dembi
|
|||||||
ro.po Romanian Andrei Vuta <gigi_man@manag.pub.ro>
|
ro.po Romanian Andrei Vuta <gigi_man@manag.pub.ro>
|
||||||
dk.po Danish Birger Langkjer <langkjer@post3.tele.dk>
|
dk.po Danish Birger Langkjer <langkjer@post3.tele.dk>
|
||||||
zh_TW.Big5.po Chinese Li Wei Jih <lwj83@cs.ccu.edu.tw>
|
zh_TW.Big5.po Chinese Li Wei Jih <lwj83@cs.ccu.edu.tw>
|
||||||
|
zh_CN.gb2312.po Chinese Wang Jian <wangjian2@asiainfo.com>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Some translations are based on previous translations by other people.
|
Some translations are based on previous translations by other people.
|
||||||
|
|||||||
1380
po/zh_CN.GB2312.po
Normal file
1380
po/zh_CN.GB2312.po
Normal file
File diff suppressed because it is too large
Load Diff
@@ -1744,9 +1744,10 @@ connectKFM(WScreen *scr)
|
|||||||
void
|
void
|
||||||
wKWMSelectRootRegion(WScreen *scr, int x, int y, int w, int h, Bool control)
|
wKWMSelectRootRegion(WScreen *scr, int x, int y, int w, int h, Bool control)
|
||||||
{
|
{
|
||||||
|
#if 0
|
||||||
char buffer[128];
|
char buffer[128];
|
||||||
int sock;
|
int sock;
|
||||||
#if 0
|
|
||||||
puts("CONNECTING");
|
puts("CONNECTING");
|
||||||
sock = connectKFM(scr);
|
sock = connectKFM(scr);
|
||||||
if (sock < 0)
|
if (sock < 0)
|
||||||
|
|||||||
Reference in New Issue
Block a user