• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

Japanese translation of message catalog for Sawfish Window-Manager


Commit MetaInfo

Revision6d9909d555baf87493da53d20029866238ea1a1c (tree)
Time2012-04-06 05:14:11
AuthorChristopher Roy Bratusek <nano@tuxf...>
CommiterChristopher Roy Bratusek

Log Message

Merge branch 'master' into local-master

Conflicts:
ChangeLog
scripts/sawfish-about.jl.in

Change Summary

Incremental Difference

--- a/ChangeLog
+++ b/ChangeLog
@@ -20,6 +20,12 @@
2020
2121 * configure.in: bump version to 1.8.99 "Housenation"
2222
23+ * configure.in
24+ * Makdefs.in
25+ * scripts/Makefile.in
26+ * scripts/sawfish-about.jl.in: update copyright notice // show
27+ codename in the about-dialog
28+
2329 2012-03-26 Christopher Roy Bratusek <nano@tuxfamily.org>
2430 * lisp/sawfish/wm/ext/match-window.jl
2531 * lisp/sawfish/wm/ext/window-history.jl
--- a/Makedefs.in
+++ b/Makedefs.in
@@ -20,6 +20,7 @@
2020 # the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
2121
2222 version=@version@
23+codename=@codename@
2324 subversion=@subversion@
2425 rep_version=@REP_VERSION@
2526 SHELL=/bin/sh
--- a/config.guess
+++ b/config.guess
@@ -2,9 +2,9 @@
22 # Attempt to guess a canonical system name.
33 # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
44 # 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010,
5-# 2011 Free Software Foundation, Inc.
5+# 2011, 2012 Free Software Foundation, Inc.
66
7-timestamp='2011-05-11'
7+timestamp='2012-02-10'
88
99 # This file is free software; you can redistribute it and/or modify it
1010 # under the terms of the GNU General Public License as published by
@@ -17,9 +17,7 @@ timestamp='2011-05-11'
1717 # General Public License for more details.
1818 #
1919 # You should have received a copy of the GNU General Public License
20-# along with this program; if not, write to the Free Software
21-# Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA
22-# 02110-1301, USA.
20+# along with this program; if not, see <http://www.gnu.org/licenses/>.
2321 #
2422 # As a special exception to the GNU General Public License, if you
2523 # distribute this file as part of a program that contains a
@@ -57,8 +55,8 @@ GNU config.guess ($timestamp)
5755
5856 Originally written by Per Bothner.
5957 Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000,
60-2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free
61-Software Foundation, Inc.
58+2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012
59+Free Software Foundation, Inc.
6260
6361 This is free software; see the source for copying conditions. There is NO
6462 warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE."
@@ -145,7 +143,7 @@ UNAME_VERSION=`(uname -v) 2>/dev/null` || UNAME_VERSION=unknown
145143 case "${UNAME_MACHINE}:${UNAME_SYSTEM}:${UNAME_RELEASE}:${UNAME_VERSION}" in
146144 *:NetBSD:*:*)
147145 # NetBSD (nbsd) targets should (where applicable) match one or
148- # more of the tupples: *-*-netbsdelf*, *-*-netbsdaout*,
146+ # more of the tuples: *-*-netbsdelf*, *-*-netbsdaout*,
149147 # *-*-netbsdecoff* and *-*-netbsd*. For targets that recently
150148 # switched to ELF, *-*-netbsd* would select the old
151149 # object file format. This provides both forward
@@ -792,13 +790,12 @@ EOF
792790 echo ${UNAME_MACHINE}-unknown-bsdi${UNAME_RELEASE}
793791 exit ;;
794792 *:FreeBSD:*:*)
795- case ${UNAME_MACHINE} in
796- pc98)
797- echo i386-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;;
793+ UNAME_PROCESSOR=`/usr/bin/uname -p`
794+ case ${UNAME_PROCESSOR} in
798795 amd64)
799796 echo x86_64-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;;
800797 *)
801- echo ${UNAME_MACHINE}-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;;
798+ echo ${UNAME_PROCESSOR}-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;;
802799 esac
803800 exit ;;
804801 i*:CYGWIN*:*)
@@ -807,6 +804,9 @@ EOF
807804 *:MINGW*:*)
808805 echo ${UNAME_MACHINE}-pc-mingw32
809806 exit ;;
807+ i*:MSYS*:*)
808+ echo ${UNAME_MACHINE}-pc-msys
809+ exit ;;
810810 i*:windows32*:*)
811811 # uname -m includes "-pc" on this system.
812812 echo ${UNAME_MACHINE}-mingw32
@@ -861,6 +861,13 @@ EOF
861861 i*86:Minix:*:*)
862862 echo ${UNAME_MACHINE}-pc-minix
863863 exit ;;
864+ aarch64:Linux:*:*)
865+ echo ${UNAME_MACHINE}-unknown-linux-gnu
866+ exit ;;
867+ aarch64_be:Linux:*:*)
868+ UNAME_MACHINE=aarch64_be
869+ echo ${UNAME_MACHINE}-unknown-linux-gnu
870+ exit ;;
864871 alpha:Linux:*:*)
865872 case `sed -n '/^cpu model/s/^.*: \(.*\)/\1/p' < /proc/cpuinfo` in
866873 EV5) UNAME_MACHINE=alphaev5 ;;
@@ -895,13 +902,16 @@ EOF
895902 echo ${UNAME_MACHINE}-unknown-linux-gnu
896903 exit ;;
897904 cris:Linux:*:*)
898- echo cris-axis-linux-gnu
905+ echo ${UNAME_MACHINE}-axis-linux-gnu
899906 exit ;;
900907 crisv32:Linux:*:*)
901- echo crisv32-axis-linux-gnu
908+ echo ${UNAME_MACHINE}-axis-linux-gnu
902909 exit ;;
903910 frv:Linux:*:*)
904- echo frv-unknown-linux-gnu
911+ echo ${UNAME_MACHINE}-unknown-linux-gnu
912+ exit ;;
913+ hexagon:Linux:*:*)
914+ echo ${UNAME_MACHINE}-unknown-linux-gnu
905915 exit ;;
906916 i*86:Linux:*:*)
907917 LIBC=gnu
@@ -943,7 +953,7 @@ EOF
943953 test x"${CPU}" != x && { echo "${CPU}-unknown-linux-gnu"; exit; }
944954 ;;
945955 or32:Linux:*:*)
946- echo or32-unknown-linux-gnu
956+ echo ${UNAME_MACHINE}-unknown-linux-gnu
947957 exit ;;
948958 padre:Linux:*:*)
949959 echo sparc-unknown-linux-gnu
@@ -978,13 +988,13 @@ EOF
978988 echo ${UNAME_MACHINE}-unknown-linux-gnu
979989 exit ;;
980990 tile*:Linux:*:*)
981- echo ${UNAME_MACHINE}-tilera-linux-gnu
991+ echo ${UNAME_MACHINE}-unknown-linux-gnu
982992 exit ;;
983993 vax:Linux:*:*)
984994 echo ${UNAME_MACHINE}-dec-linux-gnu
985995 exit ;;
986996 x86_64:Linux:*:*)
987- echo x86_64-unknown-linux-gnu
997+ echo ${UNAME_MACHINE}-unknown-linux-gnu
988998 exit ;;
989999 xtensa*:Linux:*:*)
9901000 echo ${UNAME_MACHINE}-unknown-linux-gnu
@@ -1315,6 +1325,9 @@ EOF
13151325 i*86:AROS:*:*)
13161326 echo ${UNAME_MACHINE}-pc-aros
13171327 exit ;;
1328+ x86_64:VMkernel:*:*)
1329+ echo ${UNAME_MACHINE}-unknown-esx
1330+ exit ;;
13181331 esac
13191332
13201333 #echo '(No uname command or uname output not recognized.)' 1>&2
--- a/config.sub
+++ b/config.sub
@@ -2,9 +2,9 @@
22 # Configuration validation subroutine script.
33 # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
44 # 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010,
5-# 2011 Free Software Foundation, Inc.
5+# 2011, 2012 Free Software Foundation, Inc.
66
7-timestamp='2011-03-23'
7+timestamp='2012-02-10'
88
99 # This file is (in principle) common to ALL GNU software.
1010 # The presence of a machine in this file suggests that SOME GNU software
@@ -21,9 +21,7 @@ timestamp='2011-03-23'
2121 # GNU General Public License for more details.
2222 #
2323 # You should have received a copy of the GNU General Public License
24-# along with this program; if not, write to the Free Software
25-# Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA
26-# 02110-1301, USA.
24+# along with this program; if not, see <http://www.gnu.org/licenses/>.
2725 #
2826 # As a special exception to the GNU General Public License, if you
2927 # distribute this file as part of a program that contains a
@@ -76,8 +74,8 @@ version="\
7674 GNU config.sub ($timestamp)
7775
7876 Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000,
79-2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free
80-Software Foundation, Inc.
77+2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012
78+Free Software Foundation, Inc.
8179
8280 This is free software; see the source for copying conditions. There is NO
8381 warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE."
@@ -132,6 +130,10 @@ case $maybe_os in
132130 os=-$maybe_os
133131 basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'`
134132 ;;
133+ android-linux)
134+ os=-linux-android
135+ basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'`-unknown
136+ ;;
135137 *)
136138 basic_machine=`echo $1 | sed 's/-[^-]*$//'`
137139 if [ $basic_machine != $1 ]
@@ -247,17 +249,22 @@ case $basic_machine in
247249 # Some are omitted here because they have special meanings below.
248250 1750a | 580 \
249251 | a29k \
252+ | aarch64 | aarch64_be \
250253 | alpha | alphaev[4-8] | alphaev56 | alphaev6[78] | alphapca5[67] \
251254 | alpha64 | alpha64ev[4-8] | alpha64ev56 | alpha64ev6[78] | alpha64pca5[67] \
252255 | am33_2.0 \
253256 | arc | arm | arm[bl]e | arme[lb] | armv[2345] | armv[345][lb] | avr | avr32 \
257+ | be32 | be64 \
254258 | bfin \
255259 | c4x | clipper \
256260 | d10v | d30v | dlx | dsp16xx \
261+ | epiphany \
257262 | fido | fr30 | frv \
258263 | h8300 | h8500 | hppa | hppa1.[01] | hppa2.0 | hppa2.0[nw] | hppa64 \
264+ | hexagon \
259265 | i370 | i860 | i960 | ia64 \
260266 | ip2k | iq2000 \
267+ | le32 | le64 \
261268 | lm32 \
262269 | m32c | m32r | m32rle | m68000 | m68k | m88k \
263270 | maxq | mb | microblaze | mcore | mep | metag \
@@ -291,7 +298,7 @@ case $basic_machine in
291298 | pdp10 | pdp11 | pj | pjl \
292299 | powerpc | powerpc64 | powerpc64le | powerpcle \
293300 | pyramid \
294- | rx \
301+ | rl78 | rx \
295302 | score \
296303 | sh | sh[1234] | sh[24]a | sh[24]aeb | sh[23]e | sh[34]eb | sheb | shbe | shle | sh[1234]le | sh3ele \
297304 | sh64 | sh64le \
@@ -300,7 +307,7 @@ case $basic_machine in
300307 | spu \
301308 | tahoe | tic4x | tic54x | tic55x | tic6x | tic80 | tron \
302309 | ubicom32 \
303- | v850 | v850e \
310+ | v850 | v850e | v850e1 | v850e2 | v850es | v850e2v3 \
304311 | we32k \
305312 | x86 | xc16x | xstormy16 | xtensa \
306313 | z8k | z80)
@@ -315,8 +322,7 @@ case $basic_machine in
315322 c6x)
316323 basic_machine=tic6x-unknown
317324 ;;
318- m6811 | m68hc11 | m6812 | m68hc12 | picochip)
319- # Motorola 68HC11/12.
325+ m6811 | m68hc11 | m6812 | m68hc12 | m68hcs12x | picochip)
320326 basic_machine=$basic_machine-unknown
321327 os=-none
322328 ;;
@@ -329,7 +335,10 @@ case $basic_machine in
329335 strongarm | thumb | xscale)
330336 basic_machine=arm-unknown
331337 ;;
332-
338+ xgate)
339+ basic_machine=$basic_machine-unknown
340+ os=-none
341+ ;;
333342 xscaleeb)
334343 basic_machine=armeb-unknown
335344 ;;
@@ -352,11 +361,13 @@ case $basic_machine in
352361 # Recognize the basic CPU types with company name.
353362 580-* \
354363 | a29k-* \
364+ | aarch64-* | aarch64_be-* \
355365 | alpha-* | alphaev[4-8]-* | alphaev56-* | alphaev6[78]-* \
356366 | alpha64-* | alpha64ev[4-8]-* | alpha64ev56-* | alpha64ev6[78]-* \
357367 | alphapca5[67]-* | alpha64pca5[67]-* | arc-* \
358368 | arm-* | armbe-* | armle-* | armeb-* | armv*-* \
359369 | avr-* | avr32-* \
370+ | be32-* | be64-* \
360371 | bfin-* | bs2000-* \
361372 | c[123]* | c30-* | [cjt]90-* | c4x-* \
362373 | clipper-* | craynv-* | cydra-* \
@@ -365,8 +376,10 @@ case $basic_machine in
365376 | f30[01]-* | f700-* | fido-* | fr30-* | frv-* | fx80-* \
366377 | h8300-* | h8500-* \
367378 | hppa-* | hppa1.[01]-* | hppa2.0-* | hppa2.0[nw]-* | hppa64-* \
379+ | hexagon-* \
368380 | i*86-* | i860-* | i960-* | ia64-* \
369381 | ip2k-* | iq2000-* \
382+ | le32-* | le64-* \
370383 | lm32-* \
371384 | m32c-* | m32r-* | m32rle-* \
372385 | m68000-* | m680[012346]0-* | m68360-* | m683?2-* | m68k-* \
@@ -400,7 +413,7 @@ case $basic_machine in
400413 | pdp10-* | pdp11-* | pj-* | pjl-* | pn-* | power-* \
401414 | powerpc-* | powerpc64-* | powerpc64le-* | powerpcle-* \
402415 | pyramid-* \
403- | romp-* | rs6000-* | rx-* \
416+ | rl78-* | romp-* | rs6000-* | rx-* \
404417 | sh-* | sh[1234]-* | sh[24]a-* | sh[24]aeb-* | sh[23]e-* | sh[34]eb-* | sheb-* | shbe-* \
405418 | shle-* | sh[1234]le-* | sh3ele-* | sh64-* | sh64le-* \
406419 | sparc-* | sparc64-* | sparc64b-* | sparc64v-* | sparc86x-* | sparclet-* \
@@ -408,10 +421,11 @@ case $basic_machine in
408421 | sparcv8-* | sparcv9-* | sparcv9b-* | sparcv9v-* | sv1-* | sx?-* \
409422 | tahoe-* \
410423 | tic30-* | tic4x-* | tic54x-* | tic55x-* | tic6x-* | tic80-* \
411- | tile-* | tilegx-* \
424+ | tile*-* \
412425 | tron-* \
413426 | ubicom32-* \
414- | v850-* | v850e-* | vax-* \
427+ | v850-* | v850e-* | v850e1-* | v850es-* | v850e2-* | v850e2v3-* \
428+ | vax-* \
415429 | we32k-* \
416430 | x86-* | x86_64-* | xc16x-* | xps100-* \
417431 | xstormy16-* | xtensa*-* \
@@ -711,7 +725,6 @@ case $basic_machine in
711725 i370-ibm* | ibm*)
712726 basic_machine=i370-ibm
713727 ;;
714-# I'm not sure what "Sysv32" means. Should this be sysv3.2?
715728 i*86v32)
716729 basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
717730 os=-sysv32
@@ -808,10 +821,18 @@ case $basic_machine in
808821 ms1-*)
809822 basic_machine=`echo $basic_machine | sed -e 's/ms1-/mt-/'`
810823 ;;
824+ msys)
825+ basic_machine=i386-pc
826+ os=-msys
827+ ;;
811828 mvs)
812829 basic_machine=i370-ibm
813830 os=-mvs
814831 ;;
832+ nacl)
833+ basic_machine=le32-unknown
834+ os=-nacl
835+ ;;
815836 ncr3000)
816837 basic_machine=i486-ncr
817838 os=-sysv4
@@ -1120,13 +1141,8 @@ case $basic_machine in
11201141 basic_machine=t90-cray
11211142 os=-unicos
11221143 ;;
1123- # This must be matched before tile*.
1124- tilegx*)
1125- basic_machine=tilegx-unknown
1126- os=-linux-gnu
1127- ;;
11281144 tile*)
1129- basic_machine=tile-unknown
1145+ basic_machine=$basic_machine-unknown
11301146 os=-linux-gnu
11311147 ;;
11321148 tx39)
@@ -1336,7 +1352,7 @@ case $os in
13361352 | -ptx* | -coff* | -ecoff* | -winnt* | -domain* | -vsta* \
13371353 | -udi* | -eabi* | -lites* | -ieee* | -go32* | -aux* \
13381354 | -chorusos* | -chorusrdb* | -cegcc* \
1339- | -cygwin* | -pe* | -psos* | -moss* | -proelf* | -rtems* \
1355+ | -cygwin* | -msys* | -pe* | -psos* | -moss* | -proelf* | -rtems* \
13401356 | -mingw32* | -linux-gnu* | -linux-android* \
13411357 | -linux-newlib* | -linux-uclibc* \
13421358 | -uxpv* | -beos* | -mpeix* | -udk* \
@@ -1548,9 +1564,6 @@ case $basic_machine in
15481564 ;;
15491565 m68000-sun)
15501566 os=-sunos3
1551- # This also exists in the configure program, but was not the
1552- # default.
1553- # os=-sunos4
15541567 ;;
15551568 m68*-cisco)
15561569 os=-aout
--- a/configure.in
+++ b/configure.in
@@ -408,6 +408,7 @@ AC_SUBST(LINGUAS)
408408 AC_SUBST(KDE4_SESSION)
409409 AC_SUBST(GNOME2_SESSION)
410410 AC_SUBST(XDM_SESSION)
411+AC_SUBST(codename)
411412
412413 dnl Build all files
413414 AC_CONFIG_FILES([
--- a/scripts/Makefile.in
+++ b/scripts/Makefile.in
@@ -33,6 +33,7 @@ REP_ENVIRON := $(REP_ENVIRON) REP_LOAD_PATH=$(top_srcdir)/lisp:$(top_builddir)/l
3333 SUBSTS := -e "s|__lispdir__|$(lispdir)|" \
3434 -e "s|__localedir__|$(localedir)|" \
3535 -e "s|__version__|$(version)|" \
36+ -e "s|__codename__|$(codename)|" \
3637 -e "s|__sawfishdir__|$(sawfishdir)|"
3738
3839 %.jlc : %.jl
--- a/scripts/sawfish-about.jl.in
+++ b/scripts/sawfish-about.jl.in
@@ -31,11 +31,11 @@ exec rep --batch "$0" "$@"
3131
3232 (define dialog (gtk-about-dialog-new))
3333 (gtk-about-dialog-set-program-name dialog "Sawfish")
34- (gtk-about-dialog-set-version dialog "__version__")
34+ (gtk-about-dialog-set-version dialog "__version__ \"__codename__\"")
3535 (gtk-about-dialog-set-copyright dialog "© 1999-2000 John Harper\
3636 \n© 2000 Eazel, Inc\
3737 \n© 2007-2008 Janek Kozicki\
38- \n© 2008-2010 Christopher Bratusek")
38+ \n© 2008-2012 Christopher Bratusek et all")
3939 (gtk-about-dialog-set-license dialog "Sawfish is released under the terms of the\
4040 \n\n\tGNU General Public License version 2, or (at your option) any later version.\
4141 \n\nSee the `COPYING' file in the source tree for the full license.\
@@ -46,10 +46,10 @@ exec rep --batch "$0" "$@"
4646 (gtk-about-dialog-set-website dialog "http://sawfish.wikia.com")
4747 (gtk-about-dialog-set-website-label dialog "Sawfish Wiki")
4848 (gtk-about-dialog-set-authors dialog '("1999-2007: John Harper\
49- \n2007-2011: Janek 'Re-Animator' Kozicki, Timo Korvola, Andrea Vetorello, Guillermo S. Romero\
50- \n2008-2011: Christopher 'Flashrider' Bratusek, Teika 'Mister X' Kazura\
51- \n2009-2011: Jeremy Hankins, Matthew Love, Fuchur 'Mister Y'\
52- \n1999-2011: All the brave contributors (see `THANKS' in `CONTRIBUTING')"))
49+ \n2007-2012: Janek 'Re-Animator' Kozicki, Timo Korvola, Andrea Vetorello, Guillermo S. Romero\
50+ \n2008-2012: Christopher 'Flashrider' Bratusek, Teika 'Mister X' Kazura\
51+ \n2009-2012: Jeremy Hankins, Matthew Love\
52+ \n1999-2012: All the brave contributors (see `THANKS' in `CONTRIBUTING')"))
5353 (gtk-about-dialog-set-translator-credits dialog "de: Christian Kirbach, Mario Blättermann\
5454 \nes: Jorge Gonzalez Gonzalez, Jacinto Capote Robles\
5555 \neu: Inaki Larranaga Murgoitio\
@@ -58,14 +58,14 @@ exec rep --batch "$0" "$@"
5858 (gtk-about-dialog-set-logo dialog (gdk-pixbuf-new-from-file "__sawfishdir__/sawfish.png"))
5959 (g-signal-connect dialog "delete_event" (lambda () (throw 'quit 0)))
6060 (gtk-widget-show-all dialog)
61-
61+
6262 (g-signal-connect dialog "response"
6363 (lambda () (throw 'out)))
6464
6565 (catch 'out
6666 (setq interrupt-mode 'exit)
6767 (recursive-edit))
68-
68+
6969 )
7070
7171 ;; Emacs support