diff -Nru gnome-mines-3.8.2/Makefile.am gnome-mines-3.10.1/Makefile.am --- gnome-mines-3.8.2/Makefile.am 2013-08-20 01:38:36.000000000 +0000 +++ gnome-mines-3.10.1/Makefile.am 2013-10-12 11:18:06.000000000 +0000 @@ -1,3 +1,7 @@ SUBDIRS = data help po src +MAINTAINERCLEANFILES = \ + $(GITIGNORE_MAINTAINERCLEANFILES_TOPLEVEL) \ + $(GITIGNORE_MAINTAINERCLEANFILES_MAKEFILE_IN) + -include $(top_srcdir)/git.mk diff -Nru gnome-mines-3.8.2/Makefile.in gnome-mines-3.10.1/Makefile.in --- gnome-mines-3.8.2/Makefile.in 2013-08-20 01:49:23.000000000 +0000 +++ gnome-mines-3.10.1/Makefile.in 2013-10-12 11:22:14.000000000 +0000 @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.13.4 from Makefile.am. +# Makefile.in generated by automake 1.14 from Makefile.am. # @configure_input@ # Copyright (C) 1994-2013 Free Software Foundation, Inc. @@ -78,7 +78,7 @@ subdir = . DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \ $(top_srcdir)/configure $(am__configure_deps) COPYING NEWS \ - compile depcomp install-sh missing + compile install-sh missing ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/configure.ac am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ @@ -304,6 +304,10 @@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ SUBDIRS = data help po src +MAINTAINERCLEANFILES = \ + $(GITIGNORE_MAINTAINERCLEANFILES_TOPLEVEL) \ + $(GITIGNORE_MAINTAINERCLEANFILES_MAKEFILE_IN) + all: all-recursive .SUFFIXES: @@ -528,10 +532,16 @@ $(am__post_remove_distdir) dist-tarZ: distdir + @echo WARNING: "Support for shar distribution archives is" \ + "deprecated." >&2 + @echo WARNING: "It will be removed altogether in Automake 2.0" >&2 tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z $(am__post_remove_distdir) dist-shar: distdir + @echo WARNING: "Support for distribution archives compressed with" \ + "legacy program 'compress' is deprecated." >&2 + @echo WARNING: "It will be removed altogether in Automake 2.0" >&2 shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz $(am__post_remove_distdir) @@ -663,6 +673,7 @@ maintainer-clean-generic: @echo "This command is intended for maintainers to use" @echo "it deletes files that may require special tools to rebuild." + -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES) clean: clean-recursive clean-am: clean-generic mostlyclean-am diff -Nru gnome-mines-3.8.2/NEWS gnome-mines-3.10.1/NEWS --- gnome-mines-3.8.2/NEWS 2013-08-20 01:48:39.000000000 +0000 +++ gnome-mines-3.10.1/NEWS 2013-10-12 11:22:10.000000000 +0000 @@ -1,27 +1,28 @@ -gnome-mines 3.8.2 -================= +GNOME Mines 3.10.1 +================== -Andika Triwidada (1): - Updated Indonesian translation +* Remove "Hint" action from app menu +* Translation updates -Michael Catanzaro (1): - help: update damned lies module name to gnome-mines +GNOME Mines 3.10.0 +================== -Mislav Blazevic (1): - Fix crash when releasing button outside minefield +* Translation updates -Yuri Myasoedov (1): - Updated Russian translation +GNOME Mines 3.9.92 +================== -gnome-mines 3.8.1 -================= +* Add appdata file +* Translation updates -Gabor Kelemen (2): - Add hu to HELP_LINGUAS - Add initial Hungarian translation +GNOME Mines 3.9.90 +================== -OKANO Takayoshi (1): - l10n: Update Japanese translation +* Fix crash when releasing buttons outside minefield +* Resize the window when switching to a smaller minefield +* Fix broken links and typos in user help +* Fix name of app menu when not launched by GNOME Shell +* Translation updates gnome-mines 3.8.0 ================= diff -Nru gnome-mines-3.8.2/aclocal.m4 gnome-mines-3.10.1/aclocal.m4 --- gnome-mines-3.8.2/aclocal.m4 2013-08-20 01:49:22.000000000 +0000 +++ gnome-mines-3.10.1/aclocal.m4 2013-10-12 11:22:13.000000000 +0000 @@ -1,4 +1,4 @@ -# generated automatically by aclocal 1.13.4 -*- Autoconf -*- +# generated automatically by aclocal 1.14 -*- Autoconf -*- # Copyright (C) 1996-2013 Free Software Foundation, Inc. @@ -608,6 +608,21 @@ m4_popdef([pkg_description]) ]) dnl PKG_NOARCH_INSTALLDIR + +# PKG_CHECK_VAR(VARIABLE, MODULE, CONFIG-VARIABLE, +# [ACTION-IF-FOUND], [ACTION-IF-NOT-FOUND]) +# ------------------------------------------- +# Retrieves the value of the pkg-config variable for the given module. +AC_DEFUN([PKG_CHECK_VAR], +[AC_REQUIRE([PKG_PROG_PKG_CONFIG])dnl +AC_ARG_VAR([$1], [value of $3 for $2, overriding pkg-config])dnl + +_PKG_CONFIG([$1], [variable="][$3]["], [$2]) +AS_VAR_COPY([$1], [pkg_cv_][$1]) + +AS_VAR_IF([$1], [""], [$5], [$4])dnl +])# PKG_CHECK_VAR + AC_DEFUN([YELP_HELP_INIT], [ AC_REQUIRE([AC_PROG_LN_S]) @@ -662,7 +677,8 @@ .PHONY: pot pot: $(_HELP_POTFILE) $(_HELP_POTFILE): $(_HELP_C_FILES) $(_HELP_C_EXTRA) $(_HELP_C_MEDIA) - $(AM_V_GEN)$(ITSTOOL) -o "[$]@" $(_HELP_C_FILES) + $(AM_V_GEN)if test -d "C"; then d=; else d="$(srcdir)/"; fi; \ + $(ITSTOOL) -o "[$]@" $(foreach f,$(_HELP_C_FILES),"$${d}$(f)") .PHONY: repo repo: $(_HELP_POTFILE) @@ -815,10 +831,10 @@ # generated from the m4 files accompanying Automake X.Y. # (This private macro should not be called outside this file.) AC_DEFUN([AM_AUTOMAKE_VERSION], -[am__api_version='1.13' +[am__api_version='1.14' dnl Some users find AM_AUTOMAKE_VERSION and mistake it for a way to dnl require some minimum version. Point them to the right macro. -m4_if([$1], [1.13.4], [], +m4_if([$1], [1.14], [], [AC_FATAL([Do not call $0, use AM_INIT_AUTOMAKE([$1]).])])dnl ]) @@ -834,7 +850,7 @@ # Call AM_AUTOMAKE_VERSION and AM_AUTOMAKE_VERSION so they can be traced. # This function is AC_REQUIREd by AM_INIT_AUTOMAKE. AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION], -[AM_AUTOMAKE_VERSION([1.13.4])dnl +[AM_AUTOMAKE_VERSION([1.14])dnl m4_ifndef([AC_AUTOCONF_VERSION], [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl _AM_AUTOCONF_VERSION(m4_defn([AC_AUTOCONF_VERSION]))]) @@ -1201,6 +1217,12 @@ # This macro actually does too much. Some checks are only needed if # your package does certain things. But this isn't really a big deal. +dnl Redefine AC_PROG_CC to automatically invoke _AM_PROG_CC_C_O. +m4_define([AC_PROG_CC], +m4_defn([AC_PROG_CC]) +[_AM_PROG_CC_C_O +]) + # AM_INIT_AUTOMAKE(PACKAGE, VERSION, [NO-DEFINE]) # AM_INIT_AUTOMAKE([OPTIONS]) # ----------------------------------------------- @@ -1309,7 +1331,48 @@ AC_CONFIG_COMMANDS_PRE(dnl [m4_provide_if([_AM_COMPILER_EXEEXT], [AM_CONDITIONAL([am__EXEEXT], [test -n "$EXEEXT"])])])dnl -]) + +# POSIX will say in a future version that running "rm -f" with no argument +# is OK; and we want to be able to make that assumption in our Makefile +# recipes. So use an aggressive probe to check that the usage we want is +# actually supported "in the wild" to an acceptable degree. +# See automake bug#10828. +# To make any issue more visible, cause the running configure to be aborted +# by default if the 'rm' program in use doesn't match our expectations; the +# user can still override this though. +if rm -f && rm -fr && rm -rf; then : OK; else + cat >&2 <<'END' +Oops! + +Your 'rm' program seems unable to run without file operands specified +on the command line, even when the '-f' option is present. This is contrary +to the behaviour of most rm programs out there, and not conforming with +the upcoming POSIX standard: + +Please tell bug-automake@gnu.org about your system, including the value +of your $PATH and any error possibly output before this message. This +can help us improve future automake versions. + +END + if test x"$ACCEPT_INFERIOR_RM_PROGRAM" = x"yes"; then + echo 'Configuration will proceed anyway, since you have set the' >&2 + echo 'ACCEPT_INFERIOR_RM_PROGRAM variable to "yes"' >&2 + echo >&2 + else + cat >&2 <<'END' +Aborting the configuration process, to ensure you take notice of the issue. + +You can download and install GNU coreutils to get an 'rm' implementation +that behaves properly: . + +If you want to complete the configuration process using your problematic +'rm' anyway, export the environment variable ACCEPT_INFERIOR_RM_PROGRAM +to "yes", and re-run configure. + +END + AC_MSG_ERROR([Your 'rm' program is bad, sorry.]) + fi +fi]) dnl Hook into '_AC_COMPILER_EXEEXT' early to learn its expansion. Do not dnl add the conditional right here, as _AC_COMPILER_EXEEXT may be further @@ -1317,7 +1380,6 @@ m4_define([_AC_COMPILER_EXEEXT], m4_defn([_AC_COMPILER_EXEEXT])[m4_provide([_AM_COMPILER_EXEEXT])]) - # When config.status generates a header, we must update the stamp-h file. # This file resides in the same directory as the config header # that is generated. The stamp files are numbered to have different names. @@ -1465,38 +1527,6 @@ rm -f confinc confmf ]) -# Copyright (C) 1999-2013 Free Software Foundation, Inc. -# -# This file is free software; the Free Software Foundation -# gives unlimited permission to copy and/or distribute it, -# with or without modifications, as long as this notice is preserved. - -# AM_PROG_CC_C_O -# -------------- -# Like AC_PROG_CC_C_O, but changed for automake. -AC_DEFUN([AM_PROG_CC_C_O], -[AC_REQUIRE([AC_PROG_CC_C_O])dnl -AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl -AC_REQUIRE_AUX_FILE([compile])dnl -# FIXME: we rely on the cache variable name because -# there is no other way. -set dummy $CC -am_cc=`echo $[2] | sed ['s/[^a-zA-Z0-9_]/_/g;s/^[0-9]/_/']` -eval am_t=\$ac_cv_prog_cc_${am_cc}_c_o -if test "$am_t" != yes; then - # Losing compiler, so override with the script. - # FIXME: It is wrong to rewrite CC. - # But if we don't then we get into trouble of one sort or another. - # A longer-term fix would be to have automake use am__CC in this case, - # and then we could set am__CC="\$(top_srcdir)/compile \$(CC)" - CC="$am_aux_dir/compile $CC" -fi -dnl Make sure AC_PROG_CC is never called again, or it will override our -dnl setting of CC. -m4_define([AC_PROG_CC], - [m4_fatal([AC_PROG_CC cannot be called after AM_PROG_CC_C_O])]) -]) - # Fake the existence of programs that GNU maintainers use. -*- Autoconf -*- # Copyright (C) 1997-2013 Free Software Foundation, Inc. @@ -1567,6 +1597,70 @@ AC_DEFUN([_AM_IF_OPTION], [m4_ifset(_AM_MANGLE_OPTION([$1]), [$2], [$3])]) +# Copyright (C) 1999-2013 Free Software Foundation, Inc. +# +# This file is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. + +# _AM_PROG_CC_C_O +# --------------- +# Like AC_PROG_CC_C_O, but changed for automake. We rewrite AC_PROG_CC +# to automatically call this. +AC_DEFUN([_AM_PROG_CC_C_O], +[AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl +AC_REQUIRE_AUX_FILE([compile])dnl +AC_LANG_PUSH([C])dnl +AC_CACHE_CHECK( + [whether $CC understands -c and -o together], + [am_cv_prog_cc_c_o], + [AC_LANG_CONFTEST([AC_LANG_PROGRAM([])]) + # Make sure it works both with $CC and with simple cc. + # Following AC_PROG_CC_C_O, we do the test twice because some + # compilers refuse to overwrite an existing .o file with -o, + # though they will create one. + am_cv_prog_cc_c_o=yes + for am_i in 1 2; do + if AM_RUN_LOG([$CC -c conftest.$ac_ext -o conftest2.$ac_objext]) \ + && test -f conftest2.$ac_objext; then + : OK + else + am_cv_prog_cc_c_o=no + break + fi + done + rm -f core conftest* + unset am_i]) +if test "$am_cv_prog_cc_c_o" != yes; then + # Losing compiler, so override with the script. + # FIXME: It is wrong to rewrite CC. + # But if we don't then we get into trouble of one sort or another. + # A longer-term fix would be to have automake use am__CC in this case, + # and then we could set am__CC="\$(top_srcdir)/compile \$(CC)" + CC="$am_aux_dir/compile $CC" +fi +AC_LANG_POP([C])]) + +# For backward compatibility. +AC_DEFUN_ONCE([AM_PROG_CC_C_O], [AC_REQUIRE([AC_PROG_CC])]) + +# Copyright (C) 2001-2013 Free Software Foundation, Inc. +# +# This file is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. + +# AM_RUN_LOG(COMMAND) +# ------------------- +# Run COMMAND, save the exit status in ac_status, and log it. +# (This has been adapted from Autoconf's _AC_RUN_LOG macro.) +AC_DEFUN([AM_RUN_LOG], +[{ echo "$as_me:$LINENO: $1" >&AS_MESSAGE_LOG_FD + ($1) >&AS_MESSAGE_LOG_FD 2>&AS_MESSAGE_LOG_FD + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&AS_MESSAGE_LOG_FD + (exit $ac_status); }]) + # Check to make sure that the build environment is sane. -*- Autoconf -*- # Copyright (C) 1996-2013 Free Software Foundation, Inc. diff -Nru gnome-mines-3.8.2/configure gnome-mines-3.10.1/configure --- gnome-mines-3.8.2/configure 2013-08-20 01:49:22.000000000 +0000 +++ gnome-mines-3.10.1/configure 2013-10-12 11:22:13.000000000 +0000 @@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.69 for gnome-mines 3.8.2. +# Generated by GNU Autoconf 2.69 for gnome-mines 3.10.1. # # # Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc. @@ -636,8 +636,8 @@ # Identity of this package. PACKAGE_NAME='gnome-mines' PACKAGE_TARNAME='gnome-mines' -PACKAGE_VERSION='3.8.2' -PACKAGE_STRING='gnome-mines 3.8.2' +PACKAGE_VERSION='3.10.1' +PACKAGE_STRING='gnome-mines 3.10.1' PACKAGE_BUGREPORT='' PACKAGE_URL='' @@ -1348,7 +1348,7 @@ # Omit some internal or obsolete options to make the list less imposing. # This message is too long to be a string in the A/UX 3.1 sh. cat <<_ACEOF -\`configure' configures gnome-mines 3.8.2 to adapt to many kinds of systems. +\`configure' configures gnome-mines 3.10.1 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1414,7 +1414,7 @@ if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of gnome-mines 3.8.2:";; + short | recursive ) echo "Configuration of gnome-mines 3.10.1:";; esac cat <<\_ACEOF @@ -1526,7 +1526,7 @@ test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -gnome-mines configure 3.8.2 +gnome-mines configure 3.10.1 generated by GNU Autoconf 2.69 Copyright (C) 2012 Free Software Foundation, Inc. @@ -1694,7 +1694,7 @@ This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. -It was created by gnome-mines $as_me 3.8.2, which was +It was created by gnome-mines $as_me 3.10.1, which was generated by GNU Autoconf 2.69. Invocation command line was $ $0 $@ @@ -2042,7 +2042,7 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu -am__api_version='1.13' +am__api_version='1.14' ac_aux_dir= for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do @@ -2557,7 +2557,7 @@ # Define the identity of the package. PACKAGE='gnome-mines' - VERSION='3.8.2' + VERSION='3.10.1' cat >>confdefs.h <<_ACEOF @@ -2608,6 +2608,47 @@ +# POSIX will say in a future version that running "rm -f" with no argument +# is OK; and we want to be able to make that assumption in our Makefile +# recipes. So use an aggressive probe to check that the usage we want is +# actually supported "in the wild" to an acceptable degree. +# See automake bug#10828. +# To make any issue more visible, cause the running configure to be aborted +# by default if the 'rm' program in use doesn't match our expectations; the +# user can still override this though. +if rm -f && rm -fr && rm -rf; then : OK; else + cat >&2 <<'END' +Oops! + +Your 'rm' program seems unable to run without file operands specified +on the command line, even when the '-f' option is present. This is contrary +to the behaviour of most rm programs out there, and not conforming with +the upcoming POSIX standard: + +Please tell bug-automake@gnu.org about your system, including the value +of your $PATH and any error possibly output before this message. This +can help us improve future automake versions. + +END + if test x"$ACCEPT_INFERIOR_RM_PROGRAM" = x"yes"; then + echo 'Configuration will proceed anyway, since you have set the' >&2 + echo 'ACCEPT_INFERIOR_RM_PROGRAM variable to "yes"' >&2 + echo >&2 + else + cat >&2 <<'END' +Aborting the configuration process, to ensure you take notice of the issue. + +You can download and install GNU coreutils to get an 'rm' implementation +that behaves properly: . + +If you want to complete the configuration process using your problematic +'rm' anyway, export the environment variable ACCEPT_INFERIOR_RM_PROGRAM +to "yes", and re-run configure. + +END + as_fn_error $? "Your 'rm' program is bad, sorry." "$LINENO" 5 + fi +fi # Check whether --enable-silent-rules was given. if test "${enable_silent_rules+set}" = set; then : enableval=$enable_silent_rules; @@ -3607,6 +3648,65 @@ ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' ac_compiler_gnu=$ac_cv_c_compiler_gnu +ac_ext=c +ac_cpp='$CPP $CPPFLAGS' +ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' +ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' +ac_compiler_gnu=$ac_cv_c_compiler_gnu +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC understands -c and -o together" >&5 +$as_echo_n "checking whether $CC understands -c and -o together... " >&6; } +if ${am_cv_prog_cc_c_o+:} false; then : + $as_echo_n "(cached) " >&6 +else + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +int +main () +{ + + ; + return 0; +} +_ACEOF + # Make sure it works both with $CC and with simple cc. + # Following AC_PROG_CC_C_O, we do the test twice because some + # compilers refuse to overwrite an existing .o file with -o, + # though they will create one. + am_cv_prog_cc_c_o=yes + for am_i in 1 2; do + if { echo "$as_me:$LINENO: $CC -c conftest.$ac_ext -o conftest2.$ac_objext" >&5 + ($CC -c conftest.$ac_ext -o conftest2.$ac_objext) >&5 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } \ + && test -f conftest2.$ac_objext; then + : OK + else + am_cv_prog_cc_c_o=no + break + fi + done + rm -f core conftest* + unset am_i +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_prog_cc_c_o" >&5 +$as_echo "$am_cv_prog_cc_c_o" >&6; } +if test "$am_cv_prog_cc_c_o" != yes; then + # Losing compiler, so override with the script. + # FIXME: It is wrong to rewrite CC. + # But if we don't then we get into trouble of one sort or another. + # A longer-term fix would be to have automake use am__CC in this case, + # and then we could set am__CC="\$(top_srcdir)/compile \$(CC)" + CC="$am_aux_dir/compile $CC" +fi +ac_ext=c +ac_cpp='$CPP $CPPFLAGS' +ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' +ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' +ac_compiler_gnu=$ac_cv_c_compiler_gnu + + depcc="$CC" am_compiler_list= { $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5 @@ -3735,131 +3835,6 @@ fi -if test "x$CC" != xcc; then - { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC and cc understand -c and -o together" >&5 -$as_echo_n "checking whether $CC and cc understand -c and -o together... " >&6; } -else - { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether cc understands -c and -o together" >&5 -$as_echo_n "checking whether cc understands -c and -o together... " >&6; } -fi -set dummy $CC; ac_cc=`$as_echo "$2" | - sed 's/[^a-zA-Z0-9_]/_/g;s/^[0-9]/_/'` -if eval \${ac_cv_prog_cc_${ac_cc}_c_o+:} false; then : - $as_echo_n "(cached) " >&6 -else - cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h. */ - -int -main () -{ - - ; - return 0; -} -_ACEOF -# Make sure it works both with $CC and with simple cc. -# We do the test twice because some compilers refuse to overwrite an -# existing .o file with -o, though they will create one. -ac_try='$CC -c conftest.$ac_ext -o conftest2.$ac_objext >&5' -rm -f conftest2.* -if { { case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" -$as_echo "$ac_try_echo"; } >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 - test $ac_status = 0; } && - test -f conftest2.$ac_objext && { { case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" -$as_echo "$ac_try_echo"; } >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 - test $ac_status = 0; }; -then - eval ac_cv_prog_cc_${ac_cc}_c_o=yes - if test "x$CC" != xcc; then - # Test first that cc exists at all. - if { ac_try='cc -c conftest.$ac_ext >&5' - { { case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" -$as_echo "$ac_try_echo"; } >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 - test $ac_status = 0; }; }; then - ac_try='cc -c conftest.$ac_ext -o conftest2.$ac_objext >&5' - rm -f conftest2.* - if { { case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" -$as_echo "$ac_try_echo"; } >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 - test $ac_status = 0; } && - test -f conftest2.$ac_objext && { { case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" -$as_echo "$ac_try_echo"; } >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 - test $ac_status = 0; }; - then - # cc works too. - : - else - # cc exists but doesn't like -o. - eval ac_cv_prog_cc_${ac_cc}_c_o=no - fi - fi - fi -else - eval ac_cv_prog_cc_${ac_cc}_c_o=no -fi -rm -f core conftest* - -fi -if eval test \$ac_cv_prog_cc_${ac_cc}_c_o = yes; then - { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 -$as_echo "yes" >&6; } -else - { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 -$as_echo "no" >&6; } - -$as_echo "#define NO_MINUS_C_MINUS_O 1" >>confdefs.h - -fi - -# FIXME: we rely on the cache variable name because -# there is no other way. -set dummy $CC -am_cc=`echo $2 | sed 's/[^a-zA-Z0-9_]/_/g;s/^[0-9]/_/'` -eval am_t=\$ac_cv_prog_cc_${am_cc}_c_o -if test "$am_t" != yes; then - # Losing compiler, so override with the script. - # FIXME: It is wrong to rewrite CC. - # But if we don't then we get into trouble of one sort or another. - # A longer-term fix would be to have automake use am__CC in this case, - # and then we could set am__CC="\$(top_srcdir)/compile \$(CC)" - CC="$am_aux_dir/compile $CC" -fi - @@ -4943,7 +4918,8 @@ .PHONY: pot pot: $(_HELP_POTFILE) $(_HELP_POTFILE): $(_HELP_C_FILES) $(_HELP_C_EXTRA) $(_HELP_C_MEDIA) - $(AM_V_GEN)$(ITSTOOL) -o "$@" $(_HELP_C_FILES) + $(AM_V_GEN)if test -d "C"; then d=; else d="$(srcdir)/"; fi; \ + $(ITSTOOL) -o "$@" $(foreach f,$(_HELP_C_FILES),"$${d}$(f)") .PHONY: repo repo: $(_HELP_POTFILE) @@ -5661,7 +5637,7 @@ # report actual input values of CONFIG_FILES etc. instead of their # values after options handling. ac_log=" -This file was extended by gnome-mines $as_me 3.8.2, which was +This file was extended by gnome-mines $as_me 3.10.1, which was generated by GNU Autoconf 2.69. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -5718,7 +5694,7 @@ cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" ac_cs_version="\\ -gnome-mines config.status 3.8.2 +gnome-mines config.status 3.10.1 configured by $0, generated by GNU Autoconf 2.69, with options \\"\$ac_cs_config\\" diff -Nru gnome-mines-3.8.2/configure.ac gnome-mines-3.10.1/configure.ac --- gnome-mines-3.8.2/configure.ac 2013-08-20 01:48:59.000000000 +0000 +++ gnome-mines-3.10.1/configure.ac 2013-10-12 11:22:10.000000000 +0000 @@ -1,4 +1,4 @@ -AC_INIT(gnome-mines, 3.8.2) +AC_INIT(gnome-mines, 3.10.1) AM_INIT_AUTOMAKE([1.11 no-dist-gzip dist-xz foreign]) AM_SILENT_RULES([yes]) AM_MAINTAINER_MODE diff -Nru gnome-mines-3.8.2/data/Makefile.am gnome-mines-3.10.1/data/Makefile.am --- gnome-mines-3.8.2/data/Makefile.am 2013-08-17 19:06:14.000000000 +0000 +++ gnome-mines-3.10.1/data/Makefile.am 2013-10-12 11:18:06.000000000 +0000 @@ -17,7 +17,11 @@ desktop_DATA = $(desktop_in_files:.desktop.in.in=.desktop) @INTLTOOL_DESKTOP_RULE@ +appdatadir = $(datadir)/appdata +appdata_DATA = gnome-mines.appdata.xml + EXTRA_DIST = \ + $(appdata_DATA) \ $(gsettings_in_file) \ $(desktop_in_files) \ $(man_MANS) \ diff -Nru gnome-mines-3.8.2/data/Makefile.in gnome-mines-3.10.1/data/Makefile.in --- gnome-mines-3.8.2/data/Makefile.in 2013-08-20 01:49:23.000000000 +0000 +++ gnome-mines-3.10.1/data/Makefile.in 2013-10-12 11:22:14.000000000 +0000 @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.13.4 from Makefile.am. +# Makefile.in generated by automake 1.14 from Makefile.am. # @configure_input@ # Copyright (C) 1994-2013 Free Software Foundation, Inc. @@ -141,11 +141,11 @@ $(am__cd) "$$dir" && rm -f $$files; }; \ } man6dir = $(mandir)/man6 -am__installdirs = "$(DESTDIR)$(man6dir)" "$(DESTDIR)$(desktopdir)" \ - "$(DESTDIR)$(pixmapdir)" +am__installdirs = "$(DESTDIR)$(man6dir)" "$(DESTDIR)$(appdatadir)" \ + "$(DESTDIR)$(desktopdir)" "$(DESTDIR)$(pixmapdir)" NROFF = nroff MANS = $(man_MANS) -DATA = $(desktop_DATA) $(pixmap_DATA) +DATA = $(appdata_DATA) $(desktop_DATA) $(pixmap_DATA) RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ distclean-recursive maintainer-clean-recursive am__recursive_targets = \ @@ -329,7 +329,10 @@ desktopdir = $(datadir)/applications desktop_in_files = gnomine.desktop.in.in desktop_DATA = $(desktop_in_files:.desktop.in.in=.desktop) +appdatadir = $(datadir)/appdata +appdata_DATA = gnome-mines.appdata.xml EXTRA_DIST = \ + $(appdata_DATA) \ $(gsettings_in_file) \ $(desktop_in_files) \ $(man_MANS) \ @@ -415,6 +418,27 @@ } | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^6][0-9a-z]*$$,6,;x' \ -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \ dir='$(DESTDIR)$(man6dir)'; $(am__uninstall_files_from_dir) +install-appdataDATA: $(appdata_DATA) + @$(NORMAL_INSTALL) + @list='$(appdata_DATA)'; test -n "$(appdatadir)" || list=; \ + if test -n "$$list"; then \ + echo " $(MKDIR_P) '$(DESTDIR)$(appdatadir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(appdatadir)" || exit 1; \ + fi; \ + for p in $$list; do \ + if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ + echo "$$d$$p"; \ + done | $(am__base_list) | \ + while read files; do \ + echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(appdatadir)'"; \ + $(INSTALL_DATA) $$files "$(DESTDIR)$(appdatadir)" || exit $$?; \ + done + +uninstall-appdataDATA: + @$(NORMAL_UNINSTALL) + @list='$(appdata_DATA)'; test -n "$(appdatadir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + dir='$(DESTDIR)$(appdatadir)'; $(am__uninstall_files_from_dir) install-desktopDATA: $(desktop_DATA) @$(NORMAL_INSTALL) @list='$(desktop_DATA)'; test -n "$(desktopdir)" || list=; \ @@ -617,7 +641,7 @@ all-am: Makefile $(MANS) $(DATA) installdirs: installdirs-recursive installdirs-am: - for dir in "$(DESTDIR)$(man6dir)" "$(DESTDIR)$(desktopdir)" "$(DESTDIR)$(pixmapdir)"; do \ + for dir in "$(DESTDIR)$(man6dir)" "$(DESTDIR)$(appdatadir)" "$(DESTDIR)$(desktopdir)" "$(DESTDIR)$(pixmapdir)"; do \ test -z "$$dir" || $(MKDIR_P) "$$dir"; \ done install: install-recursive @@ -672,7 +696,8 @@ info-am: -install-data-am: install-desktopDATA install-man install-pixmapDATA +install-data-am: install-appdataDATA install-desktopDATA install-man \ + install-pixmapDATA install-dvi: install-dvi-recursive @@ -716,7 +741,8 @@ ps-am: -uninstall-am: uninstall-desktopDATA uninstall-man uninstall-pixmapDATA +uninstall-am: uninstall-appdataDATA uninstall-desktopDATA \ + uninstall-man uninstall-pixmapDATA uninstall-man: uninstall-man6 @@ -725,15 +751,16 @@ .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \ check-am clean clean-generic cscopelist-am ctags ctags-am \ distclean distclean-generic distclean-tags distdir dvi dvi-am \ - html html-am info info-am install install-am install-data \ - install-data-am install-desktopDATA install-dvi install-dvi-am \ - install-exec install-exec-am install-html install-html-am \ - install-info install-info-am install-man install-man6 \ - install-pdf install-pdf-am install-pixmapDATA install-ps \ - install-ps-am install-strip installcheck installcheck-am \ - installdirs installdirs-am maintainer-clean \ - maintainer-clean-generic mostlyclean mostlyclean-generic pdf \ - pdf-am ps ps-am tags tags-am uninstall uninstall-am \ + html html-am info info-am install install-am \ + install-appdataDATA install-data install-data-am \ + install-desktopDATA install-dvi install-dvi-am install-exec \ + install-exec-am install-html install-html-am install-info \ + install-info-am install-man install-man6 install-pdf \ + install-pdf-am install-pixmapDATA install-ps install-ps-am \ + install-strip installcheck installcheck-am installdirs \ + installdirs-am maintainer-clean maintainer-clean-generic \ + mostlyclean mostlyclean-generic pdf pdf-am ps ps-am tags \ + tags-am uninstall uninstall-am uninstall-appdataDATA \ uninstall-desktopDATA uninstall-man uninstall-man6 \ uninstall-pixmapDATA diff -Nru gnome-mines-3.8.2/data/gnome-mines.appdata.xml gnome-mines-3.10.1/data/gnome-mines.appdata.xml --- gnome-mines-3.8.2/data/gnome-mines.appdata.xml 1970-01-01 00:00:00.000000000 +0000 +++ gnome-mines-3.10.1/data/gnome-mines.appdata.xml 2013-10-12 11:18:06.000000000 +0000 @@ -0,0 +1,24 @@ + + + gnomine.desktop + CC0 + GNOME Mines + +

+ GNOME Mines is a puzzle game where you search for hidden mines. Flag the + spaces with mines as quickly as possible to make the board a safer place. You + win the game when you've flagged every mine on the board. Be careful not to + trigger one, or the game is over! +

+

+ You can select the size of the field you want to play on at the start of the + game. If you get stuck, you can ask for a hint: there's a time penalty, but + that's better than hitting a mine! +

+
+ + https://wiki.gnome.org/Mines?action=AttachFile&do=get&target=mines.png + + https://wiki.gnome.org/Mines + games_list_at_gnome.org +
diff -Nru gnome-mines-3.8.2/data/icons/Makefile.am gnome-mines-3.10.1/data/icons/Makefile.am --- gnome-mines-3.8.2/data/icons/Makefile.am 2013-08-20 01:38:36.000000000 +0000 +++ gnome-mines-3.10.1/data/icons/Makefile.am 2013-10-12 11:18:06.000000000 +0000 @@ -13,3 +13,5 @@ icon256_DATA = 256x256/gnome-mines.png EXTRA_DIST = $(icon16_DATA) $(icon22_DATA) $(icon24_DATA) $(icon32_DATA) $(icon48_DATA) $(icon256_DATA) $(iconscalable_DATA) + +-include $(top_srcdir)/git.mk diff -Nru gnome-mines-3.8.2/data/icons/Makefile.in gnome-mines-3.10.1/data/icons/Makefile.in --- gnome-mines-3.8.2/data/icons/Makefile.in 2013-08-20 01:49:23.000000000 +0000 +++ gnome-mines-3.10.1/data/icons/Makefile.in 2013-10-12 11:22:14.000000000 +0000 @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.13.4 from Makefile.am. +# Makefile.in generated by automake 1.14 from Makefile.am. # @configure_input@ # Copyright (C) 1994-2013 Free Software Foundation, Inc. @@ -590,6 +590,8 @@ uninstall-icon48DATA +-include $(top_srcdir)/git.mk + # 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 -Nru gnome-mines-3.8.2/debian/changelog gnome-mines-3.10.1/debian/changelog --- gnome-mines-3.8.2/debian/changelog 2013-08-28 00:52:28.000000000 +0000 +++ gnome-mines-3.10.1/debian/changelog 2013-12-17 07:25:19.000000000 +0000 @@ -1,3 +1,21 @@ +gnome-mines (1:3.10.1-0ubuntu1~saucy1) saucy; urgency=medium + + * Copied from trusty + + -- Rico Tzschichholz Tue, 17 Dec 2013 08:25:19 +0100 + +gnome-mines (1:3.10.1-0ubuntu1) trusty; urgency=medium + + * New upstream release: + - Remove "Hint" action from app menu + - Add appdata file + - Fix crash when releasing buttons outside minefield + - Resize the window when switching to a smaller minefield + - Fix broken links and typos in user help + - Fix name of app menu when not launched by GNOME Shell + + -- Robert Ancell Tue, 17 Dec 2013 10:01:53 +1300 + gnome-mines (1:3.8.2-1) unstable; urgency=low [ Jeremy Bicha ] diff -Nru gnome-mines-3.8.2/debian/control gnome-mines-3.10.1/debian/control --- gnome-mines-3.8.2/debian/control 2013-08-28 00:54:07.000000000 +0000 +++ gnome-mines-3.10.1/debian/control 2013-12-17 07:25:33.000000000 +0000 @@ -2,12 +2,12 @@ # # Modifications should be made to debian/control.in instead. # This file is regenerated automatically in the clean target. - Source: gnome-mines Section: games Priority: optional -Maintainer: Debian GNOME Maintainers -Uploaders: Emilio Pozuelo Monfort , Jordi Mallach , Josselin Mouette , Michael Biebl +Maintainer: Ubuntu Developers +XSBC-Original-Maintainer: Debian GNOME Maintainers +Uploaders: Debian GNOME Maintainers , Emilio Pozuelo Monfort , Jordi Mallach , Michael Biebl Homepage: https://wiki.gnome.org/Mines Build-Depends: cdbs (>= 0.4.90~), debhelper (>= 8), diff -Nru gnome-mines-3.8.2/debian/control.in gnome-mines-3.10.1/debian/control.in --- gnome-mines-3.8.2/debian/control.in 2013-08-28 00:50:25.000000000 +0000 +++ gnome-mines-3.10.1/debian/control.in 2013-12-17 07:25:30.000000000 +0000 @@ -1,7 +1,8 @@ Source: gnome-mines Section: games Priority: optional -Maintainer: Debian GNOME Maintainers +Maintainer: Ubuntu Developers +XSBC-Original-Maintainer: Debian GNOME Maintainers Uploaders: @GNOME_TEAM@ Homepage: https://wiki.gnome.org/Mines Build-Depends: cdbs (>= 0.4.90~), diff -Nru gnome-mines-3.8.2/help/C/board-size.page gnome-mines-3.10.1/help/C/board-size.page --- gnome-mines-3.8.2/help/C/board-size.page 2013-08-20 01:38:36.000000000 +0000 +++ gnome-mines-3.10.1/help/C/board-size.page 2013-10-12 11:18:06.000000000 +0000 @@ -25,7 +25,9 @@ -

Click New or MinesNew Game.

+

Click New or + Mines + New Game.

Select one of the grid sizes:

diff -Nru gnome-mines-3.8.2/help/C/bug-filing.page gnome-mines-3.10.1/help/C/bug-filing.page --- gnome-mines-3.8.2/help/C/bug-filing.page 2013-08-20 01:38:36.000000000 +0000 +++ gnome-mines-3.10.1/help/C/bug-filing.page 2013-10-12 11:18:06.000000000 +0000 @@ -23,15 +23,20 @@ Mines is maintained by a volunteer community. You are welcome to participate. If you notice a problem you can file a bug report. To file a bug, go to .

- This is a bug tracking system where users and developers can file details about bugs, crashes and request enhancements. + This is a bug tracking system where users and developers can file details about bugs and crashes, or request enhancements.

- To participate you need an account which will give you the ability to gain access, file bugs, and make comments. Also, you need to register so you can receive updates by e-mail about the status of your bug. If you don't already have an account, just click on the New Account link to create one. -

-

- Once you have an account, log in, click on File a BugApplicationsgnome-mines. - Before reporting a bug, please read the bug writing guidelines, and please browse for the bug to see if it already exists. + To participate you need an account, which will give you the ability to gain access, file bugs, make comments, and receive updates by e-mail about the status of your bug. If you don't already have an account, just click on the New Account link to create one.

+ +

Once you have an account, log in, click on File a + BugApplicationsgnome-mines. Before + reporting a bug, please read the + bug + writing guidelines, and please + browse + for the bug to see if it already exists.

+

If you are requesting a new feature, choose enhancement in the Severity menu. Fill in the Summary and Description sections and click Commit. diff -Nru gnome-mines-3.8.2/help/C/documentation.page gnome-mines-3.10.1/help/C/documentation.page --- gnome-mines-3.8.2/help/C/documentation.page 2013-08-20 01:38:36.000000000 +0000 +++ gnome-mines-3.10.1/help/C/documentation.page 2013-10-12 11:18:06.000000000 +0000 @@ -15,6 +15,10 @@ kittykat3756@gmail.com 2012 + + Aruna Sankaranarayanan + aruna.evam@gmail.com +

Creative Commons Share Alike 3.0

@@ -26,13 +30,15 @@ welcome to participate.

To contribute to the Documentation Project, get in touch with us on the - #docs channel on irc.gnome.org or via our - mailing - list.

+ #docs + channel on + irc.gnome.org + or via our + mailing list + .

-

Our wiki +

Our + wiki page contains useful information.

- diff -Nru gnome-mines-3.8.2/help/C/faces.page gnome-mines-3.10.1/help/C/faces.page --- gnome-mines-3.8.2/help/C/faces.page 2013-08-20 01:38:36.000000000 +0000 +++ gnome-mines-3.10.1/help/C/faces.page 2013-10-12 11:18:06.000000000 +0000 @@ -11,6 +11,10 @@ 2011 + + Aruna Sankaranarayanan + aruna.evam@gmail.com + The meaning of the faces @@ -18,23 +22,23 @@ - + - - + + - - + + - - + + - +

This is a new game and you didn't clicked on any tile for the moment.

This is a new game and you have not clicked on any tile yet.

You clicked on a mine, you loose.

You are currently clicking on a tile.

The tile you clicked on is safe. You can continue.

You have uncovered a mine. You lose.

This face appears when you're clicking a on tile.

The tile you just clicked on is safe. You can continue.

You found all the mines, you win.

You have found all the mines. You win!

diff -Nru gnome-mines-3.8.2/help/C/get-help.page gnome-mines-3.10.1/help/C/get-help.page --- gnome-mines-3.8.2/help/C/get-help.page 2013-08-20 01:38:36.000000000 +0000 +++ gnome-mines-3.10.1/help/C/get-help.page 2013-10-12 11:18:06.000000000 +0000 @@ -20,11 +20,11 @@ Hints and warnings -

You can use hints to reveal safe tiles and flag warnings to help you keep +

You can use hints to reveal safe tiles, and flag warnings to help you keep track of flags.

Click Hint in the toolbar to reveal a hidden - tile that is safe. You will be penalised for using hints: ten seconds will be + tile that is safe. You will be penalized for using hints: ten seconds will be added to your total time.

To enable warnings, edit the preferences by selecting diff -Nru gnome-mines-3.8.2/help/C/high-scores.page gnome-mines-3.10.1/help/C/high-scores.page --- gnome-mines-3.8.2/help/C/high-scores.page 2013-08-20 01:38:36.000000000 +0000 +++ gnome-mines-3.10.1/help/C/high-scores.page 2013-10-12 11:18:06.000000000 +0000 @@ -21,8 +21,8 @@ High scores -

The scores lists the ten fastest times in which each type of mine field - has been cleared.

+

The high scores list the ten fastest times in which each type of mine + field has been cleared.

To view the high scores, select MinesScores. The dialog will display the diff -Nru gnome-mines-3.8.2/help/C/index.page gnome-mines-3.10.1/help/C/index.page --- gnome-mines-3.8.2/help/C/index.page 2013-08-20 01:38:36.000000000 +0000 +++ gnome-mines-3.10.1/help/C/index.page 2013-10-12 11:18:06.000000000 +0000 @@ -20,7 +20,7 @@ <media type="image" src="figures/logo32.png">GNOME Mines - logo</media>GNOME Mines + logo GNOME Mines

Mines is a clone of the game Minesweeper. The aim is to locate all the mines that are hidden under tiles on a rectangular board. You will diff -Nru gnome-mines-3.8.2/help/C/new-game.page gnome-mines-3.10.1/help/C/new-game.page --- gnome-mines-3.8.2/help/C/new-game.page 2013-08-20 01:38:36.000000000 +0000 +++ gnome-mines-3.10.1/help/C/new-game.page 2013-10-12 11:18:06.000000000 +0000 @@ -17,15 +17,25 @@ kittykat3756@gmail.com 2012 - + + Aruna Sankaranarayanan + aruna.evam@gmail.com + Start a new game

To start a new game:

-

click the New button or select MinesNew Game from the application menu

-

select your preferred board size

+ +

Click the New button or select + Mines + New Game from + the application menu.

+
+ +

Select your preferred board size.

+
diff -Nru gnome-mines-3.8.2/help/C/rules.page gnome-mines-3.10.1/help/C/rules.page --- gnome-mines-3.8.2/help/C/rules.page 2013-08-20 01:38:36.000000000 +0000 +++ gnome-mines-3.10.1/help/C/rules.page 2013-10-12 11:18:06.000000000 +0000 @@ -32,16 +32,16 @@ selecting a custom board.

-

The game begins with the board covered in tiles, click on any tile to +

The game begins with the board covered in tiles. Click on any tile to uncover it. You will reveal:

A colored number, which represent the number of mines in the adjacent tiles. This will help you deduce where the mines are so that - you can mark them with .

+ you can mark them with flags.

-

A blank title, which means there are no mines under any of the +

A blank tile, which means there are no mines under any of the adjacent tiles.

diff -Nru gnome-mines-3.8.2/help/Makefile.am gnome-mines-3.10.1/help/Makefile.am --- gnome-mines-3.8.2/help/Makefile.am 2013-08-17 19:06:14.000000000 +0000 +++ gnome-mines-3.10.1/help/Makefile.am 2013-10-12 11:18:06.000000000 +0000 @@ -43,6 +43,6 @@ toolbar.page \ translate.page -HELP_LINGUAS = ca cs da de el en_GB es eu fr gl hu it oc pt_BR sl sr sr@latin sv zh_CN +HELP_LINGUAS = ca cs da de el en_GB es eu fr gl hu it ja oc pt_BR sl sr sr@latin sv zh_CN -include $(top_srcdir)/git.mk diff -Nru gnome-mines-3.8.2/help/Makefile.in gnome-mines-3.10.1/help/Makefile.in --- gnome-mines-3.8.2/help/Makefile.in 2013-08-20 01:49:23.000000000 +0000 +++ gnome-mines-3.10.1/help/Makefile.in 2013-10-12 11:22:14.000000000 +0000 @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.13.4 from Makefile.am. +# Makefile.in generated by automake 1.14 from Makefile.am. # @configure_input@ # Copyright (C) 1994-2013 Free Software Foundation, Inc. @@ -265,7 +265,7 @@ toolbar.page \ translate.page -HELP_LINGUAS = ca cs da de el en_GB es eu fr gl hu it oc pt_BR sl sr sr@latin sv zh_CN +HELP_LINGUAS = ca cs da de el en_GB es eu fr gl hu it ja oc pt_BR sl sr sr@latin sv zh_CN all: all-am .SUFFIXES: diff -Nru gnome-mines-3.8.2/help/ca/board-size.page gnome-mines-3.10.1/help/ca/board-size.page --- gnome-mines-3.8.2/help/ca/board-size.page 2013-08-20 01:49:29.000000000 +0000 +++ gnome-mines-3.10.1/help/ca/board-size.page 2013-10-12 11:22:17.000000000 +0000 @@ -16,6 +16,12 @@ 2012 + + + Joan Duran + jodufi@gmail.com + 2007, 2008 + How to change the game board size @@ -24,7 +30,9 @@ -

Click New or MinesNew Game.

+

Click New or + Mines + New Game.

Select one of the grid sizes:

diff -Nru gnome-mines-3.8.2/help/ca/bug-filing.page gnome-mines-3.10.1/help/ca/bug-filing.page --- gnome-mines-3.8.2/help/ca/bug-filing.page 2013-08-20 01:49:29.000000000 +0000 +++ gnome-mines-3.10.1/help/ca/bug-filing.page 2013-10-12 11:22:17.000000000 +0000 @@ -10,8 +10,14 @@ 2011 -

Creative Commons Share Alike 3.0

+

Creative Commons Compartir Igual 3.0

+ + + Joan Duran + jodufi@gmail.com + 2007, 2008 + Help make <app>Mines</app> better @@ -22,15 +28,20 @@ Mines is maintained by a volunteer community. You are welcome to participate. If you notice a problem you can file a bug report. To file a bug, go to .

- This is a bug tracking system where users and developers can file details about bugs, crashes and request enhancements. + This is a bug tracking system where users and developers can file details about bugs and crashes, or request enhancements.

- To participate you need an account which will give you the ability to gain access, file bugs, and make comments. Also, you need to register so you can receive updates by e-mail about the status of your bug. If you don't already have an account, just click on the New Account link to create one. -

-

- Once you have an account, log in, click on File a BugApplicationsgnome-mines. - Before reporting a bug, please read the bug writing guidelines, and please browse for the bug to see if it already exists. + To participate you need an account, which will give you the ability to gain access, file bugs, make comments, and receive updates by e-mail about the status of your bug. If you don't already have an account, just click on the New Account link to create one.

+ +

Once you have an account, log in, click on File a + BugApplicationsgnome-mines. Before + reporting a bug, please read the + bug + writing guidelines, and please + browse + for the bug to see if it already exists.

+

If you are requesting a new feature, choose enhancement in the Severity menu. Fill in the Summary and Description sections and click Commit. diff -Nru gnome-mines-3.8.2/help/ca/ca.po gnome-mines-3.10.1/help/ca/ca.po --- gnome-mines-3.8.2/help/ca/ca.po 2013-08-20 01:38:36.000000000 +0000 +++ gnome-mines-3.10.1/help/ca/ca.po 2013-10-12 11:18:06.000000000 +0000 @@ -5,971 +5,742 @@ msgid "" msgstr "" "Project-Id-Version: gnomine\n" -"POT-Creation-Date: 2008-01-03 18:49+0000\n" -"PO-Revision-Date: 2008-08-03 18:16+0100\n" +"POT-Creation-Date: 2013-06-01 17:16+0000\n" +"PO-Revision-Date: 2013-06-02 17:03+0200\n" "Last-Translator: Joan Duran \n" "Language-Team: Catalan \n" +"Language: ca\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"Content-Transfer-Encoding: 8bits\n" +"Plural-Forms: nplurals=2; plural=n != 1;\n" -#. When image changes, this message will be marked fuzzy or untranslated for you. -#. It doesn't matter what you translate it to: it's not used at all. -#: C/gnomine.xml:145(None) -msgid "" -"@@image: 'figures/main-window.png'; md5=0f49e2af3381111f4d13575fefd52d87" -msgstr "" -"@@image: 'figures/main-window.png'; md5=0f49e2af3381111f4d13575fefd52d87" - -#. When image changes, this message will be marked fuzzy or untranslated for you. -#. It doesn't matter what you translate it to: it's not used at all. -#: C/gnomine.xml:163(None) -msgid "@@image: 'figures/statusbar.png'; md5=8fd07589a7caac8c0c7c42007adb6835" -msgstr "@@image: 'figures/statusbar.png'; md5=8fd07589a7caac8c0c7c42007adb6835" - -#. When image changes, this message will be marked fuzzy or untranslated for you. -#. It doesn't matter what you translate it to: it's not used at all. -#: C/gnomine.xml:184(None) -msgid "@@image: 'figures/faces.png'; md5=c4ef2dc5a8fee43f2e00b49d2a3151eb" -msgstr "@@image: 'figures/faces.png'; md5=c4ef2dc5a8fee43f2e00b49d2a3151eb" - -#. When image changes, this message will be marked fuzzy or untranslated for you. -#. It doesn't matter what you translate it to: it's not used at all. -#: C/gnomine.xml:276(None) -msgid "" -"@@image: 'figures/preferences.png'; md5=b0a57c641f5d123f509e71c632294a12" -msgstr "" -"@@image: 'figures/preferences.png'; md5=b0a57c641f5d123f509e71c632294a12" - -#. When image changes, this message will be marked fuzzy or untranslated for you. -#. It doesn't matter what you translate it to: it's not used at all. -#: C/gnomine.xml:298(None) -msgid "" -"@@image: 'figures/imnotsureflagscheckbox.png'; " -"md5=58be021ed1cf90add08931282ec19bad" -msgstr "" -"@@image: 'figures/imnotsureflagscheckbox.png'; " -"md5=58be021ed1cf90add08931282ec19bad" - -#. When image changes, this message will be marked fuzzy or untranslated for you. -#. It doesn't matter what you translate it to: it's not used at all. -#: C/gnomine.xml:319(None) -msgid "@@image: 'figures/flags.png'; md5=21bb5789d11d2ea40515a4dfcfd597ca" -msgstr "@@image: 'figures/flags.png'; md5=21bb5789d11d2ea40515a4dfcfd597ca" - -#. When image changes, this message will be marked fuzzy or untranslated for you. -#. It doesn't matter what you translate it to: it's not used at all. -#: C/gnomine.xml:370(None) -msgid "@@image: 'figures/highscores.png'; md5=a62a94c773d992dcf399ee09ec35da5a" -msgstr "" -"@@image: 'figures/highscores.png'; md5=a62a94c773d992dcf399ee09ec35da5a" - -#. When image changes, this message will be marked fuzzy or untranslated for you. -#. It doesn't matter what you translate it to: it's not used at all. -#: C/gnomine.xml:431(None) -msgid "" -"@@image: 'figures/easy-hints-1.png'; md5=4ce524b08d7be427097a63c3cdfec6ee" -msgstr "" -"@@image: 'figures/easy-hints-1.png'; md5=4ce524b08d7be427097a63c3cdfec6ee" - -#. When image changes, this message will be marked fuzzy or untranslated for you. -#. It doesn't matter what you translate it to: it's not used at all. -#: C/gnomine.xml:445(None) -msgid "" -"@@image: 'figures/easy-hints-2.png'; md5=e37f8d409337ff13d85f36208fd04008" -msgstr "" -"@@image: 'figures/easy-hints-2.png'; md5=e37f8d409337ff13d85f36208fd04008" - -#. When image changes, this message will be marked fuzzy or untranslated for you. -#. It doesn't matter what you translate it to: it's not used at all. -#: C/gnomine.xml:458(None) -msgid "" -"@@image: 'figures/easy-hints-3.png'; md5=d444acbdd254318948b8f07c9b390ba6" -msgstr "" -"@@image: 'figures/easy-hints-3.png'; md5=d444acbdd254318948b8f07c9b390ba6" - -#. When image changes, this message will be marked fuzzy or untranslated for you. -#. It doesn't matter what you translate it to: it's not used at all. -#: C/gnomine.xml:497(None) -msgid "" -"@@image: 'figures/hard-hints-1.png'; md5=38f10c8159ec5526f1bd58ff322b7142" -msgstr "" -"@@image: 'figures/hard-hints-1.png'; md5=38f10c8159ec5526f1bd58ff322b7142" - -#. When image changes, this message will be marked fuzzy or untranslated for you. -#. It doesn't matter what you translate it to: it's not used at all. -#: C/gnomine.xml:510(None) -msgid "" -"@@image: 'figures/hard-hints-2.png'; md5=d5eecaed4e281d9d8db67f039627aa59" -msgstr "" -"@@image: 'figures/hard-hints-2.png'; md5=d5eecaed4e281d9d8db67f039627aa59" - -#. When image changes, this message will be marked fuzzy or untranslated for you. -#. It doesn't matter what you translate it to: it's not used at all. -#: C/gnomine.xml:541(None) -msgid "" -"@@image: 'figures/hard-hints-3.png'; md5=12f7ceaa8d7187cb694927ac015c10a8" -msgstr "" -"@@image: 'figures/hard-hints-3.png'; md5=12f7ceaa8d7187cb694927ac015c10a8" - -#: C/gnomine.xml:27(title) -msgid "Mines Manual" -msgstr "Manual del Mines" - -#: C/gnomine.xml:29(para) -msgid "" -"Mines is GNOME's take on the popular logic puzzle minesweeper, which " -"includes avoiding mines while receiving clues for the location of the mines." -msgstr "" -"El Mines és l'aposta del GNOME per al popular trencaclosques pescamines, que " -"implica evitar les mines mentre es reben pistes sobre la ubicació d'aquestes." - -#: C/gnomine.xml:36(year) -msgid "2006" -msgstr "2006" - -#: C/gnomine.xml:37(holder) -msgid "Callum McKenzie" -msgstr "Callum McKenzie" - -#: C/gnomine.xml:52(publishername) C/gnomine.xml:89(para) -msgid "GNOME Documentation Project" -msgstr "Projecte de documentació del GNOME" - -#: C/gnomine.xml:2(para) -msgid "" -"This document is dual-licensed. You may either distribute and/or modify it " -"under the terms of the GNU " -"General Public License, which the program " -"is licensed under, or you can distribute it under the terms of the " -"GNU Free Documentation License. A copy of this follows." -msgstr "" -"Aquest document té una llicència doble. Podeu distribuir-lo i/o modificar-lo " -"sota els termes de la Llicència " -"pública general de GNU, sota la qual està " -"llicenciat el programa, o podeu distribuir-lo sota els termes de la " -"Llicència de documentació lliure GNU. Teniu una copia d'aquesta llicència a " -"continuació." - -#: C/gnomine.xml:11(para) -msgid "" -"Permission is granted to copy, distribute and/or modify this document under " -"the terms of the GNU Free Documentation License (GFDL), Version 1.1 or any " -"later version published by the Free Software Foundation with no Invariant " -"Sections, no Front-Cover Texts, and no Back-Cover Texts. You can find a copy " -"of the GFDL at this link or " -"in the file COPYING-DOCS distributed with this manual." -msgstr "" -"Teniu permís per a copiar, distribuir i/o modificar aquest document, sota " -"els termes de la Llicència de documentació lliure GNU (GFDL), versió 1.1 o " -"qualsevol versió publicada posteriorment per la Free Software Foundation, " -"sense seccions invariants, sense texts de portada i sense texts de " -"contraportada. Podeu trobar una còpia de la GFDL en aquest enllaç o en el fitxer COPYING-DOCS distribuït " -"amb aquest manual." - -#: C/gnomine.xml:21(para) -msgid "" -"This manual is part of a collection of GNOME manuals distributed under the " -"GFDL. If you want to distribute this manual separately from the collection, " -"you can do so by adding a copy of the license to the manual, as described in " -"section 6 of the license." -msgstr "" -"Aquest manual forma part d'una col·lecció de manuals del GNOME distribuïts " -"sota la GFDL. Si voleu distribuir aquest manual independentment de la " -"col·lecció, podeu fer-ho afegint una còpia de la llicència al manual, tal " -"com es descriu a la secció 6 de la llicència." - -#: C/gnomine.xml:28(para) -msgid "" -"Many of the names used by companies to distinguish their products and " -"services are claimed as trademarks. Where those names appear in any GNOME " -"documentation, and the members of the GNOME Documentation Project are made " -"aware of those trademarks, then the names are in capital letters or initial " -"capital letters." -msgstr "" -"Molts dels noms que les empreses utilitzen per a distingir els seus " -"productes i serveis es consideren marques comercials. Quan aquests noms " -"apareguin en qualsevol documentació del GNOME, si els membres del Projecte " -"de documentació del GNOME han estat avisats pel que fa a les marques, els " -"noms apareixeran en majúscules o amb les inicials en majúscules." - -#: C/gnomine.xml:44(para) -msgid "" -"DOCUMENT IS PROVIDED ON AN \"AS IS\" BASIS, WITHOUT WARRANTY OF ANY KIND, " -"EITHER EXPRESSED OR IMPLIED, INCLUDING, WITHOUT LIMITATION, WARRANTIES THAT " -"THE DOCUMENT OR MODIFIED VERSION OF THE DOCUMENT IS FREE OF DEFECTS " -"MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE OR NON-INFRINGING. THE ENTIRE " -"RISK AS TO THE QUALITY, ACCURACY, AND PERFORMANCE OF THE DOCUMENT OR " -"MODIFIED VERSION OF THE DOCUMENT IS WITH YOU. SHOULD ANY DOCUMENT OR " -"MODIFIED VERSION PROVE DEFECTIVE IN ANY RESPECT, YOU (NOT THE INITIAL " -"WRITER, AUTHOR OR ANY CONTRIBUTOR) ASSUME THE COST OF ANY NECESSARY " -"SERVICING, REPAIR OR CORRECTION. THIS DISCLAIMER OF WARRANTY CONSTITUTES AN " -"ESSENTIAL PART OF THIS LICENSE. NO USE OF ANY DOCUMENT OR MODIFIED VERSION " -"OF THE DOCUMENT IS AUTHORIZED HEREUNDER EXCEPT UNDER THIS DISCLAIMER; AND" -msgstr "" -"EL DOCUMENT S'OFEREIX «TAL COM ÉS», SENSE CAP TIPUS DE GARANTIA, NI " -"EXPLÍCITA NI IMPLÍCITA; AIXÒ INCLOU, SENSE LIMITAR-S'HI, LES GARANTIES QUE " -"EL DOCUMENT O LA VERSIÓ MODIFICADA DEL DOCUMENT NO TINGUI DEFECTES, SIGUI " -"COMERCIALITZABLE, SIGUI ADEQUAT PER A UN ÚS CONCRET O NO INFRINGEIXI CAP " -"LLEI. TOT EL RISC PEL QUE FA A LA QUALITAT, EXACTITUD I RENDIMENT DEL " -"DOCUMENT O LA VERSIÓ MODIFICADA DEL DOCUMENT ÉS VOSTRE. EN CAS QUE EL " -"DOCUMENT RESULTÉS DEFECTUÓS EN QUALSEVOL ASPECTE, VÓS (NO PAS L'ESCRIPTOR " -"INICIAL, L'AUTOR O CAP ALTRE COL·LABORADOR) ASSUMIU TOT EL COST DE " -"MANTENIMENT, REPARACIÓ O CORRECCIÓ. AQUESTA RENÚNCIA DE GARANTIA CONSTITUEIX " -"UNA PART ESSENCIAL D'AQUESTA LLICÈNCIA. NO S'AUTORITZA L'ÚS DE CAP DOCUMENT " -"O VERSIÓ MODIFICADA DEL DOCUMENT EXCEPTE SOTA AQUESTA RENÚNCIA DE GARANTIA; " -"I " - -#: C/gnomine.xml:64(para) -msgid "" -"UNDER NO CIRCUMSTANCES AND UNDER NO LEGAL THEORY, WHETHER IN TORT (INCLUDING " -"NEGLIGENCE), CONTRACT, OR OTHERWISE, SHALL THE AUTHOR, INITIAL WRITER, ANY " -"CONTRIBUTOR, OR ANY DISTRIBUTOR OF THE DOCUMENT OR MODIFIED VERSION OF THE " -"DOCUMENT, OR ANY SUPPLIER OF ANY OF SUCH PARTIES, BE LIABLE TO ANY PERSON " -"FOR ANY DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES OF " -"ANY CHARACTER INCLUDING, WITHOUT LIMITATION, DAMAGES FOR LOSS OF GOODWILL, " -"WORK STOPPAGE, COMPUTER FAILURE OR MALFUNCTION, OR ANY AND ALL OTHER DAMAGES " -"OR LOSSES ARISING OUT OF OR RELATING TO USE OF THE DOCUMENT AND MODIFIED " -"VERSIONS OF THE DOCUMENT, EVEN IF SUCH PARTY SHALL HAVE BEEN INFORMED OF THE " -"POSSIBILITY OF SUCH DAMAGES." -msgstr "" -"EN CAP CAS I SOTA CAP INTERPRETACIÓ LEGAL, JA SIGUI PER AGREUJAMENT " -"(INCLOENT-HI LA NEGLIGÈNCIA), CONTRACTE O ALTRE CAS, L'AUTOR, L'ESCRIPTOR " -"ORIGINAL, QUALSEVOL DELS COL·LABORADORS O DISTRIBUÏDORS DEL DOCUMENT O UNA " -"VERSIÓ MODIFICADA DEL DOCUMENT NI CAP PROVEÏDOR D'AQUESTES PARTS NO SERAN " -"RESPONSABLES DAVANT DE NINGÚ PER CAP DANY DIRECTE, INDIRECTE, ESPECIAL, " -"ACCIDENTAL O CONSECUTIU DE QUALSEVOL TIPUS; AIXÒ INCLOU, SENSE LIMITAR-S'HI, " -"ELS DANYS PER PÈRDUA DE CLIENTS, INTERRUPCIONS DE LA FEINA, FALLADA O " -"MALFUNCIONAMENT DE L'ORDINADOR, O QUALSEVOL ALTRA PÈRDUA O DANY RELACIONAT " -"AMB L'ÚS DEL DOCUMENT I LES VERSIONS MODIFICADES DEL DOCUMENT, FINS I TOT SI " -"S'HA INFORMAT AQUESTA PART DE LA POSSIBILITAT D'AQUESTS DANYS." - -#: C/gnomine.xml:37(para) -msgid "" -"DOCUMENT AND MODIFIED VERSIONS OF THE DOCUMENT ARE PROVIDED UNDER THE TERMS " -"OF THE GNU FREE DOCUMENTATION LICENSE WITH THE FURTHER UNDERSTANDING THAT: " -"" -msgstr "" -"EL DOCUMENT I LES VERSIONS MODIFICADES DEL DOCUMENT S'OFEREIXEN SOTA ELS " -"TERMES DE LA LLICÈNCIA DE DOCUMENTACIÓ LLIURE DE GNU, TENINT EN COMPTE QUE: " -"" - -#: C/gnomine.xml:62(firstname) -msgid "Callum" -msgstr "Callum" - -#: C/gnomine.xml:63(surname) -msgid "McKenzie" -msgstr "McKenzie" - -#: C/gnomine.xml:65(email) -msgid "callum@spooky-possum.org" -msgstr "callum@spooky-possum.org" - -#: C/gnomine.xml:83(revnumber) -msgid "Mines Manual V2.9" -msgstr "Manual del Mines (versió 2.9)" - -#: C/gnomine.xml:84(date) -msgid "January 2006" -msgstr "Gener de 2006" - -#: C/gnomine.xml:86(para) -msgid "Callum McKenzie callum@spooky-possum.org" -msgstr "Callum McKenzie callum@spooky-possum.org" - -#: C/gnomine.xml:94(releaseinfo) -msgid "This manual describes version 2.14 of Mines." -msgstr "Aquest manual descriu la versió 2.14 del Mines." - -#: C/gnomine.xml:101(title) -msgid "Feedback" -msgstr "Comentaris" - -#: C/gnomine.xml:102(para) -msgid "" -"To report a bug or make a suggestion regarding the Mines application or this manual, follow the directions in the GNOME bug reporting database.." -msgstr "" -"Per a informar d'un error o fer algun suggeriment quant al " -"Mines o aquest manual, seguiu les indicacions a " -"la base de dades d'errors del " -"GNOME." +#. Put one translator per line, in the form NAME , YEAR1, YEAR2 +msgctxt "_" +msgid "translator-credits" +msgstr "Joan Duran , 2007, 2008" + +#. This is a reference to an external file such as an image or video. When +#. the file changes, the md5 hash will change to let you know you need to +#. update your localized copy. The msgstr is not used at all. Set it to +#. whatever you like once you have updated your copy of the file. +#. +#. This is a reference to an external file such as an image or video. When +#. the file changes, the md5 hash will change to let you know you need to +#. update your localized copy. The msgstr is not used at all. Set it to +#. whatever you like once you have updated your copy of the file. +#: C/index.page:4(media) +msgctxt "_" +msgid "external ref='figures/logo.png' md5='5a979e829d14ad935a9f3e81318a5a36'" +msgstr "external ref='figures/logo.png' md5='5a979e829d14ad935a9f3e81318a5a36'" + +#. This is a reference to an external file such as an image or video. When +#. the file changes, the md5 hash will change to let you know you need to +#. update your localized copy. The msgstr is not used at all. Set it to +#. whatever you like once you have updated your copy of the file. +#. +#. This is a reference to an external file such as an image or video. When +#. the file changes, the md5 hash will change to let you know you need to +#. update your localized copy. The msgstr is not used at all. Set it to +#. whatever you like once you have updated your copy of the file. +#: C/index.page:22(media) +msgctxt "_" +msgid "" +"external ref='figures/logo32.png' md5='aef7085887ecce229ad39e3f43268a8b'" +msgstr "" +"external ref='figures/logo32.png' md5='aef7085887ecce229ad39e3f43268a8b'" -#: C/gnomine.xml:111(primary) +#: C/index.page:6(info/title) +msgctxt "link" msgid "GNOME Mines" -msgstr "Mines" +msgstr "Mines del GNOME" + +#: C/index.page:7(info/title) +msgctxt "text" +msgid "GNOME Mines" +msgstr "Mines del GNOME" + +#: C/index.page:10(credit/name) C/shortcuts.page:9(credit/name) +msgid "Brian Grohe" +msgstr "Brian Grohe" + +#: C/index.page:14(credit/name) C/board-size.page:15(credit/name) +#: C/documentation.page:14(credit/name) C/flags.page:23(credit/name) +#: C/get-help.page:14(credit/name) C/high-scores.page:15(credit/name) +#: C/new-game.page:16(credit/name) C/rules.page:16(credit/name) +msgid "Ekaterina Gerasimova" +msgstr "Ekaterina Gerasimova" + +#: C/index.page:18(license/p) C/bug-filing.page:14(license/p) +#: C/develop.page:15(license/p) C/documentation.page:23(license/p) +#: C/translate.page:19(license/p) +msgid "Creative Commons Share Alike 3.0" +msgstr "Creative Commons Compartir Igual 3.0" + +#: C/index.page:22(page/title) +msgid "" +"GNOME Mines logo " +"GNOME Mines" +msgstr "" +"Logotip del Mines del " +"GNOME Mines del GNOME" + +#: C/index.page:24(page/p) +msgid "" +"Mines is a clone of the game Minesweeper. The aim is to locate " +"all the mines that are hidden under tiles on a rectangular board. You will " +"need to use a combination of logic and luck to find all the mines without " +"triggering an explosion." +msgstr "" + +#: C/index.page:31(section/title) +msgid "Game Play" +msgstr "" + +#: C/index.page:34(section/title) +msgid "Useful tips" +msgstr "" + +#: C/index.page:37(section/title) +msgid "Advanced" +msgstr "Avançat" + +#: C/index.page:40(section/title) +msgid "Get Involved" +msgstr "" + +#: C/board-size.page:10(credit/name) C/faces.page:9(credit/name) +#: C/flags.page:17(credit/name) C/get-help.page:9(credit/name) +#: C/high-scores.page:10(credit/name) C/new-game.page:11(credit/name) +#: C/rules.page:11(credit/name) +msgid "Baptiste Mille-Mathias" +msgstr "Baptiste Mille-Mathias" + +#: C/board-size.page:12(credit/years) C/bug-filing.page:11(credit/years) +#: C/develop.page:12(credit/years) C/documentation.page:11(credit/years) +#: C/faces.page:11(credit/years) C/get-help.page:11(credit/years) +#: C/rules.page:13(credit/years) C/translate.page:12(credit/years) +msgid "2011" +msgstr "2011" + +#: C/board-size.page:17(credit/years) C/documentation.page:16(credit/years) +#: C/flags.page:13(credit/years) C/flags.page:19(credit/years) +#: C/flags.page:25(credit/years) C/get-help.page:16(credit/years) +#: C/high-scores.page:12(credit/years) C/high-scores.page:17(credit/years) +#: C/new-game.page:13(credit/years) C/new-game.page:18(credit/years) +#: C/rules.page:18(credit/years) C/shortcuts.page:11(credit/years) +#: C/toolbar.page:10(credit/years) +msgid "2012" +msgstr "2012" + +#: C/board-size.page:22(page/title) +msgid "How to change the game board size" +msgstr "" + +#: C/board-size.page:24(page/p) +msgid "You can select a field size at the start of a new game." +msgstr "" + +#: C/board-size.page:28(item/p) +msgid "" +"Click New or Mines New Game." +msgstr "" + +#: C/board-size.page:33(item/p) +msgid "Select one of the grid sizes:" +msgstr "" + +#: C/board-size.page:35(item/p) +msgid "a 8 × 8 board with 10 mines" +msgstr "" + +#: C/board-size.page:36(item/p) +msgid "a 16 × 16 board with 40 mines" +msgstr "" + +#: C/board-size.page:37(item/p) +msgid "a 30 × 16 board with 99 mines" +msgstr "" + +#: C/board-size.page:38(item/p) +msgid "a custom board, where you chose the size and the number of mines" +msgstr "" + +#: C/bug-filing.page:9(credit/name) C/develop.page:10(credit/name) +#: C/documentation.page:9(credit/name) C/flags.page:11(credit/name) +#: C/toolbar.page:8(credit/name) C/translate.page:10(credit/name) +msgid "Tiffany Antopolski" +msgstr "Tiffany Antopolski" + +#: C/bug-filing.page:18(page/title) +msgid "Help make Mines better" +msgstr "" + +#: C/bug-filing.page:21(section/title) +msgid "Report a bug or suggest an improvement" +msgstr "" + +#: C/bug-filing.page:22(section/p) +msgid "" +"Mines is maintained by a volunteer community. You are welcome to " +"participate. If you notice a problem you can file a bug report. To " +"file a bug, go to ." +msgstr "" + +#: C/bug-filing.page:25(section/p) +msgid "" +"This is a bug tracking system where users and developers can file details " +"about bugs and crashes, or request enhancements." +msgstr "" + +#: C/bug-filing.page:28(section/p) +msgid "" +"To participate you need an account, which will give you the ability to gain " +"access, file bugs, make comments, and receive updates by e-mail about the " +"status of your bug. If you don't already have an account, just click on the " +"New Account link to create one." +msgstr "" + +#: C/bug-filing.page:32(section/p) +msgid "" +"Once you have an account, log in, click on File a BugApplicationsgnome-mines. Before reporting " +"a bug, please read the bug writing guidelines, and please browse " +"for the bug to see if it already exists." +msgstr "" + +#: C/bug-filing.page:40(section/p) +msgid "" +"If you are requesting a new feature, choose enhancement in the " +"Severity menu. Fill in the Summary and Description sections and " +"click Commit." +msgstr "" + +#: C/bug-filing.page:44(section/p) +msgid "" +"Your report will be given an ID number, and its status will be updated as it " +"is being dealt with. Thanks for helping make Mines better!" +msgstr "" -#: C/gnomine.xml:118(title) -msgid "Introduction" -msgstr "Introducció" - -#: C/gnomine.xml:120(para) -msgid "" -"Mines is a puzzle game " -"where you locate mines floating in an ocean using only your brain and a " -"little bit of luck." -msgstr "" -"El Mines és un trencaclosques on heu de " -"localitzar mines flotant en un oceà utilitzant només el cervell i una xic de " -"sort." - -#: C/gnomine.xml:126(para) -msgid "" -"You start the game with a grid of covered squares and no idea what is in " -"them. Clicking on a square reveals what is in it: either empty ocean or a " -"mine. If you find a mine bad things happen and the game is over. If you " -"uncover an empty square, you survive and get to try again. We do give you a " -"bit of help; if you find an empty piece of ocean a number is printed there " -"telling you how many mines are in the adjacent squares (or no number if " -"there are no nearby mines). Once you find a few clear squares you can start " -"to deduce which squares have mines in them and which don't. You win the game " -"once you have revealed all the un-mined squares and marked all the mined " -"squares." -msgstr "" -"La partida comença amb una graella plena de caselles i sense saber què hi ha " -"en elles. En fer clic en una casella descobrireu què hi ha en ella: pot ser " -"l'oceà buit o una mina. Si trobeu una mina succeeixen coses dolentes i " -"s'acaba la partida. Si trobeu una casella buida, sobreviviu i podeu tornar-" -"ho a intentar. Us donem una mica d'ajuda; si trobeu una casella buida d'oceà " -"apareixerà un número que indica les mines que hi ha en les caselles " -"adjacents (o cap número si no hi ha mines al voltant). Quan tingueu algunes " -"caselles buides podreu començar a deduir quines caselles tenen mines i " -"quines no. Guanyareu la partida quan hàgiu descobert totes les caselles " -"sense mines i marcat totes les caselles amb mines." - -#: C/gnomine.xml:141(title) -msgid "The stages of the game: the start, playing, losing, and winning." -msgstr "Les etapes de la partida: inici, en joc, perdre i guanyar." - -#: C/gnomine.xml:149(para) -msgid "" -"To mark a square as having a mine you right-click on it and a flag is placed " -"there. If you click on a square with a number and you have placed precisely " -"that number of flags on adjacent squares then the remaining squares are " -"revealed. If you didn't mark the mines correctly then an explosion will " -"occur and the game is over. Squares with no adjacent mines (i.e. blank " -"squares) have their adjacent squares automatically cleared." -msgstr "" -"Per a marcar una casella com que té una mina feu-hi clic amb el botó " -"secundari i s'hi afegirà una bandera. Si feu clic en una casella amb un " -"número i heu marcat aquest número de banderes en les caselles adjacents, " -"llavors es descobriran la resta de caselles. Si no heu marcat correctament " -"les mines es produirà una explosió i s'acabarà la partida. Les caselles " -"sense mines adjacents (les caselles buides) descobriran automàticament les " -"seves caselles adjacents." - -#: C/gnomine.xml:160(title) -msgid "Important information." -msgstr "Informació important." - -#: C/gnomine.xml:167(para) -msgid "" -"You are being timed. To be good at this game you have to work both quickly " -"and correctly. Once you have found all the mines and revealed all the un-" -"mined squares the clock is stopped. Your score is the time you took; the " -"shorter the better." -msgstr "" -"El temps és important. Per a ser bo en aquest joc heu de treballar tant " -"ràpidament com correctament. El rellotge s'aturarà quan trobeu totes les " -"mines i hàgiu descobert totes les caselles sense mines. La puntuació és el " -"temps que tardeu; quant menys millor." - -#: C/gnomine.xml:174(para) -msgid "" -"The time you have taken is displayed on the bottom right of the window. " -"Beside it, on the left, is a count of the number of mines you have cleared " -"and the total number hidden on the board." -msgstr "" -"A la part inferior dreta de la finestra es mostra el temps que tardeu. Al " -"seu costat, a l'esquerra, hi ha un comptador amb el número de mines que heu " -"marcat i el número total de mines ocultes en el tauler." - -#: C/gnomine.xml:181(title) -msgid "The yellow face shows you how well you are going." -msgstr "La cara groga mostra com ho esteu fent de bé." - -#: C/gnomine.xml:194(title) -msgid "The Details" -msgstr "Els detalls" - -#: C/gnomine.xml:196(para) -msgid "" -"This section provides information on the controls and the important menu " -"items. If you need help figuring where the mines are, see the strategy section." -msgstr "" -"Aquesta secció us proporciona informació sobre els controls i els elements " -"del menú importants. Si necessiteu ajuda per a saber on estan les mines, " -"vegeu la secció d'estratègia." - -#: C/gnomine.xml:203(title) -msgid "The Goal" -msgstr "L'objectiu" - -#: C/gnomine.xml:205(para) -msgid "" -"Starting from an ocean of squares with unknown contents you must mark all " -"the squares with mines and reveal all the clear squares. You don't actually " -"have to mark the squares with mines, but it is a lot easier if you do. Once " -"you have cleared all the un-mined squares, any remaining mined squares will " -"be marked for you." -msgstr "" -"Comenceu en un oceà de caselles sense saber el seu contingut, heu de marcar " -"totes les caselles amb mines i descobrir totes les caselles buides. Realment " -"no heu de marcar les caselles amb mines, però si ho feu facilita molt més la " -"partida. Un cop hàgiu descobert totes les caselles sense mines, es marcaran " -"automàticament les caselles restants amb mines." - -#: C/gnomine.xml:214(para) -msgid "" -"If you left click on a mine, or auto-clear a square with a mine in it you " -"lose. To help prevent accidents, you aren't allowed to auto-clear around a " -"square unless the number of marked mines equals the number given in the " -"square." -msgstr "" -"Si feu clic amb el botó principal a una mina o auto descobriu una casella " -"amb una mina perdreu la partida. Per a evitar accidents, no podeu auto " -"descobrir al voltant d'una casella fins que el número de mines marcades " -"sigui igual al número indicat en la casella." - -#: C/gnomine.xml:224(title) -msgid "Using the Mouse" -msgstr "Utilització del ratolí" - -#: C/gnomine.xml:231(entry) -msgid "Action" -msgstr "Acció" - -#: C/gnomine.xml:231(entry) -msgid "Result" -msgstr "Resultat" - -#: C/gnomine.xml:236(entry) -msgid "Left click on an un-revealed square." -msgstr "Fer clic amb el botó principal a una casella no descoberta." - -#: C/gnomine.xml:237(entry) -msgid "Reveals the contents of that square. For better or for worse." -msgstr "Descobreix el contingut de la casella. Per a bé o per a mal." - -#: C/gnomine.xml:241(entry) -msgid "Left click in a revealed square." -msgstr "Fer clic amb el botó principal a una casella descoberta." - -#: C/gnomine.xml:242(entry) -msgid "" -"Auto-clear. Reveals the unmarked squares around the clicked square, but only " -"if enough squares have been marked to match the number in the square." -msgstr "" -"Auto descobreix. Descobreix les caselles sense marcar al voltant de la " -"casella on s'ha fet clic, però només si hi ha les mateixes caselles marcades " -"que indica la casella." - -#: C/gnomine.xml:248(entry) -msgid "Right click on an un-revealed square." -msgstr "Fer clic amb el botó secundari a una casella no descoberta." - -#: C/gnomine.xml:249(entry) -msgid "" -"Marks the square as a mine. If it is already marked, the mark will be " -"removed." -msgstr "" -"Marca la casella com una mina. Si ja està marcada, la marca desapareixerà." - -#: C/gnomine.xml:256(para) -msgid "" -"If you are used to the more traditional mouse controls, don't worry, they " -"still work." -msgstr "" -"Si esteu acostumat als controls tradicionals del ratolí, no us preocupeu, " -"encara funcionen." - -#: C/gnomine.xml:261(title) -msgid "Game Size and Difficulty" -msgstr "Mida i dificultat de la partida" - -#: C/gnomine.xml:263(para) -msgid "" -"By choosing SettingsPreferences from the menu you can change the size of the " -"games. Larger sizes obviously take longer and require more concentration. " -"Smaller games are more frantic. We provide Small, Medium, Large and Custom " -"sizes." -msgstr "" -"Podeu canviar la mida del tauler si seleccioneu l'opció " -"Paràmetres" -"Preferències. Les mides més grans, " -"òbviament, requereixen més temps i més concentració. Els taulers petits són " -"més frenètics. Es pot escollir entre les mides Petit, Mitjà, Gran i " -"Personalitzat." - -#: C/gnomine.xml:273(title) -msgid "The preferences dialog." -msgstr "El diàleg de preferències." - -#: C/gnomine.xml:280(para) -msgid "" -"On the right hand side of the dialog there are three parameters for " -"controlling the custom size. Horizontal and Vertical are the width and " -"height of the desired grid in squares. The number of mines is - obviously - " -"the number of mines you need to find. If this number is set too high or too " -"low then the game becomes very easy. The number of mines is limited to " -"slightly less than the total number of squares." -msgstr "" -"En la part dreta del diàleg hi ha tres paràmetres per a controlar la mida " -"personalitzada. Horitzontal i Vertical són l'amplada i l'alçada, en " -"caselles, de la graella desitjada. El número de mines és - òbviament - el " -"número de mines que heu de trobar. Si establiu aquest número massa alt o " -"massa baix llavors la partida serà molt fàcil. El número de mines està " -"limitat a una mica menys del número total de caselles." - -#: C/gnomine.xml:293(title) -msgid "\"I'm not sure\" Flags" -msgstr "Banderes «no n'estic segur»" - -#: C/gnomine.xml:302(para) -msgid "" -"There is a check-box in the properties dialog entitled Use \"I'm not sure\" " -"flags. If you enable this then, when right-clicking on a square, it cycles " -"between the normal flags used to mark the square as mined, a flag with a " -"question mark on it and no flag. This new flag is to help you with your " -"reasoning, to mark mines you think might be a mine but aren't sure about. " -"These flags have no effect on the game; you still have to use the " -"appropriate number of red marker flags to be able to clear around a numbered " -"square." -msgstr "" -"Hi ha un quadre de verificació en el diàleg de preferències anomenada " -"Utilitza banderes «no n'estic segur». Si l'habiliteu, quan feu clic amb el " -"botó secundari a una casella, aquesta canviarà entre les banderes normals " -"utilitzats per a marcar una casella amb mina, una bandera amb signe " -"d'interrogació i sense bandera. Aquesta bandera nova us ajuda a raonar, per " -"a marcar caselles que penseu que poden ser una mina però que no n'esteu " -"segur. Aquestes banderes no tenen cap efecte en la partida; encara heu " -"d'utilitzar el número adequat de banderes vermelles per a poder netejar al " -"voltant d'una casella numerada." - -#: C/gnomine.xml:316(title) -msgid "The sequence of flags when \"I'm not sure\" flags are enabled." -msgstr "" -"La seqüència de banderes quan s'habilita l'opció banderes «no n'estic segur»." - -#: C/gnomine.xml:326(title) -msgid "Use \"Too many flags\" warning" -msgstr "Utilització de l'avís de «massa banderes»" - -#: C/gnomine.xml:328(para) -msgid "" -"The other check-box in the properties dialog is entitled Use \"Too many flags" -"\" warning. This feature will show you a warning when you have placed too " -"many flags. This is disabled by default, as it provides so much hint that it " -"could be considered \"cheating\"." -msgstr "" -"L'altre quadre de verificació en el diàleg de preferències s'anomena Fes " -"servir l'avís de «massa banderes». Aquesta característica us mostrarà un " -"avís quan hàgiu marcat masses banderes. Aquest està inhabilitat per defecte, " -"ja que proporciona massa ajuda i pot ser considerat com «fer trampa»." - -#: C/gnomine.xml:339(title) -msgid "Hints" -msgstr "Pistes" - -#: C/gnomine.xml:341(para) -msgid "" -"If you get stuck - it is reasonably common to end up with two options that " -"you can't logically resolve - then you can either guess, or ask for a hint. " -"When you choose Hint from the Game menu a single square is revealed (plus surrounding squares if it is " -"blank). The choice of square is random, but should be helpful. There is 10 " -"second penalty added to your time whenever you use a hint." -msgstr "" -"Si us quedeu encallat - és comú acabar amb dues opcions que no es poden " -"resoldre lògicament - podeu provar d'endevinar-ho o demanar una pista. Quan " -"seleccioneu Pista en el menú Partida es mostrarà una casella (i les adjacents si està buida). La " -"selecció de la casella és aleatòria, però pot ser d'ajuda. S'afegeix una " -"penalització de 10 segons al temps quan utilitzeu una pista." +#: C/develop.page:19(page/title) +msgid "Help develop" +msgstr "" + +#: C/develop.page:20(page/p) +msgid "" +"The GNOME Games are developed and maintained by a volunteer " +"community. You are welcome to participate." +msgstr "" + +#: C/develop.page:23(page/p) +msgid "" +"If you would like to help develop GNOME Games, you can get in " +"touch with the developers using irc, or via our mailing list." +msgstr "" + +#: C/documentation.page:19(credit/name) C/faces.page:15(credit/name) +#: C/new-game.page:21(credit/name) +msgid "Aruna Sankaranarayanan" +msgstr "Aruna Sankaranarayanan" + +#: C/documentation.page:27(page/title) +msgid "Help write documentation" +msgstr "" + +#: C/documentation.page:29(page/p) +msgid "" +"The GNOME Games user help is maintained by a volunteer community. You are " +"welcome to participate." +msgstr "" + +#: C/documentation.page:32(page/p) +msgid "" +"To contribute to the Documentation Project, get in touch with us on the " +"#docs channel on irc.gnome.org or via our mailing list ." +msgstr "" + +#: C/documentation.page:40(page/p) +msgid "" +"Our wiki page contains useful information." +msgstr "" + +#. This is a reference to an external file such as an image or video. When +#. the file changes, the md5 hash will change to let you know you need to +#. update your localized copy. The msgstr is not used at all. Set it to +#. whatever you like once you have updated your copy of the file. +#: C/faces.page:24(media) +msgctxt "_" +msgid "" +"external ref='figures/face-smile.svg' md5='6a6254c55d6e76f65007dfef107f4019'" +msgstr "" +"external ref='figures/face-smile.svg' md5='6a6254c55d6e76f65007dfef107f4019'" + +#. This is a reference to an external file such as an image or video. When +#. the file changes, the md5 hash will change to let you know you need to +#. update your localized copy. The msgstr is not used at all. Set it to +#. whatever you like once you have updated your copy of the file. +#: C/faces.page:28(media) +msgctxt "_" +msgid "" +"external ref='figures/face-worried.svg' " +"md5='f0a66a1c5046deef93c14eeb9993b367'" +msgstr "" +"external ref='figures/face-worried.svg' " +"md5='f0a66a1c5046deef93c14eeb9993b367'" + +#. This is a reference to an external file such as an image or video. When +#. the file changes, the md5 hash will change to let you know you need to +#. update your localized copy. The msgstr is not used at all. Set it to +#. whatever you like once you have updated your copy of the file. +#: C/faces.page:32(media) +msgctxt "_" +msgid "" +"external ref='figures/face-sad.svg' md5='9e02c857add1e6a859e14a89cf0b83ae'" +msgstr "" +"external ref='figures/face-sad.svg' md5='9e02c857add1e6a859e14a89cf0b83ae'" + +#. This is a reference to an external file such as an image or video. When +#. the file changes, the md5 hash will change to let you know you need to +#. update your localized copy. The msgstr is not used at all. Set it to +#. whatever you like once you have updated your copy of the file. +#: C/faces.page:36(media) +msgctxt "_" +msgid "" +"external ref='figures/face-cool.svg' md5='6ce4a904009988e203e3d50896f6016e'" +msgstr "" +"external ref='figures/face-cool.svg' md5='6ce4a904009988e203e3d50896f6016e'" + +#. This is a reference to an external file such as an image or video. When +#. the file changes, the md5 hash will change to let you know you need to +#. update your localized copy. The msgstr is not used at all. Set it to +#. whatever you like once you have updated your copy of the file. +#: C/faces.page:40(media) +msgctxt "_" +msgid "" +"external ref='figures/face-win.svg' md5='5a18e37927cee8d20cfc5b37fbcb680b'" +msgstr "" +"external ref='figures/face-win.svg' md5='5a18e37927cee8d20cfc5b37fbcb680b'" + +#: C/faces.page:20(page/title) +msgid "The meaning of the faces" +msgstr "" + +#: C/faces.page:25(td/p) +msgid "This is a new game and you have not clicked on any tile yet." +msgstr "" + +#: C/faces.page:29(td/p) +msgid "You are currently clicking on a tile." +msgstr "" + +#: C/faces.page:33(td/p) +msgid "You have uncovered a mine. You lose." +msgstr "" + +#: C/faces.page:37(td/p) +msgid "The tile you just clicked on is safe. You can continue." +msgstr "" + +#: C/faces.page:41(td/p) +msgid "You have found all the mines. You win!" +msgstr "" + +#. This is a reference to an external file such as an image or video. When +#. the file changes, the md5 hash will change to let you know you need to +#. update your localized copy. The msgstr is not used at all. Set it to +#. whatever you like once you have updated your copy of the file. +#: C/flags.page:34(media) +msgctxt "_" +msgid "external ref='figures/flags.png' md5='21bb5789d11d2ea40515a4dfcfd597ca'" +msgstr "" +"external ref='figures/flags.png' md5='21bb5789d11d2ea40515a4dfcfd597ca'" + +#. This is a reference to an external file such as an image or video. When +#. the file changes, the md5 hash will change to let you know you need to +#. update your localized copy. The msgstr is not used at all. Set it to +#. whatever you like once you have updated your copy of the file. +#: C/flags.page:56(media) +msgctxt "_" +msgid "external ref='figures/flag.svg' md5='f9cc3827986004290dd5c61b02e18b73'" +msgstr "external ref='figures/flag.svg' md5='f9cc3827986004290dd5c61b02e18b73'" + +#. This is a reference to an external file such as an image or video. When +#. the file changes, the md5 hash will change to let you know you need to +#. update your localized copy. The msgstr is not used at all. Set it to +#. whatever you like once you have updated your copy of the file. +#: C/flags.page:85(media) +msgctxt "_" +msgid "" +"external ref='figures/flag-question.svg' " +"md5='544c1aaa711ee86a03a817a1e3b57733'" +msgstr "" +"external ref='figures/flag-question.svg' " +"md5='544c1aaa711ee86a03a817a1e3b57733'" + +#: C/flags.page:30(page/title) +msgid "How to use flags" +msgstr "" + +#: C/flags.page:37(td/p) +msgid "" +"Flags are used to mark tiles which you suspect may hide a mine. Putting a " +"flag on a tile prevents you from clicking on it and possibly causing an " +"explosion, which would end the game." +msgstr "" + +#: C/flags.page:45(section/title) +msgid "How to place a flag on a tile" +msgstr "" + +#: C/flags.page:49(td/p) +msgid "" +"Red flags are those that cannot be clicked. To place a red flag on a tile:" +msgstr "" + +#: C/flags.page:52(item/p) +msgid "right click on a blank tile." +msgstr "feu clic amb el botó secundari a una casella no descoberta." + +#: C/flags.page:62(note/p) +msgid "" +"To make the number of available flags equal to the number of remaining " +"mines, enable Warn if too many flags placed " +"and Use \"I'm not sure\" flags preference " +"options, then restart the application." +msgstr "" -#: C/gnomine.xml:355(title) -msgid "High Scores" +#: C/flags.page:72(section/title) +msgid "Use of the I'm not sure flag" +msgstr "" + +#: C/flags.page:73(section/p) +msgid "" +"If you are not sure whether a tile hides a mine, you can use the blue " +"I'm not sure flag." +msgstr "" + +#: C/flags.page:78(td/p) +msgid "To put an I'm not sure flag on a tile:" +msgstr "" + +#: C/flags.page:80(item/p) +msgid "Right-click twice on a blank tile or once on a red flag." +msgstr "" + +#: C/flags.page:91(note/p) +msgid "" +"To enable these flags, click MinesPreferences, and select Use \"I'm not " +"sure\" flags." +msgstr "" + +#: C/get-help.page:21(page/title) +msgid "Hints and warnings" +msgstr "" + +#: C/get-help.page:23(page/p) +msgid "" +"You can use hints to reveal safe tiles, and flag warnings to help you keep " +"track of flags." +msgstr "" + +#: C/get-help.page:26(page/p) +msgid "" +"Click Hint in the toolbar to reveal a hidden " +"tile that is safe. You will be penalized for using hints: ten seconds will " +"be added to your total time." +msgstr "" + +#: C/get-help.page:30(page/p) +msgid "" +"To enable warnings, edit the preferences by selecting MinesPreferences and ticking the checkbox next to " +"Warn if too many flags have been placed. This will warn you when " +"you try to place too many flags next to an open tile." +msgstr "" + +#: C/high-scores.page:22(page/title) +msgid "High scores" msgstr "Puntuacions màximes" -#: C/gnomine.xml:357(para) +#: C/high-scores.page:24(page/p) +msgid "" +"The high scores list the ten fastest times in which each type of mine field " +"has been cleared." +msgstr "" + +#: C/high-scores.page:27(page/p) msgid "" -"If your score is in the top ten you will be shown the list of top scores and " -"have an opportunity to change the name recorded in the high score table. You " -"can also review the scores later by choosing Scores from the Game menu. The drop-down menu at " -"the top of the dialog lets you look at the scores for other board sizes." -msgstr "" -"Si la vostra puntuació està entre les deu millors apareixereu en la llista " -"de les millors puntuacions i tindreu l'oportunitat de canviar el nom " -"enregistrat en la taula de puntuacions màximes. Més tard també podeu " -"consultar les puntuacions si seleccioneu Puntuacions en el menú Partida. Un menú desplegable en " -"la part superior del diàleg us permet visualitzar les puntuacions d'altres " -"mides de tauler." - -#: C/gnomine.xml:367(title) -msgid "The high scores dialog." -msgstr "El diàleg de puntuacions màximes." - -#: C/gnomine.xml:375(para) -msgid "" -"The high score for the custom size is usually meaningless. Any other player " -"can make the game size smaller and get a better time. If you only ever play " -"one custom size then it will tell you how well you are doing. This is the " -"only reason it is still recorded." -msgstr "" -"Les puntuacions màximes de la mida personalitzada no tenen interès. " -"Qualsevol jugador pot fer la mida del tauler més petita i aconseguir un " -"millor temps. Si sempre jugueu a una mida personalitzada en concret llavors " -"us dirà els vostres millors temps. Aquesta és l'única raó perquè " -"s'enregistren aquestes puntuacions." - -#: C/gnomine.xml:383(title) -msgid "Window Size" -msgstr "Mida de la finestra" - -#: C/gnomine.xml:385(para) -msgid "" -"Resizing the window makes the squares bigger or smaller to suit. If you want " -"to make maximum use of the screen then there is a Fullscreen option under the Settings menu. You can also " -"use the F11 key to toggle full-screen mode." -msgstr "" -"Si canvieu la mida de la finestra augmentarà o disminuirà la mida de les " -"caselles per a ajustar-s'hi. Si voleu fer el màxim ús de la pantalla podeu " -"utilitzar l'opció Pantalla completa en el menú " -"Paràmetres. També podeu utilitzar la tecla F11 per a commutar el mode de pantalla completa." - -#: C/gnomine.xml:394(title) -msgid "Pausing the Game" -msgstr "Fer una pausa durant la partida" - -#: C/gnomine.xml:396(para) -msgid "" -"The game can be paused automatically when you start using another window, or " -"paused by choosing Pause from the Game menu. The playing area is blanked so you can't think ahead while " -"the clock is stopped. To start playing again press the button labelled " -"\"Press to Resume\"." -msgstr "" -"La partida farà una pausa automàticament quan comenceu a utilitzar una altra " -"finestra, o si seleccioneu Fes una pausa en el " -"menú Partida. L'àrea de la partida desapareixerà de " -"manera que no podreu pensar moviments mentre el rellotge està en pausa. Per " -"a continuar la partida premeu el botó «Premeu per a continuar»." - -#: C/gnomine.xml:410(title) -msgid "Strategy" -msgstr "Estratègia" - -#: C/gnomine.xml:412(para) -msgid "" -"The first half of this section explains the very basics of deducing where " -"mines are. If you are familiar with how to play the game skip down to the " -"Advanced Situations subsection." -msgstr "" -"La primera meitat d'aquesta secció explica les bases per a deduir on hi ha " -"mines. Si ja esteu acostumat a com jugar al joc, salteu a la subsecció de " -"Situacions avançades." - -#: C/gnomine.xml:419(title) -msgid "The Basics" -msgstr "Les bases" - -#: C/gnomine.xml:420(para) -msgid "" -"These are a few basic situations which should be incredibly obvious, but if " -"you're struggling with how to play the game, they should be useful. The " -"first case is where you have an isolated covered square and most of the " -"squares around it read 1. That covered square is a mine." -msgstr "" -"Aquestes són algunes situacions que poden ser increïblement òbvies, però si " -"esteu descobrint com jugar al joc us podrien ser útils. El primer cas és " -"quan teniu una casella coberta aïllada i la majora de les caselles al " -"voltant tenen un 1. Aquesta casella coberta és una mina." - -#: C/gnomine.xml:429(title) -msgid "The simplest case." -msgstr "El cas més simple." - -#: C/gnomine.xml:435(para) -msgid "" -"The next simplest case is where you have two covered squares adjacent to " -"each other and both squares on one side are marked with a 2. If they have no " -"other uncleared neighbors, then both squares are mines." -msgstr "" -"El següent cas és quan teniu dues caselles adjacents cobertes i les dues " -"caselles d'un costat estan marcades amb un 2. Si no tenen més veïns coberts, " -"llavors les dues caselles són mines." - -#: C/gnomine.xml:443(title) -msgid "The two mine case." -msgstr "El cas de les dues mines." - -#: C/gnomine.xml:449(para) -msgid "" -"Finally, when there are three uncovered squares in a row and the clear " -"square beside the middle one is a 3 (once again this square should have no " -"other neighbors) then all three are mines." -msgstr "" -"Finalment, quan hi ha tres caselles cobertes en una fila i la casella " -"descoberta al costat i enmig és un 3 (un altre cop, aquesta casella no " -"hauria de tenir veïns) llavors les tres són mines." - -#: C/gnomine.xml:456(title) -msgid "The three mine case." -msgstr "El cas de les tres mines." - -#: C/gnomine.xml:462(para) -msgid "" -"These are the simplest cases. Other permutations on these simple situations " -"are possible, for example the three squares in the previous example could be " -"in an L shape." -msgstr "" -"Aquests són els casos més simples. Hi poden haver permutacions d'aquestes " -"situacions simples, per exemple les tres caselles de l'exemple anterior " -"poden tenir forma d'una L." - -#: C/gnomine.xml:467(para) -msgid "" -"Simple analysis will solve most of the puzzle, but not all. Before going on " -"to the next sections, where we give you more advanced hints, you should play " -"for a bit and see what you can work out for yourself." -msgstr "" -"Un anàlisi simple resoldrà la major part del trencaclosques, però no tots. " -"Abans d'anar a les seccions següents, on es donaran suggeriments avançats, " -"hauríeu de jugar una mica per a veure com ho feu tot sol." - -#: C/gnomine.xml:476(title) -msgid "Advanced Situations" -msgstr "Situacions avançades" - -#: C/gnomine.xml:478(para) -msgid "" -"These are some more complicated situations. They are a bit of a step up from " -"the last section, so we hope you took our advice and played for a bit first." -msgstr "" -"Aquestes són situacions més complicades. Són una mica més que un pas " -"endavant des de la secció anterior, així que esperem que hàgiu seguit l'avís " -"i primer hàgiu jugat una mica." - -#: C/gnomine.xml:484(para) -msgid "" -"In the example below the mines are to the left of the ones. We figure this " -"out by a process of elimination. If the square to the left of the 2 was a " -"mine then the 1s would both have their maximum number of mines leaving no " -"free square for the second mine adjacent to the 2 (since they would also be " -"adjacent to the 1s). Having eliminated the middle square we are left with " -"two squares we require for the 2 so they are both mined." -msgstr "" -"En l'exemple de sota les mines estan a l'esquerra dels uns. Ens imaginem " -"això per un procés d'eliminació. Si la casella a l'esquerra del 2 fos una " -"mina llavors els dos uns tindrien el màxim número de mines sense deixar " -"caselles lliures per a la segona mina adjacent al 2 (ja que també estarien " -"adjacents als uns). Un cop eliminada la casella del mig ens quedem amb dues " -"caselles que necessitem pel 2, així que les dues estan minades." - -#: C/gnomine.xml:495(title) -msgid "A not-so-obvious pattern." -msgstr "Un patró no gaire obvi." - -#: C/gnomine.xml:501(para) -msgid "" -"This situation can be disguised, for example consider the figure below. It " -"is the same situation, but the extra mined square on the right has increased " -"all the numbers by 1." -msgstr "" -"Aquesta situació pot estar camuflada, per exemple considereu la figura de " -"sota. Aquesta no és la mateixa situació, però la casella minada extra a la " -"dreta ha incrementat tots els números en 1." - -#: C/gnomine.xml:508(title) -msgid "The extra mine disguises a copy of the previous example." -msgstr "La mina extra camufla una còpia de l'exemple anterior." - -#: C/gnomine.xml:514(para) -msgid "" -"Now we're going to try a complicated example. It illustrates two points. The " -"first is that even if you aren't sure which squares are mined, restricting " -"the possibilities is helpful. The second is that knowing which squares " -"aren't mined is nearly as good as knowing which are mined." -msgstr "" -"Ara anem a provar un exemple complicat. Aquest ens ensenya dues coses. La " -"primera és que tot i no estar segur de quines caselles estan minades, " -"restringir les possibilitat pot ajudar. La segona és que si se sap quines " -"caselles no estan minades es quasi tant bo com saber quines estan minades." - -#: C/gnomine.xml:522(para) -msgid "" -"Assume that, in the figure below, we start off knowing that the top left " -"square is mined and so the two squares marked 2 on the left only require one " -"more mine. Next observe that the left-most 2 implies that one of the covered " -"squares beneath it is mined, but we don't yet know which one. Since at least " -"one of these squares is mined and they are both neighbors of the second 2 " -"then we know that that 2 is also satisfied by one of these two squares (we " -"still don't know which one). This means that the square beneath the 4 is " -"clear because it is also a neighbor of the second 2 and not one of the two " -"squares we identified previously. This one blank square now leaves the 4 " -"with only four neighbors - all of which must be mines. Not only does it tell " -"us which mines surround the 4, it now tells us which of the squares beside " -"the 2 is mined!" -msgstr "" -"Assumiu que, en la figura de sota, comencem sabent que la casella superior " -"esquerra està minada i que les dues caselles marcades amb un 2 en la part " -"superior només necessiten una mina més. Després observem que el 2 que està a " -"l'esquerra del tot implica que una de les caselles cobertes està minada, " -"però encara no sabem quina. Com que almenys una d'aquestes caselles està " -"minada i les dues són veïnes del segon 2, llavors sabem que aquest 2 també " -"és satisfet amb una d'aquestes dues caselles (encara no sabem quina és). " -"Això significa que la casella sota del 4 està buida perquè també és veïna " -"del segon 2 i no és una de les caselles que hem identificat anteriorment. " -"Aquesta casella buida ara ens deixa el 4 amb només quatre veïnes - totes " -"elles han de ser mines. No només ens diu quines mines rodegen el 4, ara ens " -"diu quina de les caselles al costat del 2 està minada." - -#: C/gnomine.xml:539(title) -msgid "As tricky as it gets." -msgstr "Tant difícil com sembla." - -#: C/gnomine.xml:546(para) -msgid "" -"This sort of situation is tricky. In all the other examples you can learn to " -"look for patterns and avoid thinking hard. Situations like the one in the " -"figure don't crop up easily or in easily recognisable places. Often it is " -"easier to just ignore them and keep playing elsewhere in the hope that you " -"can start clearing the squares from the other side." -msgstr "" -"Aquest tipus de situació és difícil. En la resta d'exemples podeu aprendre a " -"cercar patrons i evitar haver de pensar gaire. Les situacions com la de la " -"figura no apareixen o no es reconeixen fàcilment. Sovint és més fàcil " -"ignorar-les i continuar jugant per una altra banda amb l'esperança que " -"podreu començar a netejar les caselles des d'una altra banda." - -#: C/gnomine.xml:558(title) -msgid "Tips" -msgstr "Consells" - -#: C/gnomine.xml:560(para) -msgid "" -"Remember, the edge of the board is just the same as a large cleared area " -"(but without the numbers). Often working at the edge of the board is the " -"easiest way forward." -msgstr "" -"Recordeu, la vora del tauler és el mateix que una llarga àrea neta (però " -"sense números). Sovint treballar en la vora del tauler és la manera més " -"fàcil d'avançar." - -#: C/gnomine.xml:566(para) -msgid "" -"Sometimes you end up in a situation where there is no way to deduce what the " -"configuration is. In these cases you either have to guess or use the hint " -"function (GameHint). Sometimes it isn't a 50/50 situation and instead " -"of taking a hint you might like to gamble on the most likely outcome." -msgstr "" -"A vegades acabareu en una situació on no hi ha cap manera de deduir quina és " -"la configuració. En aquests casos podeu provar sort o utilitzar la funció de " -"pista (PartidaPista). A vegades no és una situació al 50% i en lloc " -"d'agafar una pista podeu provar el resultat més probable." - -#: C/gnomine.xml:575(para) -msgid "" -"One final hint: remember the counter on the bottom left of the window that " -"tells you how many mines you have left? Often, near the end of the game, " -"this number can help you figure out what possible places mines can be. How " -"to do this is up to you to figure out." -msgstr "" -"Un últim consell: recordeu el comptador de la part inferior esquerra de la " -"finestra que indica quantes mines queden? Sovint, al final de la partida, " -"aquest número us pot ajudar a endevinar on poden estar les mines. Com fer-ho " -"ja es cosa vostra." - -#: C/gnomine.xml:587(title) -msgid "Authors" -msgstr "Autors" - -#: C/gnomine.xml:588(para) -msgid "" -"GNOME Mines was written by Pista " -"(szekeres@cyberspace.mht.bme.hu). This manual was written by " -"Callum McKenzie (callum@spooky-possum.org) with help from " -"Vincent Povirk and based on an earlier manual by Tim Riehle " -"(tkriehle@citilink.com). To report a bug or make a suggestion " -"regarding this application or this manual, follow the directions in this " -"document." -msgstr "" -"En Pista (szekeres@cyberspace.mht.bme.hu) ha escrit el " -"Mines. En Callum McKenzie (callum@spooky-" -"possum.org) ha escrit aquest manual amb l'ajuda de'n Vincent Povirk " -"i basant-se en una manual anterior de'n Tim Riehle (tkriehle@citilink." -"com). Per a informar d'un error o fer algun suggeriment d'aquesta " -"aplicació o aquest manual, seguiu les indicacions d'aquest document." +"To view the high scores, select MinesScores. The dialog will display the " +"Small field size by default; to view other sizes, select them in " +"the drop down menu at the top of the dialog." +msgstr "" -#: C/gnomine.xml:604(title) +#: C/license.page:8(info/desc) +msgid "Legal information." +msgstr "Informació legal." + +#: C/license.page:11(page/title) msgid "License" msgstr "Llicència" -#: C/gnomine.xml:605(para) +#: C/license.page:12(page/p) msgid "" -"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 the Free Software Foundation; " -"either version 2 of the License, or (at your option) any later version." -msgstr "" -"Aquest programa és programari lliure; podeu redistribuir-lo i/o modificar-lo " -"sota els termes de la Llicència pública general de GNU tal com publica la " -"Free Software Foundation; tant en la versió 2 de la llicència, o (a la " -"vostra opció) una versió posterior." - -#: C/gnomine.xml:613(para) -msgid "" -"This program is distributed in the hope that it will be useful, but WITHOUT " -"ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or " -"FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for " -"more details." -msgstr "" -"Aquest programa es distribueix amb l'esperança de que sigui útil, però SENSE " -"CAP GARANTIA; fins i tot sense la garantia implícita de COMERCIALITZACIÓ o " -"ADEQUACIÓ A UN ÚS CONCRET. Per a més detalls vegeu la Llicència " -"pública general de GNU." - -#: C/gnomine.xml:619(para) -msgid "" -"A copy of the GNU " -"General Public License is included as an appendix to the " -"GNOME Users Guide. You may also obtain a copy of the " -"GNU General Public " -"License from the Free Software Foundation by visiting " -"their Web site or by " -"writing to

Free Software Foundation, Inc. 59 Temple Place - Suite 330 Boston, MA02111-" -"1307USA
" -msgstr "" -"S'inclou una còpia de la Llicència pública general de GNU en l'apèndix de la Guia d'usuaris del GNOME. També podeu obtenir una copia de la Llicència pública " -"general de GNU de la Free Software Foundation visitant el seu lloc web o escrivint a " -"
Free Software Foundation, Inc. 59 Temple Place - " -"Suite 330 Boston, MA02111-1307USA
" +"This work is distributed under a CreativeCommons Attribution-Share Alike 3.0 " +"Unported license." +msgstr "" -#. Put one translator per line, in the form of NAME , YEAR1, YEAR2. -#: C/gnomine.xml:0(None) -msgid "translator-credits" -msgstr "Joan Duran , 2007, 2008" +#: C/license.page:20(page/p) +msgid "You are free:" +msgstr "" + +#: C/license.page:25(item/title) +msgid "To share" +msgstr "" + +#: C/license.page:26(item/p) +msgid "To copy, distribute and transmit the work." +msgstr "" + +#: C/license.page:29(item/title) +msgid "To remix" +msgstr "" + +#: C/license.page:30(item/p) +msgid "To adapt the work." +msgstr "" + +#: C/license.page:33(page/p) +msgid "Under the following conditions:" +msgstr "" -#~ msgid "GNOME Mines is a variation of the popular logic puzzle minesweeper." -#~ msgstr "El Mines és una variació del popular trencaclosques pescamines." +#: C/license.page:38(item/title) +msgid "Attribution" +msgstr "" + +#: C/license.page:39(item/p) +msgid "" +"You must attribute the work in the manner specified by the author or " +"licensor (but not in any way that suggests that they endorse you or your use " +"of the work)." +msgstr "" + +#: C/license.page:46(item/title) +msgid "Share Alike" +msgstr "" + +#: C/license.page:47(item/p) +msgid "" +"If you alter, transform, or build upon this work, you may distribute the " +"resulting work only under the same, similar or a compatible license." +msgstr "" + +#: C/license.page:53(page/p) +msgid "" +"For the full text of the license, see the CreativeCommons website, or read the full Commons Deed." +msgstr "" + +#: C/new-game.page:26(page/title) +msgid "Start a new game" +msgstr "" + +#: C/new-game.page:28(page/p) +msgid "To start a new game:" +msgstr "" + +#: C/new-game.page:31(item/p) +msgid "" +"Click the New button or select Mines New Game " +"from the application menu." +msgstr "" + +#: C/new-game.page:37(item/p) +msgid "Select your preferred board size." +msgstr "" + +#: C/new-game.page:42(note/p) +msgid "" +"If you are already playing a game, Mines will ask if you want to " +"Start New Game or Keep Current Game. If you choose the " +"former, your current game will be lost." +msgstr "" + +#: C/rules.page:24(page/title) +msgid "Game rules" +msgstr "" + +#: C/rules.page:26(page/p) +msgid "" +"The aim of Mines is to clear the minefield without detonating any " +"of the mines." +msgstr "" + +#: C/rules.page:31(item/p) +msgid "" +"Start by chosing one of the three default board sizes, or by selecting a " +"custom board." +msgstr "" + +#: C/rules.page:35(item/p) +msgid "" +"The game begins with the board covered in tiles. Click on any tile to " +"uncover it. You will reveal:" +msgstr "" + +#: C/rules.page:39(item/p) +msgid "" +"A colored number, which represent the number of mines in the adjacent tiles. " +"This will help you deduce where the mines are so that you can mark them with " +"flags." +msgstr "" + +#: C/rules.page:44(item/p) +msgid "" +"A blank tile, which means there are no mines under any of the adjacent tiles." +msgstr "" + +#: C/rules.page:48(item/p) +msgid "A mine, which will detonate and end the game." +msgstr "" + +#: C/rules.page:53(item/p) +msgid "" +"Repeat the previous step until you have uncovered all the tiles which do not " +"have mines underneath them." +msgstr "" + +#: C/rules.page:58(page/p) +msgid "" +"If you complete the game quickly enough, you will be added to the high scores list." +msgstr "" + +#: C/shortcuts.page:17(page/title) +msgid "Keyboard shortcuts" +msgstr "" + +#: C/shortcuts.page:20(td/p) +msgid "New game" +msgstr "Partida nova" + +#: C/shortcuts.page:21(td/p) +msgid "CtrlN" +msgstr "CtrlN" + +#: C/shortcuts.page:24(td/p) +msgid "Fullscreen" +msgstr "Pantalla completa" + +#: C/shortcuts.page:25(td/p) +msgid "F11" +msgstr "F11" + +#: C/shortcuts.page:28(td/p) +msgid "Hint" +msgstr "Pista" + +#: C/shortcuts.page:29(td/p) +msgid "CtrlH" +msgstr "CtrlH" + +#: C/shortcuts.page:32(td/p) +msgid "Pause" +msgstr "Fes una pausa" + +#: C/shortcuts.page:33(td/p) +msgid "Pause" +msgstr "" + +#: C/shortcuts.page:34(note/p) +msgid "" +"Use the toolbar shortcut if your keyboard does not have a Pause " +"key." +msgstr "" + +#: C/shortcuts.page:37(td/p) +msgid "Help" +msgstr "Ajuda" + +#: C/shortcuts.page:38(td/p) +msgid "F1" +msgstr "F1" + +#: C/shortcuts.page:41(td/p) +msgid "Quit" +msgstr "Tanca" + +#: C/shortcuts.page:42(td/p) +msgid "CtrlQ" +msgstr "CtrlQ" + +#: C/toolbar.page:15(page/title) +msgid "Toolbar" +msgstr "Barra d'eines" + +#: C/toolbar.page:17(page/p) +msgid "" +"The toolbar, located under the menu bar, lets you perform common actions " +"with your mouse. To use a toolbar item, just click on it. The buttons, from " +"left to right, are New Game, Hint, Pause and Fullscreen." +msgstr "" + +#: C/translate.page:15(credit/name) +msgid "Michael Hill" +msgstr "Michael Hill" + +#: C/translate.page:23(page/title) +msgid "Help translate" +msgstr "" + +#: C/translate.page:24(page/p) +msgid "" +"The GNOME games user interface and documentation is being " +"translated by a world-wide volunteer community. You are welcome to " +"participate." +msgstr "" + +#: C/translate.page:27(page/p) +msgid "" +"There are many " +"languages for which translations are still needed." +msgstr "" + +#: C/translate.page:30(page/p) +msgid "" +"To start translating you will need to create an account and join the translation team for your language. This will give you the " +"ability to upload new translations." +msgstr "" + +#: C/translate.page:34(page/p) +msgid "" +"You can chat with GNOME translators using irc. People on the " +"channel are located worldwide, so you may not get an immediate response as a " +"result of timezone differences." +msgstr "" + +#: C/translate.page:37(page/p) +msgid "" +"Alternatively, you can contact the Internationalization Team using their " +"mailing " +"list." +msgstr "" diff -Nru gnome-mines-3.8.2/help/ca/develop.page gnome-mines-3.10.1/help/ca/develop.page --- gnome-mines-3.8.2/help/ca/develop.page 2013-08-20 01:49:29.000000000 +0000 +++ gnome-mines-3.10.1/help/ca/develop.page 2013-10-12 11:22:17.000000000 +0000 @@ -11,8 +11,14 @@ 2011 -

Creative Commons Share Alike 3.0

+

Creative Commons Compartir Igual 3.0

+ + + Joan Duran + jodufi@gmail.com + 2007, 2008 + Help develop diff -Nru gnome-mines-3.8.2/help/ca/documentation.page gnome-mines-3.10.1/help/ca/documentation.page --- gnome-mines-3.8.2/help/ca/documentation.page 2013-08-20 01:49:29.000000000 +0000 +++ gnome-mines-3.10.1/help/ca/documentation.page 2013-10-12 11:22:17.000000000 +0000 @@ -14,9 +14,19 @@ kittykat3756@gmail.com 2012 + + Aruna Sankaranarayanan + aruna.evam@gmail.com + -

Creative Commons Share Alike 3.0

+

Creative Commons Compartir Igual 3.0

+ + + Joan Duran + jodufi@gmail.com + 2007, 2008 + Help write documentation @@ -25,12 +35,15 @@ welcome to participate.

To contribute to the Documentation Project, get in touch with us on the - #docs channel on irc.gnome.org or via our - mailing - list.

+ #docs + channel on + irc.gnome.org + or via our + mailing list + .

-

Our wiki +

Our + wiki page contains useful information.

- diff -Nru gnome-mines-3.8.2/help/ca/faces.page gnome-mines-3.10.1/help/ca/faces.page --- gnome-mines-3.8.2/help/ca/faces.page 2013-08-20 01:49:29.000000000 +0000 +++ gnome-mines-3.10.1/help/ca/faces.page 2013-10-12 11:22:17.000000000 +0000 @@ -10,6 +10,16 @@ 2011 + + Aruna Sankaranarayanan + aruna.evam@gmail.com + + + + Joan Duran + jodufi@gmail.com + 2007, 2008 + The meaning of the faces @@ -17,23 +27,23 @@ - + - - + + - - + + - - + + - +

This is a new game and you didn't clicked on any tile for the moment.

This is a new game and you have not clicked on any tile yet.

You clicked on a mine, you loose.

You are currently clicking on a tile.

The tile you clicked on is safe. You can continue.

You have uncovered a mine. You lose.

This face appears when you're clicking a on tile.

The tile you just clicked on is safe. You can continue.

You found all the mines, you win.

You have found all the mines. You win!

diff -Nru gnome-mines-3.8.2/help/ca/flags.page gnome-mines-3.10.1/help/ca/flags.page --- gnome-mines-3.8.2/help/ca/flags.page 2013-08-20 01:49:29.000000000 +0000 +++ gnome-mines-3.10.1/help/ca/flags.page 2013-10-12 11:22:17.000000000 +0000 @@ -24,6 +24,12 @@ 2012 + + + Joan Duran + jodufi@gmail.com + 2007, 2008 + How to use flags @@ -48,7 +54,7 @@

Red flags are those that cannot be clicked. To place a red flag on a tile:

-

right click on a blank tile.

+

feu clic amb el botó secundari a una casella no descoberta.

diff -Nru gnome-mines-3.8.2/help/ca/get-help.page gnome-mines-3.10.1/help/ca/get-help.page --- gnome-mines-3.8.2/help/ca/get-help.page 2013-08-20 01:49:29.000000000 +0000 +++ gnome-mines-3.10.1/help/ca/get-help.page 2013-10-12 11:22:17.000000000 +0000 @@ -15,15 +15,21 @@ 2012 + + + Joan Duran + jodufi@gmail.com + 2007, 2008 + Hints and warnings -

You can use hints to reveal safe tiles and flag warnings to help you keep +

You can use hints to reveal safe tiles, and flag warnings to help you keep track of flags.

Click Hint in the toolbar to reveal a hidden - tile that is safe. You will be penalised for using hints: ten seconds will be + tile that is safe. You will be penalized for using hints: ten seconds will be added to your total time.

To enable warnings, edit the preferences by selecting diff -Nru gnome-mines-3.8.2/help/ca/high-scores.page gnome-mines-3.10.1/help/ca/high-scores.page --- gnome-mines-3.8.2/help/ca/high-scores.page 2013-08-20 01:49:29.000000000 +0000 +++ gnome-mines-3.10.1/help/ca/high-scores.page 2013-10-12 11:22:17.000000000 +0000 @@ -16,12 +16,18 @@ 2012 + + + Joan Duran + jodufi@gmail.com + 2007, 2008 + - High scores + Puntuacions màximes -

The scores lists the ten fastest times in which each type of mine field - has been cleared.

+

The high scores list the ten fastest times in which each type of mine + field has been cleared.

To view the high scores, select MinesScores. The dialog will display the Small field size by default; to view other sizes, select them in diff -Nru gnome-mines-3.8.2/help/ca/index.page gnome-mines-3.10.1/help/ca/index.page --- gnome-mines-3.8.2/help/ca/index.page 2013-08-20 01:49:29.000000000 +0000 +++ gnome-mines-3.10.1/help/ca/index.page 2013-10-12 11:22:17.000000000 +0000 @@ -4,8 +4,8 @@ <media type="image" src="figures/logo.png"/> - GNOME Mines - GNOME Mines + Mines del GNOME + Mines del GNOME Brian Grohe @@ -16,12 +16,17 @@ kittykat3756@gmail.com -

Creative Commons Share Alike 3.0

+

Creative Commons Compartir Igual 3.0

+ + + Joan Duran + jodufi@gmail.com + 2007, 2008 + - <media type="image" src="figures/logo32.png">GNOME Mines - logo</media>GNOME Mines + <media type="image" src="figures/logo32.png">Logotip del Mines del GNOME</media> Mines del GNOME

Mines is a clone of the game Minesweeper. The aim is to locate all the mines that are hidden under tiles on a rectangular board. You will @@ -35,7 +40,7 @@ Useful tips

- Advanced + Avançat
Get Involved diff -Nru gnome-mines-3.8.2/help/ca/license.page gnome-mines-3.10.1/help/ca/license.page --- gnome-mines-3.8.2/help/ca/license.page 2013-08-20 01:49:29.000000000 +0000 +++ gnome-mines-3.10.1/help/ca/license.page 2013-10-12 11:22:17.000000000 +0000 @@ -4,7 +4,13 @@ - Legal information. + Informació legal. + + + Joan Duran + jodufi@gmail.com + 2007, 2008 + Llicència diff -Nru gnome-mines-3.8.2/help/ca/new-game.page gnome-mines-3.10.1/help/ca/new-game.page --- gnome-mines-3.8.2/help/ca/new-game.page 2013-08-20 01:49:29.000000000 +0000 +++ gnome-mines-3.10.1/help/ca/new-game.page 2013-10-12 11:22:17.000000000 +0000 @@ -16,15 +16,31 @@ kittykat3756@gmail.com 2012 - + + Aruna Sankaranarayanan + aruna.evam@gmail.com + + + + Joan Duran + jodufi@gmail.com + 2007, 2008 + Start a new game

To start a new game:

-

click the New button or select MinesNew Game from the application menu

-

select your preferred board size

+ +

Click the New button or select + Mines + New Game from + the application menu.

+
+ +

Select your preferred board size.

+
diff -Nru gnome-mines-3.8.2/help/ca/rules.page gnome-mines-3.10.1/help/ca/rules.page --- gnome-mines-3.8.2/help/ca/rules.page 2013-08-20 01:49:29.000000000 +0000 +++ gnome-mines-3.10.1/help/ca/rules.page 2013-10-12 11:22:17.000000000 +0000 @@ -17,6 +17,12 @@ 2012 + + + Joan Duran + jodufi@gmail.com + 2007, 2008 + @@ -31,16 +37,16 @@ selecting a custom board.

-

The game begins with the board covered in tiles, click on any tile to +

The game begins with the board covered in tiles. Click on any tile to uncover it. You will reveal:

A colored number, which represent the number of mines in the adjacent tiles. This will help you deduce where the mines are so that - you can mark them with .

+ you can mark them with flags.

-

A blank title, which means there are no mines under any of the +

A blank tile, which means there are no mines under any of the adjacent tiles.

diff -Nru gnome-mines-3.8.2/help/ca/shortcuts.page gnome-mines-3.10.1/help/ca/shortcuts.page --- gnome-mines-3.8.2/help/ca/shortcuts.page 2013-08-20 01:49:29.000000000 +0000 +++ gnome-mines-3.10.1/help/ca/shortcuts.page 2013-10-12 11:22:17.000000000 +0000 @@ -11,33 +11,39 @@ + + + Joan Duran + jodufi@gmail.com + 2007, 2008 + Keyboard shortcuts - + - + - + - + - + - +

New game

Partida nova

CtrlN

Fullscreen

Pantalla completa

F11

Hint

Pista

CtrlH

Pause

Fes una pausa

Pause

Use the toolbar shortcut if your keyboard does not have a Pause key.

Help

Ajuda

F1

Quit

Tanca

CtrlQ

diff -Nru gnome-mines-3.8.2/help/ca/toolbar.page gnome-mines-3.10.1/help/ca/toolbar.page --- gnome-mines-3.8.2/help/ca/toolbar.page 2013-08-20 01:49:29.000000000 +0000 +++ gnome-mines-3.10.1/help/ca/toolbar.page 2013-10-12 11:22:17.000000000 +0000 @@ -9,9 +9,15 @@ 2012 + + + Joan Duran + jodufi@gmail.com + 2007, 2008 + - Toolbar + Barra d'eines

The toolbar, located under the menu bar, lets you perform common actions with your mouse. To use a toolbar item, just click on it. The buttons, from diff -Nru gnome-mines-3.8.2/help/ca/translate.page gnome-mines-3.10.1/help/ca/translate.page --- gnome-mines-3.8.2/help/ca/translate.page 2013-08-20 01:49:29.000000000 +0000 +++ gnome-mines-3.10.1/help/ca/translate.page 2013-10-12 11:22:17.000000000 +0000 @@ -15,8 +15,14 @@ mdhillca@gmail.com -

Creative Commons Share Alike 3.0

+

Creative Commons Compartir Igual 3.0

+ + + Joan Duran + jodufi@gmail.com + 2007, 2008 + Help translate diff -Nru gnome-mines-3.8.2/help/cs/board-size.page gnome-mines-3.10.1/help/cs/board-size.page --- gnome-mines-3.8.2/help/cs/board-size.page 2013-08-20 01:49:29.000000000 +0000 +++ gnome-mines-3.10.1/help/cs/board-size.page 2013-10-12 11:22:17.000000000 +0000 @@ -16,24 +16,29 @@ 2012 + + + Marek Černocký + marek@manet.cz + 2009, 2013 + - How to change the game board size + Jak změnit velikost hrací desky -

You can select a field size at the start of a new game.

+

Velikost hrací desky si můžete vybrat na začátku nové hry.

-

Click New or MinesNew Game.

+

Klikněte na Nová nebo Miny Nová hra.

-

Select one of the grid sizes:

+

Vyberte jednu z velikostí mřížky:

-

a 8 × 8 board with 10 mines

-

a 16 × 16 board with 40 mines

-

a 30 × 16 board with 99 mines

-

a custom board, where you chose the size and the number of - mines

+

deska 8 × 8 s 10 minami

+

deska 16 × 16 se 40 minami

+

deska 30 × 16 s 99 minami

+

vlastní deska, kdy si můžete zvolit velikost desky a počet min

diff -Nru gnome-mines-3.8.2/help/cs/bug-filing.page gnome-mines-3.10.1/help/cs/bug-filing.page --- gnome-mines-3.8.2/help/cs/bug-filing.page 2013-08-20 01:49:29.000000000 +0000 +++ gnome-mines-3.10.1/help/cs/bug-filing.page 2013-10-12 11:22:17.000000000 +0000 @@ -12,31 +12,25 @@

Creative Commons Share Alike 3.0

+ + + Marek Černocký + marek@manet.cz + 2009, 2013 + -Help make <app>Mines</app> better +Pomozte vylepšovat hru <app>Miny</app>
-Report a bug or suggest an improvement -

- Mines is maintained by a volunteer community. You are welcome to participate. If you notice a problem you can file a bug report. To file a bug, go to . -

-

- This is a bug tracking system where users and developers can file details about bugs, crashes and request enhancements. -

-

- To participate you need an account which will give you the ability to gain access, file bugs, and make comments. Also, you need to register so you can receive updates by e-mail about the status of your bug. If you don't already have an account, just click on the New Account link to create one. -

-

- Once you have an account, log in, click on File a BugApplicationsgnome-mines. - Before reporting a bug, please read the bug writing guidelines, and please browse for the bug to see if it already exists. -

-

- If you are requesting a new feature, choose enhancement in the Severity menu. - Fill in the Summary and Description sections and click Commit. -

-

- Your report will be given an ID number, and its status will be updated as it is being dealt with. Thanks for helping make Mines better! -

+Hlaste chyby nebo navrhujte vylepšení +

O hru Miny se stará komunita dobrovolníků. Vaše případná účast bude vítána. Pokud si povšimnete nějakého problému, můžete vyplnit chybové hlášení na .

+

Jedná se o systém ke sledování chyb, kde uživatelé a vývojáři mohou uvádět podrobnosti k dané chybě nebo žádosti o vylepšení. Komunikace probíhá v angličtině.

+

Abyste se mohli zapojit, musíte si vytvořit účet, díky kterému získáte přistup, můžete hlásit chyby a psát komentáře. Registraci potřebujete také k tomu, aby vám přicházely na e-mail informace o stavu vaší chyby. Jestli účet zatím nemáte, stačí pro vytvoření kliknout na odkaz Nový účet.

+ +

Když už účet máte, přihlaste se, klikněte na File a BugApplicationsgnome-mines. Před nahlášením chyby si prosím přečtěte přiručku k hlášení chyb (odkaz je v angličtině) a podívejte se prosím, jestli stejnou chybu nenahlásil už někdo jiný.

+ +

V případě, že žádáte o novou funkčnost, zvolte v nabídce Severity položku enhancement. Vyplňte pole Summary a Description a klikněte na Commit.

+

Vaše hlášení dostane přiděleno identifikační číslo a jak bude postupně řešeno, bude se měnit jeho stav.

diff -Nru gnome-mines-3.8.2/help/cs/cs.po gnome-mines-3.10.1/help/cs/cs.po --- gnome-mines-3.8.2/help/cs/cs.po 2013-08-20 01:38:36.000000000 +0000 +++ gnome-mines-3.10.1/help/cs/cs.po 2013-10-12 11:18:06.000000000 +0000 @@ -1,15 +1,16 @@ # Czech translation of gnomine help. # Copyright (C) 2009 the author(s) of gnome-games. # This file is distributed under the same license as the gnomine help. -# Marek Černocký , 2009. +# Marek Černocký , 2009, 2013. # msgid "" msgstr "" "Project-Id-Version: gnome-games gnome-2-28\n" -"POT-Creation-Date: 2009-07-01 18:48+0000\n" -"PO-Revision-Date: 2009-07-03 18:19+0100\n" +"POT-Creation-Date: 2013-06-01 17:16+0000\n" +"PO-Revision-Date: 2013-07-26 08:25+0200\n" "Last-Translator: Marek Černocký \n" "Language-Team: Czech \n" +"Language: cs\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" @@ -17,942 +18,869 @@ "X-Poedit-Language: Czech\n" "X-Poedit-Country: CZECH REPUBLIC\n" "X-Poedit-SourceCharset: utf-8\n" +"X-Generator: Gtranslator 2.91.6\n" -#. When image changes, this message will be marked fuzzy or untranslated for you. -#. It doesn't matter what you translate it to: it's not used at all. -#: C/gnomine.xml:148(None) +#. Put one translator per line, in the form NAME , YEAR1, YEAR2 +msgctxt "_" +msgid "translator-credits" +msgstr "Marek Černocký , 2009, 2013" + +#. This is a reference to an external file such as an image or video. When +#. the file changes, the md5 hash will change to let you know you need to +#. update your localized copy. The msgstr is not used at all. Set it to +#. whatever you like once you have updated your copy of the file. +#. +#. This is a reference to an external file such as an image or video. When +#. the file changes, the md5 hash will change to let you know you need to +#. update your localized copy. The msgstr is not used at all. Set it to +#. whatever you like once you have updated your copy of the file. +#: C/index.page:4(media) +msgctxt "_" +msgid "external ref='figures/logo.png' md5='5a979e829d14ad935a9f3e81318a5a36'" +msgstr "external ref='figures/logo.png' md5='5a979e829d14ad935a9f3e81318a5a36'" + +#. This is a reference to an external file such as an image or video. When +#. the file changes, the md5 hash will change to let you know you need to +#. update your localized copy. The msgstr is not used at all. Set it to +#. whatever you like once you have updated your copy of the file. +#. +#. This is a reference to an external file such as an image or video. When +#. the file changes, the md5 hash will change to let you know you need to +#. update your localized copy. The msgstr is not used at all. Set it to +#. whatever you like once you have updated your copy of the file. +#: C/index.page:22(media) +msgctxt "_" msgid "" -"@@image: 'figures/main-window.png'; md5=0f49e2af3381111f4d13575fefd52d87" +"external ref='figures/logo32.png' md5='aef7085887ecce229ad39e3f43268a8b'" msgstr "" -"@@image: 'figures/main-window.png'; md5=7d46d67dbdc7405ac11b526fa601ae76" +"external ref='figures/logo32.png' md5='aef7085887ecce229ad39e3f43268a8b'" + +#: C/index.page:6(info/title) +msgctxt "link" +msgid "GNOME Mines" +msgstr "Miny GNOME" + +#: C/index.page:7(info/title) +msgctxt "text" +msgid "GNOME Mines" +msgstr "Miny GNOME" + +#: C/index.page:10(credit/name) C/shortcuts.page:9(credit/name) +msgid "Brian Grohe" +msgstr "Brian Grohe" -#. When image changes, this message will be marked fuzzy or untranslated for you. -#. It doesn't matter what you translate it to: it's not used at all. -#: C/gnomine.xml:166(None) -msgid "@@image: 'figures/statusbar.png'; md5=8fd07589a7caac8c0c7c42007adb6835" -msgstr "@@image: 'figures/statusbar.png'; md5=0c26fd945d3b8ec15489738301bdf203" +#: C/index.page:14(credit/name) C/board-size.page:15(credit/name) +#: C/documentation.page:14(credit/name) C/flags.page:23(credit/name) +#: C/get-help.page:14(credit/name) C/high-scores.page:15(credit/name) +#: C/new-game.page:16(credit/name) C/rules.page:16(credit/name) +msgid "Ekaterina Gerasimova" +msgstr "Ekaterina Gerasimova" -#. When image changes, this message will be marked fuzzy or untranslated for you. -#. It doesn't matter what you translate it to: it's not used at all. -#: C/gnomine.xml:187(None) -msgid "@@image: 'figures/faces.png'; md5=c4ef2dc5a8fee43f2e00b49d2a3151eb" -msgstr "@@image: 'figures/faces.png'; md5=c4ef2dc5a8fee43f2e00b49d2a3151eb" +#: C/index.page:18(license/p) C/bug-filing.page:14(license/p) +#: C/develop.page:15(license/p) C/documentation.page:23(license/p) +#: C/translate.page:19(license/p) +msgid "Creative Commons Share Alike 3.0" +msgstr "Creative Commons Share Alike 3.0" -#. When image changes, this message will be marked fuzzy or untranslated for you. -#. It doesn't matter what you translate it to: it's not used at all. -#: C/gnomine.xml:279(None) +#: C/index.page:22(page/title) msgid "" -"@@image: 'figures/preferences.png'; md5=b0a57c641f5d123f509e71c632294a12" +"GNOME Mines logo " +"GNOME Mines" msgstr "" -"@@image: 'figures/preferences.png'; md5=de1c9311213ed02c1a57e722c24a5e04" +"Logo hry Miny GNOME " +"Miny GNOME" -#. When image changes, this message will be marked fuzzy or untranslated for you. -#. It doesn't matter what you translate it to: it's not used at all. -#: C/gnomine.xml:301(None) +#: C/index.page:24(page/p) msgid "" -"@@image: 'figures/imnotsureflagscheckbox.png'; " -"md5=58be021ed1cf90add08931282ec19bad" +"Mines is a clone of the game Minesweeper. The aim is to locate " +"all the mines that are hidden under tiles on a rectangular board. You will " +"need to use a combination of logic and luck to find all the mines without " +"triggering an explosion." msgstr "" -"@@image: 'figures/imnotsureflagscheckbox.png'; " -"md5=22a0a4d6f151b7aed4b9ace7525f4a7c" +"Miny jsou klonem hry Minesweeper (v češtině pojmenované Hledání " +"min). Jejím cílem je najít všechny miny, které jsou jsou ukryté pod " +"dlaždicemi čtvercové hrací desky. Abyste našli všechny miny, aniž by vám " +"některá vybuchla, musíte použít kombinaci logiky a trochy štěstí." + +#: C/index.page:31(section/title) +msgid "Game Play" +msgstr "Hraní hry" + +#: C/index.page:34(section/title) +msgid "Useful tips" +msgstr "Užitečné tipy" + +#: C/index.page:37(section/title) +msgid "Advanced" +msgstr "Pokročilé" -#. When image changes, this message will be marked fuzzy or untranslated for you. -#. It doesn't matter what you translate it to: it's not used at all. -#: C/gnomine.xml:322(None) -msgid "@@image: 'figures/flags.png'; md5=21bb5789d11d2ea40515a4dfcfd597ca" -msgstr "@@image: 'figures/flags.png'; md5=21bb5789d11d2ea40515a4dfcfd597ca" +#: C/index.page:40(section/title) +msgid "Get Involved" +msgstr "Zapojte se" -#. When image changes, this message will be marked fuzzy or untranslated for you. -#. It doesn't matter what you translate it to: it's not used at all. -#: C/gnomine.xml:373(None) -msgid "@@image: 'figures/highscores.png'; md5=a62a94c773d992dcf399ee09ec35da5a" +#: C/board-size.page:10(credit/name) C/faces.page:9(credit/name) +#: C/flags.page:17(credit/name) C/get-help.page:9(credit/name) +#: C/high-scores.page:10(credit/name) C/new-game.page:11(credit/name) +#: C/rules.page:11(credit/name) +msgid "Baptiste Mille-Mathias" +msgstr "Baptiste Mille-Mathias" + +#: C/board-size.page:12(credit/years) C/bug-filing.page:11(credit/years) +#: C/develop.page:12(credit/years) C/documentation.page:11(credit/years) +#: C/faces.page:11(credit/years) C/get-help.page:11(credit/years) +#: C/rules.page:13(credit/years) C/translate.page:12(credit/years) +msgid "2011" +msgstr "2011" + +#: C/board-size.page:17(credit/years) C/documentation.page:16(credit/years) +#: C/flags.page:13(credit/years) C/flags.page:19(credit/years) +#: C/flags.page:25(credit/years) C/get-help.page:16(credit/years) +#: C/high-scores.page:12(credit/years) C/high-scores.page:17(credit/years) +#: C/new-game.page:13(credit/years) C/new-game.page:18(credit/years) +#: C/rules.page:18(credit/years) C/shortcuts.page:11(credit/years) +#: C/toolbar.page:10(credit/years) +msgid "2012" +msgstr "2012" + +#: C/board-size.page:22(page/title) +msgid "How to change the game board size" +msgstr "Jak změnit velikost hrací desky" + +#: C/board-size.page:24(page/p) +msgid "You can select a field size at the start of a new game." +msgstr "Velikost hrací desky si můžete vybrat na začátku nové hry." + +#: C/board-size.page:28(item/p) +msgid "" +"Click New or Mines New Game." msgstr "" -"@@image: 'figures/highscores.png'; md5=a6700f22bdfab7a3f30b28e11902076e" +"Klikněte na Nová nebo Miny Nová hra." + +#: C/board-size.page:33(item/p) +msgid "Select one of the grid sizes:" +msgstr "Vyberte jednu z velikostí mřížky:" + +#: C/board-size.page:35(item/p) +msgid "a 8 × 8 board with 10 mines" +msgstr "deska 8 × 8 s 10 minami" + +#: C/board-size.page:36(item/p) +msgid "a 16 × 16 board with 40 mines" +msgstr "deska 16 × 16 se 40 minami" + +#: C/board-size.page:37(item/p) +msgid "a 30 × 16 board with 99 mines" +msgstr "deska 30 × 16 s 99 minami" -#. When image changes, this message will be marked fuzzy or untranslated for you. -#. It doesn't matter what you translate it to: it's not used at all. -#: C/gnomine.xml:434(None) +#: C/board-size.page:38(item/p) +msgid "a custom board, where you chose the size and the number of mines" +msgstr "vlastní deska, kdy si můžete zvolit velikost desky a počet min" + +#: C/bug-filing.page:9(credit/name) C/develop.page:10(credit/name) +#: C/documentation.page:9(credit/name) C/flags.page:11(credit/name) +#: C/toolbar.page:8(credit/name) C/translate.page:10(credit/name) +msgid "Tiffany Antopolski" +msgstr "Tiffany Antopolski" + +#: C/bug-filing.page:18(page/title) +msgid "Help make Mines better" +msgstr "Pomozte vylepšovat hru Miny" + +#: C/bug-filing.page:21(section/title) +msgid "Report a bug or suggest an improvement" +msgstr "Hlaste chyby nebo navrhujte vylepšení" + +#: C/bug-filing.page:22(section/p) msgid "" -"@@image: 'figures/easy-hints-1.png'; md5=4ce524b08d7be427097a63c3cdfec6ee" +"Mines is maintained by a volunteer community. You are welcome to " +"participate. If you notice a problem you can file a bug report. To " +"file a bug, go to ." msgstr "" -"@@image: 'figures/easy-hints-1.png'; md5=4ce524b08d7be427097a63c3cdfec6ee" +"O hru Miny se stará komunita dobrovolníků. Vaše případná účast " +"bude vítána. Pokud si povšimnete nějakého problému, můžete vyplnit " +"chybové hlášení na ." -#. When image changes, this message will be marked fuzzy or untranslated for you. -#. It doesn't matter what you translate it to: it's not used at all. -#: C/gnomine.xml:448(None) +#: C/bug-filing.page:25(section/p) msgid "" -"@@image: 'figures/easy-hints-2.png'; md5=e37f8d409337ff13d85f36208fd04008" +"This is a bug tracking system where users and developers can file details " +"about bugs and crashes, or request enhancements." msgstr "" -"@@image: 'figures/easy-hints-2.png'; md5=e37f8d409337ff13d85f36208fd04008" +"Jedná se o systém ke sledování chyb, kde uživatelé a vývojáři mohou uvádět " +"podrobnosti k dané chybě nebo žádosti o vylepšení. Komunikace probíhá v " +"angličtině." -#. When image changes, this message will be marked fuzzy or untranslated for you. -#. It doesn't matter what you translate it to: it's not used at all. -#: C/gnomine.xml:461(None) +#: C/bug-filing.page:28(section/p) msgid "" -"@@image: 'figures/easy-hints-3.png'; md5=d444acbdd254318948b8f07c9b390ba6" +"To participate you need an account, which will give you the ability to gain " +"access, file bugs, make comments, and receive updates by e-mail about the " +"status of your bug. If you don't already have an account, just click on the " +"New Account link to create one." msgstr "" -"@@image: 'figures/easy-hints-3.png'; md5=d444acbdd254318948b8f07c9b390ba6" +"Abyste se mohli zapojit, musíte si vytvořit účet, díky kterému získáte " +"přistup, můžete hlásit chyby a psát komentáře. Registraci potřebujete také k " +"tomu, aby vám přicházely na e-mail informace o stavu vaší chyby. Jestli účet " +"zatím nemáte, stačí pro vytvoření kliknout na odkaz Nový účet." -#. When image changes, this message will be marked fuzzy or untranslated for you. -#. It doesn't matter what you translate it to: it's not used at all. -#: C/gnomine.xml:500(None) +#: C/bug-filing.page:32(section/p) msgid "" -"@@image: 'figures/hard-hints-1.png'; md5=38f10c8159ec5526f1bd58ff322b7142" +"Once you have an account, log in, click on File a BugApplicationsgnome-mines. Before reporting " +"a bug, please read the bug writing guidelines, and please browse " +"for the bug to see if it already exists." msgstr "" -"@@image: 'figures/hard-hints-1.png'; md5=38f10c8159ec5526f1bd58ff322b7142" +"Když už účet máte, přihlaste se, klikněte na File a BugApplicationsgnome-mines. Před nahlášením " +"chyby si prosím přečtěte přiručku k hlášení chyb (odkaz je v angličtině) " +"a podívejte se prosím, jestli stejnou chybu nenahlásil už někdo jiný." -#. When image changes, this message will be marked fuzzy or untranslated for you. -#. It doesn't matter what you translate it to: it's not used at all. -#: C/gnomine.xml:513(None) +#: C/bug-filing.page:40(section/p) msgid "" -"@@image: 'figures/hard-hints-2.png'; md5=d5eecaed4e281d9d8db67f039627aa59" +"If you are requesting a new feature, choose enhancement in the " +"Severity menu. Fill in the Summary and Description sections and " +"click Commit." msgstr "" -"@@image: 'figures/hard-hints-2.png'; md5=d5eecaed4e281d9d8db67f039627aa59" +"V případě, že žádáte o novou funkčnost, zvolte v nabídce Severity " +"položku enhancement. Vyplňte pole Summary a Description a " +"klikněte na Commit." -#. When image changes, this message will be marked fuzzy or untranslated for you. -#. It doesn't matter what you translate it to: it's not used at all. -#: C/gnomine.xml:544(None) +#: C/bug-filing.page:44(section/p) msgid "" -"@@image: 'figures/hard-hints-3.png'; md5=12f7ceaa8d7187cb694927ac015c10a8" +"Your report will be given an ID number, and its status will be updated as it " +"is being dealt with. Thanks for helping make Mines better!" msgstr "" -"@@image: 'figures/hard-hints-3.png'; md5=12f7ceaa8d7187cb694927ac015c10a8" +"Vaše hlášení dostane přiděleno identifikační číslo a jak bude postupně " +"řešeno, bude se měnit jeho stav." + +#: C/develop.page:19(page/title) +msgid "Help develop" +msgstr "Pomozte s vývojem" -#: C/gnomine.xml:27(title) -msgid "Mines Manual" -msgstr "Příručka ke hře Miny" +#: C/develop.page:20(page/p) +msgid "" +"The GNOME Games are developed and maintained by a volunteer " +"community. You are welcome to participate." +msgstr "" +"Hry GNOME jsou vyvíjeny a udržovány komunitou dobrovolníků. Vaše " +"případná účast bude vítána." -#: C/gnomine.xml:29(para) +#: C/develop.page:23(page/p) msgid "" -"Mines is GNOME's take on the popular logic puzzle minesweeper, which " -"includes avoiding mines while receiving clues for the location of the mines." +"If you would like to help develop GNOME Games, you can get in " +"touch with the developers using irc, or via our mailing list." msgstr "" -"Miny jsou GNOME variantou populární logického hlavolamu Minesweeper " -"(odminovávač), ve které se vyhýbáte minám podle nápověd o jejich umístění." +"Jestli chcete pomoci s vývojem her GNOME, můžete se s vývojáři " +"kontaktovat na IRC nebo přes poštovní konferenci. Ke " +"komunikaci se používá angličtina." -#: C/gnomine.xml:36(year) -msgid "2006" -msgstr "2006" +#: C/documentation.page:19(credit/name) C/faces.page:15(credit/name) +#: C/new-game.page:21(credit/name) +msgid "Aruna Sankaranarayanan" +msgstr "Aruna Sankaranarayanan" -#: C/gnomine.xml:37(holder) -msgid "Callum McKenzie" -msgstr "Callum McKenzie" +#: C/documentation.page:27(page/title) +msgid "Help write documentation" +msgstr "Pomozte psát dokumentaci" -#: C/gnomine.xml:52(publishername) C/gnomine.xml:92(para) -msgid "GNOME Documentation Project" -msgstr "Dokumentační projekt GNOME" +#: C/documentation.page:29(page/p) +msgid "" +"The GNOME Games user help is maintained by a volunteer community. You are " +"welcome to participate." +msgstr "" +"O dokumentaci her GNOME se stará komunitou dobrovolníků. Vaše " +"případná účast bude vítána." -#: C/gnomine.xml:2(para) +#: C/documentation.page:32(page/p) msgid "" -"This document is dual-licensed. You may either distribute and/or modify it " -"under the terms of the GNU " -"General Public License, which the program " -"is licensed under, or you can distribute it under the terms of the " -"GNU Free Documentation License. A copy of this follows." +"To contribute to the Documentation Project, get in touch with us on the " +"#docs channel on irc.gnome.org or via our mailing list ." msgstr "" -"Tento dokument má dvojitou licenci. Můžete jej buď šířit a/nebo upravovat " -"pod podmínkami GNU General " -"Public License, pod kterou je i licencovaný program nebo šířit pod podmínkami GNU Free " -"Documentation License. Její kopie následuje." +"Jestli chcete přispívat do Dokumentačního projektu, nebojte se nás " +"kontaktovat na IRC nebo přes poštovní konferenci. Ke " +"komunikaci se používá angličtina." -#: C/gnomine.xml:11(para) +#: C/documentation.page:40(page/p) msgid "" -"Permission is granted to copy, distribute and/or modify this document under " -"the terms of the GNU Free Documentation License (GFDL), Version 1.1 or any " -"later version published by the Free Software Foundation with no Invariant " -"Sections, no Front-Cover Texts, and no Back-Cover Texts. You can find a copy " -"of the GFDL at this link or " -"in the file COPYING-DOCS distributed with this manual." +"Our wiki page contains useful information." msgstr "" -"Je povoleno kopírovat, šířit a/nebo upravovat tento dokument za podmínek GNU " -"Free Documentation License, verze 1.1 nebo jakékoli další verze vydané " -"nadací Free Software Foundation; bez neměnných oddílů, bez textů předních " -"desek a bez textů zadních desek. Kopie této licence je zahrnuta v oddílu " -"jménem GNU Free Documentation " -"License nebo v souboru COPYING-DOCS dodávaném s touto příručkou." +"Užitečné informace obsahuje naše wikistránka." -#: C/gnomine.xml:21(para) +#. This is a reference to an external file such as an image or video. When +#. the file changes, the md5 hash will change to let you know you need to +#. update your localized copy. The msgstr is not used at all. Set it to +#. whatever you like once you have updated your copy of the file. +#: C/faces.page:24(media) +msgctxt "_" msgid "" -"This manual is part of a collection of GNOME manuals distributed under the " -"GFDL. If you want to distribute this manual separately from the collection, " -"you can do so by adding a copy of the license to the manual, as described in " -"section 6 of the license." +"external ref='figures/face-smile.svg' md5='6a6254c55d6e76f65007dfef107f4019'" msgstr "" -"Tato příručka je součástí kolekce příruček GNOME, distribuovaných pod " -"licencí GNU FDL. Pokud chcete tento dokument šířit odděleně od kolekce, " -"musíte přiložit kopii licence dle popisu v sekci 6 dané licence." +"external ref='figures/face-smile.svg' md5='6a6254c55d6e76f65007dfef107f4019'" -#: C/gnomine.xml:28(para) +#. This is a reference to an external file such as an image or video. When +#. the file changes, the md5 hash will change to let you know you need to +#. update your localized copy. The msgstr is not used at all. Set it to +#. whatever you like once you have updated your copy of the file. +#: C/faces.page:28(media) +msgctxt "_" msgid "" -"Many of the names used by companies to distinguish their products and " -"services are claimed as trademarks. Where those names appear in any GNOME " -"documentation, and the members of the GNOME Documentation Project are made " -"aware of those trademarks, then the names are in capital letters or initial " -"capital letters." +"external ref='figures/face-worried.svg' " +"md5='f0a66a1c5046deef93c14eeb9993b367'" msgstr "" -"Mnoho užívaných jmen určených k zviditelnění produktů nebo služeb jsou " -"ochranné známky. Na místech, kde jsou tato jména v dokumentaci užita a " -"členové Dokumentačního projektu GNOME jsou si vědomi skutečnosti, že se " -"jedná o ochrannou známku, je takové jméno psáno velkými písmeny celé nebo s " -"velkým písmenem na začátku." +"external ref='figures/face-worried.svg' " +"md5='f0a66a1c5046deef93c14eeb9993b367'" -#: C/gnomine.xml:44(para) +#. This is a reference to an external file such as an image or video. When +#. the file changes, the md5 hash will change to let you know you need to +#. update your localized copy. The msgstr is not used at all. Set it to +#. whatever you like once you have updated your copy of the file. +#: C/faces.page:32(media) +msgctxt "_" msgid "" -"DOCUMENT IS PROVIDED ON AN \"AS IS\" BASIS, WITHOUT WARRANTY OF ANY KIND, " -"EITHER EXPRESSED OR IMPLIED, INCLUDING, WITHOUT LIMITATION, WARRANTIES THAT " -"THE DOCUMENT OR MODIFIED VERSION OF THE DOCUMENT IS FREE OF DEFECTS " -"MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE OR NON-INFRINGING. THE ENTIRE " -"RISK AS TO THE QUALITY, ACCURACY, AND PERFORMANCE OF THE DOCUMENT OR " -"MODIFIED VERSION OF THE DOCUMENT IS WITH YOU. SHOULD ANY DOCUMENT OR " -"MODIFIED VERSION PROVE DEFECTIVE IN ANY RESPECT, YOU (NOT THE INITIAL " -"WRITER, AUTHOR OR ANY CONTRIBUTOR) ASSUME THE COST OF ANY NECESSARY " -"SERVICING, REPAIR OR CORRECTION. THIS DISCLAIMER OF WARRANTY CONSTITUTES AN " -"ESSENTIAL PART OF THIS LICENSE. NO USE OF ANY DOCUMENT OR MODIFIED VERSION " -"OF THE DOCUMENT IS AUTHORIZED HEREUNDER EXCEPT UNDER THIS DISCLAIMER; AND" +"external ref='figures/face-sad.svg' md5='9e02c857add1e6a859e14a89cf0b83ae'" msgstr "" -"DOKUMENT JE POSKYTOVÁN V PODOBĚ „JAK JE“ BEZ ZÁRUKY V JAKÉKOLIV PODOBĚ, " -"NEPOSKYTUJÍ SE ANI ODVOZENÉ ZÁRUKY, ZÁRUKY, ŽE DOKUMENT, NEBO JEHO UPRAVENÁ " -"VERZE, JE BEZCHYBNÝ NEBO ZÁRUKY PRODEJNOSTI, VHODNOSTI PRO URČITÝ ÚČEL NEBO " -"NEPORUŠENOSTI. RIZIKO NEKVALITY, NEPŘESNOSTI A ŠPATNÉHO PROVEDENÍ DOKUMENTU, " -"NEBO JEHO UPRAVENÉ VERZE, LEŽÍ NA VÁS. POKUD KVŮLI TOMUTO DOKUMENTU, NEBO " -"JEHO UPRAVENÉ VERZI, NASTANE PROBLÉM, VY (NIKOLIV PŮVODNÍ AUTOR NEBO " -"JAKÝKOLIV PŘISPĚVATEL) PŘEBÍRÁTE JAKÉKOLIV NÁKLADY ZA NUTNÉ ÚPRAVY, OPRAVY " -"ČI SLUŽBY. TOTO PROHLÁŠENÍ O ZÁRUCE PŘEDSTAVUJE ZÁKLADNÍ SOUČÁST TÉTO " -"LICENCE. BEZ TOHOTO PROHLÁŠENÍ NENÍ, PODLE TÉTO DOHODY, POVOLENO UŽÍVÁNÍ ANI " -"ÚPRAVY TOHOTO DOKUMENTU; DÁLE" +"external ref='figures/face-sad.svg' md5='9e02c857add1e6a859e14a89cf0b83ae'" -#: C/gnomine.xml:64(para) +#. This is a reference to an external file such as an image or video. When +#. the file changes, the md5 hash will change to let you know you need to +#. update your localized copy. The msgstr is not used at all. Set it to +#. whatever you like once you have updated your copy of the file. +#: C/faces.page:36(media) +msgctxt "_" msgid "" -"UNDER NO CIRCUMSTANCES AND UNDER NO LEGAL THEORY, WHETHER IN TORT (INCLUDING " -"NEGLIGENCE), CONTRACT, OR OTHERWISE, SHALL THE AUTHOR, INITIAL WRITER, ANY " -"CONTRIBUTOR, OR ANY DISTRIBUTOR OF THE DOCUMENT OR MODIFIED VERSION OF THE " -"DOCUMENT, OR ANY SUPPLIER OF ANY OF SUCH PARTIES, BE LIABLE TO ANY PERSON " -"FOR ANY DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES OF " -"ANY CHARACTER INCLUDING, WITHOUT LIMITATION, DAMAGES FOR LOSS OF GOODWILL, " -"WORK STOPPAGE, COMPUTER FAILURE OR MALFUNCTION, OR ANY AND ALL OTHER DAMAGES " -"OR LOSSES ARISING OUT OF OR RELATING TO USE OF THE DOCUMENT AND MODIFIED " -"VERSIONS OF THE DOCUMENT, EVEN IF SUCH PARTY SHALL HAVE BEEN INFORMED OF THE " -"POSSIBILITY OF SUCH DAMAGES." +"external ref='figures/face-cool.svg' md5='6ce4a904009988e203e3d50896f6016e'" msgstr "" -"ZA ŽÁDNÝCH OKOLNOSTÍ A ŽÁDNÝCH PRÁVNÍCH PŘEDPOKLADŮ, AŤ SE JEDNÁ O PŘEČIN " -"(VČETNĚ NEDBALOSTNÍCH), SMLOUVU NEBO JINÉ, NENÍ AUTOR, PŮVODNÍ PISATEL, " -"KTERÝKOLIV PŘISPĚVATEL NEBO KTERÝKOLIV DISTRIBUTOR TOHOTO DOKUMENTU NEBO " -"UPRAVENÉ VERZE DOKUMENTU NEBO KTERÝKOLIV DODAVATEL NĚKTERÉ Z TĚCHTO STRAN " -"ODPOVĚDNÝ NĚJAKÉ OSOBĚ ZA PŘÍMÉ, NEPŘÍMÉ, SPECIÁLNÍ, NAHODILÉ NEBO NÁSLEDNÉ " -"ŠKODY JAKÉHOKOLIV CHARAKTERU, VČETNĚ, ALE NEJEN, ZA POŠKOZENÍ ZE ZTRÁTY " -"DOBRÉHO JMÉNA, PŘERUŠENÍ PRÁCE, PORUCHY NEBO NESPRÁVNÉ FUNKCE POČÍTAČE NEBO " -"JINÉHO A VŠECH DALŠÍCH ŠKOD NEBO ZTRÁT VYVSTÁVAJÍCÍCH Z NEBO VZTAHUJÍCÍCH SE " -"K POUŽÍVÁNÍ TOHOTO DOKUMENTU NEBO UPRAVENÝCH VERZÍ DOKUMENTU, I KDYŽ BY " -"TAKOVÁTO STRANA BYLA INFORMOVANÁ O MOŽNOSTI TAKOVÉHOTO POŠKOZENÍ." +"external ref='figures/face-cool.svg' md5='6ce4a904009988e203e3d50896f6016e'" -#: C/gnomine.xml:37(para) +#. This is a reference to an external file such as an image or video. When +#. the file changes, the md5 hash will change to let you know you need to +#. update your localized copy. The msgstr is not used at all. Set it to +#. whatever you like once you have updated your copy of the file. +#: C/faces.page:40(media) +msgctxt "_" msgid "" -"DOCUMENT AND MODIFIED VERSIONS OF THE DOCUMENT ARE PROVIDED UNDER THE TERMS " -"OF THE GNU FREE DOCUMENTATION LICENSE WITH THE FURTHER UNDERSTANDING THAT: " -"" +"external ref='figures/face-win.svg' md5='5a18e37927cee8d20cfc5b37fbcb680b'" msgstr "" -"DOKUMENT A JEHO UPRAVENÉ VERZE JSOU ŠÍŘENY V SOULADU SE ZNĚNÍM LICENCE GNU " -"FREE DOCUMENTATION LICENSE S NÁSLEDUJÍCÍM USTANOVENÍM: " +"external ref='figures/face-win.svg' md5='5a18e37927cee8d20cfc5b37fbcb680b'" -#: C/gnomine.xml:62(firstname) -msgid "Callum" -msgstr "Callum" +#: C/faces.page:20(page/title) +msgid "The meaning of the faces" +msgstr "Význam smajlíků" -#: C/gnomine.xml:63(surname) -msgid "McKenzie" -msgstr "McKenzie" +#: C/faces.page:25(td/p) +msgid "This is a new game and you have not clicked on any tile yet." +msgstr "Jde o novou hru a zatím jste neklikli na žádnou dlaždici." -#: C/gnomine.xml:65(email) -msgid "callum@spooky-possum.org" -msgstr "callum@spooky-possum.org" +#: C/faces.page:29(td/p) +msgid "You are currently clicking on a tile." +msgstr "Právě klikáte na dlaždici." -#: C/gnomine.xml:86(revnumber) -msgid "Mines Manual V2.9" -msgstr "Příručka V2.9 ke hře Miny" +#: C/faces.page:33(td/p) +msgid "You have uncovered a mine. You lose." +msgstr "Odhalili jste minu. Jste ztraceni." -#: C/gnomine.xml:87(date) -msgid "January 2006" -msgstr "Leden 206" +#: C/faces.page:37(td/p) +msgid "The tile you just clicked on is safe. You can continue." +msgstr "Dlaždice, na kterou jste klikli, je bezpečná. Můžete pokračovat." -#: C/gnomine.xml:89(para) -msgid "Callum McKenzie callum@spooky-possum.org" -msgstr "Callum McKenzie callum@spooky-possum.org" +#: C/faces.page:41(td/p) +msgid "You have found all the mines. You win!" +msgstr "Našli jste všechny miny. Vyhráváte!" -#: C/gnomine.xml:97(releaseinfo) -msgid "This manual describes version 2.14 of Mines." -msgstr "Tato příručka popisuje Miny verze 2.14" +#. This is a reference to an external file such as an image or video. When +#. the file changes, the md5 hash will change to let you know you need to +#. update your localized copy. The msgstr is not used at all. Set it to +#. whatever you like once you have updated your copy of the file. +#: C/flags.page:34(media) +#| msgid "@@image: 'figures/flags.png'; md5=21bb5789d11d2ea40515a4dfcfd597ca" +msgctxt "_" +msgid "external ref='figures/flags.png' md5='21bb5789d11d2ea40515a4dfcfd597ca'" +msgstr "" +"external ref='figures/flags.png' md5='21bb5789d11d2ea40515a4dfcfd597ca'" -#: C/gnomine.xml:104(title) -msgid "Feedback" -msgstr "Ohlasy" +#. This is a reference to an external file such as an image or video. When +#. the file changes, the md5 hash will change to let you know you need to +#. update your localized copy. The msgstr is not used at all. Set it to +#. whatever you like once you have updated your copy of the file. +#: C/flags.page:56(media) +msgctxt "_" +msgid "external ref='figures/flag.svg' md5='f9cc3827986004290dd5c61b02e18b73'" +msgstr "external ref='figures/flag.svg' md5='f9cc3827986004290dd5c61b02e18b73'" -#: C/gnomine.xml:105(para) +#. This is a reference to an external file such as an image or video. When +#. the file changes, the md5 hash will change to let you know you need to +#. update your localized copy. The msgstr is not used at all. Set it to +#. whatever you like once you have updated your copy of the file. +#: C/flags.page:85(media) +msgctxt "_" msgid "" -"To report a bug or make a suggestion regarding the Mines application or this manual, follow the directions in the GNOME bug reporting database.." +"external ref='figures/flag-question.svg' " +"md5='544c1aaa711ee86a03a817a1e3b57733'" msgstr "" -"Pokud chcete oznámit chybu nebo navrhnout vylepšení vztahující se k aplikaci " -"Miny nebo této příručce, postupujte dle instrukcí " -"na stránce Stránka s " -"ohlasy na GNOME." +"external ref='figures/flag-question.svg' " +"md5='544c1aaa711ee86a03a817a1e3b57733'" -#: C/gnomine.xml:114(primary) -msgid "GNOME Mines" -msgstr "Miny" +#: C/flags.page:30(page/title) +msgid "How to use flags" +msgstr "Jak používat vlaječky" -#: C/gnomine.xml:121(title) -msgid "Introduction" -msgstr "Úvod" - -#: C/gnomine.xml:123(para) -msgid "" -"Mines is a puzzle game " -"where you locate mines floating in an ocean using only your brain and a " -"little bit of luck." -msgstr "" -"Miny jsou herní " -"hlavolam, ve kterém se snažíte při plavbě oceánem najít miny jen s pomocí " -"mozku a trochy štěstí." - -#: C/gnomine.xml:129(para) -msgid "" -"You start the game with a grid of covered squares and no idea what is in " -"them. Clicking on a square reveals what is in it: either empty ocean or a " -"mine. If you find a mine bad things happen and the game is over. If you " -"uncover an empty square, you survive and get to try again. We do give you a " -"bit of help; if you find an empty piece of ocean a number is printed there " -"telling you how many mines are in the adjacent squares (or no number if " -"there are no nearby mines). Once you find a few clear squares you can start " -"to deduce which squares have mines in them and which don't. You win the game " -"once you have revealed all the un-mined squares and marked all the mined " -"squares." -msgstr "" -"Hru začínáte s mřížkou zakrytých polí a bez tušení, co se pod nimi skrývá. " -"Kliknutím na políčko odkryjete, co v něm je - prázdný oceán nebo mina. Pokud " -"narazíte na minu, tak máte smůlu a hra končí. Pokud odkryjete prázdné " -"políčko, tak jste přežili a můžete pokoušet osud dál. Poskytneme vám ale " -"drobnou pomoc. Když najdete prázdný kousek oceánu, vypíše se vám číslo, " -"které říká, kolik min leží v okolních políčcích. A nebo se neobjeví žádné " -"číslo, což znamená, že v okolí žádná mina není. Jakmile najdete pár čistých " -"polí, můžete začít dedukovat, která políčka jsou zaminovaná a která ne. " -"Vyhráváte ve chvíli, kdy odkryjete všechna nezaminovaná políčka a označíte " -"všechna zaminovaná." - -#: C/gnomine.xml:144(title) -msgid "The stages of the game: the start, playing, losing, and winning." -msgstr "Stavy hry: začátek, průběh, prohra, výhra." - -#: C/gnomine.xml:152(para) -msgid "" -"To mark a square as having a mine you right-click on it and a flag is placed " -"there. If you click on a square with a number and you have placed precisely " -"that number of flags on adjacent squares then the remaining squares are " -"revealed. If you didn't mark the mines correctly then an explosion will " -"occur and the game is over. Squares with no adjacent mines (i.e. blank " -"squares) have their adjacent squares automatically cleared." -msgstr "" -"Políčka s minou označíte kliknutím pravým tlačítkem a místo se označí " -"vlaječkou. Pokud kliknete na políčko s číslem a v okolí máte rozmístěný " -"správný počet vlaječek na správných místech, zbývající políčka se odkryjí. " -"Pokud ale vlaječky nejsou rozmístěné správně, pak dojde k explozi a hra " -"končí. Políčka, která nesousedí s minami (t.j. prázdná políčka) automaticky " -"odkryjí jejich sousední políčka." - -#: C/gnomine.xml:163(title) -msgid "Important information." -msgstr "Důležité informace" - -#: C/gnomine.xml:170(para) -msgid "" -"You are being timed. To be good at this game you have to work both quickly " -"and correctly. Once you have found all the mines and revealed all the un-" -"mined squares the clock is stopped. Your score is the time you took; the " -"shorter the better." -msgstr "" -"Počítá se vám čas. Abyste byli v této hře dobří, musíte postupovat rychle a " -"současně správně. Jakmile najdete všechny miny a odkryjete všechna " -"nezaminovaná políčka, čas se zastaví. Vaším skóre je čas, kterého jste " -"dosáhli. Čím kratší, tím lepší." - -#: C/gnomine.xml:177(para) -msgid "" -"The time you have taken is displayed on the bottom right of the window. " -"Beside it, on the left, is a count of the number of mines you have cleared " -"and the total number hidden on the board." -msgstr "" -"Čas, kterého jste dosáhli, se zobrazuje v pravé dolní části okna. Naproti v " -"levé části je počet min, které jste našli a celkový počet min na herní desce." - -#: C/gnomine.xml:184(title) -msgid "The yellow face shows you how well you are going." -msgstr "Žluté ksichtíky vám naznačují, jak si vedete" - -#: C/gnomine.xml:197(title) -msgid "The Details" -msgstr "Podrobnosti" - -#: C/gnomine.xml:199(para) -msgid "" -"This section provides information on the controls and the important menu " -"items. If you need help figuring where the mines are, see the strategy section." -msgstr "" -"Tato kapitola poskytuje informace o ovládání a důležitých položkách nabídky. " -"Pokud potřebujete nápovědu objasňující, kde jsou miny, přeskočte na kapitolu o strategii." - -#: C/gnomine.xml:206(title) -msgid "The Goal" -msgstr "Cíl" - -#: C/gnomine.xml:208(para) -msgid "" -"Starting from an ocean of squares with unknown contents you must mark all " -"the squares with mines and reveal all the clear squares. You don't actually " -"have to mark the squares with mines, but it is a lot easier if you do. Once " -"you have cleared all the un-mined squares, any remaining mined squares will " -"be marked for you." -msgstr "" -"Začínáte na oceánu polí s neznámým obsahem. Musíte označit všechna políčka s " -"minami a odkrýt všechna prázdná políčka. Políčka s minami nemusíte nutně " -"označovat, ale je pro vás snadnější, když to budete dělat. Pokud odkryjete " -"všechna nezaminovaná políčka, zbývající zaminovaná políčka se vám označí." - -#: C/gnomine.xml:217(para) -msgid "" -"If you left click on a mine, or auto-clear a square with a mine in it you " -"lose. To help prevent accidents, you aren't allowed to auto-clear around a " -"square unless the number of marked mines equals the number given in the " -"square." -msgstr "" -"Pokud kliknete na minu nebo necháte automaticky vyčistit zaminovaná políčka, " -"jste ztraceni. Aby nedocházelo k nehodám, není možné automaticky vyčistit " -"okolní políčka v případě, že počet polí označených jako zaminovaná " -"neodpovídá počtu vypsanému v políčku." - -#: C/gnomine.xml:227(title) -msgid "Using the Mouse" -msgstr "Používání myši" - -#: C/gnomine.xml:234(entry) -msgid "Action" -msgstr "Úkon" - -#: C/gnomine.xml:234(entry) -msgid "Result" -msgstr "Výsledek" - -#: C/gnomine.xml:239(entry) -msgid "Left click on an un-revealed square." -msgstr "Kliknutí levým tlačítkem na neodkrytém políčku." - -#: C/gnomine.xml:240(entry) -msgid "Reveals the contents of that square. For better or for worse." -msgstr "Odkryje obsah tohoto políčka. Buď si polepšíte nebo dopadnete špatně." - -#: C/gnomine.xml:244(entry) -msgid "Left click in a revealed square." -msgstr "Kliknutí levým tlačítkem na odkrytém políčku." - -#: C/gnomine.xml:245(entry) -msgid "" -"Auto-clear. Reveals the unmarked squares around the clicked square, but only " -"if enough squares have been marked to match the number in the square." -msgstr "" -"Automatické vyčištění. Odkryje neoznačená políčka okolo políčka, na které " -"jste klikli, ale pouze v případě, že počet označených políček odpovídá číslu " -"uvedenému v políčku." - -#: C/gnomine.xml:251(entry) -msgid "Right click on an un-revealed square." -msgstr "Kliknutí pravým tlačítkem na neodkrytém políčku." - -#: C/gnomine.xml:252(entry) -msgid "" -"Marks the square as a mine. If it is already marked, the mark will be " -"removed." -msgstr "" -"Označí políčko jako zaminované. Pokud je již označené, tak se značka " -"odstraní." - -#: C/gnomine.xml:259(para) -msgid "" -"If you are used to the more traditional mouse controls, don't worry, they " -"still work." -msgstr "I když používáte starobylé myši, nemusíte se bát, stále fungují." - -#: C/gnomine.xml:264(title) -msgid "Game Size and Difficulty" -msgstr "Velikost hry a obtížnost" - -#: C/gnomine.xml:266(para) -msgid "" -"By choosing SettingsPreferences from the menu you can change the size of the " -"games. Larger sizes obviously take longer and require more concentration. " -"Smaller games are more frantic. We provide Small, Medium, Large and Custom " -"sizes." -msgstr "" -"Po spuštění NastaveníVolby z nabídky můžete měnit velikost hry. Větší hra " -"trvá déle a vyžaduje více koncentrace. Menší hra bývá zběsilejší. K " -"dispozici máte malou, střední, velkou a vlastní velikost." - -#: C/gnomine.xml:276(title) -msgid "The preferences dialog." -msgstr "Dialog voleb." - -#: C/gnomine.xml:283(para) -msgid "" -"On the right hand side of the dialog there are three parameters for " -"controlling the custom size. Horizontal and Vertical are the width and " -"height of the desired grid in squares. The number of mines is - obviously - " -"the number of mines you need to find. If this number is set too high or too " -"low then the game becomes very easy. The number of mines is limited to " -"slightly less than the total number of squares." -msgstr "" -"Na pravé straně dialogu jsou tři parametry pro zadání vlastní velikosti. " -"Vodorovně a svisle jsou šířka a výška požadované mřížky polí. Počet min, jak " -"je asi jasné, udává počet min, které chcete hledat. Pokud je toto číslo " -"příliš velké nebo příliš malé, stává se hra velmi snadnou. Počet min je " -"omezen na hodnotu mírně nižší, než je počet polí." - -#: C/gnomine.xml:296(title) -msgid "\"I'm not sure\" Flags" -msgstr "Vlaječka „Nejsem si jist“" - -#: C/gnomine.xml:305(para) -msgid "" -"There is a check-box in the properties dialog entitled Use \"I'm not sure\" " -"flags. If you enable this then, when right-clicking on a square, it cycles " -"between the normal flags used to mark the square as mined, a flag with a " -"question mark on it and no flag. This new flag is to help you with your " -"reasoning, to mark mines you think might be a mine but aren't sure about. " -"These flags have no effect on the game; you still have to use the " -"appropriate number of red marker flags to be able to clear around a numbered " -"square." -msgstr "" -"V nastavení je volba nazvaná Používat vlaječky „Nejsem si jist(á)“. V " -"případě, že ji povolíte, bude se při klikání pravým tlačítkem na políčku " -"cyklicky přepínat normální vlaječka označující zaminované políčko, vlaječka " -"s otazníkem a prázdná plocha bez vlaječky. Tato nová vlaječka s otazníkem je " -"pomůcka pro vás, abyste si mohli označit políčko, o kterém si myslíte, že by " -"mohlo být zaminované, ale nejste si jistí. Vlaječka nemá žádný vliv na " -"průběh hry. Stále musíte nastavit správný počet červených vlaječek, aby se " -"mohla vyčistit políčka okolo." - -#: C/gnomine.xml:319(title) -msgid "The sequence of flags when \"I'm not sure\" flags are enabled." -msgstr "Sekvence vlaječek v případě povolené vlaječky „Nejsem si jist“." - -#: C/gnomine.xml:329(title) -msgid "Use \"Too many flags\" warning" -msgstr "Použít varování „Příliš mnoho vlaječek“" - -#: C/gnomine.xml:331(para) -msgid "" -"The other check-box in the properties dialog is entitled Use \"Too many flags" -"\" warning. This feature will show you a warning when you have placed too " -"many flags. This is disabled by default, as it provides so much hint that it " -"could be considered \"cheating\"." -msgstr "" -"Další volba v dialogu s nastavením je nazvaná Použít varování „Příliš mnoho " -"vlaječek“. Díky ní se vám zobrazí varování v případě, že umístíte příliš " -"mnoho vlaječek. Standardně je vypnutá, protože poskytuje radu, která by " -"mohla být považovaná za „podvádění“." - -#: C/gnomine.xml:342(title) -msgid "Hints" -msgstr "Rady" - -#: C/gnomine.xml:344(para) -msgid "" -"If you get stuck - it is reasonably common to end up with two options that " -"you can't logically resolve - then you can either guess, or ask for a hint. " -"When you choose Hint from the Game menu a single square is revealed (plus surrounding squares if it is " -"blank). The choice of square is random, but should be helpful. There is 10 " -"second penalty added to your time whenever you use a hint." -msgstr "" -"Pokud se při hře zaseknete - a občas se stává, že skončíte na dvou " -"možnostech, které nelze logicky rozhodnout - tak můžete buď hádat nebo " -"požádat o radu. Pokud zvolíte Rada z nabídky " -"Hra, odkryje se jedno políčko (plus okolní políčka, pokud " -"je prázdné). Políčko je zvolené náhodně, ale i tak vám to může pomoci. Za " -"poskytnutí rady jste však penalizování 10 trestnými vteřinami." +#: C/flags.page:37(td/p) +msgid "" +"Flags are used to mark tiles which you suspect may hide a mine. Putting a " +"flag on a tile prevents you from clicking on it and possibly causing an " +"explosion, which would end the game." +msgstr "" +"Vlaječky se používají k označení dlaždic, u kterých předpokládáte, že " +"skrývají minu. Umístěním vlaječky zabráníte kliknutí na dlaždici a " +"následnému způsobení výbuchu, který znamená konec hry." -#: C/gnomine.xml:358(title) -msgid "High Scores" +#: C/flags.page:45(section/title) +msgid "How to place a flag on a tile" +msgstr "Jak na dlaždici umístit vlaječku" + +#: C/flags.page:49(td/p) +msgid "" +"Red flags are those that cannot be clicked. To place a red flag on a tile:" +msgstr "" +"Červené vlaječky jsou takové, na které nelze kliknout. Když chcete na " +"dlaždici umístit červenou vlaječku:" + +#: C/flags.page:52(item/p) +#| msgid "Right click on an un-revealed square." +msgid "right click on a blank tile." +msgstr "Klikněte pravým tlačítkem na neodkryté dlaždici." + +#: C/flags.page:62(note/p) +msgid "" +"To make the number of available flags equal to the number of remaining " +"mines, enable Warn if too many flags placed " +"and Use \"I'm not sure\" flags preference " +"options, then restart the application." +msgstr "" +"Abyste měli jistotu, že počet vlaječek nepřekročí počet zbývajících min " +"okolo odkryté dlaždice, zapněte si v předvolbách Varovat, když máte příliš mnoho vlaječek a Používat vlaječky „Nejsem si jist(á)“." + +#: C/flags.page:72(section/title) +msgid "Use of the I'm not sure flag" +msgstr "Používání vlaječek Nejsem si jist(á)" + +#: C/flags.page:73(section/p) +msgid "" +"If you are not sure whether a tile hides a mine, you can use the blue " +"I'm not sure flag." +msgstr "" +"Pro případ, že si nejste jisti, zda dlaždice minu skrývá či ne, můžete " +"použít modrou vlaječku Nejsem si jist(á)." + +#: C/flags.page:78(td/p) +msgid "To put an I'm not sure flag on a tile:" +msgstr "Když chcete na dlaždici umístit vlaječku Nejsem si jist(á):" + +#: C/flags.page:80(item/p) +msgid "Right-click twice on a blank tile or once on a red flag." +msgstr "" +"Klikněte dvojitě pravým tlačítkem na prázdnou dlaždici nebo jednoduše na " +"červenou vlaječku." + +#: C/flags.page:91(note/p) +msgid "" +"To enable these flags, click MinesPreferences, and select Use \"I'm not " +"sure\" flags." +msgstr "" +"Abyste mohli používat tento typ vlaječek, klikněte na Miny Předvolby a " +"zaškrtněte Používat vlaječky „Nejsem si jist(á)“." + +#: C/get-help.page:21(page/title) +msgid "Hints and warnings" +msgstr "Rady a varování" + +#: C/get-help.page:23(page/p) +msgid "" +"You can use hints to reveal safe tiles, and flag warnings to help you keep " +"track of flags." +msgstr "" +"Můžete používat rady pro odhalení bezpečných dlaždic a varování k vlaječkám " +"pro hlídání jejich počtu." + +#: C/get-help.page:26(page/p) +msgid "" +"Click Hint in the toolbar to reveal a hidden " +"tile that is safe. You will be penalized for using hints: ten seconds will " +"be added to your total time." +msgstr "" +"Klikněte na nástrojové liště na Rada, aby se vám " +"odhalila dlaždice, která je bezpečná. Za každé použití rady jste " +"penalizováni – k celkovému času je přičteno 10 sekund." + +#: C/get-help.page:30(page/p) +msgid "" +"To enable warnings, edit the preferences by selecting MinesPreferences and ticking the checkbox next to " +"Warn if too many flags have been placed. This will warn you when " +"you try to place too many flags next to an open tile." +msgstr "" +"Jestli chcete zapnout varování, upravte předvolby tím, že vyberete " +"Miny Předvolby a zaškrtnete políčko " +"vedle Varovat, když máte příliš mnoho vlaječek. Díky tomu budete " +"varováni, když se pokusíte vedle odkryté dlaždice umístit příliš mnoho " +"vlaječek." + +#: C/high-scores.page:22(page/title) +#| msgid "High Scores" +msgid "High scores" msgstr "Nejvyšší skóre" -#: C/gnomine.xml:360(para) +#: C/high-scores.page:24(page/p) +msgid "" +"The high scores list the ten fastest times in which each type of mine field " +"has been cleared." +msgstr "" +"V nejvyšších skóre je uvedeno deset nejrychlejších časů, za které byl ten " +"který typ herní desky vyčištěn od min." + +#: C/high-scores.page:27(page/p) msgid "" -"If your score is in the top ten you will be shown the list of top scores and " -"have an opportunity to change the name recorded in the high score table. You " -"can also review the scores later by choosing Scores from the Game menu. The drop-down menu at " -"the top of the dialog lets you look at the scores for other board sizes." -msgstr "" -"Pokud se se svým skóre dostanete do první desítky, zobrazí se vám seznam " -"Skóre min a můžete upravit jméno, které se do tabulky zapíše. Skóre si " -"můžete později znovu zobrazit přes Skóre z " -"nabídky Hra. Pomocí vyskakovacího seznamu v horní části " -"dialogu si můžete prohlédnout skóre i pro ostatní velikosti hry." - -#: C/gnomine.xml:370(title) -msgid "The high scores dialog." -msgstr "Dialog s nejvyšším skóre." - -#: C/gnomine.xml:378(para) -msgid "" -"The high score for the custom size is usually meaningless. Any other player " -"can make the game size smaller and get a better time. If you only ever play " -"one custom size then it will tell you how well you are doing. This is the " -"only reason it is still recorded." -msgstr "" -"Nejvyšší skóre pro vlastní velikost je obvykle nesmyslné. Nějaký jiný hráč " -"si může nastavit menší velikost a tím dosáhnout lepších výsledků. Jen v " -"případě, že hrajete vždy se stejnou vlastní velikostí, řekne vám to, jak " -"jste doopravdy byli dobří. To je jediný důvod, proč se i přesto tyto údaje " -"zaznamenávají." - -#: C/gnomine.xml:386(title) -msgid "Window Size" -msgstr "Velikost okna" - -#: C/gnomine.xml:388(para) -msgid "" -"Resizing the window makes the squares bigger or smaller to suit. If you want " -"to make maximum use of the screen then there is a Fullscreen option under the Settings menu. You can also " -"use the F11 key to toggle full-screen mode." -msgstr "" -"Změna velikosti okna mění velikost polí. Pokud chcete maximálně využít " -"obrazovku, máte k dispozici volbu Celá obrazovka " -"pod nabídkou Nastavení. K přepínání celoobrazovkového " -"režimu můžete také použít F11." - -#: C/gnomine.xml:397(title) -msgid "Pausing the Game" -msgstr "Pozastavení hry" - -#: C/gnomine.xml:399(para) -msgid "" -"The game can be paused automatically when you start using another window, or " -"paused by choosing Pause from the Game menu. The playing area is blanked so you can't think ahead while " -"the clock is stopped. To start playing again press the button labelled " -"\"Press to Resume\"." -msgstr "" -"Hra se pozastaví automaticky v případě, že se přepnete do jiného okna a nebo " -"ji můžete pozastavit ručně pomocí Pozastavit v " -"nabídce Hra. Hrací oblast se smaže, abyste si nemohli " -"promýšlet tahy dopředu, když jsou zastavené hodiny. Pokračování hry spustíte " -"tlačítkem „Pokračujte stisknutím“." - -#: C/gnomine.xml:413(title) -msgid "Strategy" -msgstr "Strategie" - -#: C/gnomine.xml:415(para) -msgid "" -"The first half of this section explains the very basics of deducing where " -"mines are. If you are familiar with how to play the game skip down to the " -"Advanced Situations subsection." -msgstr "" -"První část této kapitoly vysvětluje úplně základní dedukce, kde se miny " -"nachází. Pokud jste s hraním hry důvěrně seznámení, můžete přeskočit dolů na " -"podkapitolu Pokročilé situace." - -#: C/gnomine.xml:422(title) -msgid "The Basics" -msgstr "Základy" - -#: C/gnomine.xml:423(para) -msgid "" -"These are a few basic situations which should be incredibly obvious, but if " -"you're struggling with how to play the game, they should be useful. The " -"first case is where you have an isolated covered square and most of the " -"squares around it read 1. That covered square is a mine." -msgstr "" -"Zde je několik základních situací, které by měly být naprosto jasné, ale " -"pokud s hraním hry zápolíte, mohly by vám být užitečné. V prvním případě " -"máte izolované zakryté políčko a většina políček okolo je označená 1. " -"Zakryté políčko je zaminované." - -#: C/gnomine.xml:432(title) -msgid "The simplest case." -msgstr "Nejjednodušší situace." - -#: C/gnomine.xml:438(para) -msgid "" -"The next simplest case is where you have two covered squares adjacent to " -"each other and both squares on one side are marked with a 2. If they have no " -"other uncleared neighbors, then both squares are mines." -msgstr "" -"V následujícím jednoduchém případě máte dvě zakrytá navzájem sousedící " -"políčka a obě obě políčka sousedící na stejné straně jsou označené číslem 2. " -"Pokud v jejich sousedství nejsou žádná další nevyčištěná políčka, pak obě " -"políčka jsou zaminovaná." - -#: C/gnomine.xml:446(title) -msgid "The two mine case." -msgstr "Situace se dvěma minami." - -#: C/gnomine.xml:452(para) -msgid "" -"Finally, when there are three uncovered squares in a row and the clear " -"square beside the middle one is a 3 (once again this square should have no " -"other neighbors) then all three are mines." -msgstr "" -"Nakonec zde máme tři zakrytá políčka v řadě a vyčištěná políčka po jedná " -"straně jsou s číslem 3 (a opět by tato políčka neměla mít žádné neodkryté " -"sousedy), kdy ona tři políčka jsou zaminovaná." - -#: C/gnomine.xml:459(title) -msgid "The three mine case." -msgstr "Situace se třemi minami" - -#: C/gnomine.xml:465(para) -msgid "" -"These are the simplest cases. Other permutations on these simple situations " -"are possible, for example the three squares in the previous example could be " -"in an L shape." -msgstr "" -"Toto jsou nejjednodušší situace. Možné jsou i různé varianty těchto " -"jednoduchých situací, např. tři políčka z předchozího příkladu mohou být " -"umístěná do L." - -#: C/gnomine.xml:470(para) -msgid "" -"Simple analysis will solve most of the puzzle, but not all. Before going on " -"to the next sections, where we give you more advanced hints, you should play " -"for a bit and see what you can work out for yourself." -msgstr "" -"Jednoduchá analýza řeší větší část hlavolamu, ale ne vše. Dříve než přejdeme " -"na další kapitolu, kde dostanete pokročilejší rady, měli byste si trochu " -"zahrát, abyste viděli, co dokážete sami." - -#: C/gnomine.xml:479(title) -msgid "Advanced Situations" -msgstr "Pokročilé situace" - -#: C/gnomine.xml:481(para) -msgid "" -"These are some more complicated situations. They are a bit of a step up from " -"the last section, so we hope you took our advice and played for a bit first." -msgstr "" -"Zde jsou složitější situace. Na rozdíl od předchozí kapitoly jsou již na " -"vyšší úrovni, takže doufáme, že jste si vzali k srdci naši radu a nejdříve " -"si trochu pohráli." - -#: C/gnomine.xml:487(para) -msgid "" -"In the example below the mines are to the left of the ones. We figure this " -"out by a process of elimination. If the square to the left of the 2 was a " -"mine then the 1s would both have their maximum number of mines leaving no " -"free square for the second mine adjacent to the 2 (since they would also be " -"adjacent to the 1s). Having eliminated the middle square we are left with " -"two squares we require for the 2 so they are both mined." -msgstr "" -"V následujícím příkladu jsou miny nalevo od jedniček. Vyřešili jsme to " -"postupným vylučováním. Pokud by políčko nalevo od 2 byla mina, pak by i obě " -"sousedních políčka s 1 měla svůj plný počet min a nezbylo by místo na druhou " -"minu pro 2 (poněvadž sousedí s políčky s 1). Když takto vyloučíme prostřední " -"políčko, zůstali nám dvě políčka, která potřebujeme pro políčko s 2, a tudíž " -"jsou obě zaminovaná." - -#: C/gnomine.xml:498(title) -msgid "A not-so-obvious pattern." -msgstr "Nepříliš jasná sestava." - -#: C/gnomine.xml:504(para) -msgid "" -"This situation can be disguised, for example consider the figure below. It " -"is the same situation, but the extra mined square on the right has increased " -"all the numbers by 1." -msgstr "" -"Situaci můžeme ještě zkomplikovat, např. podle dalšího obrázku. Je to ta " -"stejná situace, akorát s ještě další minou napravo, která zvyšuje všechna " -"čísla o 1." - -#: C/gnomine.xml:511(title) -msgid "The extra mine disguises a copy of the previous example." -msgstr "Ještě jedna mina mění předlohu z předchozího příkladu." - -#: C/gnomine.xml:517(para) -msgid "" -"Now we're going to try a complicated example. It illustrates two points. The " -"first is that even if you aren't sure which squares are mined, restricting " -"the possibilities is helpful. The second is that knowing which squares " -"aren't mined is nearly as good as knowing which are mined." -msgstr "" -"A teď zkusíme něco složitějšího. Ukáže nám to dvě věci. Zaprvé, že i když si " -"nejsme jistí, která políčka jsou zaminovaná, i snížení možností je užitečné. " -"A zadruhé, že znalost, která políčka nejsou zaminovaná je stejně užitečná, " -"jako která jsou." - -#: C/gnomine.xml:525(para) -msgid "" -"Assume that, in the figure below, we start off knowing that the top left " -"square is mined and so the two squares marked 2 on the left only require one " -"more mine. Next observe that the left-most 2 implies that one of the covered " -"squares beneath it is mined, but we don't yet know which one. Since at least " -"one of these squares is mined and they are both neighbors of the second 2 " -"then we know that that 2 is also satisfied by one of these two squares (we " -"still don't know which one). This means that the square beneath the 4 is " -"clear because it is also a neighbor of the second 2 and not one of the two " -"squares we identified previously. This one blank square now leaves the 4 " -"with only four neighbors - all of which must be mines. Not only does it tell " -"us which mines surround the 4, it now tells us which of the squares beside " -"the 2 is mined!" -msgstr "" -"Předpokládejme, podle obrázku níže, že začínáme se znalosti, že horní levé " -"políčko je zaminované a tak dvě políčka označené 2 nalevo vyžadují jen jednu " -"další minu. Dale si všimněte, že 2 nejvíce vlevo naznačuje, že jedno ze " -"zakrytých polí pod je zaminované, ale nevíme které z nich. Poněvadž nejméně " -"jedno z těchto polí je zaminované a obě dvě jsou v sousedství druhé 2, víme " -"že tato 2 je také uspokojená jedním z těchto dvou polí (ale stále nevíme " -"kterým z nich). Znamená to, že políčko pod 4 je čisté, protože je také " -"sousedem druhé 2 a té už jsem určili jedno z předchozích dvou políček. Tímto " -"prázdným políčkem nám pro 4 zůstávají jen čtyři sousedé, takže všichni čtyři " -"musí být zaminovaní. To nám nakonec řeklo, nejen která čtyři políčka okolo 4 " -"jsou zaminovaná, ale i které políčka pod 2 je zaminované." - -#: C/gnomine.xml:542(title) -msgid "As tricky as it gets." -msgstr "Tak záludné jak to vypadá." - -#: C/gnomine.xml:549(para) -msgid "" -"This sort of situation is tricky. In all the other examples you can learn to " -"look for patterns and avoid thinking hard. Situations like the one in the " -"figure don't crop up easily or in easily recognisable places. Often it is " -"easier to just ignore them and keep playing elsewhere in the hope that you " -"can start clearing the squares from the other side." -msgstr "" -"Tato kategorie situací je ošemetná. Ve všech dalších příkladech se můžete " -"naučit podívat a rozložení a přemýšlením ho vyřešit. Situace jako je tato " -"vám ale nepřinese ovoce tak snadno. Často je jednodušší ji pro teď " -"ignorovat, pokračovat v hraní v jiném místě a doufat, že se postupně vyčistí " -"další políčko okolo." - -#: C/gnomine.xml:561(title) -msgid "Tips" -msgstr "Typy" - -#: C/gnomine.xml:563(para) -msgid "" -"Remember, the edge of the board is just the same as a large cleared area " -"(but without the numbers). Often working at the edge of the board is the " -"easiest way forward." -msgstr "" -"Pamatujte, že okraj hrací desky je v podstatě to stejné jako velká vyčištěná " -"plocha (ale bez čísel). Hraní u kraje desky je často nejjednodušší cestou, " -"jak se pohnout vpřed." - -#: C/gnomine.xml:569(para) -msgid "" -"Sometimes you end up in a situation where there is no way to deduce what the " -"configuration is. In these cases you either have to guess or use the hint " -"function (GameHint). Sometimes it isn't a 50/50 situation and instead " -"of taking a hint you might like to gamble on the most likely outcome." -msgstr "" -"Občas můžete skončit v situaci, kdy není způsob, jak vydedukovat rozložení. " -"V těchto situacích můžete buď hádat nebo použít funkci rady " -"(HraRada). Někdy to není jen sázka 50/50 a když nevyužijete radu, tak " -"jdete do hazardu, který obvykle skončí prohrou." - -#: C/gnomine.xml:578(para) -msgid "" -"One final hint: remember the counter on the bottom left of the window that " -"tells you how many mines you have left? Often, near the end of the game, " -"this number can help you figure out what possible places mines can be. How " -"to do this is up to you to figure out." -msgstr "" -"A jedna rada na závěr: Pamatujte, že počítadlo v levém dolním rohu okna vám " -"říká, kolik min vám ještě zbývá. Na konci hry vám toto číslo často může " -"pomoci odhalit, na kterých místech mohou miny být. Jak to udělat už si ale " -"musíte vyřešit sami." - -#: C/gnomine.xml:590(title) -msgid "Authors" -msgstr "Autoři" - -#: C/gnomine.xml:591(para) -msgid "" -"GNOME Mines was written by Pista " -"(szekeres@cyberspace.mht.bme.hu). This manual was written by " -"Callum McKenzie (callum@spooky-possum.org) with help from " -"Vincent Povirk and based on an earlier manual by Tim Riehle " -"(tkriehle@citilink.com). To report a bug or make a suggestion " -"regarding this application or this manual, follow the directions in this " -"document." -msgstr "" -"GNOME Miny napsal Pista " -"(szekeres@cyberspace.mht.bme.hu). Tuto příručku napsal Callum " -"McKenzie (callum@spooky-possum.org) za pomoci Vincenta " -"Povirka na základě starší příručky, kterou napsal Tim Riehle " -"(tkriehle@citilink.com). Pokud chcete nahlásit chybu nebo " -"podat návrh týkající se této aplikace nebo tohoto návodu, tak se řiďte " -"instrukcemi v tomto dokumentu." +"To view the high scores, select MinesScores. The dialog will display the " +"Small field size by default; to view other sizes, select them in " +"the drop down menu at the top of the dialog." +msgstr "" +"Jestli se chcete podívat na nejvyšší skóre, vyberte Miny Skóre. Dialogové okno " +"zobrazí jako výchozí výsledky pro nejmenší hrací desku 8 × 8, 10 min. Pro jinou velikost si výsledky zobrazíte výběrem z rozbalovací nabídky." + +#: C/license.page:8(info/desc) +msgid "Legal information." +msgstr "Právní informace." -#: C/gnomine.xml:607(title) +#: C/license.page:11(page/title) msgid "License" msgstr "Licence" -#: C/gnomine.xml:608(para) +#: C/license.page:12(page/p) msgid "" -"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 the Free Software Foundation; " -"either version 2 of the License, or (at your option) any later version." -msgstr "" -"Tento program je svobodný software. Můžete jej dále šířit a/nebo upravovat " -"za dodržení podmínek GNU General Public License, tak jak ji " -"vydala Free Software Foundation ve verzi 2 nebo (dle vaší volby) novější." - -#: C/gnomine.xml:616(para) -msgid "" -"This program is distributed in the hope that it will be useful, but WITHOUT " -"ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or " -"FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for " -"more details." -msgstr "" -"Tento program je šířen s přesvědčením, že může být užitečný, ale BEZ " -"JAKÝCHKOLIV ZÁRUK, bez předpokládané záruky na OBCHODOVATELNOST nebo " -"VHODNOST PRO URČITÝ ÚČEL. Více podrobností najdete v GNU General " -"Public License." - -#: C/gnomine.xml:622(para) -msgid "" -"A copy of the GNU " -"General Public License is included as an appendix to the " -"GNOME Users Guide. You may also obtain a copy of the " -"GNU General Public " -"License from the Free Software Foundation by visiting " -"their Web site or by " -"writing to
Free Software Foundation, Inc. 59 Temple Place - Suite 330 Boston, MA02111-" -"1307USA
" -msgstr "" -"Kopie GNU General Public License je zahrnuta v " -"dodatku Uživatelské přiručky GNOME. Kopii " -"GNU General Public License můžete také získat od Free " -"Software Foundation navštívením jejich webu nebo zasláním žádosti na
Free Software " -"Foundation, Inc. 59 Temple Place - Suite 330 Boston, MA02111-1307USA
" +"This work is distributed under a CreativeCommons Attribution-Share Alike 3.0 " +"Unported license." +msgstr "" +"Tato práce je šířena pod licencí CreativeCommons Attribution-Share Alike 3.0 " +"Unported license." -#. Put one translator per line, in the form of NAME , YEAR1, YEAR2. -#: C/gnomine.xml:0(None) -msgid "translator-credits" -msgstr "Marek Černocký , 2009." +#: C/license.page:20(page/p) +msgid "You are free:" +msgstr "Můžete volně:" + +#: C/license.page:25(item/title) +msgid "To share" +msgstr "Sdílet" + +#: C/license.page:26(item/p) +msgid "To copy, distribute and transmit the work." +msgstr "Kopírovat, šířit a rozesílat dílo." + +#: C/license.page:29(item/title) +msgid "To remix" +msgstr "Měnit" + +#: C/license.page:30(item/p) +msgid "To adapt the work." +msgstr "Přizpůsobovat dílo." + +#: C/license.page:33(page/p) +msgid "Under the following conditions:" +msgstr "Za následujících podmínek:" + +#: C/license.page:38(item/title) +msgid "Attribution" +msgstr "Označení" + +#: C/license.page:39(item/p) +msgid "" +"You must attribute the work in the manner specified by the author or " +"licensor (but not in any way that suggests that they endorse you or your use " +"of the work)." +msgstr "" +"Musíte dílo označit v souladu s požadavky autora nebo licence (ale ne žádným " +"způsobem, který předpokládá, že podporují vás nebo vaše použití díla)." + +#: C/license.page:46(item/title) +msgid "Share Alike" +msgstr "Stejné sdílení" + +#: C/license.page:47(item/p) +msgid "" +"If you alter, transform, or build upon this work, you may distribute the " +"resulting work only under the same, similar or a compatible license." +msgstr "" +"Pokud dílo změníte, převedete nebo na něm založíte jiné, můžete výsledek " +"této práce šířit pouze pod stejnou, podobnou nebo kompatibilní licencí." + +#: C/license.page:53(page/p) +msgid "" +"For the full text of the license, see the CreativeCommons website, or read the full Commons Deed." +msgstr "" +"Text licence v plném znění najdete na webových stránkách CreativeCommons " +"nebo si přečtěte výtah dokumentu pro neprávníky." + +#: C/new-game.page:26(page/title) +msgid "Start a new game" +msgstr "Jak spustit novou hru" + +#: C/new-game.page:28(page/p) +msgid "To start a new game:" +msgstr "Když chcete spustit novou hru:" + +#: C/new-game.page:31(item/p) +msgid "" +"Click the New button or select Mines New Game " +"from the application menu." +msgstr "" +"Klikněte na tlačítko Nová nebo v nabídce " +"aplikace vyberte Miny Nová hra." + +#: C/new-game.page:37(item/p) +msgid "Select your preferred board size." +msgstr "" +"Vyberte si velikost hrací desky, která vám " +"vyhovuje." + +#: C/new-game.page:42(note/p) +msgid "" +"If you are already playing a game, Mines will ask if you want to " +"Start New Game or Keep Current Game. If you choose the " +"former, your current game will be lost." +msgstr "" +"V situaci, kdy máte nějakou hru rozehranou, dotáží se vás Miny, " +"jestli chcete Začít novou hru nebo Zachovat stávající hru. Pokud zvolíte první jmenované, o právě rozehranou hru příjdete." + +#: C/rules.page:24(page/title) +msgid "Game rules" +msgstr "Pravidla hry" + +#: C/rules.page:26(page/p) +msgid "" +"The aim of Mines is to clear the minefield without detonating any " +"of the mines." +msgstr "" +"Cílem hry Miny je vyčistit minové pole, aniž byste některou z min " +"odpálili." + +#: C/rules.page:31(item/p) +msgid "" +"Start by chosing one of the three default board sizes, or by selecting a " +"custom board." +msgstr "" +"Hru začněte výběrem jedné ze tří velikostí hrací desky nebo výběrem vlastní " +"desky." + +#: C/rules.page:35(item/p) +msgid "" +"The game begins with the board covered in tiles. Click on any tile to " +"uncover it. You will reveal:" +msgstr "" +"Hra začíná s hrací deskou pokrytou dlaždicemi. Kliknutím na dlaždici ji " +"odkryjete. Tím můžete odhalit:" + +#: C/rules.page:39(item/p) +msgid "" +"A colored number, which represent the number of mines in the adjacent tiles. " +"This will help you deduce where the mines are so that you can mark them with " +"flags." +msgstr "" +"Barevné číslo, které udává počet min pod sousedními dlaždicemi. To vám " +"umožní vydedukovat, kde se miny nachází, takže si je můžete označit vlaječkami." + +#: C/rules.page:44(item/p) +msgid "" +"A blank tile, which means there are no mines under any of the adjacent tiles." +msgstr "" +"Prádné políčko, což znamená, že ani pod žádnou sousední dlaždicí se neukrývá " +"mina." + +#: C/rules.page:48(item/p) +msgid "A mine, which will detonate and end the game." +msgstr "Minu, která detonuje a tím pro vás hra končí." + +#: C/rules.page:53(item/p) +msgid "" +"Repeat the previous step until you have uncovered all the tiles which do not " +"have mines underneath them." +msgstr "" +"Opakujte předchozí krok tak dlouho, dokud neodkryjete všechny dlaždice, pod " +"kterými nejsou miny." + +#: C/rules.page:58(page/p) +msgid "" +"If you complete the game quickly enough, you will be added to the high scores list." +msgstr "" +"V případě, že hru dokončíte dostatečně rychle, budete přidáni do žebříčku " +"nejvyšších skóre." + +#: C/shortcuts.page:17(page/title) +msgid "Keyboard shortcuts" +msgstr "Klávesové zkratky" + +#: C/shortcuts.page:20(td/p) +msgid "New game" +msgstr "Nová hra" + +#: C/shortcuts.page:21(td/p) +msgid "CtrlN" +msgstr "CtrlN" + +#: C/shortcuts.page:24(td/p) +msgid "Fullscreen" +msgstr "Celá obrazovka" + +#: C/shortcuts.page:25(td/p) +msgid "F11" +msgstr "F11" + +#: C/shortcuts.page:28(td/p) +#| msgid "Hints" +msgid "Hint" +msgstr "Rada" + +#: C/shortcuts.page:29(td/p) +msgid "CtrlH" +msgstr "CtrlH" + +#: C/shortcuts.page:32(td/p) +msgid "Pause" +msgstr "Pozastavit" + +#: C/shortcuts.page:33(td/p) +msgid "Pause" +msgstr "Pause" + +#: C/shortcuts.page:34(note/p) +msgid "" +"Use the toolbar shortcut if your keyboard does not have a Pause " +"key." +msgstr "" +"V případě, že na klávesnici nemáte klávesu Pause, použijte " +"tlačítko na nástrojové liště." + +#: C/shortcuts.page:37(td/p) +msgid "Help" +msgstr "Nápověda" + +#: C/shortcuts.page:38(td/p) +msgid "F1" +msgstr "F1" + +#: C/shortcuts.page:41(td/p) +msgid "Quit" +msgstr "Ukončit" + +#: C/shortcuts.page:42(td/p) +msgid "CtrlQ" +msgstr "CtrlQ" + +#: C/toolbar.page:15(page/title) +msgid "Toolbar" +msgstr "Nástrojová lišta" + +#: C/toolbar.page:17(page/p) +msgid "" +"The toolbar, located under the menu bar, lets you perform common actions " +"with your mouse. To use a toolbar item, just click on it. The buttons, from " +"left to right, are New Game, Hint, Pause and Fullscreen." +msgstr "" +"Nástrojová lišta umístěná pod nabídkovou lištou usnadňuje provádění činností " +"pomocí myši. Když chcete použít některou její položku, stačí na ni kliknout. " +"Tlačítka, bráno zleva doprava, jsou Nová hra, Rada, Pozastavit a " +"Celá obrazovka." + +#: C/translate.page:15(credit/name) +msgid "Michael Hill" +msgstr "Michael Hill" + +#: C/translate.page:23(page/title) +msgid "Help translate" +msgstr "Pomozte překládat" + +#: C/translate.page:24(page/p) +msgid "" +"The GNOME games user interface and documentation is being " +"translated by a world-wide volunteer community. You are welcome to " +"participate." +msgstr "" +"Uživatelské rozhraní a dokumentaci her GNOME překládá komunita " +"dobrovolníků z celého světa. Vaše případná účast bude vítána." + +#: C/translate.page:27(page/p) +msgid "" +"There are many " +"languages for which translations are still needed." +msgstr "" +"Stále je řada " +"jazyků, do kterých je třeba překlad udělat." + +#: C/translate.page:30(page/p) +msgid "" +"To start translating you will need to create an account and join the translation team for your language. This will give you the " +"ability to upload new translations." +msgstr "" +"Jestli chcete překládat, musíte si vytvořit účet a přidat se k překladatelskému týmu svého jazyka. Pak budete moci odesílat " +"své nové překlady." + +#: C/translate.page:34(page/p) +msgid "" +"You can chat with GNOME translators using irc. People on the " +"channel are located worldwide, so you may not get an immediate response as a " +"result of timezone differences." +msgstr "" +"S ostatními překladateli můžete komunikovat pomocí IRC. " +"Lidé na tomto kanále jsou z celého světa, tak počítejte s tím, že kvůli " +"rozdílným časovým pásmům, nemusí reagovat hned." + +#: C/translate.page:37(page/p) +msgid "" +"Alternatively, you can contact the Internationalization Team using their " +"mailing " +"list." +msgstr "" +"Případně můžete kontaktovat Internacionalizační tým přes jeho poštovní konferenci." diff -Nru gnome-mines-3.8.2/help/cs/develop.page gnome-mines-3.10.1/help/cs/develop.page --- gnome-mines-3.8.2/help/cs/develop.page 2013-08-20 01:49:29.000000000 +0000 +++ gnome-mines-3.10.1/help/cs/develop.page 2013-10-12 11:22:17.000000000 +0000 @@ -13,14 +13,16 @@

Creative Commons Share Alike 3.0

+ + + Marek Černocký + marek@manet.cz + 2009, 2013 + -Help develop -

- The GNOME Games are developed and maintained by a volunteer community. You are welcome to participate. -

-

- If you would like to help develop GNOME Games, you can get in touch with the developers using irc, or via our mailing list. -

+Pomozte s vývojem +

Hry GNOME jsou vyvíjeny a udržovány komunitou dobrovolníků. Vaše případná účast bude vítána.

+

Jestli chcete pomoci s vývojem her GNOME, můžete se s vývojáři kontaktovat na IRC nebo přes poštovní konferenci. Ke komunikaci se používá angličtina.

diff -Nru gnome-mines-3.8.2/help/cs/documentation.page gnome-mines-3.10.1/help/cs/documentation.page --- gnome-mines-3.8.2/help/cs/documentation.page 2013-08-20 01:49:29.000000000 +0000 +++ gnome-mines-3.10.1/help/cs/documentation.page 2013-10-12 11:22:17.000000000 +0000 @@ -14,23 +14,27 @@ kittykat3756@gmail.com 2012 + + Aruna Sankaranarayanan + aruna.evam@gmail.com +

Creative Commons Share Alike 3.0

+ + + Marek Černocký + marek@manet.cz + 2009, 2013 + - Help write documentation - -

The GNOME Games user help is maintained by a volunteer community. You are - welcome to participate.

+ Pomozte psát dokumentaci -

To contribute to the Documentation Project, get in touch with us on the - #docs channel on irc.gnome.org or via our - mailing - list.

+

O dokumentaci her GNOME se stará komunitou dobrovolníků. Vaše případná účast bude vítána.

-

Our wiki - page contains useful information.

+

Jestli chcete přispívat do Dokumentačního projektu, nebojte se nás kontaktovat na IRC nebo přes poštovní konferenci. Ke komunikaci se používá angličtina.

+

Užitečné informace obsahuje naše wikistránka.

diff -Nru gnome-mines-3.8.2/help/cs/faces.page gnome-mines-3.10.1/help/cs/faces.page --- gnome-mines-3.8.2/help/cs/faces.page 2013-08-20 01:49:29.000000000 +0000 +++ gnome-mines-3.10.1/help/cs/faces.page 2013-10-12 11:22:17.000000000 +0000 @@ -10,30 +10,40 @@ 2011 + + Aruna Sankaranarayanan + aruna.evam@gmail.com + + + + Marek Černocký + marek@manet.cz + 2009, 2013 + - The meaning of the faces + Význam smajlíků - + - - + + - - + + - - + + - +

This is a new game and you didn't clicked on any tile for the moment.

Jde o novou hru a zatím jste neklikli na žádnou dlaždici.

You clicked on a mine, you loose.

Právě klikáte na dlaždici.

The tile you clicked on is safe. You can continue.

Odhalili jste minu. Jste ztraceni.

This face appears when you're clicking a on tile.

Dlaždice, na kterou jste klikli, je bezpečná. Můžete pokračovat.

You found all the mines, you win.

Našli jste všechny miny. Vyhráváte!

diff -Nru gnome-mines-3.8.2/help/cs/flags.page gnome-mines-3.10.1/help/cs/flags.page --- gnome-mines-3.8.2/help/cs/flags.page 2013-08-20 01:49:29.000000000 +0000 +++ gnome-mines-3.10.1/help/cs/flags.page 2013-10-12 11:22:17.000000000 +0000 @@ -24,31 +24,34 @@ 2012 + + + Marek Černocký + marek@manet.cz + 2009, 2013 + - How to use flags + Jak používat vlaječky
-

Flags are used to mark tiles which you suspect may hide a mine. Putting - a flag on a tile prevents you from clicking on it and possibly causing an - explosion, which would end the game.

+

Vlaječky se používají k označení dlaždic, u kterých předpokládáte, že skrývají minu. Umístěním vlaječky zabráníte kliknutí na dlaždici a následnému způsobení výbuchu, který znamená konec hry.

- How to place a flag on a tile + Jak na dlaždici umístit vlaječku
-

Red flags are those that cannot be clicked. To place a red flag on - a tile:

+

Červené vlaječky jsou takové, na které nelze kliknout. Když chcete na dlaždici umístit červenou vlaječku:

-

right click on a blank tile.

+

Klikněte pravým tlačítkem na neodkryté dlaždici.

@@ -58,26 +61,20 @@
-

To make the number of available flags equal to the number of - remaining mines, enable Warn if too many flags - placed and Use "I'm not sure" flags - preference options, then restart the application.

+

Abyste měli jistotu, že počet vlaječek nepřekročí počet zbývajících min okolo odkryté dlaždice, zapněte si v předvolbách Varovat, když máte příliš mnoho vlaječek a Používat vlaječky „Nejsem si jist(á)“.

- Use of the <em>I'm not sure</em> flag -

If you are not sure whether a tile hides a mine, you can use the blue - I'm not sure flag.

+ Používání vlaječek <em>Nejsem si jist(á)</em> +

Pro případ, že si nejste jisti, zda dlaždice minu skrývá či ne, můžete použít modrou vlaječku Nejsem si jist(á).

-

To put an I'm not sure flag on a tile:

+

Když chcete na dlaždici umístit vlaječku Nejsem si jist(á):

-

Right-click twice on a blank tile or once on a red - flag.

+

Klikněte dvojitě pravým tlačítkem na prázdnou dlaždici nebo jednoduše na červenou vlaječku.

@@ -87,8 +84,7 @@
-

To enable these flags, click MinesPreferences, and select Use "I'm not - sure" flags.

+

Abyste mohli používat tento typ vlaječek, klikněte na Miny Předvolby a zaškrtněte Používat vlaječky „Nejsem si jist(á)“.

diff -Nru gnome-mines-3.8.2/help/cs/get-help.page gnome-mines-3.10.1/help/cs/get-help.page --- gnome-mines-3.8.2/help/cs/get-help.page 2013-08-20 01:49:29.000000000 +0000 +++ gnome-mines-3.10.1/help/cs/get-help.page 2013-10-12 11:22:17.000000000 +0000 @@ -15,20 +15,20 @@ 2012 + + + Marek Černocký + marek@manet.cz + 2009, 2013 + - Hints and warnings + Rady a varování -

You can use hints to reveal safe tiles and flag warnings to help you keep - track of flags.

+

Můžete používat rady pro odhalení bezpečných dlaždic a varování k vlaječkám pro hlídání jejich počtu.

-

Click Hint in the toolbar to reveal a hidden - tile that is safe. You will be penalised for using hints: ten seconds will be - added to your total time.

- -

To enable warnings, edit the preferences by selecting - MinesPreferences and ticking the - checkbox next to Warn if too many flags have been placed. This - will warn you when you try to place too many flags next to an open tile.

+

Klikněte na nástrojové liště na Rada, aby se vám odhalila dlaždice, která je bezpečná. Za každé použití rady jste penalizováni – k celkovému času je přičteno 10 sekund.

+ +

Jestli chcete zapnout varování, upravte předvolby tím, že vyberete Miny Předvolby a zaškrtnete políčko vedle Varovat, když máte příliš mnoho vlaječek. Díky tomu budete varováni, když se pokusíte vedle odkryté dlaždice umístit příliš mnoho vlaječek.

diff -Nru gnome-mines-3.8.2/help/cs/high-scores.page gnome-mines-3.10.1/help/cs/high-scores.page --- gnome-mines-3.8.2/help/cs/high-scores.page 2013-08-20 01:49:29.000000000 +0000 +++ gnome-mines-3.10.1/help/cs/high-scores.page 2013-10-12 11:22:17.000000000 +0000 @@ -16,15 +16,18 @@ 2012 + + + Marek Černocký + marek@manet.cz + 2009, 2013 + - High scores + Nejvyšší skóre -

The scores lists the ten fastest times in which each type of mine field - has been cleared.

+

V nejvyšších skóre je uvedeno deset nejrychlejších časů, za které byl ten který typ herní desky vyčištěn od min.

-

To view the high scores, select MinesScores. The dialog will display the - Small field size by default; to view other sizes, select them in - the drop down menu at the top of the dialog.

+

Jestli se chcete podívat na nejvyšší skóre, vyberte Miny Skóre. Dialogové okno zobrazí jako výchozí výsledky pro nejmenší hrací desku 8 × 8, 10 min. Pro jinou velikost si výsledky zobrazíte výběrem z rozbalovací nabídky.

diff -Nru gnome-mines-3.8.2/help/cs/index.page gnome-mines-3.10.1/help/cs/index.page --- gnome-mines-3.8.2/help/cs/index.page 2013-08-20 01:49:29.000000000 +0000 +++ gnome-mines-3.10.1/help/cs/index.page 2013-10-12 11:22:17.000000000 +0000 @@ -4,8 +4,8 @@ <media type="image" src="figures/logo.png"/> - GNOME Mines - GNOME Mines + Miny GNOME + Miny GNOME Brian Grohe @@ -18,27 +18,27 @@

Creative Commons Share Alike 3.0

+ + + Marek Černocký + marek@manet.cz + 2009, 2013 + - <media type="image" src="figures/logo32.png">GNOME Mines - logo</media>GNOME Mines -

- Mines is a clone of the game Minesweeper. The aim is to locate - all the mines that are hidden under tiles on a rectangular board. You will - need to use a combination of logic and luck to find all the mines without - triggering an explosion. -

+ <media type="image" src="figures/logo32.png">Logo hry Miny GNOME</media> Miny GNOME +

Miny jsou klonem hry Minesweeper (v češtině pojmenované Hledání min). Jejím cílem je najít všechny miny, které jsou jsou ukryté pod dlaždicemi čtvercové hrací desky. Abyste našli všechny miny, aniž by vám některá vybuchla, musíte použít kombinaci logiky a trochy štěstí.

- Game Play + Hraní hry
- Useful tips + Užitečné tipy
- Advanced + Pokročilé
- Get Involved + Zapojte se
diff -Nru gnome-mines-3.8.2/help/cs/license.page gnome-mines-3.10.1/help/cs/license.page --- gnome-mines-3.8.2/help/cs/license.page 2013-08-20 01:49:29.000000000 +0000 +++ gnome-mines-3.10.1/help/cs/license.page 2013-10-12 11:22:17.000000000 +0000 @@ -4,55 +4,38 @@ - Legal information. + Právní informace. + + + Marek Černocký + marek@manet.cz + 2009, 2013 + Licence -

- - This work is distributed under a CreativeCommons Attribution-Share Alike - 3.0 Unported license. -

-

- You are free: -

+

Tato práce je šířena pod licencí CreativeCommons Attribution-Share Alike 3.0 Unported license.

+

Můžete volně:

- <em>To share</em> -

To copy, distribute and transmit the work.

+ <em>Sdílet</em> +

Kopírovat, šířit a rozesílat dílo.

- <em>To remix</em> -

To adapt the work.

+ <em>Měnit</em> +

Přizpůsobovat dílo.

-

- Under the following conditions: -

+

Za následujících podmínek:

- <em>Attribution</em> -

- You must attribute the work in the manner specified by the author or - licensor (but not in any way that suggests that they endorse you or - your use of the work). -

+ <em>Označení</em> +

Musíte dílo označit v souladu s požadavky autora nebo licence (ale ne žádným způsobem, který předpokládá, že podporují vás nebo vaše použití díla).

- <em>Share Alike</em> -

- If you alter, transform, or build upon this work, you may distribute the - resulting work only under the same, similar or a compatible license. -

+ <em>Stejné sdílení</em> +

Pokud dílo změníte, převedete nebo na něm založíte jiné, můžete výsledek této práce šířit pouze pod stejnou, podobnou nebo kompatibilní licencí.

-

- - For the full text of the license, see the - CreativeCommons website, - or read the full Commons Deed. -

+

Text licence v plném znění najdete na webových stránkách CreativeCommons nebo si přečtěte výtah dokumentu pro neprávníky.

diff -Nru gnome-mines-3.8.2/help/cs/new-game.page gnome-mines-3.10.1/help/cs/new-game.page --- gnome-mines-3.8.2/help/cs/new-game.page 2013-08-20 01:49:29.000000000 +0000 +++ gnome-mines-3.10.1/help/cs/new-game.page 2013-10-12 11:22:17.000000000 +0000 @@ -16,20 +16,31 @@ kittykat3756@gmail.com 2012
- + + Aruna Sankaranarayanan + aruna.evam@gmail.com + + + + Marek Černocký + marek@manet.cz + 2009, 2013 + - Start a new game + Jak spustit novou hru -

To start a new game:

+

Když chcete spustit novou hru:

-

click the New button or select MinesNew Game from the application menu

-

select your preferred board size

+ +

Klikněte na tlačítko Nová nebo v nabídce aplikace vyberte Miny Nová hra.

+
+ +

Vyberte si velikost hrací desky, která vám vyhovuje.

+
-

If you are already playing a game, Mines will ask if you want - to Start New Game or Keep Current Game. If you choose - the former, your current game will be lost.

+

V situaci, kdy máte nějakou hru rozehranou, dotáží se vás Miny, jestli chcete Začít novou hru nebo Zachovat stávající hru. Pokud zvolíte první jmenované, o právě rozehranou hru příjdete.

diff -Nru gnome-mines-3.8.2/help/cs/rules.page gnome-mines-3.10.1/help/cs/rules.page --- gnome-mines-3.8.2/help/cs/rules.page 2013-08-20 01:49:29.000000000 +0000 +++ gnome-mines-3.10.1/help/cs/rules.page 2013-10-12 11:22:17.000000000 +0000 @@ -17,43 +17,42 @@ 2012 + + + Marek Černocký + marek@manet.cz + 2009, 2013 + - Game rules + Pravidla hry -

The aim of Mines is to clear the minefield without detonating - any of the mines.

+

Cílem hry Miny je vyčistit minové pole, aniž byste některou z min odpálili.

-

Start by chosing one of the three default board sizes, or by - selecting a custom board.

+

Hru začněte výběrem jedné ze tří velikostí hrací desky nebo výběrem vlastní desky.

-

The game begins with the board covered in tiles, click on any tile to - uncover it. You will reveal:

+

Hra začíná s hrací deskou pokrytou dlaždicemi. Kliknutím na dlaždici ji odkryjete. Tím můžete odhalit:

-

A colored number, which represent the number of mines in the - adjacent tiles. This will help you deduce where the mines are so that - you can mark them with .

+

Barevné číslo, které udává počet min pod sousedními dlaždicemi. To vám umožní vydedukovat, kde se miny nachází, takže si je můžete označit vlaječkami.

-

A blank title, which means there are no mines under any of the - adjacent tiles.

+

Prádné políčko, což znamená, že ani pod žádnou sousední dlaždicí se neukrývá mina.

-

A mine, which will detonate and end the game.

+

Minu, která detonuje a tím pro vás hra končí.

-

Repeat the previous step until you have uncovered all the tiles which - do not have mines underneath them.

+

Opakujte předchozí krok tak dlouho, dokud neodkryjete všechny dlaždice, pod kterými nejsou miny.

-

If you complete the game quickly enough, you will be added to the high scores list.

+

V případě, že hru dokončíte dostatečně rychle, budete přidáni do žebříčku nejvyšších skóre.

diff -Nru gnome-mines-3.8.2/help/cs/shortcuts.page gnome-mines-3.10.1/help/cs/shortcuts.page --- gnome-mines-3.8.2/help/cs/shortcuts.page 2013-08-20 01:49:29.000000000 +0000 +++ gnome-mines-3.10.1/help/cs/shortcuts.page 2013-10-12 11:22:17.000000000 +0000 @@ -11,33 +11,39 @@ + + + Marek Černocký + marek@manet.cz + 2009, 2013 + - Keyboard shortcuts + Klávesové zkratky - + - + - + - + +

V případě, že na klávesnici nemáte klávesu Pause, použijte tlačítko na nástrojové liště.

- + - +

New game

Nová hra

CtrlN

Fullscreen

Celá obrazovka

F11

Hint

Rada

CtrlH

Pause

Pozastavit

Pause

-

Use the toolbar shortcut if your keyboard does not have a Pause key.

Help

Nápověda

F1

Quit

Ukončit

CtrlQ

diff -Nru gnome-mines-3.8.2/help/cs/toolbar.page gnome-mines-3.10.1/help/cs/toolbar.page --- gnome-mines-3.8.2/help/cs/toolbar.page 2013-08-20 01:49:29.000000000 +0000 +++ gnome-mines-3.10.1/help/cs/toolbar.page 2013-10-12 11:22:17.000000000 +0000 @@ -9,13 +9,16 @@ 2012 + + + Marek Černocký + marek@manet.cz + 2009, 2013 + - Toolbar + Nástrojová lišta -

The toolbar, located under the menu bar, lets you perform common actions - with your mouse. To use a toolbar item, just click on it. The buttons, from - left to right, are New Game, Hint, Pause and - Fullscreen.

+

Nástrojová lišta umístěná pod nabídkovou lištou usnadňuje provádění činností pomocí myši. Když chcete použít některou její položku, stačí na ni kliknout. Tlačítka, bráno zleva doprava, jsou Nová hra, Rada, Pozastavit a Celá obrazovka.

diff -Nru gnome-mines-3.8.2/help/cs/translate.page gnome-mines-3.10.1/help/cs/translate.page --- gnome-mines-3.8.2/help/cs/translate.page 2013-08-20 01:49:29.000000000 +0000 +++ gnome-mines-3.10.1/help/cs/translate.page 2013-10-12 11:22:17.000000000 +0000 @@ -17,22 +17,19 @@

Creative Commons Share Alike 3.0

+ + + Marek Černocký + marek@manet.cz + 2009, 2013 + -Help translate -

- The GNOME games user interface and documentation is being translated by a world-wide volunteer community. You are welcome to participate. -

-

- There are many languages for which translations are still needed. -

-

-To start translating you will need to create an account and join the translation team for your language. This will give you the ability to upload new translations. -

+Pomozte překládat +

Uživatelské rozhraní a dokumentaci her GNOME překládá komunita dobrovolníků z celého světa. Vaše případná účast bude vítána.

+

Stále je řada jazyků, do kterých je třeba překlad udělat.

+

Jestli chcete překládat, musíte si vytvořit účet a přidat se k překladatelskému týmu svého jazyka. Pak budete moci odesílat své nové překlady.

-

- You can chat with GNOME translators using irc. People on the channel are located worldwide, so you may not get an immediate response as a result of timezone differences. -

-

Alternatively, you can contact the Internationalization Team using their mailing list. -

+

S ostatními překladateli můžete komunikovat pomocí IRC. Lidé na tomto kanále jsou z celého světa, tak počítejte s tím, že kvůli rozdílným časovým pásmům, nemusí reagovat hned.

+

Případně můžete kontaktovat Internacionalizační tým přes jeho poštovní konferenci.

diff -Nru gnome-mines-3.8.2/help/da/board-size.page gnome-mines-3.10.1/help/da/board-size.page --- gnome-mines-3.8.2/help/da/board-size.page 2013-08-20 01:49:26.000000000 +0000 +++ gnome-mines-3.10.1/help/da/board-size.page 2013-10-12 11:22:17.000000000 +0000 @@ -24,7 +24,9 @@ -

Click New or MinesNew Game.

+

Click New or + Mines + New Game.

Select one of the grid sizes:

diff -Nru gnome-mines-3.8.2/help/da/bug-filing.page gnome-mines-3.10.1/help/da/bug-filing.page --- gnome-mines-3.8.2/help/da/bug-filing.page 2013-08-20 01:49:26.000000000 +0000 +++ gnome-mines-3.10.1/help/da/bug-filing.page 2013-10-12 11:22:17.000000000 +0000 @@ -22,15 +22,20 @@ Mines is maintained by a volunteer community. You are welcome to participate. If you notice a problem you can file a bug report. To file a bug, go to .

- This is a bug tracking system where users and developers can file details about bugs, crashes and request enhancements. + This is a bug tracking system where users and developers can file details about bugs and crashes, or request enhancements.

- To participate you need an account which will give you the ability to gain access, file bugs, and make comments. Also, you need to register so you can receive updates by e-mail about the status of your bug. If you don't already have an account, just click on the New Account link to create one. -

-

- Once you have an account, log in, click on File a BugApplicationsgnome-mines. - Before reporting a bug, please read the bug writing guidelines, and please browse for the bug to see if it already exists. + To participate you need an account, which will give you the ability to gain access, file bugs, make comments, and receive updates by e-mail about the status of your bug. If you don't already have an account, just click on the New Account link to create one.

+ +

Once you have an account, log in, click on File a + BugApplicationsgnome-mines. Before + reporting a bug, please read the + bug + writing guidelines, and please + browse + for the bug to see if it already exists.

+

If you are requesting a new feature, choose enhancement in the Severity menu. Fill in the Summary and Description sections and click Commit. diff -Nru gnome-mines-3.8.2/help/da/documentation.page gnome-mines-3.10.1/help/da/documentation.page --- gnome-mines-3.8.2/help/da/documentation.page 2013-08-20 01:49:27.000000000 +0000 +++ gnome-mines-3.10.1/help/da/documentation.page 2013-10-12 11:22:17.000000000 +0000 @@ -14,6 +14,10 @@ kittykat3756@gmail.com 2012 + + Aruna Sankaranarayanan + aruna.evam@gmail.com +

Creative Commons Share Alike 3.0

@@ -25,12 +29,15 @@ welcome to participate.

To contribute to the Documentation Project, get in touch with us on the - #docs channel on irc.gnome.org or via our - mailing - list.

+ #docs + channel on + irc.gnome.org + or via our + mailing list + .

-

Our wiki +

Our + wiki page contains useful information.

- diff -Nru gnome-mines-3.8.2/help/da/faces.page gnome-mines-3.10.1/help/da/faces.page --- gnome-mines-3.8.2/help/da/faces.page 2013-08-20 01:49:27.000000000 +0000 +++ gnome-mines-3.10.1/help/da/faces.page 2013-10-12 11:22:17.000000000 +0000 @@ -10,6 +10,10 @@ 2011 + + Aruna Sankaranarayanan + aruna.evam@gmail.com + The meaning of the faces @@ -17,23 +21,23 @@ - + - - + + - - + + - - + + - +

This is a new game and you didn't clicked on any tile for the moment.

This is a new game and you have not clicked on any tile yet.

You clicked on a mine, you loose.

You are currently clicking on a tile.

The tile you clicked on is safe. You can continue.

You have uncovered a mine. You lose.

This face appears when you're clicking a on tile.

The tile you just clicked on is safe. You can continue.

You found all the mines, you win.

You have found all the mines. You win!

diff -Nru gnome-mines-3.8.2/help/da/get-help.page gnome-mines-3.10.1/help/da/get-help.page --- gnome-mines-3.8.2/help/da/get-help.page 2013-08-20 01:49:27.000000000 +0000 +++ gnome-mines-3.10.1/help/da/get-help.page 2013-10-12 11:22:17.000000000 +0000 @@ -19,11 +19,11 @@ Hints and warnings -

You can use hints to reveal safe tiles and flag warnings to help you keep +

You can use hints to reveal safe tiles, and flag warnings to help you keep track of flags.

Click Hint in the toolbar to reveal a hidden - tile that is safe. You will be penalised for using hints: ten seconds will be + tile that is safe. You will be penalized for using hints: ten seconds will be added to your total time.

To enable warnings, edit the preferences by selecting diff -Nru gnome-mines-3.8.2/help/da/high-scores.page gnome-mines-3.10.1/help/da/high-scores.page --- gnome-mines-3.8.2/help/da/high-scores.page 2013-08-20 01:49:27.000000000 +0000 +++ gnome-mines-3.10.1/help/da/high-scores.page 2013-10-12 11:22:17.000000000 +0000 @@ -20,8 +20,8 @@ High scores -

The scores lists the ten fastest times in which each type of mine field - has been cleared.

+

The high scores list the ten fastest times in which each type of mine + field has been cleared.

To view the high scores, select MinesScores. The dialog will display the Small field size by default; to view other sizes, select them in diff -Nru gnome-mines-3.8.2/help/da/index.page gnome-mines-3.10.1/help/da/index.page --- gnome-mines-3.8.2/help/da/index.page 2013-08-20 01:49:27.000000000 +0000 +++ gnome-mines-3.10.1/help/da/index.page 2013-10-12 11:22:17.000000000 +0000 @@ -21,7 +21,7 @@ <media type="image" src="figures/logo32.png">GNOME Mines - logo</media>GNOME Mines + logo GNOME Mines

Mines is a clone of the game Minesweeper. The aim is to locate all the mines that are hidden under tiles on a rectangular board. You will diff -Nru gnome-mines-3.8.2/help/da/new-game.page gnome-mines-3.10.1/help/da/new-game.page --- gnome-mines-3.8.2/help/da/new-game.page 2013-08-20 01:49:27.000000000 +0000 +++ gnome-mines-3.10.1/help/da/new-game.page 2013-10-12 11:22:17.000000000 +0000 @@ -16,15 +16,25 @@ kittykat3756@gmail.com 2012 - + + Aruna Sankaranarayanan + aruna.evam@gmail.com + Start a new game

To start a new game:

-

click the New button or select MinesNew Game from the application menu

-

select your preferred board size

+ +

Click the New button or select + Mines + New Game from + the application menu.

+
+ +

Select your preferred board size.

+
diff -Nru gnome-mines-3.8.2/help/da/rules.page gnome-mines-3.10.1/help/da/rules.page --- gnome-mines-3.8.2/help/da/rules.page 2013-08-20 01:49:27.000000000 +0000 +++ gnome-mines-3.10.1/help/da/rules.page 2013-10-12 11:22:17.000000000 +0000 @@ -31,16 +31,16 @@ selecting a custom board.

-

The game begins with the board covered in tiles, click on any tile to +

The game begins with the board covered in tiles. Click on any tile to uncover it. You will reveal:

A colored number, which represent the number of mines in the adjacent tiles. This will help you deduce where the mines are so that - you can mark them with .

+ you can mark them with flags.

-

A blank title, which means there are no mines under any of the +

A blank tile, which means there are no mines under any of the adjacent tiles.

diff -Nru gnome-mines-3.8.2/help/de/board-size.page gnome-mines-3.10.1/help/de/board-size.page --- gnome-mines-3.8.2/help/de/board-size.page 2013-08-20 01:49:26.000000000 +0000 +++ gnome-mines-3.10.1/help/de/board-size.page 2013-10-12 11:22:17.000000000 +0000 @@ -31,8 +31,8 @@ Christian Kirbach - Christian.Kirbach@googlemail.com - 2012. + christian.kirbach@gmail.com + 2012, 2013. diff -Nru gnome-mines-3.8.2/help/de/bug-filing.page gnome-mines-3.10.1/help/de/bug-filing.page --- gnome-mines-3.8.2/help/de/bug-filing.page 2013-08-20 01:49:26.000000000 +0000 +++ gnome-mines-3.10.1/help/de/bug-filing.page 2013-10-12 11:22:17.000000000 +0000 @@ -27,8 +27,8 @@ Christian Kirbach - Christian.Kirbach@googlemail.com - 2012. + christian.kirbach@gmail.com + 2012, 2013. @@ -38,8 +38,10 @@ Einen Fehler melden oder einen Verbesserungsvorschlag einreichen

GNOME Minen wird von einer Gemeinschaft aus Freiwilligen entwickelt. Sie sind herzlich eingeladen, sich daran zu beteiligen. Falls Sie ein Problem entdecken, können Sie einen Fehlerbericht erstellen. Besuchen Sie hierzu .

Die ist eine Fehlerdatenbank, in der Benutzer und Entwickler Details zu Fehlern, Abstürzen und Erweiterungswünschen hinterlegen.

-

Zum Arbeiten benötigen Sie Anmeldeinformationen, um Zugang zum System zu bekommen, Fehler zu berichten und Kommentare zu schreiben. Sie müssen sich auch registrieren, um Aktualisierungen zu Fehlerberichten per E-Mail erhalten zu können. Wenn Sie noch keinen Zugang haben, können Sie auf New Account klicken und ein Konto einrichten.

-

Sobald die Erstellung des Kontos abgeschlossen ist, klicken Sie auf File a BugApplicationsgnome-mines. Bevor Sie einen Fehler melden, lesen Sie bitte die bug writing guidelines und schauen Sie bitte nach, ob der Fehler vielleicht schon gemeldet wurde.

+

Zum Arbeiten benötigen Sie Anmeldeinformationen, um Zugang zum System zu bekommen, Fehler zu berichten und Kommentare zu schreiben. Sie müssen sich auch registrieren, um Aktualisierungen zu Ihren Fehlerberichten per E-Mail erhalten zu können. Wenn Sie noch keinen Zugang haben, können Sie auf New Account klicken und ein Konto einrichten.

+ +

Sobald die Erstellung des Kontos abgeschlossen ist, melden Sie sich an und klicken Sie auf File a BugApplicationsgnome-mines. Bevor Sie einen Fehler melden, lesen Sie bitte die bug writing guidelines und schauen Sie bitte nach, ob der Fehler vielleicht schon gemeldet wurde.

+

Wenn Sie um eine Erweiterung bitten, so wählen Sie enhancement (Erweiterung) im Menü Severity (Schweregrad). Füllen Sie die Abschnitte summary (Zusammenfassung) und description (Beschreibung) aus und klicken Sie auf Commit.

Ihr Bericht bekommt eine Kennung (ID) zugewiesen und der Status wird mit laufender Bearbeitung stets aktualisiert. Danke für Ihre Mithilfe bei der Verbesserung von Minen!

diff -Nru gnome-mines-3.8.2/help/de/de.po gnome-mines-3.10.1/help/de/de.po --- gnome-mines-3.8.2/help/de/de.po 2013-08-17 19:06:15.000000000 +0000 +++ gnome-mines-3.10.1/help/de/de.po 2013-10-12 11:18:06.000000000 +0000 @@ -6,14 +6,15 @@ msgstr "" "Project-Id-Version: Mines Manual master\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-12-02 22:00+0000\n" -"PO-Revision-Date: 2013-02-28 20:41+0100\n" -"Last-Translator: Mario Blättermann \n" +"POT-Creation-Date: 2013-08-17 20:36+0000\n" +"PO-Revision-Date: 2013-08-19 13:38+0100\n" +"Last-Translator: Christian Kirbach \n" "Language-Team: German \n" "Language: de\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"X-Generator: Poedit 1.5.5\n" #. Put one translator per line, in the form NAME , YEAR1, YEAR2 msgctxt "_" @@ -21,7 +22,7 @@ msgstr "" "Florian Purucker , 2007.\n" "Mario Blättermann , 2008, 2012, 2013.\n" -"Christian Kirbach , 2012." +"Christian Kirbach , 2012, 2013." #. This is a reference to an external file such as an image or video. When #. the file changes, the md5 hash will change to let you know you need to @@ -48,7 +49,8 @@ #. whatever you like once you have updated your copy of the file. #: C/index.page:22(media) msgctxt "_" -msgid "external ref='figures/logo32.png' md5='aef7085887ecce229ad39e3f43268a8b'" +msgid "" +"external ref='figures/logo32.png' md5='aef7085887ecce229ad39e3f43268a8b'" msgstr "original" #: C/index.page:6(info/title) @@ -73,30 +75,34 @@ msgstr "Ekaterina Gerasimova" #: C/index.page:18(license/p) C/bug-filing.page:14(license/p) -#: C/develop.page:15(license/p) C/documentation.page:19(license/p) +#: C/develop.page:15(license/p) C/documentation.page:23(license/p) #: C/translate.page:19(license/p) msgid "Creative Commons Share Alike 3.0" msgstr "Creative Commons Share Alike 3.0" #: C/index.page:22(page/title) +#, fuzzy +#| msgid "" +#| "GNOME Mines logoGNOME Mines" msgid "" -"GNOME Mines logoGNOME Mines" +"GNOME Mines logo " +"GNOME Mines" msgstr "" "GNOME Minen-LogoGNOME Minen" #: C/index.page:24(page/p) msgid "" -"Mines is a clone of the game Minesweeper. The aim is to locate all " -"the mines that are hidden under tiles on a rectangular board. You will need " -"to use a combination of logic and luck to find all the mines without " +"Mines is a clone of the game Minesweeper. The aim is to locate " +"all the mines that are hidden under tiles on a rectangular board. You will " +"need to use a combination of logic and luck to find all the mines without " "triggering an explosion." msgstr "" -"Minen ist ein Klon des Spiels Minesweeper. Ziel des Spiels ist es, " -"die unter den Feldern eines rechteckigen Spielfelds verborgenen Minen " -"aufzuspüren. Sie benötigen sowohl Gedächtnis als auch Glück, um alle Minen zu " -"finden, ohne eine Explosion zu verursachen." +"Minen ist ein Klon des Spiels Minesweeper. Ziel des Spiels ist " +"es, die unter den Feldern eines rechteckigen Spielfelds verborgenen Minen " +"aufzuspüren. Sie benötigen sowohl Gedächtnis als auch Glück, um alle Minen " +"zu finden, ohne eine Explosion zu verursachen." #: C/index.page:31(section/title) msgid "Game Play" @@ -149,28 +155,28 @@ #: C/board-size.page:28(item/p) msgid "" "Click New or MinesNew Game." +"gui> New Game." msgstr "" -"Klicken Sie auf Neu oder MinenNeues Spiel." +"Klicken Sie auf Neu oder MinenNeues Spiel." -#: C/board-size.page:31(item/p) +#: C/board-size.page:33(item/p) msgid "Select one of the grid sizes:" msgstr "Wählen Sie eine der vorgeschlagenen Rastergrößen:" -#: C/board-size.page:33(item/p) +#: C/board-size.page:35(item/p) msgid "a 8 × 8 board with 10 mines" msgstr "ein 8x8-Spielfeld mit 10 Minen" -#: C/board-size.page:34(item/p) +#: C/board-size.page:36(item/p) msgid "a 16 × 16 board with 40 mines" msgstr "ein 16x16-Spielfeld mit 40 zu findenden Minen" -#: C/board-size.page:35(item/p) +#: C/board-size.page:37(item/p) msgid "a 30 × 16 board with 99 mines" msgstr "ein 30x16-Spielfeld mit 99 Minen" -#: C/board-size.page:36(item/p) +#: C/board-size.page:38(item/p) msgid "a custom board, where you chose the size and the number of mines" msgstr "" "ein benutzerdefiniertes Spielfeld, in dem Sie die Größe und die Anzahl der " @@ -197,49 +203,49 @@ "file a bug, go to ." msgstr "" "GNOME Minen wird von einer Gemeinschaft aus Freiwilligen " -"entwickelt. Sie sind herzlich eingeladen, sich daran zu beteiligen. Falls Sie " -"ein Problem entdecken, können Sie einen Fehlerbericht erstellen. " -"Besuchen Sie hierzu ." +"entwickelt. Sie sind herzlich eingeladen, sich daran zu beteiligen. Falls " +"Sie ein Problem entdecken, können Sie einen Fehlerbericht erstellen. Besuchen Sie hierzu ." #: C/bug-filing.page:25(section/p) msgid "" "This is a bug tracking system where users and developers can file details " -"about bugs, crashes and request enhancements." +"about bugs and crashes, or request enhancements." msgstr "" "Die ist eine Fehlerdatenbank, in der Benutzer und Entwickler Details zu " "Fehlern, Abstürzen und Erweiterungswünschen hinterlegen." #: C/bug-filing.page:28(section/p) msgid "" -"To participate you need an account which will give you the ability to gain " -"access, file bugs, and make comments. Also, you need to register so you can " -"receive updates by e-mail about the status of your bug. If you don't already " -"have an account, just click on the New Account link to create one." +"To participate you need an account, which will give you the ability to gain " +"access, file bugs, make comments, and receive updates by e-mail about the " +"status of your bug. If you don't already have an account, just click on the " +"New Account link to create one." msgstr "" "Zum Arbeiten benötigen Sie Anmeldeinformationen, um Zugang zum System zu " "bekommen, Fehler zu berichten und Kommentare zu schreiben. Sie müssen sich " -"auch registrieren, um Aktualisierungen zu Fehlerberichten per E-Mail erhalten " -"zu können. Wenn Sie noch keinen Zugang haben, können Sie auf New " -"Account klicken und ein Konto einrichten." +"auch registrieren, um Aktualisierungen zu Ihren Fehlerberichten per E-Mail " +"erhalten zu können. Wenn Sie noch keinen Zugang haben, können Sie auf " +"New Account klicken und ein Konto einrichten." -#: C/bug-filing.page:31(section/p) +#: C/bug-filing.page:32(section/p) msgid "" "Once you have an account, log in, click on File a BugApplicationsgnome-mines. Before reporting " "a bug, please read the bug writing guidelines, and please browse " +"\"https://bugzilla.gnome.org/browse.cgi?product=gnome-mines\">browse " "for the bug to see if it already exists." msgstr "" -"Sobald die Erstellung des Kontos abgeschlossen ist, klicken Sie auf " -"File a BugApplicationsgnome-mines. Bevor Sie einen Fehler melden, lesen Sie bitte die bug writing " -"guidelines und schauen Sie bitte nach, ob der Fehler vielleicht " -"schon gemeldet wurde." +"Sobald die Erstellung des Kontos abgeschlossen ist, melden Sie sich an und " +"klicken Sie auf File a BugApplicationsgnome-mines. Bevor Sie einen Fehler melden, lesen " +"Sie bitte die bug writing guidelines und schauen Sie bitte nach, ob der Fehler vielleicht schon gemeldet wurde." -#: C/bug-filing.page:35(section/p) +#: C/bug-filing.page:40(section/p) msgid "" "If you are requesting a new feature, choose enhancement in the " "Severity menu. Fill in the Summary and Description sections and " @@ -250,7 +256,7 @@ "Abschnitte summary (Zusammenfassung) und description (Beschreibung) aus und " "klicken Sie auf Commit." -#: C/bug-filing.page:39(section/p) +#: C/bug-filing.page:44(section/p) msgid "" "Your report will be given an ID number, and its status will be updated as it " "is being dealt with. Thanks for helping make Mines better!" @@ -283,16 +289,21 @@ msgstr "" "Falls Sie bei " "der Entwicklung der GNOME Games helfen möchten, können Sie " -"mit den Entwicklern im IRC oder über deren IRC oder über deren Mailingliste " "Kontakt aufnehmen." -#: C/documentation.page:23(page/title) +#: C/documentation.page:19(credit/name) C/faces.page:15(credit/name) +#: C/new-game.page:21(credit/name) +msgid "Aruna Sankaranarayanan" +msgstr "Aruna Sankaranarayanan" + +#: C/documentation.page:27(page/title) msgid "Help write documentation" msgstr "Beim Schreiben der Dokumentation helfen" -#: C/documentation.page:25(page/p) +#: C/documentation.page:29(page/p) msgid "" "The GNOME Games user help is maintained by a volunteer community. You are " "welcome to participate." @@ -300,13 +311,20 @@ "Die Dokumentation der GNOME Games wird von einer Gemeinschaft aus " "Freiwilligen betreut. Sie sind herzlich eingeladen, sich daran zu beteiligen." -#: C/documentation.page:28(page/p) -msgid "" -"To contribute to the Documentation Project, get in touch with us on the #docs channel on irc.gnome.org or via our mailing list." +#: C/documentation.page:32(page/p) +#, fuzzy +#| msgid "" +#| "To contribute to the Documentation Project, get in touch with us on the " +#| "#docs channel on irc.gnome.org or via our mailing list." +msgid "" +"To contribute to the Documentation Project, get in touch with us on the " +"#docs channel on irc.gnome.org or via our mailing list ." msgstr "" "Falls Sie sich am Dokumentationsprojekt beteiligen wollen, nehmen Sie im " "Kanal Mailingliste mit uns " "Kontakt auf." -#: C/documentation.page:33(page/p) +#: C/documentation.page:40(page/p) msgid "" "Our wiki page contains useful information." @@ -327,7 +345,7 @@ #. the file changes, the md5 hash will change to let you know you need to #. update your localized copy. The msgstr is not used at all. Set it to #. whatever you like once you have updated your copy of the file. -#: C/faces.page:20(media) +#: C/faces.page:24(media) msgctxt "_" msgid "" "external ref='figures/face-smile.svg' md5='6a6254c55d6e76f65007dfef107f4019'" @@ -337,65 +355,66 @@ #. the file changes, the md5 hash will change to let you know you need to #. update your localized copy. The msgstr is not used at all. Set it to #. whatever you like once you have updated your copy of the file. -#: C/faces.page:24(media) +#: C/faces.page:28(media) msgctxt "_" msgid "" -"external ref='figures/face-sad.svg' md5='9e02c857add1e6a859e14a89cf0b83ae'" +"external ref='figures/face-worried.svg' " +"md5='f0a66a1c5046deef93c14eeb9993b367'" msgstr "original" #. This is a reference to an external file such as an image or video. When #. the file changes, the md5 hash will change to let you know you need to #. update your localized copy. The msgstr is not used at all. Set it to #. whatever you like once you have updated your copy of the file. -#: C/faces.page:28(media) +#: C/faces.page:32(media) msgctxt "_" msgid "" -"external ref='figures/face-cool.svg' md5='6ce4a904009988e203e3d50896f6016e'" +"external ref='figures/face-sad.svg' md5='9e02c857add1e6a859e14a89cf0b83ae'" msgstr "original" #. This is a reference to an external file such as an image or video. When #. the file changes, the md5 hash will change to let you know you need to #. update your localized copy. The msgstr is not used at all. Set it to #. whatever you like once you have updated your copy of the file. -#: C/faces.page:32(media) +#: C/faces.page:36(media) msgctxt "_" msgid "" -"external ref='figures/face-worried.svg' md5='f0a66a1c5046deef93c14eeb9993b367'" +"external ref='figures/face-cool.svg' md5='6ce4a904009988e203e3d50896f6016e'" msgstr "original" #. This is a reference to an external file such as an image or video. When #. the file changes, the md5 hash will change to let you know you need to #. update your localized copy. The msgstr is not used at all. Set it to #. whatever you like once you have updated your copy of the file. -#: C/faces.page:36(media) +#: C/faces.page:40(media) msgctxt "_" msgid "" "external ref='figures/face-win.svg' md5='5a18e37927cee8d20cfc5b37fbcb680b'" msgstr "original" -#: C/faces.page:16(page/title) +#: C/faces.page:20(page/title) msgid "The meaning of the faces" msgstr "Die Bedeutung der Gesichter" -#: C/faces.page:21(td/p) -msgid "This is a new game and you didn't clicked on any tile for the moment." -msgstr "Dies ist ein neues Spiel und Sie haben noch kein Feld freigelegt." - #: C/faces.page:25(td/p) -msgid "You clicked on a mine, you loose." -msgstr "Sie haben eine Mine freigelegt. Sie haben verloren." +msgid "This is a new game and you have not clicked on any tile yet." +msgstr "Dies ist ein neues Spiel und Sie haben noch kein Feld freigelegt." #: C/faces.page:29(td/p) -msgid "The tile you clicked on is safe. You can continue." -msgstr "Das freigelegte Feld ist sicher. Sie dürfen das Spiel fortsetzen." +msgid "You are currently clicking on a tile." +msgstr "Sie legen gerade ein Feld frei." #: C/faces.page:33(td/p) -msgid "This face appears when you're clicking a on tile." -msgstr "Dieses Gesicht erscheint, während Sie ein Feld freilegen." +msgid "You have uncovered a mine. You lose." +msgstr "Sie haben eine Mine freigelegt. Sie haben verloren." #: C/faces.page:37(td/p) -msgid "You found all the mines, you win." -msgstr "Sie haben alle Minen gefunden und gewonnen." +msgid "The tile you just clicked on is safe. You can continue." +msgstr "Das freigelegte Feld ist sicher. Sie dürfen das Spiel fortsetzen." + +#: C/faces.page:41(td/p) +msgid "You have found all the mines. You win!" +msgstr "Sie haben alle Minen gefunden. Sie haben gewonnen!" #. This is a reference to an external file such as an image or video. When #. the file changes, the md5 hash will change to let you know you need to @@ -449,8 +468,8 @@ msgid "" "Red flags are those that cannot be clicked. To place a red flag on a tile:" msgstr "" -"Rote Fahnen können nicht angeklickt werden. So platzieren Sie eine rote Fahne " -"auf einem Feld:" +"Rote Fahnen können nicht angeklickt werden. So platzieren Sie eine rote " +"Fahne auf einem Feld:" #: C/flags.page:52(item/p) msgid "right click on a blank tile." @@ -458,15 +477,15 @@ #: C/flags.page:62(note/p) msgid "" -"To make the number of available flags equal to the number of remaining mines, " -"enable Warn if too many flags placed and Use \"I'm not sure\" flags preference options, then " -"restart the application." -msgstr "" -"Um die gleiche Anzahl verfügbarer Fahnen und verbleibender Minen zu erhalten, " -"aktivieren Sie die Optionen Warnen, wenn zu viele " -"Fahnen platziert werden und »Ich bin nicht " -"sicher«-Fahnen verwenden in den Einstellungen und starten Sie " +"To make the number of available flags equal to the number of remaining " +"mines, enable Warn if too many flags placed " +"and Use \"I'm not sure\" flags preference " +"options, then restart the application." +msgstr "" +"Um die gleiche Anzahl verfügbarer Fahnen und verbleibender Minen zu " +"erhalten, aktivieren Sie die Optionen Warnen, wenn " +"zu viele Fahnen platziert werden und »Ich bin " +"nicht sicher«-Fahnen verwenden in den Einstellungen und starten Sie " "anschließend die Anwendung neu." #: C/flags.page:72(section/title) @@ -475,8 +494,8 @@ #: C/flags.page:73(section/p) msgid "" -"If you are not sure whether a tile hides a mine, you can use the blue I'm " -"not sure flag." +"If you are not sure whether a tile hides a mine, you can use the blue " +"I'm not sure flag." msgstr "" "Wenn Sie nicht sicher sind, ob sich unter einem Feld eine Mine verbirgt, so " "können Sie die blaue Fahne Ich bin mir nicht sicher einsetzen." @@ -489,8 +508,8 @@ #: C/flags.page:80(item/p) msgid "Right-click twice on a blank tile or once on a red flag." msgstr "" -"Klicken Sie zweimal mit der rechten Maustaste auf ein leeres Feld oder einmal " -"auf eine rote Fahne." +"Klicken Sie zweimal mit der rechten Maustaste auf ein leeres Feld oder " +"einmal auf eine rote Fahne." #: C/flags.page:91(note/p) msgid "" @@ -499,8 +518,8 @@ "sure\" flags." msgstr "" "Um diese Fahnen freizuschalten, klicken Sie auf MinenEinstellungen und wählen " -"Sie »Ich bin mir nicht sicher«-Fahnen verwenden. " +"\">MinenEinstellungen und " +"wählen Sie »Ich bin mir nicht sicher«-Fahnen verwenden. " #: C/get-help.page:21(page/title) msgid "Hints and warnings" @@ -508,7 +527,7 @@ #: C/get-help.page:23(page/p) msgid "" -"You can use hints to reveal safe tiles and flag warnings to help you keep " +"You can use hints to reveal safe tiles, and flag warnings to help you keep " "track of flags." msgstr "" "Sie können Tipps verwenden, um sichere Felder und Fahnen-Warnungen " @@ -516,9 +535,9 @@ #: C/get-help.page:26(page/p) msgid "" -"Click Hint in the toolbar to reveal a hidden tile " -"that is safe. You will be penalised for using hints: ten seconds will be " -"added to your total time." +"Click Hint in the toolbar to reveal a hidden " +"tile that is safe. You will be penalized for using hints: ten seconds will " +"be added to your total time." msgstr "" "Klicken Sie auf Tipp in der Werkzeugleiste, um " "ein als sicher erkanntes Feld aufzudecken. Sie erhalten eine Zeitstrafe von " @@ -544,11 +563,11 @@ #: C/high-scores.page:24(page/p) msgid "" -"The scores lists the ten fastest times in which each type of mine field has " -"been cleared." +"The high scores list the ten fastest times in which each type of mine field " +"has been cleared." msgstr "" -"In den Ergebnissen werden die schnellsten zehn erzielten Zeiten für die " -"vollständige Auflösung des Feldes aufgelistet." +"In der Bestenliste werden die schnellsten zehn erzielten Zeiten für die " +"vollständige Auflösung des Feldes jeden Typs aufgelistet." #: C/high-scores.page:27(page/p) msgid "" @@ -611,13 +630,13 @@ #: C/license.page:39(item/p) msgid "" -"You must attribute the work in the manner specified by the author or licensor " -"(but not in any way that suggests that they endorse you or your use of the " -"work)." +"You must attribute the work in the manner specified by the author or " +"licensor (but not in any way that suggests that they endorse you or your use " +"of the work)." msgstr "" "Sie dürfen das Werk nur unter gleichen Bedingungen weitergeben, wie Sie vom " -"Autor oder Lizenzgeber festgelegt wurden (aber nicht so, dass es wie Ihr Werk " -"aussieht)." +"Autor oder Lizenzgeber festgelegt wurden (aber nicht so, dass es wie Ihr " +"Werk aussieht)." #: C/license.page:46(item/title) msgid "Share Alike" @@ -636,49 +655,49 @@ #: C/license.page:53(page/p) msgid "" -"For the full text of the license, see the CreativeCommons website, or read " -"the full Commons Deed." +"For the full text of the license, see the CreativeCommons website, or read the full Commons Deed." msgstr "" "Den vollständigen Text der Lizenz finden Sie auf der CreativeCommons-Webseite. Oder Sie können den vollständigen Commons Deed lesen." -#: C/new-game.page:23(page/title) +#: C/new-game.page:26(page/title) msgid "Start a new game" msgstr "Ein neues Spiel starten" -#: C/new-game.page:25(page/p) +#: C/new-game.page:28(page/p) msgid "To start a new game:" msgstr "Ein neues Spiel starten" -#: C/new-game.page:27(item/p) +#: C/new-game.page:31(item/p) msgid "" -"click the New button or select MinesNew Game from the " -"application menu" +"Click the New button or select Mines New Game " +"from the application menu." msgstr "" "Klicken Sie auf den Knopf Neu oder wählen Sie " "MinenNeues Spiel aus dem Anwendungsmenü" +"gui> aus dem Anwendungsmenü." -#: C/new-game.page:28(item/p) -msgid "select your preferred board size" +#: C/new-game.page:37(item/p) +msgid "Select your preferred board size." msgstr "" -"Wählen Sie Ihre bevorzugte Spielfeldgröße" +"Wählen Sie Ihre bevorzugte Spielfeldgröße." -#: C/new-game.page:32(note/p) +#: C/new-game.page:42(note/p) msgid "" "If you are already playing a game, Mines will ask if you want to " "Start New Game or Keep Current Game. If you choose the " "former, your current game will be lost." msgstr "" -"Fall Sie bereits ein Spiel spielten, so würde eine Nachricht eingeblendet und " -"Sie fragen, ob Sie ein neues Spiel starten oder das aktuelle " -"Spiel behalten wollen. Wenn Sie die erste Option wählen, so geht der " -"aktuelle Spielstand verloren." +"Fall Sie bereits ein Spiel spielten, so würde eine Nachricht eingeblendet " +"und Sie fragen, ob Sie ein neues Spiel starten oder das " +"aktuelle Spiel behalten wollen. Wenn Sie die erste Option wählen, so " +"geht der aktuelle Spielstand verloren." #: C/rules.page:24(page/title) msgid "Game rules" @@ -702,25 +721,25 @@ #: C/rules.page:35(item/p) msgid "" -"The game begins with the board covered in tiles, click on any tile to uncover " -"it. You will reveal:" +"The game begins with the board covered in tiles. Click on any tile to " +"uncover it. You will reveal:" msgstr "" -"Das Spiel beginnt mit einem gekachelten Spielfeld. Klicken Sie auf eines der " -"Felder, um es aufzudecken. Sie öffnen damit:" +"Das Spiel beginnt mit einem von Kacheln verdeckten Spielfeld. Klicken Sie " +"auf eines der Felder, um es aufzudecken. Sie öffnen damit:" #: C/rules.page:39(item/p) msgid "" "A colored number, which represent the number of mines in the adjacent tiles. " "This will help you deduce where the mines are so that you can mark them with " -"." +"flags." msgstr "" -"Eine farbige Zahl gibt die Anzahl der Minen in benachbarten Feldern an. Dies " -"gibt Ihnen einen Hinweis darauf, wo sich Minen befinden und wo Sie setzen müssen." +"Eine farbige Zahl gibt die Anzahl der Minen unter benachbarten Feldern an. " +"Dies gibt Ihnen einen Hinweis darauf, wo sich Minen befinden und wo Sie " +"Fahnen setzen müssen." #: C/rules.page:44(item/p) msgid "" -"A blank title, which means there are no mines under any of the adjacent tiles." +"A blank tile, which means there are no mines under any of the adjacent tiles." msgstr "" "Ein leeres Feld bedeutet, dass es keine Minen unter den unmittelbar " "angrenzenden Feldern gibt." @@ -812,15 +831,15 @@ #: C/toolbar.page:17(page/p) msgid "" -"The toolbar, located under the menu bar, lets you perform common actions with " -"your mouse. To use a toolbar item, just click on it. The buttons, from left " -"to right, are New Game, Hint, Pause and Fullscreen." -msgstr "" -"Die Werkzeugleiste unter der Menüleiste ermöglicht es Ihnen, häufige Aktionen " -"per Maus auszuführen. Dazu klicken Sie auf das entsprechende Objekt in der " -"Werkzeugleiste. Die Knöpfe sind von links nach rechts Neues Spiel, Tipp, " +"The toolbar, located under the menu bar, lets you perform common actions " +"with your mouse. To use a toolbar item, just click on it. The buttons, from " +"left to right, are New Game, Hint, Pause and Fullscreen." +msgstr "" +"Die Werkzeugleiste unter der Menüleiste ermöglicht es Ihnen, häufige " +"Aktionen per Maus auszuführen. Dazu klicken Sie auf das entsprechende Objekt " +"in der Werkzeugleiste. Die Knöpfe sind von links nach rechts Neues Spiel, Tipp, " "Pause und Vollbild." #: C/translate.page:15(credit/name) @@ -838,16 +857,16 @@ "participate." msgstr "" "Die Benutzeroberfläche und die Dokumentation der GNOME games " -"werden von einer weltweiten Gemeinschaft aus Freiwilligen übersetzt. Sie sind " -"herzlich eingeladen, sich daran zu beteiligen." +"werden von einer weltweiten Gemeinschaft aus Freiwilligen übersetzt. Sie " +"sind herzlich eingeladen, sich daran zu beteiligen." #: C/translate.page:27(page/p) msgid "" -"There are many " +"There are many " "languages for which translations are still needed." msgstr "" -"Übersetzungen sind noch für zahlreiche Sprachen nötig." +"Übersetzungen stehen noch für zahlreiche Sprachen aus." #: C/translate.page:30(page/p) msgid "" diff -Nru gnome-mines-3.8.2/help/de/develop.page gnome-mines-3.10.1/help/de/develop.page --- gnome-mines-3.8.2/help/de/develop.page 2013-08-20 01:49:26.000000000 +0000 +++ gnome-mines-3.10.1/help/de/develop.page 2013-10-12 11:22:17.000000000 +0000 @@ -28,8 +28,8 @@ Christian Kirbach - Christian.Kirbach@googlemail.com - 2012. + christian.kirbach@gmail.com + 2012, 2013. diff -Nru gnome-mines-3.8.2/help/de/documentation.page gnome-mines-3.10.1/help/de/documentation.page --- gnome-mines-3.8.2/help/de/documentation.page 2013-08-20 01:49:27.000000000 +0000 +++ gnome-mines-3.10.1/help/de/documentation.page 2013-10-12 11:22:17.000000000 +0000 @@ -14,6 +14,10 @@ kittykat3756@gmail.com 2012 + + Aruna Sankaranarayanan + aruna.evam@gmail.com +

Creative Commons Share Alike 3.0

@@ -32,8 +36,8 @@ Christian Kirbach - Christian.Kirbach@googlemail.com - 2012. + christian.kirbach@gmail.com + 2012, 2013. @@ -41,9 +45,14 @@

Die Dokumentation der GNOME Games wird von einer Gemeinschaft aus Freiwilligen betreut. Sie sind herzlich eingeladen, sich daran zu beteiligen.

-

Falls Sie sich am Dokumentationsprojekt beteiligen wollen, nehmen Sie im Kanal #docs auf irc.gnome.org oder über die Mailingliste mit uns Kontakt auf.

+

To contribute to the Documentation Project, get in touch with us on the + #docs + channel on + irc.gnome.org + or via our + mailing list + .

Unser Wiki enthält eine Reihe nützlicher Informationen für Sie bereit.

- diff -Nru gnome-mines-3.8.2/help/de/faces.page gnome-mines-3.10.1/help/de/faces.page --- gnome-mines-3.8.2/help/de/faces.page 2013-08-20 01:49:27.000000000 +0000 +++ gnome-mines-3.10.1/help/de/faces.page 2013-10-12 11:22:17.000000000 +0000 @@ -10,6 +10,10 @@ 2011 + + Aruna Sankaranarayanan + aruna.evam@gmail.com + Florian Purucker @@ -25,8 +29,8 @@ Christian Kirbach - Christian.Kirbach@googlemail.com - 2012. + christian.kirbach@gmail.com + 2012, 2013. @@ -38,6 +42,10 @@

Dies ist ein neues Spiel und Sie haben noch kein Feld freigelegt.

+ +

Sie legen gerade ein Feld frei.

+ +

Sie haben eine Mine freigelegt. Sie haben verloren.

@@ -46,12 +54,8 @@

Das freigelegte Feld ist sicher. Sie dürfen das Spiel fortsetzen.

- -

Dieses Gesicht erscheint, während Sie ein Feld freilegen.

- - -

Sie haben alle Minen gefunden und gewonnen.

+

Sie haben alle Minen gefunden. Sie haben gewonnen!

diff -Nru gnome-mines-3.8.2/help/de/flags.page gnome-mines-3.10.1/help/de/flags.page --- gnome-mines-3.8.2/help/de/flags.page 2013-08-20 01:49:27.000000000 +0000 +++ gnome-mines-3.10.1/help/de/flags.page 2013-10-12 11:22:17.000000000 +0000 @@ -39,8 +39,8 @@ Christian Kirbach - Christian.Kirbach@googlemail.com - 2012. + christian.kirbach@gmail.com + 2012, 2013. diff -Nru gnome-mines-3.8.2/help/de/get-help.page gnome-mines-3.10.1/help/de/get-help.page --- gnome-mines-3.8.2/help/de/get-help.page 2013-08-20 01:49:27.000000000 +0000 +++ gnome-mines-3.10.1/help/de/get-help.page 2013-10-12 11:22:17.000000000 +0000 @@ -30,8 +30,8 @@ Christian Kirbach - Christian.Kirbach@googlemail.com - 2012. + christian.kirbach@gmail.com + 2012, 2013. diff -Nru gnome-mines-3.8.2/help/de/high-scores.page gnome-mines-3.10.1/help/de/high-scores.page --- gnome-mines-3.8.2/help/de/high-scores.page 2013-08-20 01:49:27.000000000 +0000 +++ gnome-mines-3.10.1/help/de/high-scores.page 2013-10-12 11:22:17.000000000 +0000 @@ -31,14 +31,14 @@ Christian Kirbach - Christian.Kirbach@googlemail.com - 2012. + christian.kirbach@gmail.com + 2012, 2013. Bestenliste -

In den Ergebnissen werden die schnellsten zehn erzielten Zeiten für die vollständige Auflösung des Feldes aufgelistet.

+

In der Bestenliste werden die schnellsten zehn erzielten Zeiten für die vollständige Auflösung des Feldes jeden Typs aufgelistet.

Um die Bestenliste anzuzeigen, wählen Sie MinenErgebnisse. Im Dialog werden per Vorgabe die Ergebnisse für das kleine Spielfeld angezeigt. Um andere Spielfeldgrößen anzuzeigen, wählen Sie sie in der Auswahlliste im oberen Bereich des Dialoges aus.

diff -Nru gnome-mines-3.8.2/help/de/index.page gnome-mines-3.10.1/help/de/index.page --- gnome-mines-3.8.2/help/de/index.page 2013-08-20 01:49:27.000000000 +0000 +++ gnome-mines-3.10.1/help/de/index.page 2013-10-12 11:22:17.000000000 +0000 @@ -33,12 +33,13 @@ Christian Kirbach - Christian.Kirbach@googlemail.com - 2012. + christian.kirbach@gmail.com + 2012, 2013. - <media type="image" src="figures/logo32.png">GNOME Minen-Logo</media>GNOME Minen + <media type="image" src="figures/logo32.png">GNOME Mines + logo</media> GNOME Mines

Minen ist ein Klon des Spiels Minesweeper. Ziel des Spiels ist es, die unter den Feldern eines rechteckigen Spielfelds verborgenen Minen aufzuspüren. Sie benötigen sowohl Gedächtnis als auch Glück, um alle Minen zu finden, ohne eine Explosion zu verursachen.

Spielverlauf diff -Nru gnome-mines-3.8.2/help/de/license.page gnome-mines-3.10.1/help/de/license.page --- gnome-mines-3.8.2/help/de/license.page 2013-08-20 01:49:27.000000000 +0000 +++ gnome-mines-3.10.1/help/de/license.page 2013-10-12 11:22:17.000000000 +0000 @@ -20,8 +20,8 @@ Christian Kirbach - Christian.Kirbach@googlemail.com - 2012. + christian.kirbach@gmail.com + 2012, 2013. diff -Nru gnome-mines-3.8.2/help/de/new-game.page gnome-mines-3.10.1/help/de/new-game.page --- gnome-mines-3.8.2/help/de/new-game.page 2013-08-20 01:49:27.000000000 +0000 +++ gnome-mines-3.10.1/help/de/new-game.page 2013-10-12 11:22:17.000000000 +0000 @@ -16,7 +16,10 @@ kittykat3756@gmail.com 2012 - + + Aruna Sankaranarayanan + aruna.evam@gmail.com + Florian Purucker @@ -32,8 +35,8 @@ Christian Kirbach - Christian.Kirbach@googlemail.com - 2012. + christian.kirbach@gmail.com + 2012, 2013. @@ -41,8 +44,12 @@

Ein neues Spiel starten

-

Klicken Sie auf den Knopf Neu oder wählen Sie MinenNeues Spiel aus dem Anwendungsmenü

-

Wählen Sie Ihre bevorzugte Spielfeldgröße

+ +

Klicken Sie auf den Knopf Neu oder wählen Sie MinenNeues Spiel aus dem Anwendungsmenü.

+
+ +

Wählen Sie Ihre bevorzugte Spielfeldgröße.

+
diff -Nru gnome-mines-3.8.2/help/de/rules.page gnome-mines-3.10.1/help/de/rules.page --- gnome-mines-3.8.2/help/de/rules.page 2013-08-20 01:49:27.000000000 +0000 +++ gnome-mines-3.10.1/help/de/rules.page 2013-10-12 11:22:17.000000000 +0000 @@ -32,8 +32,8 @@ Christian Kirbach - Christian.Kirbach@googlemail.com - 2012. + christian.kirbach@gmail.com + 2012, 2013. @@ -47,10 +47,10 @@

Beginnen Sie mit der Auswahl aus einer der drei vorgegebenen Spielfeldgrößen oder wählen Sie ein benutzerdefiniertes Spielfeld.

-

Das Spiel beginnt mit einem gekachelten Spielfeld. Klicken Sie auf eines der Felder, um es aufzudecken. Sie öffnen damit:

+

Das Spiel beginnt mit einem von Kacheln verdeckten Spielfeld. Klicken Sie auf eines der Felder, um es aufzudecken. Sie öffnen damit:

-

Eine farbige Zahl gibt die Anzahl der Minen in benachbarten Feldern an. Dies gibt Ihnen einen Hinweis darauf, wo sich Minen befinden und wo Sie setzen müssen.

+

Eine farbige Zahl gibt die Anzahl der Minen unter benachbarten Feldern an. Dies gibt Ihnen einen Hinweis darauf, wo sich Minen befinden und wo Sie Fahnen setzen müssen.

Ein leeres Feld bedeutet, dass es keine Minen unter den unmittelbar angrenzenden Feldern gibt.

diff -Nru gnome-mines-3.8.2/help/de/shortcuts.page gnome-mines-3.10.1/help/de/shortcuts.page --- gnome-mines-3.8.2/help/de/shortcuts.page 2013-08-20 01:49:27.000000000 +0000 +++ gnome-mines-3.10.1/help/de/shortcuts.page 2013-10-12 11:22:17.000000000 +0000 @@ -26,8 +26,8 @@ Christian Kirbach - Christian.Kirbach@googlemail.com - 2012. + christian.kirbach@gmail.com + 2012, 2013. diff -Nru gnome-mines-3.8.2/help/de/toolbar.page gnome-mines-3.10.1/help/de/toolbar.page --- gnome-mines-3.8.2/help/de/toolbar.page 2013-08-20 01:49:27.000000000 +0000 +++ gnome-mines-3.10.1/help/de/toolbar.page 2013-10-12 11:22:18.000000000 +0000 @@ -24,8 +24,8 @@ Christian Kirbach - Christian.Kirbach@googlemail.com - 2012. + christian.kirbach@gmail.com + 2012, 2013. diff -Nru gnome-mines-3.8.2/help/de/translate.page gnome-mines-3.10.1/help/de/translate.page --- gnome-mines-3.8.2/help/de/translate.page 2013-08-20 01:49:27.000000000 +0000 +++ gnome-mines-3.10.1/help/de/translate.page 2013-10-12 11:22:18.000000000 +0000 @@ -32,16 +32,14 @@ Christian Kirbach - Christian.Kirbach@googlemail.com - 2012. + christian.kirbach@gmail.com + 2012, 2013. Beim Übersetzen helfen

Die Benutzeroberfläche und die Dokumentation der GNOME games werden von einer weltweiten Gemeinschaft aus Freiwilligen übersetzt. Sie sind herzlich eingeladen, sich daran zu beteiligen.

-

- There are many languages for which translations are still needed. -

+

Übersetzungen stehen noch für zahlreiche Sprachen aus.

Um mit der Übersetzung zu beginnen, müssen Sie zunächst ein Konto erstellen und einem Übersetzungstteam für Ihre Sprache beitreten. So erhalten Sie die Möglichkeit, neue Übersetzungen hochzuladen.

Sie können mit GNOME-Übersetzern im IRC chatten. Die Teilnehmer in diesem Kanal sind über die ganze Welt verstreut, so dass Sie aufgrund der unterschiedlichen Zeitzonen nicht unbedingt sofort eine Antwort erhalten werden.

diff -Nru gnome-mines-3.8.2/help/el/board-size.page gnome-mines-3.10.1/help/el/board-size.page --- gnome-mines-3.8.2/help/el/board-size.page 2013-08-20 01:49:29.000000000 +0000 +++ gnome-mines-3.10.1/help/el/board-size.page 2013-10-12 11:22:17.000000000 +0000 @@ -28,6 +28,12 @@ tomtryf@gmail.com 2012
+ + + Δημήτρης Σπίγγος + dmtrs32@gmail.com + 2013 + Πως να αλλάξετε το μέγεθος του ταμπλό @@ -36,7 +42,7 @@ -

Κάντε κλικ στο Νέο ή ΝάρκεςΝέο παιχνίδι.

+

Πατήστε στο Νέο ή Νάρκες Νέο παιχνίδι.

Επιλέξτε ένα μέγεθος πλέγματος:

diff -Nru gnome-mines-3.8.2/help/el/bug-filing.page gnome-mines-3.10.1/help/el/bug-filing.page --- gnome-mines-3.8.2/help/el/bug-filing.page 2013-08-20 01:49:29.000000000 +0000 +++ gnome-mines-3.10.1/help/el/bug-filing.page 2013-10-12 11:22:17.000000000 +0000 @@ -24,6 +24,12 @@ tomtryf@gmail.com 2012 + + + Δημήτρης Σπίγγος + dmtrs32@gmail.com + 2013 + Βοηθήστε να κάνουμε καλύτερο το παιχνίδι <app>Νάρκες</app> @@ -31,9 +37,15 @@
Αναφορά σφάλματος ή πρόταση βελτίωσης

Οι Νάρκες διατηρούνται από μια εθελοντική κοινότητα. Είστε ευπρόσδεκτοι να συμμετάσχετε. Αν παρατηρήσετε κάποιο πρόβλημα μπορείτε να κάνετε μια αναφορά σφάλματος (bug report). Για να κάνετε αναφορά σφάλματος πηγαίνετε στο .

-

Αυτό είναι ένα σύστημα καταγραφής σφαλμάτων όπου χρήστες και προγραμματιστές μπορούν να κάνουν αναφορές για σφάλματα, «κρασαρίσματα» και βελτιώσεις.

-

Για να λάβετε μέρος χρειάζεστε ένα λογαριασμό που θα σας δώσει πρόσβαση, να κάνετε αναφορές σφαλμάτων καθώς και σχόλια. Επίσης, πρέπει να εγγραφείτε για να δέχεστε ενημερώσεις μέσω ηλεκτρονικού ταχυδρομείου για την κατάσταση του σφάλματος σας. Εάν δεν έχετε ήδη λογαριασμό, απλά πατήστε Νέος λογαριασμός για να δημιουργήσετε.

-

Μόλις δημιουργήσετε λογαριασμό, συνδεθείτε και πατήστε στο File a BugApplicationsgnome-games. Πριν αναφέρετε ένα σφάλμα, παρακαλούμε διαβάστε το bug writing guidelines, και κάντε αναζήτηση για να δείτε αν υπάρχει η ίδια αναφορά ήδη.

+

+ This is a bug tracking system where users and developers can file details about bugs and crashes, or request enhancements. +

+

+ To participate you need an account, which will give you the ability to gain access, file bugs, make comments, and receive updates by e-mail about the status of your bug. If you don't already have an account, just click on the New Account link to create one. +

+ +

Μόλις δημιουργήσετε λογαριασμό, συνδεθείτε και πατήστε στο Αποστολή σφάλματοςΕφαρμογέςgnome-νάρκες. Πριν αναφέρετε ένα σφάλμα, παρακαλούμε διαβάστε το οδηγίες συγγραφής σφάλματος και περιηγηθείτε για να δείτε αν υπάρχει ήδη το σφάλμα.

+

Αν θέλετε κάποιο καινούργιο χαρακτηριστικό, διαλέξτε enhancement στο μενού Severity. Συμπληρώστε την Περίληψη και την Περιγραφή και πατήστε Commit.

Στην αναφορά σας θα δοθεί ένας αριθμός ID και η κατάστασή της θα ενημερωθεί όταν θα επεξεργαστεί. Ευχαριστούμε για τη βοήθειά σας να κάνουμε το παιχνίδι Νάρκες καλύτερο!

diff -Nru gnome-mines-3.8.2/help/el/develop.page gnome-mines-3.10.1/help/el/develop.page --- gnome-mines-3.8.2/help/el/develop.page 2013-08-20 01:49:29.000000000 +0000 +++ gnome-mines-3.10.1/help/el/develop.page 2013-10-12 11:22:17.000000000 +0000 @@ -25,6 +25,12 @@ tomtryf@gmail.com 2012 + + + Δημήτρης Σπίγγος + dmtrs32@gmail.com + 2013 + Βοήθεια στην ανάπτυξη diff -Nru gnome-mines-3.8.2/help/el/documentation.page gnome-mines-3.10.1/help/el/documentation.page --- gnome-mines-3.8.2/help/el/documentation.page 2013-08-20 01:49:29.000000000 +0000 +++ gnome-mines-3.10.1/help/el/documentation.page 2013-10-12 11:22:17.000000000 +0000 @@ -14,6 +14,10 @@ kittykat3756@gmail.com 2012 + + Aruna Sankaranarayanan + aruna.evam@gmail.com +

Creative Commons Share Alike 3.0

@@ -29,15 +33,20 @@ tomtryf@gmail.com 2012 + + + Δημήτρης Σπίγγος + dmtrs32@gmail.com + 2013 + Βοήθεια συγγραφής τεκμηρίωσης

Τα παιχνίδια του GNOME αναπτύσσονται και συντηρούνται από μια εθελοντική κοινότητα. Είσαστε καλοδεχούμενοι να συμμετάσχετε.

-

Για συμμετοχή στο έργο τεκμηρίωσης, επικοινωνήστε μαζί μας χρησιμοποιώντας στο κανάλι #docs του irc.gnome.org ή μέσα από τη λίστα αλληλογραφίας μας.

+

Για συμμετοχή στο έργο τεκμηρίωσης, επικοινωνήστε μαζί μας στο κανάλι #docs του irc.gnome.org ή μέσα από τη λίστα αλληλογραφίας μας.

Επίσης το wiki μας περιέχει χρήσιμες πληροφορίες.

- diff -Nru gnome-mines-3.8.2/help/el/el.po gnome-mines-3.10.1/help/el/el.po --- gnome-mines-3.8.2/help/el/el.po 2013-08-20 01:38:36.000000000 +0000 +++ gnome-mines-3.10.1/help/el/el.po 2013-10-12 11:18:06.000000000 +0000 @@ -4,8 +4,8 @@ msgid "" msgstr "" "Project-Id-Version: gnomine.HEAD\n" -"POT-Creation-Date: 2013-01-21 21:14+0000\n" -"PO-Revision-Date: 2013-03-10 20:57+0300\n" +"POT-Creation-Date: 2013-04-17 18:30+0000\n" +"PO-Revision-Date: 2013-04-25 17:52+0300\n" "Last-Translator: Dimitris Spingos (Δημήτρης Σπίγγος) \n" "Language-Team: team@gnome.gr\n" "Language: el\n" @@ -22,6 +22,7 @@ "Ελληνική μεταφραστική ομάδα GNOME\n" " Μάριος Ζηντίλης , 2009\n" " Θάνος Τρυφωνίδης , 2012\n" +" Δημήτρης Σπίγγος , 2013\n" "\n" "Για περισσότερα δείτε http://www.gnome.gr/" @@ -77,7 +78,7 @@ msgstr "Ekaterina Gerasimova" #: C/index.page:18(license/p) C/bug-filing.page:14(license/p) -#: C/develop.page:15(license/p) C/documentation.page:19(license/p) +#: C/develop.page:15(license/p) C/documentation.page:23(license/p) #: C/translate.page:19(license/p) msgid "Creative Commons Share Alike 3.0" msgstr "Creative Commons Share Alike 3.0" @@ -151,30 +152,33 @@ msgstr "Μπορείτε να επιλέξετε το μέγεθος του πεδίου στην αρχή του παιχνιδιού." #: C/board-size.page:28(item/p) +#| msgid "" +#| "Click New or MinesNew Game." msgid "" "Click New or MinesNew Game." +"gui> New Game." msgstr "" -"Κάντε κλικ στο Νέο ή ΝάρκεςΝέο παιχνίδι." +"Πατήστε στο Νέο ή Νάρκες Νέο παιχνίδι." -#: C/board-size.page:31(item/p) +#: C/board-size.page:33(item/p) msgid "Select one of the grid sizes:" msgstr "Επιλέξτε ένα μέγεθος πλέγματος:" -#: C/board-size.page:33(item/p) +#: C/board-size.page:35(item/p) msgid "a 8 × 8 board with 10 mines" msgstr "ένας πίνακας 8 × 8 με 10 νάρκες" -#: C/board-size.page:34(item/p) +#: C/board-size.page:36(item/p) msgid "a 16 × 16 board with 40 mines" msgstr "ένας πίνακας 16 × 16 με 40 νάρκες" -#: C/board-size.page:35(item/p) +#: C/board-size.page:37(item/p) msgid "a 30 × 16 board with 99 mines" msgstr "ένας πίνακας 30 × 16 με 99 νάρκες" -#: C/board-size.page:36(item/p) +#: C/board-size.page:38(item/p) msgid "a custom board, where you chose the size and the number of mines" msgstr "" "ένας προσαρμοσμένος πίνακας, όπου επιλέγετε το μέγεθος και τον αριθμό των " @@ -226,23 +230,32 @@ "σφάλματος σας. Εάν δεν έχετε ήδη λογαριασμό, απλά πατήστε Νέος " "λογαριασμός για να δημιουργήσετε." -#: C/bug-filing.page:31(section/p) +#: C/bug-filing.page:32(section/p) +#| msgid "" +#| "Once you have an account, log in, click on File a BugApplicationsgnome-mines. Before " +#| "reporting a bug, please read the bug writing guidelines, and please " +#| "browse for the bug to see if it already exists." msgid "" "Once you have an account, log in, click on File a BugApplicationsgnome-mines. Before reporting " "a bug, please read the bug writing guidelines, and please browse " +"\"https://bugzilla.gnome.org/browse.cgi?product=gnome-mines\">browse " "for the bug to see if it already exists." msgstr "" -"Μόλις δημιουργήσετε λογαριασμό, συνδεθείτε και πατήστε στο File " -"a BugApplicationsgnome-games. Πριν " -"αναφέρετε ένα σφάλμα, παρακαλούμε διαβάστε το bug writing guidelines, και " -"κάντε αναζήτηση για να δείτε αν υπάρχει η ίδια αναφορά ήδη." +"Μόλις δημιουργήσετε λογαριασμό, συνδεθείτε και πατήστε στο " +"Αποστολή " +"σφάλματοςΕφαρμογέςgnome-νάρκες. Πριν " +"αναφέρετε ένα σφάλμα, παρακαλούμε διαβάστε το οδηγίες " +"συγγραφής σφάλματος και περιηγηθείτε για να δείτε αν υπάρχει ήδη το σφάλμα." -#: C/bug-filing.page:35(section/p) +#: C/bug-filing.page:40(section/p) msgid "" "If you are requesting a new feature, choose enhancement in the " "Severity menu. Fill in the Summary and Description sections and " @@ -252,7 +265,7 @@ "στο μενού Severity. Συμπληρώστε την Περίληψη και την Περιγραφή " "και πατήστε Commit." -#: C/bug-filing.page:39(section/p) +#: C/bug-filing.page:44(section/p) msgid "" "Your report will be given an ID number, and its status will be updated as it " "is being dealt with. Thanks for helping make Mines better!" @@ -289,11 +302,16 @@ "games\">irc, ή μέσα από τη λίστα αλληλογραφίας μας." -#: C/documentation.page:23(page/title) +#: C/documentation.page:19(credit/name) C/faces.page:15(credit/name) +#: C/new-game.page:21(credit/name) +msgid "Aruna Sankaranarayanan" +msgstr "Aruna Sankaranarayanan" + +#: C/documentation.page:27(page/title) msgid "Help write documentation" msgstr "Βοήθεια συγγραφής τεκμηρίωσης" -#: C/documentation.page:25(page/p) +#: C/documentation.page:29(page/p) msgid "" "The GNOME Games user help is maintained by a volunteer community. You are " "welcome to participate." @@ -301,22 +319,28 @@ "Τα παιχνίδια του GNOME αναπτύσσονται και συντηρούνται από μια " "εθελοντική κοινότητα. Είσαστε καλοδεχούμενοι να συμμετάσχετε." -#: C/documentation.page:28(page/p) +#: C/documentation.page:32(page/p) +#| msgid "" +#| "To contribute to the Documentation Project, get in touch with us on the " +#| "#docs channel on irc.gnome.org or via our mailing list." msgid "" "To contribute to the Documentation Project, get in touch with us on the " "#docs channel on irc.gnome.org or via our mailing list." +"gnome.org/mailman/listinfo/gnome-doc-list\">mailing list ." msgstr "" -"Για συμμετοχή στο έργο τεκμηρίωσης, επικοινωνήστε μαζί μας χρησιμοποιώντας " -"στο κανάλι #docs του irc.gnome.org ή μέσα από τη λίστα " -"αλληλογραφίας μας." +"Για συμμετοχή στο έργο τεκμηρίωσης, επικοινωνήστε μαζί μας στο κανάλι #docs του irc.gnome.org ή μέσα " +"από τη λίστα αλληλογραφίας μας." -#: C/documentation.page:33(page/p) +#: C/documentation.page:40(page/p) msgid "" "Our wiki page contains useful information." @@ -328,7 +352,7 @@ #. the file changes, the md5 hash will change to let you know you need to #. update your localized copy. The msgstr is not used at all. Set it to #. whatever you like once you have updated your copy of the file. -#: C/faces.page:20(media) +#: C/faces.page:24(media) msgctxt "_" msgid "" "external ref='figures/face-smile.svg' md5='6a6254c55d6e76f65007dfef107f4019'" @@ -339,7 +363,7 @@ #. the file changes, the md5 hash will change to let you know you need to #. update your localized copy. The msgstr is not used at all. Set it to #. whatever you like once you have updated your copy of the file. -#: C/faces.page:24(media) +#: C/faces.page:28(media) msgctxt "_" msgid "" "external ref='figures/face-sad.svg' md5='9e02c857add1e6a859e14a89cf0b83ae'" @@ -350,7 +374,7 @@ #. the file changes, the md5 hash will change to let you know you need to #. update your localized copy. The msgstr is not used at all. Set it to #. whatever you like once you have updated your copy of the file. -#: C/faces.page:28(media) +#: C/faces.page:32(media) msgctxt "_" msgid "" "external ref='figures/face-cool.svg' md5='6ce4a904009988e203e3d50896f6016e'" @@ -361,7 +385,7 @@ #. the file changes, the md5 hash will change to let you know you need to #. update your localized copy. The msgstr is not used at all. Set it to #. whatever you like once you have updated your copy of the file. -#: C/faces.page:32(media) +#: C/faces.page:36(media) msgctxt "_" msgid "" "external ref='figures/face-worried.svg' " @@ -374,38 +398,42 @@ #. the file changes, the md5 hash will change to let you know you need to #. update your localized copy. The msgstr is not used at all. Set it to #. whatever you like once you have updated your copy of the file. -#: C/faces.page:36(media) +#: C/faces.page:40(media) msgctxt "_" msgid "" "external ref='figures/face-win.svg' md5='5a18e37927cee8d20cfc5b37fbcb680b'" msgstr "" "external ref='figures/face-win.svg' md5='5a18e37927cee8d20cfc5b37fbcb680b'" -#: C/faces.page:16(page/title) +#: C/faces.page:20(page/title) msgid "The meaning of the faces" msgstr "Η έννοια των προσώπων" -#: C/faces.page:21(td/p) -msgid "This is a new game and you didn't clicked on any tile for the moment." -msgstr "" -"Αυτό είναι ένα νέο παιχνίδι και δεν έχετε κάνει κλικ σε κανένα πλακίδιο " -"μέχρι στιγμής." - #: C/faces.page:25(td/p) -msgid "You clicked on a mine, you loose." -msgstr "Πατήσατε σε νάρκη, χάσατε." +#| msgid "" +#| "This is a new game and you didn't clicked on any tile for the moment." +msgid "This is a new game and you have not clicked on any tile yet." +msgstr "" +"Αυτό είναι ένα νέο παιχνίδι και δεν έχετε πατήσει σε κανένα πλακίδιο ακόμα." #: C/faces.page:29(td/p) -msgid "The tile you clicked on is safe. You can continue." -msgstr "" -"Είναι ασφαλές το πλακίδιο που έχετε κάνει κλικ. Μπορείτε να συνεχίσετε." +#| msgid "You clicked on a mine, you loose." +msgid "You have uncovered a mine, you lose." +msgstr "Πατήσατε σε νάρκη, χάσατε." #: C/faces.page:33(td/p) -msgid "This face appears when you're clicking a on tile." -msgstr "Αυτό το πρόσωπο εμφανίζεται όταν έχετε κάνει κλικ ένα πλακίδιο." +#| msgid "The tile you clicked on is safe. You can continue." +msgid "The tile you just clicked on is safe, you can continue." +msgstr "Είναι ασφαλές το πλακίδιο που πατήσατε, μπορείτε να συνεχίσετε." #: C/faces.page:37(td/p) -msgid "You found all the mines, you win." +#| msgid "right click on a blank tile." +msgid "You are clicking on a tile." +msgstr "Πατάτε σε ένα πλακίδιο." + +#: C/faces.page:41(td/p) +#| msgid "You found all the mines, you win." +msgid "You have found all the mines, you win." msgstr "Βρήκατε όλες τις νάρκες, κερδίσατε." #. This is a reference to an external file such as an image or video. When @@ -654,30 +682,34 @@ "link>, ή διαβάστε όλη την Πράξη Commons." -#: C/new-game.page:23(page/title) +#: C/new-game.page:26(page/title) msgid "Start a new game" msgstr "Εκκίνηση νέου παιχνιδιού" -#: C/new-game.page:25(page/p) +#: C/new-game.page:28(page/p) msgid "To start a new game:" msgstr "Για να ξεκινήσετε ένα νέο παιχνίδι:" -#: C/new-game.page:27(item/p) -msgid "" -"click the New button or select MinesNew Game " -"from the application menu" -msgstr "" -"Κάντε κλικ στο κουμπί Νέο ή επιλέξτε " -"ΝάρκεςΝέο " -"παιχνίδι από το μενού της εφαρμογής" - -#: C/new-game.page:28(item/p) -msgid "select your preferred board size" -msgstr "" -"Επιλέξτε το επιθυμητό μέγεθος του ταμπλό" +#: C/new-game.page:31(item/p) +#| msgid "" +#| "click the New button or select MinesNew Game " +#| "from the application menu" +msgid "" +"Click the New button or select Mines New Game " +"from the application menu." +msgstr "" +"Πατήστε στο κουμπί Νέο ή επιλέξτε Νάρκες Νέο παιχνίδι " +"από το μενού της εφαρμογής." + +#: C/new-game.page:37(item/p) +#| msgid "select your preferred board size" +msgid "Select your preferred board size." +msgstr "Επιλέξτε το προτιμώμενο μέγεθος πίνακα." -#: C/new-game.page:32(note/p) +#: C/new-game.page:42(note/p) msgid "" "If you are already playing a game, Mines will ask if you want to " "Start New Game or Keep Current Game. If you choose the " @@ -891,6 +923,9 @@ "χρησιμοποιώντας την λίστα αλληλογραφίας τους." +#~ msgid "This face appears when you're clicking a on tile." +#~ msgstr "Αυτό το πρόσωπο εμφανίζεται όταν έχετε κάνει κλικ ένα πλακίδιο." + #~ msgid "" #~ "To file your bug, choose the component gnomine in the " #~ "Component menu." diff -Nru gnome-mines-3.8.2/help/el/faces.page gnome-mines-3.10.1/help/el/faces.page --- gnome-mines-3.8.2/help/el/faces.page 2013-08-20 01:49:29.000000000 +0000 +++ gnome-mines-3.10.1/help/el/faces.page 2013-10-12 11:22:17.000000000 +0000 @@ -10,6 +10,10 @@ 2011 + + Aruna Sankaranarayanan + aruna.evam@gmail.com + Μάριος Ζηντίλης @@ -22,6 +26,12 @@ tomtryf@gmail.com 2012 + + + Δημήτρης Σπίγγος + dmtrs32@gmail.com + 2013 + Η έννοια των προσώπων @@ -29,23 +39,23 @@ - + - - + + - - + + - - + + - +

Αυτό είναι ένα νέο παιχνίδι και δεν έχετε κάνει κλικ σε κανένα πλακίδιο μέχρι στιγμής.

Αυτό είναι ένα νέο παιχνίδι και δεν έχετε πατήσει σε κανένα πλακίδιο ακόμα.

Πατήσατε σε νάρκη, χάσατε.

You are currently clicking on a tile.

Είναι ασφαλές το πλακίδιο που έχετε κάνει κλικ. Μπορείτε να συνεχίσετε.

You have uncovered a mine. You lose.

Αυτό το πρόσωπο εμφανίζεται όταν έχετε κάνει κλικ ένα πλακίδιο.

The tile you just clicked on is safe. You can continue.

Βρήκατε όλες τις νάρκες, κερδίσατε.

You have found all the mines. You win!

diff -Nru gnome-mines-3.8.2/help/el/flags.page gnome-mines-3.10.1/help/el/flags.page --- gnome-mines-3.8.2/help/el/flags.page 2013-08-20 01:49:29.000000000 +0000 +++ gnome-mines-3.10.1/help/el/flags.page 2013-10-12 11:22:17.000000000 +0000 @@ -36,6 +36,12 @@ tomtryf@gmail.com 2012 + + + Δημήτρης Σπίγγος + dmtrs32@gmail.com + 2013 + Πως να χρησιμοποιήσετε τις σημαίες diff -Nru gnome-mines-3.8.2/help/el/get-help.page gnome-mines-3.10.1/help/el/get-help.page --- gnome-mines-3.8.2/help/el/get-help.page 2013-08-20 01:49:29.000000000 +0000 +++ gnome-mines-3.10.1/help/el/get-help.page 2013-10-12 11:22:17.000000000 +0000 @@ -27,13 +27,22 @@ tomtryf@gmail.com 2012 + + + Δημήτρης Σπίγγος + dmtrs32@gmail.com + 2013 + Υποδείξεις και προειδοποιήσεις -

Μπορείτε να χρησιμοποιήσετε τις υποδείξεις για να αποκαλύψετε ασφαλή πλακίδια και προειδοποιητικές σημαίες για να βοηθηθείτε να παρακολουθείτε τις σημαίες.

+

You can use hints to reveal safe tiles, and flag warnings to help you keep + track of flags.

-

Κάντε κλικ στην Υπόδειξη για να αποκαλύψετε ένα κρυφό πλακίδιο που είναι ασφαλές. Θα τιμωρηθείτε για τη χρήση των υποδείξεων: δέκα δευτερόλεπτα θα προστεθούν στο συνολικό σας χρόνο.

+

Click Hint in the toolbar to reveal a hidden + tile that is safe. You will be penalized for using hints: ten seconds will be + added to your total time.

Για να ενεργοποιήσετε τις προειδοποιήσεις, επεξεργαστείτε τις προτιμήσεις επιλέγοντας ΝάρκεςΠροτιμήσεις και επιλέγοντας το τετραγωνάκι δίπλα στο to Προειδοποίησε αν έχουν τοποθετηθεί πολλές σημαίες. Θα προειδοποιηθείτε όταν προσπαθήσετε να τοποθετήσετε αρκετές σημαίες δίπλα σε ένα ανοιχτό πλακίδιο.

diff -Nru gnome-mines-3.8.2/help/el/high-scores.page gnome-mines-3.10.1/help/el/high-scores.page --- gnome-mines-3.8.2/help/el/high-scores.page 2013-08-20 01:49:29.000000000 +0000 +++ gnome-mines-3.10.1/help/el/high-scores.page 2013-10-12 11:22:17.000000000 +0000 @@ -28,11 +28,18 @@ tomtryf@gmail.com 2012 + + + Δημήτρης Σπίγγος + dmtrs32@gmail.com + 2013 + Βαθμολογίες -

Οι βαθμολογίες απαριθμούν τους δέκα ταχύτερους χρόνους στους οποίους κάθε τύπος ναρκοπεδίου είχε εκκαθαριστεί.

+

The high scores list the ten fastest times in which each type of mine + field has been cleared.

Για να δείτε τις υψηλότερες βαθμολογίες, επιλέξτε ΝάρκεςΒαθμολογίες. Το παράθυρο διαλόγου θα εμφανίζει το μικρό μέγεθος πεδίου από προεπιλογή. Για να δείτε τα άλλα μεγέθη, επιλέξτε τα από το αναπτυσσόμενο μενού στη κορυφή του διαλόγου.

diff -Nru gnome-mines-3.8.2/help/el/index.page gnome-mines-3.10.1/help/el/index.page --- gnome-mines-3.8.2/help/el/index.page 2013-08-20 01:49:29.000000000 +0000 +++ gnome-mines-3.10.1/help/el/index.page 2013-10-12 11:22:17.000000000 +0000 @@ -30,9 +30,16 @@ tomtryf@gmail.com 2012 + + + Δημήτρης Σπίγγος + dmtrs32@gmail.com + 2013 + - <media type="image" src="figures/logo32.png">Λογότυπου του Νάρκες</media>Νάρκες + <media type="image" src="figures/logo32.png">GNOME Mines + logo</media> GNOME Mines

Οι Νάρκες είναι ένας κλώνος του Ναρκαλιευτή. Ο στόχος είναι να εντοπίσετε όλες τις νάρκες που είναι κρυμμένες κάτω από τα πλακίδια στον ορθογώνιο πίνακα. Θα χρειαστεί να χρησιμοποιήσετε ένα συνδυασμό λογικής και τύχης για να βρείτε όλες τις νάρκες χωρίς να προκαλέσουν έκρηξη.

Παιχνίδι diff -Nru gnome-mines-3.8.2/help/el/license.page gnome-mines-3.10.1/help/el/license.page --- gnome-mines-3.8.2/help/el/license.page 2013-08-20 01:49:29.000000000 +0000 +++ gnome-mines-3.10.1/help/el/license.page 2013-10-12 11:22:17.000000000 +0000 @@ -17,6 +17,12 @@ tomtryf@gmail.com 2012 + + + Δημήτρης Σπίγγος + dmtrs32@gmail.com + 2013 + Άδεια χρήσης diff -Nru gnome-mines-3.8.2/help/el/new-game.page gnome-mines-3.10.1/help/el/new-game.page --- gnome-mines-3.8.2/help/el/new-game.page 2013-08-20 01:49:29.000000000 +0000 +++ gnome-mines-3.10.1/help/el/new-game.page 2013-10-12 11:22:17.000000000 +0000 @@ -16,7 +16,10 @@ kittykat3756@gmail.com 2012 - + + Aruna Sankaranarayanan + aruna.evam@gmail.com + Μάριος Ζηντίλης @@ -29,14 +32,24 @@ tomtryf@gmail.com 2012 + + + Δημήτρης Σπίγγος + dmtrs32@gmail.com + 2013 + Εκκίνηση νέου παιχνιδιού

Για να ξεκινήσετε ένα νέο παιχνίδι:

-

Κάντε κλικ στο κουμπί Νέο ή επιλέξτε ΝάρκεςΝέο παιχνίδι από το μενού της εφαρμογής

-

Επιλέξτε το επιθυμητό μέγεθος του ταμπλό

+ +

Πατήστε στο κουμπί Νέο ή επιλέξτε Νάρκες Νέο παιχνίδι από το μενού της εφαρμογής.

+
+ +

Επιλέξτε το προτιμώμενο μέγεθος πίνακα.

+
diff -Nru gnome-mines-3.8.2/help/el/rules.page gnome-mines-3.10.1/help/el/rules.page --- gnome-mines-3.8.2/help/el/rules.page 2013-08-20 01:49:29.000000000 +0000 +++ gnome-mines-3.10.1/help/el/rules.page 2013-10-12 11:22:17.000000000 +0000 @@ -29,6 +29,12 @@ tomtryf@gmail.com 2012 + + + Δημήτρης Σπίγγος + dmtrs32@gmail.com + 2013 + @@ -41,13 +47,17 @@

Ξεκινήστε επιλέγοντας ένα από τα τρία προεπιλεγμένα μεγέθη του πίνακα, ή επιλέγοντας ένα προσαρμοσμένο πίνακα.

-

Το παιχνίδι ξεκινά με το ταμπλό καλυμμένο με πλακίδια, κάντε κλικ σε οποιοδήποτε πλακίδιο για να το αποκαλύψετε. Θα αποκαλυφθεί:

+

The game begins with the board covered in tiles. Click on any tile to + uncover it. You will reveal:

-

Ένας χρωματισμός αριθμός, που αντιπροσωπεύει τον αριθμό των ναρκών στα γειτονικά πλακίδια. Αυτό θα σας βοηθήσει να συμπεράνετε που υπάρχουν νάρκες έτσι ώστε να τις επισημάνετε με .

+

A colored number, which represent the number of mines in the + adjacent tiles. This will help you deduce where the mines are so that + you can mark them with flags.

-

Ένα κενό πλακίδιο, που σημαίνει δεν υπάρχουν νάρκες κάτω από τα γειτονικά πλακίδια.

+

A blank tile, which means there are no mines under any of the + adjacent tiles.

Μια νάρκη, η οποία θα εκραγεί και θα τελειώσει το παιχνίδι.

diff -Nru gnome-mines-3.8.2/help/el/shortcuts.page gnome-mines-3.10.1/help/el/shortcuts.page --- gnome-mines-3.8.2/help/el/shortcuts.page 2013-08-20 01:49:29.000000000 +0000 +++ gnome-mines-3.10.1/help/el/shortcuts.page 2013-10-12 11:22:17.000000000 +0000 @@ -23,6 +23,12 @@ tomtryf@gmail.com 2012 + + + Δημήτρης Σπίγγος + dmtrs32@gmail.com + 2013 + Συντομεύσεις πληκτρολογίου diff -Nru gnome-mines-3.8.2/help/el/toolbar.page gnome-mines-3.10.1/help/el/toolbar.page --- gnome-mines-3.8.2/help/el/toolbar.page 2013-08-20 01:49:29.000000000 +0000 +++ gnome-mines-3.10.1/help/el/toolbar.page 2013-10-12 11:22:17.000000000 +0000 @@ -21,6 +21,12 @@ tomtryf@gmail.com 2012 + + + Δημήτρης Σπίγγος + dmtrs32@gmail.com + 2013 + Γραμμή εργαλείων diff -Nru gnome-mines-3.8.2/help/el/translate.page gnome-mines-3.10.1/help/el/translate.page --- gnome-mines-3.8.2/help/el/translate.page 2013-08-20 01:49:29.000000000 +0000 +++ gnome-mines-3.10.1/help/el/translate.page 2013-10-12 11:22:17.000000000 +0000 @@ -29,6 +29,12 @@ tomtryf@gmail.com 2012 + + + Δημήτρης Σπίγγος + dmtrs32@gmail.com + 2013 + Βοήθεια στη μετάφραση diff -Nru gnome-mines-3.8.2/help/en_GB/board-size.page gnome-mines-3.10.1/help/en_GB/board-size.page --- gnome-mines-3.8.2/help/en_GB/board-size.page 2013-08-20 01:49:26.000000000 +0000 +++ gnome-mines-3.10.1/help/en_GB/board-size.page 2013-10-12 11:22:17.000000000 +0000 @@ -24,7 +24,9 @@ -

Click New or MinesNew Game.

+

Click New or + Mines + New Game.

Select one of the grid sizes:

diff -Nru gnome-mines-3.8.2/help/en_GB/bug-filing.page gnome-mines-3.10.1/help/en_GB/bug-filing.page --- gnome-mines-3.8.2/help/en_GB/bug-filing.page 2013-08-20 01:49:26.000000000 +0000 +++ gnome-mines-3.10.1/help/en_GB/bug-filing.page 2013-10-12 11:22:17.000000000 +0000 @@ -22,15 +22,20 @@ Mines is maintained by a volunteer community. You are welcome to participate. If you notice a problem you can file a bug report. To file a bug, go to .

- This is a bug tracking system where users and developers can file details about bugs, crashes and request enhancements. + This is a bug tracking system where users and developers can file details about bugs and crashes, or request enhancements.

- To participate you need an account which will give you the ability to gain access, file bugs, and make comments. Also, you need to register so you can receive updates by e-mail about the status of your bug. If you don't already have an account, just click on the New Account link to create one. -

-

- Once you have an account, log in, click on File a BugApplicationsgnome-mines. - Before reporting a bug, please read the bug writing guidelines, and please browse for the bug to see if it already exists. + To participate you need an account, which will give you the ability to gain access, file bugs, make comments, and receive updates by e-mail about the status of your bug. If you don't already have an account, just click on the New Account link to create one.

+ +

Once you have an account, log in, click on File a + BugApplicationsgnome-mines. Before + reporting a bug, please read the + bug + writing guidelines, and please + browse + for the bug to see if it already exists.

+

If you are requesting a new feature, choose enhancement in the Severity menu. Fill in the Summary and Description sections and click Commit. diff -Nru gnome-mines-3.8.2/help/en_GB/documentation.page gnome-mines-3.10.1/help/en_GB/documentation.page --- gnome-mines-3.8.2/help/en_GB/documentation.page 2013-08-20 01:49:27.000000000 +0000 +++ gnome-mines-3.10.1/help/en_GB/documentation.page 2013-10-12 11:22:17.000000000 +0000 @@ -14,6 +14,10 @@ kittykat3756@gmail.com 2012 + + Aruna Sankaranarayanan + aruna.evam@gmail.com +

Creative Commons Share Alike 3.0

@@ -25,12 +29,15 @@ welcome to participate.

To contribute to the Documentation Project, get in touch with us on the - #docs channel on irc.gnome.org or via our - mailing - list.

+ #docs + channel on + irc.gnome.org + or via our + mailing list + .

-

Our wiki +

Our + wiki page contains useful information.

- diff -Nru gnome-mines-3.8.2/help/en_GB/faces.page gnome-mines-3.10.1/help/en_GB/faces.page --- gnome-mines-3.8.2/help/en_GB/faces.page 2013-08-20 01:49:27.000000000 +0000 +++ gnome-mines-3.10.1/help/en_GB/faces.page 2013-10-12 11:22:17.000000000 +0000 @@ -10,6 +10,10 @@ 2011 + + Aruna Sankaranarayanan + aruna.evam@gmail.com + The meaning of the faces @@ -17,23 +21,23 @@ - + - - + + - - + + - - + + - +

This is a new game and you didn't clicked on any tile for the moment.

This is a new game and you have not clicked on any tile yet.

You clicked on a mine, you loose.

You are currently clicking on a tile.

The tile you clicked on is safe. You can continue.

You have uncovered a mine. You lose.

This face appears when you're clicking a on tile.

The tile you just clicked on is safe. You can continue.

You found all the mines, you win.

You have found all the mines. You win!

diff -Nru gnome-mines-3.8.2/help/en_GB/get-help.page gnome-mines-3.10.1/help/en_GB/get-help.page --- gnome-mines-3.8.2/help/en_GB/get-help.page 2013-08-20 01:49:27.000000000 +0000 +++ gnome-mines-3.10.1/help/en_GB/get-help.page 2013-10-12 11:22:17.000000000 +0000 @@ -19,11 +19,11 @@ Hints and warnings -

You can use hints to reveal safe tiles and flag warnings to help you keep +

You can use hints to reveal safe tiles, and flag warnings to help you keep track of flags.

Click Hint in the toolbar to reveal a hidden - tile that is safe. You will be penalised for using hints: ten seconds will be + tile that is safe. You will be penalized for using hints: ten seconds will be added to your total time.

To enable warnings, edit the preferences by selecting diff -Nru gnome-mines-3.8.2/help/en_GB/high-scores.page gnome-mines-3.10.1/help/en_GB/high-scores.page --- gnome-mines-3.8.2/help/en_GB/high-scores.page 2013-08-20 01:49:27.000000000 +0000 +++ gnome-mines-3.10.1/help/en_GB/high-scores.page 2013-10-12 11:22:17.000000000 +0000 @@ -20,8 +20,8 @@ High scores -

The scores lists the ten fastest times in which each type of mine field - has been cleared.

+

The high scores list the ten fastest times in which each type of mine + field has been cleared.

To view the high scores, select MinesScores. The dialog will display the Small field size by default; to view other sizes, select them in diff -Nru gnome-mines-3.8.2/help/en_GB/index.page gnome-mines-3.10.1/help/en_GB/index.page --- gnome-mines-3.8.2/help/en_GB/index.page 2013-08-20 01:49:27.000000000 +0000 +++ gnome-mines-3.10.1/help/en_GB/index.page 2013-10-12 11:22:17.000000000 +0000 @@ -21,7 +21,7 @@ <media type="image" src="figures/logo32.png">GNOME Mines - logo</media>GNOME Mines + logo GNOME Mines

Mines is a clone of the game Minesweeper. The aim is to locate all the mines that are hidden under tiles on a rectangular board. You will diff -Nru gnome-mines-3.8.2/help/en_GB/new-game.page gnome-mines-3.10.1/help/en_GB/new-game.page --- gnome-mines-3.8.2/help/en_GB/new-game.page 2013-08-20 01:49:27.000000000 +0000 +++ gnome-mines-3.10.1/help/en_GB/new-game.page 2013-10-12 11:22:17.000000000 +0000 @@ -16,15 +16,25 @@ kittykat3756@gmail.com 2012 - + + Aruna Sankaranarayanan + aruna.evam@gmail.com + Start a new game

To start a new game:

-

click the New button or select MinesNew Game from the application menu

-

select your preferred board size

+ +

Click the New button or select + Mines + New Game from + the application menu.

+
+ +

Select your preferred board size.

+
diff -Nru gnome-mines-3.8.2/help/en_GB/rules.page gnome-mines-3.10.1/help/en_GB/rules.page --- gnome-mines-3.8.2/help/en_GB/rules.page 2013-08-20 01:49:27.000000000 +0000 +++ gnome-mines-3.10.1/help/en_GB/rules.page 2013-10-12 11:22:17.000000000 +0000 @@ -31,16 +31,16 @@ selecting a custom board.

-

The game begins with the board covered in tiles, click on any tile to +

The game begins with the board covered in tiles. Click on any tile to uncover it. You will reveal:

A colored number, which represent the number of mines in the adjacent tiles. This will help you deduce where the mines are so that - you can mark them with .

+ you can mark them with flags.

-

A blank title, which means there are no mines under any of the +

A blank tile, which means there are no mines under any of the adjacent tiles.

diff -Nru gnome-mines-3.8.2/help/es/board-size.page gnome-mines-3.10.1/help/es/board-size.page --- gnome-mines-3.8.2/help/es/board-size.page 2013-08-20 01:49:29.000000000 +0000 +++ gnome-mines-3.10.1/help/es/board-size.page 2013-10-12 11:22:17.000000000 +0000 @@ -20,7 +20,7 @@ Daniel Mustieles daniel.mustieles@gmail.com - 2011-2012 + 2011-2013 @@ -36,7 +36,7 @@ -

Pulse Nuevo o MinasJuego nuevo.

+

Pulse Nuevo o Minas Juego nuevo.

Seleccione uno de los tamaños de tablero:

diff -Nru gnome-mines-3.8.2/help/es/bug-filing.page gnome-mines-3.10.1/help/es/bug-filing.page --- gnome-mines-3.8.2/help/es/bug-filing.page 2013-08-20 01:49:29.000000000 +0000 +++ gnome-mines-3.10.1/help/es/bug-filing.page 2013-10-12 11:22:17.000000000 +0000 @@ -16,7 +16,7 @@ Daniel Mustieles daniel.mustieles@gmail.com - 2011-2012 + 2011-2013 @@ -32,8 +32,10 @@ Informar de un error o sugerir una mejora

Minas lo mantiene la comunidad de manera voluntaria. Si quiere participar, es bienvenido. Si encuentra un error, puede rellenar un informe de error. Para informar de un error, vaya a .

Este es un sistema de seguimiento de errores donde los usuarios y desarrolladores pueden rellenar detalles acerca de los errores, cuelgues y solicitudes de mejoras.

-

Para participar necesita una cuenta, que le permitirá obtener acceso, informar de errores y hacer comentarios. También debe registrarte para poder recibir actualizaciones por correo-e sobre el estado de su informe de error. Si todavía no tiene una cuenta, simplemente pulse en el enlace New Account para crear una.

-

Una vez que tenga su cuenta, inicie sesión y pulse en Informar de un errorAplicacionesgnome-mines. Antes de informar de un error, lea las guías para informar de un error y busque el error para ver si ya existe.

+

Para participar necesita una cuenta, que le permitirá obtener acceso, informar de errores, hacer comentarios y recibir actualizaciones por correo-e sobre el estado de su informe de error. Si todavía no tiene una cuenta, simplemente pulse en el enlace New Account para crear una.

+ +

Una vez que tenga su cuenta, inicie sesión y pulse en Informar de un errorAplicacionesgnome-mines. Antes de informar de un error, lea las guías para informar de un error y busque el error para ver si ya existe.

+

Si está solicitando una característica nueva, elija enhancement en el menú Severity. Rellene las secciones «Summary» y «Description» y pulse en Commit.

Su informe obtendrá un número de ID, y su estado se actualizará a medida que se trata.Gracias por ayudar a mejorar Minas.

diff -Nru gnome-mines-3.8.2/help/es/develop.page gnome-mines-3.10.1/help/es/develop.page --- gnome-mines-3.8.2/help/es/develop.page 2013-08-20 01:49:29.000000000 +0000 +++ gnome-mines-3.10.1/help/es/develop.page 2013-10-12 11:22:17.000000000 +0000 @@ -17,7 +17,7 @@ Daniel Mustieles daniel.mustieles@gmail.com - 2011-2012 + 2011-2013 diff -Nru gnome-mines-3.8.2/help/es/documentation.page gnome-mines-3.10.1/help/es/documentation.page --- gnome-mines-3.8.2/help/es/documentation.page 2013-08-20 01:49:29.000000000 +0000 +++ gnome-mines-3.10.1/help/es/documentation.page 2013-10-12 11:22:17.000000000 +0000 @@ -14,6 +14,10 @@ kittykat3756@gmail.com 2012 + + Aruna Sankaranarayanan + aruna.evam@gmail.com +

Creative Commons Compartir Igual 3.0

@@ -21,7 +25,7 @@ Daniel Mustieles daniel.mustieles@gmail.com - 2011-2012 + 2011-2013 @@ -39,5 +43,4 @@

El wiki contiene información útil.

- diff -Nru gnome-mines-3.8.2/help/es/es.po gnome-mines-3.10.1/help/es/es.po --- gnome-mines-3.8.2/help/es/es.po 2013-08-20 01:38:36.000000000 +0000 +++ gnome-mines-3.10.1/help/es/es.po 2013-10-12 11:18:06.000000000 +0000 @@ -1,27 +1,27 @@ # translation of gnomine.HEAD.po to Español # translation of gnomine manual to Spanish # Jorge González , 2007, 2008, 2011. -# Daniel Mustieles , 2012. +# Daniel Mustieles , 2012, 2013. # msgid "" msgstr "" "Project-Id-Version: gnomine.HEAD\n" -"POT-Creation-Date: 2012-12-02 22:00+0000\n" -"PO-Revision-Date: 2012-12-16 20:17+0100\n" +"POT-Creation-Date: 2013-06-02 15:03+0000\n" +"PO-Revision-Date: 2013-06-03 11:26+0200\n" "Last-Translator: Daniel Mustieles \n" -"Language-Team: Español; Castellano \n" +"Language-Team: Español \n" "Language: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-Generator: Gtranslator 2.91.5\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"Plural-Forms: nplurals=2; plural=(n!=1);\n" #. Put one translator per line, in the form NAME , YEAR1, YEAR2 msgctxt "_" msgid "translator-credits" msgstr "" -"Daniel Mustieles , 2011-2012\n" +"Daniel Mustieles , 2011-2013\n" "Jorge González , 2007-2008" #. This is a reference to an external file such as an image or video. When @@ -76,24 +76,22 @@ msgstr "Ekaterina Gerasimova" #: C/index.page:18(license/p) C/bug-filing.page:14(license/p) -#: C/develop.page:15(license/p) C/documentation.page:19(license/p) +#: C/develop.page:15(license/p) C/documentation.page:23(license/p) #: C/translate.page:19(license/p) msgid "Creative Commons Share Alike 3.0" msgstr "Creative Commons Compartir Igual 3.0" #: C/index.page:22(page/title) +#| msgid "" +#| "GNOME Mines logoGNOME Mines" msgid "" -"GNOME Mines logoGNOME Mines" +"GNOME Mines logo " +"GNOME Mines" msgstr "" -"Logo de MinasMinas" +"Logo de Minas Minas" #: C/index.page:24(page/p) -#| msgid "" -#| "Gnomine is a clone of the game Minesweeper. The aim is to " -#| "locate all the mines that are hidden under tiles on a rectangular board. " -#| "You will need to use a combination of logic and luck to find all the " -#| "mines without triggering an explosion." msgid "" "Mines is a clone of the game Minesweeper. The aim is to locate " "all the mines that are hidden under tiles on a rectangular board. You will " @@ -156,28 +154,28 @@ #: C/board-size.page:28(item/p) msgid "" "Click New or MinesNew Game." +"gui> New Game." msgstr "" "Pulse Nuevo o MinasJuego nuevo." +"gui> Juego nuevo." -#: C/board-size.page:31(item/p) +#: C/board-size.page:33(item/p) msgid "Select one of the grid sizes:" msgstr "Seleccione uno de los tamaños de tablero:" -#: C/board-size.page:33(item/p) +#: C/board-size.page:35(item/p) msgid "a 8 × 8 board with 10 mines" msgstr "un tablero de 8×8 con 10 minas" -#: C/board-size.page:34(item/p) +#: C/board-size.page:36(item/p) msgid "a 16 × 16 board with 40 mines" msgstr "un tablero de 16×16 con 10 minas" -#: C/board-size.page:35(item/p) +#: C/board-size.page:37(item/p) msgid "a 30 × 16 board with 99 mines" msgstr "un tablero de 30×16 con 10 minas" -#: C/board-size.page:36(item/p) +#: C/board-size.page:38(item/p) msgid "a custom board, where you chose the size and the number of mines" msgstr "un tablero personalizado, donde elije el tamaño y el número de minas" @@ -188,7 +186,6 @@ msgstr "Tiffany Antopolski" #: C/bug-filing.page:18(page/title) -#| msgid "Help make Gnomine better" msgid "Help make Mines better" msgstr "Ayudar a mejorar Minas" @@ -197,11 +194,6 @@ msgstr "Informar de un error o sugerir una mejora" #: C/bug-filing.page:22(section/p) -#| msgid "" -#| "Gnomine is maintained by a volunteer community. You are " -#| "welcome to participate. If you notice a problem you can file a bug " -#| "report. To file a bug, go to ." msgid "" "Mines is maintained by a volunteer community. You are welcome to " "participate. If you notice a problem you can file a bug report. To " @@ -213,51 +205,52 @@ "\"https://bugzilla.gnome.org/\"/>." #: C/bug-filing.page:25(section/p) +#| msgid "" +#| "This is a bug tracking system where users and developers can file details " +#| "about bugs, crashes and request enhancements." msgid "" "This is a bug tracking system where users and developers can file details " -"about bugs, crashes and request enhancements." +"about bugs and crashes, or request enhancements." msgstr "" "Este es un sistema de seguimiento de errores donde los usuarios y " "desarrolladores pueden rellenar detalles acerca de los errores, cuelgues y " "solicitudes de mejoras." #: C/bug-filing.page:28(section/p) -msgid "" -"To participate you need an account which will give you the ability to gain " -"access, file bugs, and make comments. Also, you need to register so you can " -"receive updates by e-mail about the status of your bug. If you don't already " -"have an account, just click on the New Account link to create one." +#| msgid "" +#| "To participate you need an account which will give you the ability to " +#| "gain access, file bugs, and make comments. Also, you need to register so " +#| "you can receive updates by e-mail about the status of your bug. If you " +#| "don't already have an account, just click on the New Account " +#| "link to create one." +msgid "" +"To participate you need an account, which will give you the ability to gain " +"access, file bugs, make comments, and receive updates by e-mail about the " +"status of your bug. If you don't already have an account, just click on the " +"New Account link to create one." msgstr "" "Para participar necesita una cuenta, que le permitirá obtener acceso, " -"informar de errores y hacer comentarios. También debe registrarte para poder " -"recibir actualizaciones por correo-e sobre el estado de su informe de error. " -"Si todavía no tiene una cuenta, simplemente pulse en el enlace New " -"Account para crear una." +"informar de errores, hacer comentarios y recibir actualizaciones por correo-" +"e sobre el estado de su informe de error. Si todavía no tiene una cuenta, " +"simplemente pulse en el enlace New Account para crear una." -#: C/bug-filing.page:31(section/p) -#| msgid "" -#| "Once you have an account, log in, click on File a BugApplicationsgnome-games. Before " -#| "reporting a bug, please read the bug writing guidelines, and please " -#| "browse for the bug to see if it already exists." +#: C/bug-filing.page:32(section/p) msgid "" "Once you have an account, log in, click on File a BugApplicationsgnome-mines. Before reporting " "a bug, please read the bug writing guidelines, and please browse " +"\"https://bugzilla.gnome.org/browse.cgi?product=gnome-mines\">browse " "for the bug to see if it already exists." msgstr "" "Una vez que tenga su cuenta, inicie sesión y pulse en Informar " "de un errorAplicacionesgnome-mines. " "Antes de informar de un error, lea las guías para informar de un error y " -"busque el error para ver si ya existe." +"busque el error para ver si ya existe." -#: C/bug-filing.page:35(section/p) +#: C/bug-filing.page:40(section/p) msgid "" "If you are requesting a new feature, choose enhancement in the " "Severity menu. Fill in the Summary and Description sections and " @@ -267,10 +260,7 @@ "en el menú Severity. Rellene las secciones «Summary» y " "«Description» y pulse en Commit." -#: C/bug-filing.page:39(section/p) -#| msgid "" -#| "Your report will be given an ID number, and its status will be updated as " -#| "it is being dealt with. Thanks for helping make Gnomine better!" +#: C/bug-filing.page:44(section/p) msgid "" "Your report will be given an ID number, and its status will be updated as it " "is being dealt with. Thanks for helping make Mines better!" @@ -306,11 +296,16 @@ "link>, o mediante la lista de correo." -#: C/documentation.page:23(page/title) +#: C/documentation.page:19(credit/name) C/faces.page:15(credit/name) +#: C/new-game.page:21(credit/name) +msgid "Aruna Sankaranarayanan" +msgstr "Aruna Sankaranarayanan" + +#: C/documentation.page:27(page/title) msgid "Help write documentation" msgstr "Ayudar a escribir la documentación" -#: C/documentation.page:25(page/p) +#: C/documentation.page:29(page/p) msgid "" "The GNOME Games user help is maintained by a volunteer community. You are " "welcome to participate." @@ -318,13 +313,13 @@ "Los juegos de GNOME los desarrolla y los mantiene una comunidad de " "voluntarios. Si quiere participar es bienvenido." -#: C/documentation.page:28(page/p) +#: C/documentation.page:32(page/p) msgid "" "To contribute to the Documentation Project, get in touch with us on the " -"#docs channel on #docs channel on irc.gnome.org or via our mailing list." +"gnome.org/mailman/listinfo/gnome-doc-list\">mailing list ." msgstr "" "Para colaborar con el Proyecto de documentación, póngase en contacto usando " "el canal irc.gnome.org, o mediante la lista de correo." -#: C/documentation.page:33(page/p) +#: C/documentation.page:40(page/p) msgid "" "Our wiki page contains useful information." @@ -344,7 +339,7 @@ #. the file changes, the md5 hash will change to let you know you need to #. update your localized copy. The msgstr is not used at all. Set it to #. whatever you like once you have updated your copy of the file. -#: C/faces.page:20(media) +#: C/faces.page:24(media) msgctxt "_" msgid "" "external ref='figures/face-smile.svg' md5='6a6254c55d6e76f65007dfef107f4019'" @@ -355,71 +350,75 @@ #. the file changes, the md5 hash will change to let you know you need to #. update your localized copy. The msgstr is not used at all. Set it to #. whatever you like once you have updated your copy of the file. -#: C/faces.page:24(media) +#: C/faces.page:28(media) msgctxt "_" msgid "" -"external ref='figures/face-sad.svg' md5='9e02c857add1e6a859e14a89cf0b83ae'" +"external ref='figures/face-worried.svg' " +"md5='f0a66a1c5046deef93c14eeb9993b367'" msgstr "" -"external ref='figures/face-sad.svg' md5='9e02c857add1e6a859e14a89cf0b83ae'" +"external ref='figures/face-worried.svg' " +"md5='f0a66a1c5046deef93c14eeb9993b367'" #. This is a reference to an external file such as an image or video. When #. the file changes, the md5 hash will change to let you know you need to #. update your localized copy. The msgstr is not used at all. Set it to #. whatever you like once you have updated your copy of the file. -#: C/faces.page:28(media) +#: C/faces.page:32(media) msgctxt "_" msgid "" -"external ref='figures/face-cool.svg' md5='6ce4a904009988e203e3d50896f6016e'" +"external ref='figures/face-sad.svg' md5='9e02c857add1e6a859e14a89cf0b83ae'" msgstr "" -"external ref='figures/face-cool.svg' md5='6ce4a904009988e203e3d50896f6016e'" +"external ref='figures/face-sad.svg' md5='9e02c857add1e6a859e14a89cf0b83ae'" #. This is a reference to an external file such as an image or video. When #. the file changes, the md5 hash will change to let you know you need to #. update your localized copy. The msgstr is not used at all. Set it to #. whatever you like once you have updated your copy of the file. -#: C/faces.page:32(media) +#: C/faces.page:36(media) msgctxt "_" msgid "" -"external ref='figures/face-worried.svg' " -"md5='f0a66a1c5046deef93c14eeb9993b367'" +"external ref='figures/face-cool.svg' md5='6ce4a904009988e203e3d50896f6016e'" msgstr "" -"external ref='figures/face-worried.svg' " -"md5='f0a66a1c5046deef93c14eeb9993b367'" +"external ref='figures/face-cool.svg' md5='6ce4a904009988e203e3d50896f6016e'" #. This is a reference to an external file such as an image or video. When #. the file changes, the md5 hash will change to let you know you need to #. update your localized copy. The msgstr is not used at all. Set it to #. whatever you like once you have updated your copy of the file. -#: C/faces.page:36(media) +#: C/faces.page:40(media) msgctxt "_" msgid "" "external ref='figures/face-win.svg' md5='5a18e37927cee8d20cfc5b37fbcb680b'" msgstr "" "external ref='figures/face-win.svg' md5='5a18e37927cee8d20cfc5b37fbcb680b'" -#: C/faces.page:16(page/title) +#: C/faces.page:20(page/title) msgid "The meaning of the faces" msgstr "El significado de los emoticonos" -#: C/faces.page:21(td/p) -msgid "This is a new game and you didn't clicked on any tile for the moment." -msgstr "Esto es un juego nuevo y todavía no ha pulsado en ninguna casilla." - #: C/faces.page:25(td/p) -msgid "You clicked on a mine, you loose." -msgstr "Ha pulsado sobre una mina, ha perdido." +msgid "This is a new game and you have not clicked on any tile yet." +msgstr "Esto es un juego nuevo y todavía no ha pulsado en ninguna casilla." #: C/faces.page:29(td/p) -msgid "The tile you clicked on is safe. You can continue." -msgstr "La casilla que ha pulsado es segura. Puede continuar." +#| msgid "You are clicking on a tile." +msgid "You are currently clicking on a tile." +msgstr "Está pulsando en una casilla." #: C/faces.page:33(td/p) -msgid "This face appears when you're clicking a on tile." -msgstr "Este emoticono aparece cuando pulsa sobre una casilla." +#| msgid "You have uncovered a mine, you lose." +msgid "You have uncovered a mine. You lose." +msgstr "Ha descubierto una mina. Ha perdido." #: C/faces.page:37(td/p) -msgid "You found all the mines, you win." -msgstr "Ha encontrado todas las minas, ha ganado" +#| msgid "The tile you just clicked on is safe, you can continue." +msgid "The tile you just clicked on is safe. You can continue." +msgstr "La casilla en la que ha pulsado es segura. Puede continuar." + +#: C/faces.page:41(td/p) +#| msgid "You have found all the mines, you win." +msgid "You have found all the mines. You win!" +msgstr "Ha encontrado todas las minas. Ha ganado." #. This is a reference to an external file such as an image or video. When #. the file changes, the md5 hash will change to let you know you need to @@ -529,17 +528,24 @@ msgstr "Pistas y advertencias" #: C/get-help.page:23(page/p) +#| msgid "" +#| "You can use hints to reveal safe tiles and flag warnings to help you keep " +#| "track of flags." msgid "" -"You can use hints to reveal safe tiles and flag warnings to help you keep " +"You can use hints to reveal safe tiles, and flag warnings to help you keep " "track of flags." msgstr "" "Puede usar las pistas para revelar las casillas seguras y las banderas de " "advertencia para ayudarle a llevar un control de las banderas." #: C/get-help.page:26(page/p) +#| msgid "" +#| "Click Hint in the toolbar to reveal a hidden " +#| "tile that is safe. You will be penalised for using hints: ten seconds " +#| "will be added to your total time." msgid "" "Click Hint in the toolbar to reveal a hidden " -"tile that is safe. You will be penalised for using hints: ten seconds will " +"tile that is safe. You will be penalized for using hints: ten seconds will " "be added to your total time." msgstr "" "Pulse Pista en la barra de herramientas para " @@ -564,9 +570,12 @@ msgstr "Puntuación más alta" #: C/high-scores.page:24(page/p) +#| msgid "" +#| "The scores lists the ten fastest times in which each type of mine field " +#| "has been cleared." msgid "" -"The scores lists the ten fastest times in which each type of mine field has " -"been cleared." +"The high scores list the ten fastest times in which each type of mine field " +"has been cleared." msgstr "" "La puntuación muestra los 10 mejores tiempos en los que se ha limpiado cada " "tipo de campo de minas." @@ -663,30 +672,30 @@ "Commons o lea el Escrito de Commons." -#: C/new-game.page:23(page/title) +#: C/new-game.page:26(page/title) msgid "Start a new game" msgstr "Iniciar un juego nuevo" -#: C/new-game.page:25(page/p) +#: C/new-game.page:28(page/p) msgid "To start a new game:" msgstr "Para iniciar un juego nuevo:" -#: C/new-game.page:27(item/p) +#: C/new-game.page:31(item/p) msgid "" -"click the New button or select MinesNew Game " -"from the application menu" +"Click the New button or select Mines New Game " +"from the application menu." msgstr "" -"pulse Nuevo o seleccione Nuevo o seleccione MinasJuego nuevo en el " "menú de la aplicación." -#: C/new-game.page:28(item/p) -msgid "select your preferred board size" +#: C/new-game.page:37(item/p) +msgid "Select your preferred board size." msgstr "" -"seleccione su tamaño de tablero preferido" +"Seleccione su tamaño de tablero preferido." -#: C/new-game.page:32(note/p) +#: C/new-game.page:42(note/p) msgid "" "If you are already playing a game, Mines will ask if you want to " "Start New Game or Keep Current Game. If you choose the " @@ -717,27 +726,33 @@ "tablero personalizado." #: C/rules.page:35(item/p) +#| msgid "" +#| "The game begins with the board covered in tiles, click on any tile to " +#| "uncover it. You will reveal:" msgid "" -"The game begins with the board covered in tiles, click on any tile to " +"The game begins with the board covered in tiles. Click on any tile to " "uncover it. You will reveal:" msgstr "" -"El juego empieza con el tablero lleno de casillas; pulse sobre una de ella " +"El juego empieza con el tablero lleno de casillas. Pulse sobre una de ellas " "para descubrirla. Revelará:" #: C/rules.page:39(item/p) +#| msgid "" +#| "A colored number, which represent the number of mines in the adjacent " +#| "tiles. This will help you deduce where the mines are so that you can mark " +#| "them with ." msgid "" "A colored number, which represent the number of mines in the adjacent tiles. " "This will help you deduce where the mines are so that you can mark them with " -"." +"flags." msgstr "" "Un número de color, que representa el número de minas en las casillas " -"adyacentes. Esto de la una pista de cuántas minas hay, y de dónde tiene que " -"poner ." +"adyacentes. Esto le ayudará a deducir dónde están las minas, por lo que " +"puede marcarlas con banderas." #: C/rules.page:44(item/p) msgid "" -"A blank title, which means there are no mines under any of the adjacent " -"tiles." +"A blank tile, which means there are no mines under any of the adjacent tiles." msgstr "" "Una casilla vacía, lo que significa que no hay minas en las casillas " "adyacentes." @@ -859,11 +874,14 @@ "participar, es bienvenido." #: C/translate.page:27(page/p) +#| msgid "" +#| "There are many " +#| "languages for which translations are still needed." msgid "" -"There are many " +"There are many " "languages for which translations are still needed." msgstr "" -"Hay muchos idiomasmuchos idiomas para los que se siguen necesitando traducciones." #: C/translate.page:30(page/p) @@ -901,6 +919,9 @@ "usando su lista de correo." +#~ msgid "This face appears when you're clicking a on tile." +#~ msgstr "Este emoticono aparece cuando pulsa sobre una casilla." + #~ msgid "" #~ "To file your bug, choose the component gnomine in the " #~ "Component menu." @@ -1496,14 +1517,14 @@ #~ "numbered square." #~ msgstr "" #~ "Hay una casilla de verificación en el diálogo de preferencias llamada " -#~ "Usar banderas «No estoy seguro». Si activa esto, entonces cuando pulse " -#~ "con el botón derecho sobre una casilla, rotará entre las banderas " -#~ "normales usadas para marcar una casilla como minada, una bandera con n " -#~ "signo de interrogación en ella y una ausencia de bandera. Esta nueva " -#~ "bandera es para ayudarle con sus razonamientos, para marcar casillas que " -#~ "cree que pueden ser minas pero no está seguro. Estas banderas no tienen " -#~ "efecto en el juego; aún debe usar el número apropiado de marcadores rojos " -#~ "de bandera para poder limpiar alrededor de la casilla numerada." +#~ "Usar banderas «No estoy seguro». Si activa esto, entonces cuando pulse con " +#~ "el botón derecho sobre una casilla, rotará entre las banderas normales " +#~ "usadas para marcar una casilla como minada, una bandera con n signo de " +#~ "interrogación en ella y una ausencia de bandera. Esta nueva bandera es " +#~ "para ayudarle con sus razonamientos, para marcar casillas que cree que " +#~ "pueden ser minas pero no está seguro. Estas banderas no tienen efecto en " +#~ "el juego; aún debe usar el número apropiado de marcadores rojos de " +#~ "bandera para poder limpiar alrededor de la casilla numerada." #~ msgid "The sequence of flags when \"I'm not sure\" flags are enabled." #~ msgstr "" diff -Nru gnome-mines-3.8.2/help/es/faces.page gnome-mines-3.10.1/help/es/faces.page --- gnome-mines-3.8.2/help/es/faces.page 2013-08-20 01:49:29.000000000 +0000 +++ gnome-mines-3.10.1/help/es/faces.page 2013-10-12 11:22:17.000000000 +0000 @@ -10,11 +10,15 @@ 2011 + + Aruna Sankaranarayanan + aruna.evam@gmail.com + Daniel Mustieles daniel.mustieles@gmail.com - 2011-2012 + 2011-2013 @@ -32,20 +36,20 @@

Esto es un juego nuevo y todavía no ha pulsado en ninguna casilla.

- -

Ha pulsado sobre una mina, ha perdido.

+ +

Está pulsando en una casilla.

- -

La casilla que ha pulsado es segura. Puede continuar.

+ +

Ha descubierto una mina. Ha perdido.

- -

Este emoticono aparece cuando pulsa sobre una casilla.

+ +

La casilla en la que ha pulsado es segura. Puede continuar.

-

Ha encontrado todas las minas, ha ganado

+

Ha encontrado todas las minas. Ha ganado.

diff -Nru gnome-mines-3.8.2/help/es/flags.page gnome-mines-3.10.1/help/es/flags.page --- gnome-mines-3.8.2/help/es/flags.page 2013-08-20 01:49:29.000000000 +0000 +++ gnome-mines-3.10.1/help/es/flags.page 2013-10-12 11:22:17.000000000 +0000 @@ -28,7 +28,7 @@ Daniel Mustieles daniel.mustieles@gmail.com - 2011-2012 + 2011-2013 diff -Nru gnome-mines-3.8.2/help/es/get-help.page gnome-mines-3.10.1/help/es/get-help.page --- gnome-mines-3.8.2/help/es/get-help.page 2013-08-20 01:49:29.000000000 +0000 +++ gnome-mines-3.10.1/help/es/get-help.page 2013-10-12 11:22:17.000000000 +0000 @@ -19,7 +19,7 @@ Daniel Mustieles daniel.mustieles@gmail.com - 2011-2012 + 2011-2013 diff -Nru gnome-mines-3.8.2/help/es/high-scores.page gnome-mines-3.10.1/help/es/high-scores.page --- gnome-mines-3.8.2/help/es/high-scores.page 2013-08-20 01:49:29.000000000 +0000 +++ gnome-mines-3.10.1/help/es/high-scores.page 2013-10-12 11:22:17.000000000 +0000 @@ -20,7 +20,7 @@ Daniel Mustieles daniel.mustieles@gmail.com - 2011-2012 + 2011-2013 diff -Nru gnome-mines-3.8.2/help/es/index.page gnome-mines-3.10.1/help/es/index.page --- gnome-mines-3.8.2/help/es/index.page 2013-08-20 01:49:29.000000000 +0000 +++ gnome-mines-3.10.1/help/es/index.page 2013-10-12 11:22:17.000000000 +0000 @@ -22,7 +22,7 @@ Daniel Mustieles daniel.mustieles@gmail.com - 2011-2012 + 2011-2013 @@ -32,7 +32,7 @@ - <media type="image" src="figures/logo32.png">Logo de Minas</media>Minas + <media type="image" src="figures/logo32.png">Logo de Minas</media> Minas

Minas es un clon del Buscaminas. El objetivo del juego es encontrar todas las minas ocultas en el tablero. Necesitará usar una combinación de lógica y suerte para encontrarlas todas sin provocar una explosión.

Juego diff -Nru gnome-mines-3.8.2/help/es/license.page gnome-mines-3.10.1/help/es/license.page --- gnome-mines-3.8.2/help/es/license.page 2013-08-20 01:49:29.000000000 +0000 +++ gnome-mines-3.10.1/help/es/license.page 2013-10-12 11:22:17.000000000 +0000 @@ -9,7 +9,7 @@ Daniel Mustieles daniel.mustieles@gmail.com - 2011-2012 + 2011-2013 diff -Nru gnome-mines-3.8.2/help/es/new-game.page gnome-mines-3.10.1/help/es/new-game.page --- gnome-mines-3.8.2/help/es/new-game.page 2013-08-20 01:49:29.000000000 +0000 +++ gnome-mines-3.10.1/help/es/new-game.page 2013-10-12 11:22:17.000000000 +0000 @@ -16,12 +16,15 @@ kittykat3756@gmail.com 2012 - + + Aruna Sankaranarayanan + aruna.evam@gmail.com + Daniel Mustieles daniel.mustieles@gmail.com - 2011-2012 + 2011-2013 @@ -35,8 +38,12 @@

Para iniciar un juego nuevo:

-

pulse Nuevo o seleccione MinasJuego nuevo en el menú de la aplicación.

-

seleccione su tamaño de tablero preferido

+ +

Pulse Nuevo o seleccione MinasJuego nuevo en el menú de la aplicación.

+
+ +

Seleccione su tamaño de tablero preferido.

+
diff -Nru gnome-mines-3.8.2/help/es/rules.page gnome-mines-3.10.1/help/es/rules.page --- gnome-mines-3.8.2/help/es/rules.page 2013-08-20 01:49:29.000000000 +0000 +++ gnome-mines-3.10.1/help/es/rules.page 2013-10-12 11:22:17.000000000 +0000 @@ -21,7 +21,7 @@ Daniel Mustieles daniel.mustieles@gmail.com - 2011-2012 + 2011-2013 @@ -41,10 +41,10 @@

Empiece eligiendo uno de estos tres tamaños de tablero, o seleccionando un tablero personalizado.

-

El juego empieza con el tablero lleno de casillas; pulse sobre una de ella para descubrirla. Revelará:

+

El juego empieza con el tablero lleno de casillas. Pulse sobre una de ellas para descubrirla. Revelará:

-

Un número de color, que representa el número de minas en las casillas adyacentes. Esto de la una pista de cuántas minas hay, y de dónde tiene que poner .

+

Un número de color, que representa el número de minas en las casillas adyacentes. Esto le ayudará a deducir dónde están las minas, por lo que puede marcarlas con banderas.

Una casilla vacía, lo que significa que no hay minas en las casillas adyacentes.

diff -Nru gnome-mines-3.8.2/help/es/shortcuts.page gnome-mines-3.10.1/help/es/shortcuts.page --- gnome-mines-3.8.2/help/es/shortcuts.page 2013-08-20 01:49:29.000000000 +0000 +++ gnome-mines-3.10.1/help/es/shortcuts.page 2013-10-12 11:22:17.000000000 +0000 @@ -15,7 +15,7 @@ Daniel Mustieles daniel.mustieles@gmail.com - 2011-2012 + 2011-2013 diff -Nru gnome-mines-3.8.2/help/es/toolbar.page gnome-mines-3.10.1/help/es/toolbar.page --- gnome-mines-3.8.2/help/es/toolbar.page 2013-08-20 01:49:29.000000000 +0000 +++ gnome-mines-3.10.1/help/es/toolbar.page 2013-10-12 11:22:17.000000000 +0000 @@ -13,7 +13,7 @@ Daniel Mustieles daniel.mustieles@gmail.com - 2011-2012 + 2011-2013 diff -Nru gnome-mines-3.8.2/help/es/translate.page gnome-mines-3.10.1/help/es/translate.page --- gnome-mines-3.8.2/help/es/translate.page 2013-08-20 01:49:29.000000000 +0000 +++ gnome-mines-3.10.1/help/es/translate.page 2013-10-12 11:22:17.000000000 +0000 @@ -21,7 +21,7 @@ Daniel Mustieles daniel.mustieles@gmail.com - 2011-2012 + 2011-2013 @@ -33,9 +33,7 @@ Ayudar a traducir

La interfaz de usuario de los juegos de GNOME y la documentación las traduce una comunidad de voluntarios de todo el mundo. Si quiere participar, es bienvenido.

-

- There are many languages for which translations are still needed. -

+

Hay muchos idiomas para los que se siguen necesitando traducciones.

Para empezar a traducir necesitará crear una cuenta y unirse al equipo de traducción de su idioma. Esto le dará la posibilidad de subir traducciones nuevas.

Puede chatear con los traductores de GNOME usando irc. La gente de los canales se encuentra en cualquier parte del mundo, por lo que puede que no obtenga una respuesta inmediata debido a las diferencias horarias.

diff -Nru gnome-mines-3.8.2/help/eu/board-size.page gnome-mines-3.10.1/help/eu/board-size.page --- gnome-mines-3.8.2/help/eu/board-size.page 2013-08-20 01:49:26.000000000 +0000 +++ gnome-mines-3.10.1/help/eu/board-size.page 2013-10-12 11:22:17.000000000 +0000 @@ -24,7 +24,9 @@ -

Click New or MinesNew Game.

+

Click New or + Mines + New Game.

Select one of the grid sizes:

diff -Nru gnome-mines-3.8.2/help/eu/bug-filing.page gnome-mines-3.10.1/help/eu/bug-filing.page --- gnome-mines-3.8.2/help/eu/bug-filing.page 2013-08-20 01:49:27.000000000 +0000 +++ gnome-mines-3.10.1/help/eu/bug-filing.page 2013-10-12 11:22:17.000000000 +0000 @@ -22,15 +22,20 @@ Mines is maintained by a volunteer community. You are welcome to participate. If you notice a problem you can file a bug report. To file a bug, go to .

- This is a bug tracking system where users and developers can file details about bugs, crashes and request enhancements. + This is a bug tracking system where users and developers can file details about bugs and crashes, or request enhancements.

- To participate you need an account which will give you the ability to gain access, file bugs, and make comments. Also, you need to register so you can receive updates by e-mail about the status of your bug. If you don't already have an account, just click on the New Account link to create one. -

-

- Once you have an account, log in, click on File a BugApplicationsgnome-mines. - Before reporting a bug, please read the bug writing guidelines, and please browse for the bug to see if it already exists. + To participate you need an account, which will give you the ability to gain access, file bugs, make comments, and receive updates by e-mail about the status of your bug. If you don't already have an account, just click on the New Account link to create one.

+ +

Once you have an account, log in, click on File a + BugApplicationsgnome-mines. Before + reporting a bug, please read the + bug + writing guidelines, and please + browse + for the bug to see if it already exists.

+

If you are requesting a new feature, choose enhancement in the Severity menu. Fill in the Summary and Description sections and click Commit. diff -Nru gnome-mines-3.8.2/help/eu/documentation.page gnome-mines-3.10.1/help/eu/documentation.page --- gnome-mines-3.8.2/help/eu/documentation.page 2013-08-20 01:49:27.000000000 +0000 +++ gnome-mines-3.10.1/help/eu/documentation.page 2013-10-12 11:22:17.000000000 +0000 @@ -14,6 +14,10 @@ kittykat3756@gmail.com 2012 + + Aruna Sankaranarayanan + aruna.evam@gmail.com +

Creative Commons Share Alike 3.0

@@ -25,12 +29,15 @@ welcome to participate.

To contribute to the Documentation Project, get in touch with us on the - #docs channel on irc.gnome.org or via our - mailing - list.

+ #docs + channel on + irc.gnome.org + or via our + mailing list + .

-

Our wiki +

Our + wiki page contains useful information.

- diff -Nru gnome-mines-3.8.2/help/eu/faces.page gnome-mines-3.10.1/help/eu/faces.page --- gnome-mines-3.8.2/help/eu/faces.page 2013-08-20 01:49:27.000000000 +0000 +++ gnome-mines-3.10.1/help/eu/faces.page 2013-10-12 11:22:17.000000000 +0000 @@ -10,6 +10,10 @@ 2011 + + Aruna Sankaranarayanan + aruna.evam@gmail.com + The meaning of the faces @@ -17,23 +21,23 @@ - + - - + + - - + + - - + + - +

This is a new game and you didn't clicked on any tile for the moment.

This is a new game and you have not clicked on any tile yet.

You clicked on a mine, you loose.

You are currently clicking on a tile.

The tile you clicked on is safe. You can continue.

You have uncovered a mine. You lose.

This face appears when you're clicking a on tile.

The tile you just clicked on is safe. You can continue.

You found all the mines, you win.

You have found all the mines. You win!

diff -Nru gnome-mines-3.8.2/help/eu/get-help.page gnome-mines-3.10.1/help/eu/get-help.page --- gnome-mines-3.8.2/help/eu/get-help.page 2013-08-20 01:49:27.000000000 +0000 +++ gnome-mines-3.10.1/help/eu/get-help.page 2013-10-12 11:22:17.000000000 +0000 @@ -19,11 +19,11 @@ Hints and warnings -

You can use hints to reveal safe tiles and flag warnings to help you keep +

You can use hints to reveal safe tiles, and flag warnings to help you keep track of flags.

Click Hint in the toolbar to reveal a hidden - tile that is safe. You will be penalised for using hints: ten seconds will be + tile that is safe. You will be penalized for using hints: ten seconds will be added to your total time.

To enable warnings, edit the preferences by selecting diff -Nru gnome-mines-3.8.2/help/eu/high-scores.page gnome-mines-3.10.1/help/eu/high-scores.page --- gnome-mines-3.8.2/help/eu/high-scores.page 2013-08-20 01:49:27.000000000 +0000 +++ gnome-mines-3.10.1/help/eu/high-scores.page 2013-10-12 11:22:17.000000000 +0000 @@ -20,8 +20,8 @@ High scores -

The scores lists the ten fastest times in which each type of mine field - has been cleared.

+

The high scores list the ten fastest times in which each type of mine + field has been cleared.

To view the high scores, select MinesScores. The dialog will display the Small field size by default; to view other sizes, select them in diff -Nru gnome-mines-3.8.2/help/eu/index.page gnome-mines-3.10.1/help/eu/index.page --- gnome-mines-3.8.2/help/eu/index.page 2013-08-20 01:49:27.000000000 +0000 +++ gnome-mines-3.10.1/help/eu/index.page 2013-10-12 11:22:17.000000000 +0000 @@ -21,7 +21,7 @@ <media type="image" src="figures/logo32.png">GNOME Mines - logo</media>GNOME Mines + logo GNOME Mines

Mines is a clone of the game Minesweeper. The aim is to locate all the mines that are hidden under tiles on a rectangular board. You will diff -Nru gnome-mines-3.8.2/help/eu/new-game.page gnome-mines-3.10.1/help/eu/new-game.page --- gnome-mines-3.8.2/help/eu/new-game.page 2013-08-20 01:49:27.000000000 +0000 +++ gnome-mines-3.10.1/help/eu/new-game.page 2013-10-12 11:22:17.000000000 +0000 @@ -16,15 +16,25 @@ kittykat3756@gmail.com 2012 - + + Aruna Sankaranarayanan + aruna.evam@gmail.com + Start a new game

To start a new game:

-

click the New button or select MinesNew Game from the application menu

-

select your preferred board size

+ +

Click the New button or select + Mines + New Game from + the application menu.

+
+ +

Select your preferred board size.

+
diff -Nru gnome-mines-3.8.2/help/eu/rules.page gnome-mines-3.10.1/help/eu/rules.page --- gnome-mines-3.8.2/help/eu/rules.page 2013-08-20 01:49:27.000000000 +0000 +++ gnome-mines-3.10.1/help/eu/rules.page 2013-10-12 11:22:17.000000000 +0000 @@ -31,16 +31,16 @@ selecting a custom board.

-

The game begins with the board covered in tiles, click on any tile to +

The game begins with the board covered in tiles. Click on any tile to uncover it. You will reveal:

A colored number, which represent the number of mines in the adjacent tiles. This will help you deduce where the mines are so that - you can mark them with .

+ you can mark them with flags.

-

A blank title, which means there are no mines under any of the +

A blank tile, which means there are no mines under any of the adjacent tiles.

diff -Nru gnome-mines-3.8.2/help/fr/board-size.page gnome-mines-3.10.1/help/fr/board-size.page --- gnome-mines-3.8.2/help/fr/board-size.page 2013-08-20 01:49:26.000000000 +0000 +++ gnome-mines-3.10.1/help/fr/board-size.page 2013-10-12 11:22:17.000000000 +0000 @@ -42,7 +42,9 @@ -

Cliquez sur Nouveau ou sur MinesNouvelle partie.

+

Click New or + Mines + New Game.

Choisissez une taille de grille :

diff -Nru gnome-mines-3.8.2/help/fr/bug-filing.page gnome-mines-3.10.1/help/fr/bug-filing.page --- gnome-mines-3.8.2/help/fr/bug-filing.page 2013-08-20 01:49:26.000000000 +0000 +++ gnome-mines-3.10.1/help/fr/bug-filing.page 2013-10-12 11:22:17.000000000 +0000 @@ -37,9 +37,21 @@
Rapport d'anomalie ou suggestion d'amélioration

Mines est maintenu par une communauté de volontaires. Votre contribution est la bienvenue. Si vous remarquez un problème, vous pouvez remplir un rapport d'anomalie en allant sur .

-

Il s'agit d'un système de suivi de bogues où les utilisateurs et les développeurs peuvent fournir des détails sur des bogues, des plantages et demander des améliorations.

-

Pour participer, vous devez posséder un compte qui vous donne la possibilité de déposer des bogues et faire des commentaires. Vous devez également vous inscrire afin de recevoir les mises à jour du statut de votre bogue par courriel. Si vous n'avez pas encore de compte, il suffit de cliquer sur le lien New Account (nouveau compte) pour en créer un.

-

Une fois en possession de votre compte, connectez-vous (bouton « log in » dans la barre du haut ou du bas). Cliquez alors successivement sur File a Bug (Déclarer un bogue)Applicationsgnome-mines. Avant de signaler une anomalie, lisez le guide de rédaction des rapport de bogues et faites une recherche au sujet de l'anomalie au cas où quelque chose de similaire existerait déjà.

+

+ This is a bug tracking system where users and developers can file details about bugs and crashes, or request enhancements. +

+

+ To participate you need an account, which will give you the ability to gain access, file bugs, make comments, and receive updates by e-mail about the status of your bug. If you don't already have an account, just click on the New Account link to create one. +

+ +

Once you have an account, log in, click on File a + BugApplicationsgnome-mines. Before + reporting a bug, please read the + bug + writing guidelines, and please + browse + for the bug to see if it already exists.

+

Si vous demandez une nouvelle fonctionnalité, choisissez enhancement (amélioration) dans le menu Severity (sévérité). Remplissez les rubriques « Summary » (résumé) et « Description » puis cliquez sur Commit (soumettre).

Votre signalement recevra un numéro d'identification, et son statut sera mis à jour quand il sera traité. Merci de participer à l'amélioration de Mines !

diff -Nru gnome-mines-3.8.2/help/fr/documentation.page gnome-mines-3.10.1/help/fr/documentation.page --- gnome-mines-3.8.2/help/fr/documentation.page 2013-08-20 01:49:27.000000000 +0000 +++ gnome-mines-3.10.1/help/fr/documentation.page 2013-10-12 11:22:17.000000000 +0000 @@ -14,6 +14,10 @@ kittykat3756@gmail.com 2012 + + Aruna Sankaranarayanan + aruna.evam@gmail.com +

Creative Commons Paternité-Partage des Conditions Initiales à l'Identique 3.0

@@ -41,9 +45,14 @@

Les manuels utilisateur des jeux GNOME sont maintenus par une communauté de volontaires. Votre contribution est la bienvenue.

-

Pour contribuer au projet de documentation, contactez-nous sur le canal #docs sur irc.gnome.org ou via notre liste de diffusion.

+

To contribute to the Documentation Project, get in touch with us on the + #docs + channel on + irc.gnome.org + or via our + mailing list + .

Notre page wiki contient des informations utiles.

- diff -Nru gnome-mines-3.8.2/help/fr/faces.page gnome-mines-3.10.1/help/fr/faces.page --- gnome-mines-3.8.2/help/fr/faces.page 2013-08-20 01:49:27.000000000 +0000 +++ gnome-mines-3.10.1/help/fr/faces.page 2013-10-12 11:22:17.000000000 +0000 @@ -10,6 +10,10 @@ 2011 + + Aruna Sankaranarayanan + aruna.evam@gmail.com + Bruno Brouard @@ -35,23 +39,23 @@ - + - - + + - - + + - - + + - +

Ceci est une nouvelle partie et vous n'avez encore cliqué sur aucune tuile.

This is a new game and you have not clicked on any tile yet.

Vous avez cliqué sur une mine, vous avez perdu.

You are currently clicking on a tile.

Vous avez cliqué sur une tuile sans mine. Vous pouvez continuer.

You have uncovered a mine. You lose.

Ce visage apparaît quand vous cliquez sur une tuile.

The tile you just clicked on is safe. You can continue.

Vous avez trouvé toutes les mines, vous avez gagné.

You have found all the mines. You win!

diff -Nru gnome-mines-3.8.2/help/fr/get-help.page gnome-mines-3.10.1/help/fr/get-help.page --- gnome-mines-3.8.2/help/fr/get-help.page 2013-08-20 01:49:27.000000000 +0000 +++ gnome-mines-3.10.1/help/fr/get-help.page 2013-10-12 11:22:17.000000000 +0000 @@ -37,9 +37,12 @@ Astuces et avertissements -

Vous pouvez utilisez les astuces pour signaler les tuiles inoffensives et les avertissements des drapeaux pour en connaître le statut.

+

You can use hints to reveal safe tiles, and flag warnings to help you keep + track of flags.

-

Cliquez sur Astuce dans la barre d'outils pour signaler une tuile cachée inoffensive. Cela vous coûtera dix secondes de pénalité ajoutées à votre temps total pour chaque astuce utilisée.

+

Click Hint in the toolbar to reveal a hidden + tile that is safe. You will be penalized for using hints: ten seconds will be + added to your total time.

Pour activer les avertissements, cliquez sur MinesPréférences et cochez la case Avertir s'il y a trop de drapeaux. Vous serez averti si vous tentez de planter trop de drapeaux à proximité d'une tuile retournée.

diff -Nru gnome-mines-3.8.2/help/fr/high-scores.page gnome-mines-3.10.1/help/fr/high-scores.page --- gnome-mines-3.8.2/help/fr/high-scores.page 2013-08-20 01:49:27.000000000 +0000 +++ gnome-mines-3.10.1/help/fr/high-scores.page 2013-10-12 11:22:17.000000000 +0000 @@ -38,7 +38,8 @@ Meilleurs scores -

La liste affiche les dix meilleurs temps pour chaque type de champ de mines ayant été nettoyé.

+

The high scores list the ten fastest times in which each type of mine + field has been cleared.

Pour afficher les meilleurs scores, cliquez sur MinesScores. La boîte de dialogue affiche par défaut les scores pour la plus Petite taille de plateau. Pour voir les scores des autres tailles, choisissez-les dans le menu déroulant en haut.

diff -Nru gnome-mines-3.8.2/help/fr/index.page gnome-mines-3.10.1/help/fr/index.page --- gnome-mines-3.8.2/help/fr/index.page 2013-08-20 01:49:27.000000000 +0000 +++ gnome-mines-3.10.1/help/fr/index.page 2013-10-12 11:22:17.000000000 +0000 @@ -38,7 +38,8 @@
- <media type="image" src="figures/logo32.png">Logo de GNOME Mines</media>GNOME Mines + <media type="image" src="figures/logo32.png">GNOME Mines + logo</media> GNOME Mines

Mines est un clone du jeu Démineur. Le but du jeu est de repérer toutes les mines cachées sous les tuiles d'une grille carrée. Vous aurez besoin de réflexion et d'un peu de chance pour les trouver toutes sans provoquer d'explosion.

Partie diff -Nru gnome-mines-3.8.2/help/fr/new-game.page gnome-mines-3.10.1/help/fr/new-game.page --- gnome-mines-3.8.2/help/fr/new-game.page 2013-08-20 01:49:27.000000000 +0000 +++ gnome-mines-3.10.1/help/fr/new-game.page 2013-10-12 11:22:17.000000000 +0000 @@ -16,7 +16,10 @@ kittykat3756@gmail.com 2012 - + + Aruna Sankaranarayanan + aruna.evam@gmail.com + Bruno Brouard @@ -41,8 +44,15 @@

Pour commencer une nouvelle partie :

-

cliquez sur Nouveau ou sur MinesNouvelle partie.

-

choisissez votre taille de plateau

+ +

Click the New button or select + Mines + New Game from + the application menu.

+
+ +

Select your preferred board size.

+
diff -Nru gnome-mines-3.8.2/help/fr/rules.page gnome-mines-3.10.1/help/fr/rules.page --- gnome-mines-3.8.2/help/fr/rules.page 2013-08-20 01:49:27.000000000 +0000 +++ gnome-mines-3.10.1/help/fr/rules.page 2013-10-12 11:22:17.000000000 +0000 @@ -47,13 +47,17 @@

Commencez par choisir une des trois tailles de plateau proposées, ou constituez votre propre plateau personnalisé.

-

Le jeu débute par un plateau entièrement recouvert de tuiles. Cliquez sur n'importe laquelle pour la retourner. Vous voyez alors :

+

The game begins with the board covered in tiles. Click on any tile to + uncover it. You will reveal:

-

soit un nombre coloré qui représente le nombre cumulé de mines qu'il y a dessous les tuiles adjacentes à celle que vous avez cliquée ; cela vous donne une idée de l'emplacement des mines et donc où planter les ,

+

A colored number, which represent the number of mines in the + adjacent tiles. This will help you deduce where the mines are so that + you can mark them with flags.

-

soit un carré vide, ce qui signifie qu'il n'y a pas de mine autour,

+

A blank tile, which means there are no mines under any of the + adjacent tiles.

soit enfin une mine qui explose et met fin à la partie.

diff -Nru gnome-mines-3.8.2/help/gl/board-size.page gnome-mines-3.10.1/help/gl/board-size.page --- gnome-mines-3.8.2/help/gl/board-size.page 2013-08-20 01:49:27.000000000 +0000 +++ gnome-mines-3.10.1/help/gl/board-size.page 2013-10-12 11:22:17.000000000 +0000 @@ -30,7 +30,9 @@ -

Click New or MinesNew Game.

+

Click New or + Mines + New Game.

Select one of the grid sizes:

diff -Nru gnome-mines-3.8.2/help/gl/bug-filing.page gnome-mines-3.10.1/help/gl/bug-filing.page --- gnome-mines-3.8.2/help/gl/bug-filing.page 2013-08-20 01:49:27.000000000 +0000 +++ gnome-mines-3.10.1/help/gl/bug-filing.page 2013-10-12 11:22:17.000000000 +0000 @@ -28,15 +28,20 @@ Mines is maintained by a volunteer community. You are welcome to participate. If you notice a problem you can file a bug report. To file a bug, go to .

- This is a bug tracking system where users and developers can file details about bugs, crashes and request enhancements. + This is a bug tracking system where users and developers can file details about bugs and crashes, or request enhancements.

- To participate you need an account which will give you the ability to gain access, file bugs, and make comments. Also, you need to register so you can receive updates by e-mail about the status of your bug. If you don't already have an account, just click on the New Account link to create one. -

-

- Once you have an account, log in, click on File a BugApplicationsgnome-mines. - Before reporting a bug, please read the bug writing guidelines, and please browse for the bug to see if it already exists. + To participate you need an account, which will give you the ability to gain access, file bugs, make comments, and receive updates by e-mail about the status of your bug. If you don't already have an account, just click on the New Account link to create one.

+ +

Once you have an account, log in, click on File a + BugApplicationsgnome-mines. Before + reporting a bug, please read the + bug + writing guidelines, and please + browse + for the bug to see if it already exists.

+

If you are requesting a new feature, choose enhancement in the Severity menu. Fill in the Summary and Description sections and click Commit. diff -Nru gnome-mines-3.8.2/help/gl/documentation.page gnome-mines-3.10.1/help/gl/documentation.page --- gnome-mines-3.8.2/help/gl/documentation.page 2013-08-20 01:49:27.000000000 +0000 +++ gnome-mines-3.10.1/help/gl/documentation.page 2013-10-12 11:22:18.000000000 +0000 @@ -14,6 +14,10 @@ kittykat3756@gmail.com 2012 + + Aruna Sankaranarayanan + aruna.evam@gmail.com +

Creative Commons Compartir Igual 3.0

@@ -31,12 +35,15 @@ welcome to participate.

To contribute to the Documentation Project, get in touch with us on the - #docs channel on irc.gnome.org or via our - mailing - list.

+ #docs + channel on + irc.gnome.org + or via our + mailing list + .

-

Our wiki +

Our + wiki page contains useful information.

- diff -Nru gnome-mines-3.8.2/help/gl/faces.page gnome-mines-3.10.1/help/gl/faces.page --- gnome-mines-3.8.2/help/gl/faces.page 2013-08-20 01:49:27.000000000 +0000 +++ gnome-mines-3.10.1/help/gl/faces.page 2013-10-12 11:22:18.000000000 +0000 @@ -10,6 +10,10 @@ 2011 + + Aruna Sankaranarayanan + aruna.evam@gmail.com + Fran Dieguez @@ -23,23 +27,23 @@ - + - - + + - - + + - - + + - +

This is a new game and you didn't clicked on any tile for the moment.

This is a new game and you have not clicked on any tile yet.

You clicked on a mine, you loose.

You are currently clicking on a tile.

The tile you clicked on is safe. You can continue.

You have uncovered a mine. You lose.

This face appears when you're clicking a on tile.

The tile you just clicked on is safe. You can continue.

You found all the mines, you win.

You have found all the mines. You win!

diff -Nru gnome-mines-3.8.2/help/gl/get-help.page gnome-mines-3.10.1/help/gl/get-help.page --- gnome-mines-3.8.2/help/gl/get-help.page 2013-08-20 01:49:27.000000000 +0000 +++ gnome-mines-3.10.1/help/gl/get-help.page 2013-10-12 11:22:18.000000000 +0000 @@ -25,11 +25,11 @@ Hints and warnings -

You can use hints to reveal safe tiles and flag warnings to help you keep +

You can use hints to reveal safe tiles, and flag warnings to help you keep track of flags.

Click Hint in the toolbar to reveal a hidden - tile that is safe. You will be penalised for using hints: ten seconds will be + tile that is safe. You will be penalized for using hints: ten seconds will be added to your total time.

To enable warnings, edit the preferences by selecting diff -Nru gnome-mines-3.8.2/help/gl/high-scores.page gnome-mines-3.10.1/help/gl/high-scores.page --- gnome-mines-3.8.2/help/gl/high-scores.page 2013-08-20 01:49:28.000000000 +0000 +++ gnome-mines-3.10.1/help/gl/high-scores.page 2013-10-12 11:22:18.000000000 +0000 @@ -26,8 +26,8 @@ High scores -

The scores lists the ten fastest times in which each type of mine field - has been cleared.

+

The high scores list the ten fastest times in which each type of mine + field has been cleared.

To view the high scores, select MinesScores. The dialog will display the Small field size by default; to view other sizes, select them in diff -Nru gnome-mines-3.8.2/help/gl/index.page gnome-mines-3.10.1/help/gl/index.page --- gnome-mines-3.8.2/help/gl/index.page 2013-08-20 01:49:28.000000000 +0000 +++ gnome-mines-3.10.1/help/gl/index.page 2013-10-12 11:22:18.000000000 +0000 @@ -26,7 +26,8 @@ - <media type="image" src="figures/logo32.png">Logo de Minas</media>Minas + <media type="image" src="figures/logo32.png">GNOME Mines + logo</media> GNOME Mines

Mines is a clone of the game Minesweeper. The aim is to locate all the mines that are hidden under tiles on a rectangular board. You will diff -Nru gnome-mines-3.8.2/help/gl/new-game.page gnome-mines-3.10.1/help/gl/new-game.page --- gnome-mines-3.8.2/help/gl/new-game.page 2013-08-20 01:49:28.000000000 +0000 +++ gnome-mines-3.10.1/help/gl/new-game.page 2013-10-12 11:22:18.000000000 +0000 @@ -16,7 +16,10 @@ kittykat3756@gmail.com 2012 - + + Aruna Sankaranarayanan + aruna.evam@gmail.com + Fran Dieguez @@ -29,8 +32,15 @@

To start a new game:

-

click the New button or select MinesNew Game from the application menu

-

select your preferred board size

+ +

Click the New button or select + Mines + New Game from + the application menu.

+
+ +

Select your preferred board size.

+
diff -Nru gnome-mines-3.8.2/help/gl/rules.page gnome-mines-3.10.1/help/gl/rules.page --- gnome-mines-3.8.2/help/gl/rules.page 2013-08-20 01:49:28.000000000 +0000 +++ gnome-mines-3.10.1/help/gl/rules.page 2013-10-12 11:22:18.000000000 +0000 @@ -37,16 +37,16 @@ selecting a custom board.

-

The game begins with the board covered in tiles, click on any tile to +

The game begins with the board covered in tiles. Click on any tile to uncover it. You will reveal:

A colored number, which represent the number of mines in the adjacent tiles. This will help you deduce where the mines are so that - you can mark them with .

+ you can mark them with flags.

-

A blank title, which means there are no mines under any of the +

A blank tile, which means there are no mines under any of the adjacent tiles.

diff -Nru gnome-mines-3.8.2/help/hu/board-size.page gnome-mines-3.10.1/help/hu/board-size.page --- gnome-mines-3.8.2/help/hu/board-size.page 2013-08-20 01:49:27.000000000 +0000 +++ gnome-mines-3.10.1/help/hu/board-size.page 2013-10-12 11:22:18.000000000 +0000 @@ -24,22 +24,21 @@
- How to change the game board size + A játéktábla méretének megváltoztatása -

You can select a field size at the start of a new game.

+

A mező méretét az új játék indításakor választhatja ki.

-

Click New or MinesNew Game.

+

Nyomja meg az Új gombot, vagy válassza az AknakeresőÚj játék menüpontot.

-

Select one of the grid sizes:

+

Válasszon az elérhető táblaméretekből:

-

a 8 × 8 board with 10 mines

-

a 16 × 16 board with 40 mines

-

a 30 × 16 board with 99 mines

-

a custom board, where you chose the size and the number of - mines

+

8 × 8-as tábla 10 aknával

+

16 × 16-os tábla 40 aknával

+

30 × 16-os tábla 99 aknával

+

egyéni tábla, amelyen kiválaszthatja a méretet és az aknák számát is

diff -Nru gnome-mines-3.8.2/help/hu/bug-filing.page gnome-mines-3.10.1/help/hu/bug-filing.page --- gnome-mines-3.8.2/help/hu/bug-filing.page 2013-08-20 01:49:27.000000000 +0000 +++ gnome-mines-3.10.1/help/hu/bug-filing.page 2013-10-12 11:22:18.000000000 +0000 @@ -24,12 +24,12 @@
Hiba jelentése vagy továbbfejlesztés kérése -

- Mines is maintained by a volunteer community. You are welcome to participate. If you notice a problem you can file a bug report. To file a bug, go to . -

-

Ez egy hibakövető rendszer, ahová a felhasználók és fejlesztők beküldhetik a hibákkal, összeomlásokkal kapcsolatos adatokat, és továbbfejlesztéseket kérhetnek.

-

A részvételhez létre kell hoznia egy fiókot, amely lehetővé teszi a hozzáférést, hibajelentések beküldését és a hibákhoz való hozzászólást. A regisztráció után a hozzászólásokat e-mailben is megkaphatja. Ha még nincs fiókja, akkor a New Account hivatkozásra kattintva létrehozhat egyet.

-

Ha létrehozta fiókját, jelentkezzen be, kattintson a File a BugApplicationsgnome-mines hivatkozásokra Hiba jelentése előtt olvassa el a hibajelentés-írási irányelveket, és ellenőrizze, hogy nincs-e már a hiba bejelentve.

+

Az Aknakeresőt egy önkéntes közösség készíti. Közreműködését szívesen fogadjuk. Ha hibát észlelt, beküldhet egy hibajelentést. Ehhez keresse fel a oldalt.

+

Ez egy hibakövető rendszer, ahová a felhasználók és fejlesztők beküldhetik a hibákkal és összeomlásokkal kapcsolatos adatokat, vagy továbbfejlesztéseket kérhetnek.

+

A részvételhez létre kell hoznia egy fiókot, amely lehetővé teszi a hozzáférést, hibajelentések beküldését és a hibákhoz való hozzászólást, és a hiba állapotával kapcsolatos változásokat e-mailben is megkaphatja. Ha még nincs fiókja, akkor a New Account hivatkozásra kattintva létrehozhat egyet.

+ +

Ha létrehozta fiókját, jelentkezzen be, kattintson a File a BugApplicationsgnome-mines hivatkozásokra Hiba jelentése előtt olvassa el a hibajelentés-írási irányelveket, és ellenőrizze, hogy nincs-e már a hiba bejelentve.

+

Ha új szolgáltatást kér, válassza az enhancement lehetőséget a Severity menüben. Töltse ki a Summary és Description szakaszokat, és kattintson a Commit gombra.

A hibajelentés kapni fog egy azonosítószámot, az állapota pedig a feldolgozása során frissülni fog. Köszönjük, hogy segít jobbá tenni az Aknakeresőt!

diff -Nru gnome-mines-3.8.2/help/hu/documentation.page gnome-mines-3.10.1/help/hu/documentation.page --- gnome-mines-3.8.2/help/hu/documentation.page 2013-08-20 01:49:27.000000000 +0000 +++ gnome-mines-3.10.1/help/hu/documentation.page 2013-10-12 11:22:18.000000000 +0000 @@ -14,6 +14,10 @@ kittykat3756@gmail.com 2012 + + Aruna Sankaranarayanan + aruna.evam@gmail.com +

Creative Commons Share Alike 3.0

@@ -29,12 +33,8 @@

A GNOME játékok dokumentációját egy önkéntes közösség tartja karban. Közreműködését szívesen fogadjuk!

-

To contribute to the Documentation Project, get in touch with us on the - #docs channel on irc.gnome.org or via our - mailing - list.

+

A dokumentációs projekthez csatlakozáshoz keresse fel az #docs csatornát az irc.gnome.org-on, vagy a levelezőlistát.

A projekt wiki oldala tartalmazza a legfontosabb információkat.

- diff -Nru gnome-mines-3.8.2/help/hu/faces.page gnome-mines-3.10.1/help/hu/faces.page --- gnome-mines-3.8.2/help/hu/faces.page 2013-08-20 01:49:27.000000000 +0000 +++ gnome-mines-3.10.1/help/hu/faces.page 2013-10-12 11:22:18.000000000 +0000 @@ -10,6 +10,10 @@ 2011 + + Aruna Sankaranarayanan + aruna.evam@gmail.com + Kelemen Gábor @@ -18,28 +22,28 @@ - The meaning of the faces + Az arcok jelentése - + - - + + - - + + - - + + - +

This is a new game and you didn't clicked on any tile for the moment.

Ez egy új játék, és még nem kattintott egyik mezőre sem.

You clicked on a mine, you loose.

Épp egy mezőre kattint.

The tile you clicked on is safe. You can continue.

Aknát talált, vesztett.

This face appears when you're clicking a on tile.

A mező biztonságos, folytathatja.

You found all the mines, you win.

Minden aknát megtalált, nyert!

diff -Nru gnome-mines-3.8.2/help/hu/flags.page gnome-mines-3.10.1/help/hu/flags.page --- gnome-mines-3.8.2/help/hu/flags.page 2013-08-20 01:49:27.000000000 +0000 +++ gnome-mines-3.10.1/help/hu/flags.page 2013-10-12 11:22:18.000000000 +0000 @@ -32,29 +32,26 @@ - How to use flags + Hogyan használja a zászlókat
-

Flags are used to mark tiles which you suspect may hide a mine. Putting - a flag on a tile prevents you from clicking on it and possibly causing an - explosion, which would end the game.

+

A zászlók azon mezők megjelölésére használhatók, amelyekről úgy sejti, aknát rejtenek. A zászló elhelyezésével megakadályozza, hogy a mezőre kattintson és ezzel robbanást idézzen elő, ami a játék végét jelentené.

- How to place a flag on a tile + Hogyan helyezzen el zászlót egy mezőn
-

Red flags are those that cannot be clicked. To place a red flag on - a tile:

+

A piros zászlókra nem lehet kattintani. Egy piros zászló elhelyezéséhez:

-

right click on a blank tile.

+

kattintson a jobb egérgombbal egy üres mezőre.

@@ -64,26 +61,20 @@
-

To make the number of available flags equal to the number of - remaining mines, enable Warn if too many flags - placed and Use "I'm not sure" flags - preference options, then restart the application.

+

Az elérhető zászlók számának egyenlővé tételéhez a hátralévő aknák számával, kapcsolja be a Figyelmeztetés a túl sok zászlóról és a „Nem vagyok benne biztos” zászlók használata beállításokat, majd indítsa újra az alkalmazást.

- Use of the <em>I'm not sure</em> flag -

If you are not sure whether a tile hides a mine, you can use the blue - I'm not sure flag.

+ A <em>Nem vagyok benne biztos</em> zászló használata +

Ha nem biztos benne, hogy egy mező aknát rejt, használhatja a kék Nem vagyok benne biztos zászlót.

-

To put an I'm not sure flag on a tile:

+

A Nem vagyok benne biztos zászló elhelyezéséhez egy mezőn:

-

Right-click twice on a blank tile or once on a red - flag.

+

Kattintson kétszer egy üres mezőre, vagy egyszer egy piros zászlóra.

@@ -93,8 +84,7 @@
-

To enable these flags, click MinesPreferences, and select Use "I'm not - sure" flags.

+

Ezen zászlók bekapcsolásához válassza az AknakeresőBeállítások menüpontot, és jelölje be a „Nem vagyok benne biztos” zászlók használata négyzetet.

diff -Nru gnome-mines-3.8.2/help/hu/get-help.page gnome-mines-3.10.1/help/hu/get-help.page --- gnome-mines-3.8.2/help/hu/get-help.page 2013-08-20 01:49:27.000000000 +0000 +++ gnome-mines-3.10.1/help/hu/get-help.page 2013-10-12 11:22:18.000000000 +0000 @@ -23,18 +23,12 @@ - Hints and warnings + Javaslatok és figyelmeztetések -

You can use hints to reveal safe tiles and flag warnings to help you keep - track of flags.

+

A javaslatok használatával megjeleníthet biztonságos mezőket, és figyelmeztető zászlókat helyezhet el az aknák számon tartásához.

-

Click Hint in the toolbar to reveal a hidden - tile that is safe. You will be penalised for using hints: ten seconds will be - added to your total time.

+

Nyomja meg az eszköztár Javaslat gombját egy biztonságos mező megjelenítéséhez. A javaslatok használatáért büntetés jár: a teljes felhasznált idő tíz másodperccel nő.

-

To enable warnings, edit the preferences by selecting - MinesPreferences and ticking the - checkbox next to Warn if too many flags have been placed. This - will warn you when you try to place too many flags next to an open tile.

+

A figyelmeztetések bekapcsolásához válassza az AknakeresőBeállítások menüpontot, és jelölje be a Figyelmeztetés a túl sok zászlóról négyzetet. Ekkor figyelmeztetést fog kapni, ha túl sok zászlót próbál egy szabad mező mellé elhelyezni.

diff -Nru gnome-mines-3.8.2/help/hu/high-scores.page gnome-mines-3.10.1/help/hu/high-scores.page --- gnome-mines-3.8.2/help/hu/high-scores.page 2013-08-20 01:49:28.000000000 +0000 +++ gnome-mines-3.10.1/help/hu/high-scores.page 2013-10-12 11:22:18.000000000 +0000 @@ -26,11 +26,8 @@ Pontszámok -

The scores lists the ten fastest times in which each type of mine field - has been cleared.

+

A pontszámok listája felsorolja a tíz legjobb időt, amelyek alatt az egyes aknamező-típusok meg lettek tisztítva.

-

To view the high scores, select MinesScores. The dialog will display the - Small field size by default; to view other sizes, select them in - the drop down menu at the top of the dialog.

+

A pontszámok megjelenítéséhez válassza az AknakeresőPontszámok menüpontot. Az ablak alapesetben a Kicsi mezőméretet jeleníti meg. Más méretek megjelenítéséhez válassza ki azokat az ablak tetején lévő legördülő menüből.

diff -Nru gnome-mines-3.8.2/help/hu/hu.po gnome-mines-3.10.1/help/hu/hu.po --- gnome-mines-3.8.2/help/hu/hu.po 2013-08-17 19:06:15.000000000 +0000 +++ gnome-mines-3.10.1/help/hu/hu.po 2013-10-12 11:18:06.000000000 +0000 @@ -1,21 +1,21 @@ # Hungarian translation of gnome-mines help # Copyright (C) 2013. Free Software Foundation, Inc. -# This file is distributed under the same license as the gnome-mines package. +# This file is distributed under the same license as the gnome-mines help. # # Gabor Kelemen , 2013. msgid "" msgstr "" "Project-Id-Version: gnome-mines master\n" -"POT-Creation-Date: 2013-03-27 16:41+0000\n" -"PO-Revision-Date: 2013-04-14 18:17+0200\n" +"POT-Creation-Date: 2013-07-26 06:13+0000\n" +"PO-Revision-Date: 2013-09-22 03:41+0200\n" "Last-Translator: Gabor Kelemen \n" -"Language-Team: Hungarian \n" +"Language-Team: Hungarian \n" +"Language: hu\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: hu\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Generator: Lokalize 1.4\n" +"X-Generator: Lokalize 1.5\n" #. Put one translator per line, in the form NAME , YEAR1, YEAR2 msgctxt "_" @@ -32,7 +32,6 @@ #. update your localized copy. The msgstr is not used at all. Set it to #. whatever you like once you have updated your copy of the file. #: C/index.page:4(media) -#: C/index.page:4(media) msgctxt "_" msgid "external ref='figures/logo.png' md5='5a979e829d14ad935a9f3e81318a5a36'" msgstr "external ref='figures/logo.png' md5='5a979e829d14ad935a9f3e81318a5a36'" @@ -47,7 +46,6 @@ #. update your localized copy. The msgstr is not used at all. Set it to #. whatever you like once you have updated your copy of the file. #: C/index.page:22(media) -#: C/index.page:22(media) msgctxt "_" msgid "" "external ref='figures/logo32.png' md5='aef7085887ecce229ad39e3f43268a8b'" @@ -55,159 +53,135 @@ "external ref='figures/logo32.png' md5='aef7085887ecce229ad39e3f43268a8b'" #: C/index.page:6(info/title) -#: C/index.page:6(info/title) msgctxt "link" msgid "GNOME Mines" msgstr "GNOME Aknakereső" #: C/index.page:7(info/title) -#: C/index.page:7(info/title) msgctxt "text" msgid "GNOME Mines" msgstr "GNOME Aknakereső" -#: C/index.page:10(credit/name) -#: C/index.page:10(credit/name) -#: C/shortcuts.page:9(credit/name) +#: C/index.page:10(credit/name) C/shortcuts.page:9(credit/name) msgid "Brian Grohe" msgstr "Brian Grohe" -#: C/index.page:14(credit/name) -#: C/board-size.page:15(credit/name) -#: C/documentation.page:14(credit/name) -#: C/flags.page:23(credit/name) -#: C/get-help.page:14(credit/name) -#: C/high-scores.page:15(credit/name) -#: C/index.page:14(credit/name) -#: C/new-game.page:16(credit/name) -#: C/rules.page:16(credit/name) +#: C/index.page:14(credit/name) C/board-size.page:15(credit/name) +#: C/documentation.page:14(credit/name) C/flags.page:23(credit/name) +#: C/get-help.page:14(credit/name) C/high-scores.page:15(credit/name) +#: C/new-game.page:16(credit/name) C/rules.page:16(credit/name) msgid "Ekaterina Gerasimova" msgstr "Ekaterina Gerasimova" -#: C/index.page:18(license/p) -#: C/bug-filing.page:14(license/p) -#: C/develop.page:15(license/p) -#: C/documentation.page:19(license/p) -#: C/index.page:18(license/p) +#: C/index.page:18(license/p) C/bug-filing.page:14(license/p) +#: C/develop.page:15(license/p) C/documentation.page:23(license/p) #: C/translate.page:19(license/p) msgid "Creative Commons Share Alike 3.0" msgstr "Creative Commons Share Alike 3.0" #: C/index.page:22(page/title) -#: C/index.page:22(page/title) +#| msgid "" +#| "GNOME Mines logoGNOME Mines" msgid "" -"GNOME Mines logo" +"GNOME Mines logo " "GNOME Mines" msgstr "" -"GNOME Aknakereső logó" -"GNOME Aknakereső" +"GNOME Aknakereső logóGNOME Aknakereső" #: C/index.page:24(page/p) -#: C/index.page:24(page/p) msgid "" -"Mines is a clone of the game Minesweeper. The aim is to locate all " -"the mines that are hidden under tiles on a rectangular board. You will need " -"to use a combination of logic and luck to find all the mines without " +"Mines is a clone of the game Minesweeper. The aim is to locate " +"all the mines that are hidden under tiles on a rectangular board. You will " +"need to use a combination of logic and luck to find all the mines without " "triggering an explosion." msgstr "" +"Az Aknakereső a más rendszerekről ismerős aknakereső játékok " +"klónja. A cél az aknák megtalálása egy téglalap alakú tábla mezői alatt. Az " +"összes akna robbanás nélküli megtalálásához logika és szerencse " +"kombinációjára lesz szüksége." #: C/index.page:31(section/title) -#: C/index.page:31(section/title) msgid "Game Play" msgstr "Játékmenet" #: C/index.page:34(section/title) -#: C/index.page:34(section/title) msgid "Useful tips" msgstr "Hasznos tippek" #: C/index.page:37(section/title) -#: C/index.page:37(section/title) msgid "Advanced" msgstr "Speciális" #: C/index.page:40(section/title) -#: C/index.page:40(section/title) msgid "Get Involved" msgstr "Közreműködés" -#: C/board-size.page:10(credit/name) -#: C/faces.page:9(credit/name) -#: C/flags.page:17(credit/name) -#: C/get-help.page:9(credit/name) -#: C/high-scores.page:10(credit/name) -#: C/new-game.page:11(credit/name) +#: C/board-size.page:10(credit/name) C/faces.page:9(credit/name) +#: C/flags.page:17(credit/name) C/get-help.page:9(credit/name) +#: C/high-scores.page:10(credit/name) C/new-game.page:11(credit/name) #: C/rules.page:11(credit/name) msgid "Baptiste Mille-Mathias" msgstr "Baptiste Mille-Mathias" -#: C/board-size.page:12(credit/years) -#: C/bug-filing.page:11(credit/years) -#: C/develop.page:12(credit/years) -#: C/documentation.page:11(credit/years) -#: C/faces.page:11(credit/years) -#: C/get-help.page:11(credit/years) -#: C/rules.page:13(credit/years) -#: C/translate.page:12(credit/years) +#: C/board-size.page:12(credit/years) C/bug-filing.page:11(credit/years) +#: C/develop.page:12(credit/years) C/documentation.page:11(credit/years) +#: C/faces.page:11(credit/years) C/get-help.page:11(credit/years) +#: C/rules.page:13(credit/years) C/translate.page:12(credit/years) msgid "2011" msgstr "2011" -#: C/board-size.page:17(credit/years) -#: C/documentation.page:16(credit/years) -#: C/flags.page:13(credit/years) -#: C/flags.page:19(credit/years) -#: C/flags.page:25(credit/years) -#: C/get-help.page:16(credit/years) -#: C/high-scores.page:12(credit/years) -#: C/high-scores.page:17(credit/years) -#: C/new-game.page:13(credit/years) -#: C/new-game.page:18(credit/years) -#: C/rules.page:18(credit/years) -#: C/shortcuts.page:11(credit/years) +#: C/board-size.page:17(credit/years) C/documentation.page:16(credit/years) +#: C/flags.page:13(credit/years) C/flags.page:19(credit/years) +#: C/flags.page:25(credit/years) C/get-help.page:16(credit/years) +#: C/high-scores.page:12(credit/years) C/high-scores.page:17(credit/years) +#: C/new-game.page:13(credit/years) C/new-game.page:18(credit/years) +#: C/rules.page:18(credit/years) C/shortcuts.page:11(credit/years) #: C/toolbar.page:10(credit/years) msgid "2012" msgstr "2012" #: C/board-size.page:22(page/title) msgid "How to change the game board size" -msgstr "" +msgstr "A játéktábla méretének megváltoztatása" #: C/board-size.page:24(page/p) msgid "You can select a field size at the start of a new game." -msgstr "" +msgstr "A mező méretét az új játék indításakor választhatja ki." #: C/board-size.page:28(item/p) msgid "" -"Click New or Mines<" -"/gui>New Game." +"Click New or Mines New Game." msgstr "" +"Nyomja meg az Új gombot, vagy válassza az " +"AknakeresőÚj játék<" +"/guiseq> menüpontot." -#: C/board-size.page:31(item/p) +#: C/board-size.page:33(item/p) msgid "Select one of the grid sizes:" -msgstr "" +msgstr "Válasszon az elérhető táblaméretekből:" -#: C/board-size.page:33(item/p) +#: C/board-size.page:35(item/p) msgid "a 8 × 8 board with 10 mines" -msgstr "" +msgstr "8 × 8-as tábla 10 aknával" -#: C/board-size.page:34(item/p) +#: C/board-size.page:36(item/p) msgid "a 16 × 16 board with 40 mines" -msgstr "" +msgstr "16 × 16-os tábla 40 aknával" -#: C/board-size.page:35(item/p) +#: C/board-size.page:37(item/p) msgid "a 30 × 16 board with 99 mines" -msgstr "" +msgstr "30 × 16-os tábla 99 aknával" -#: C/board-size.page:36(item/p) +#: C/board-size.page:38(item/p) msgid "a custom board, where you chose the size and the number of mines" -msgstr "" +msgstr "egyéni tábla, amelyen kiválaszthatja a méretet és az aknák számát is" -#: C/bug-filing.page:9(credit/name) -#: C/develop.page:10(credit/name) -#: C/documentation.page:9(credit/name) -#: C/flags.page:11(credit/name) -#: C/toolbar.page:8(credit/name) -#: C/translate.page:10(credit/name) +#: C/bug-filing.page:9(credit/name) C/develop.page:10(credit/name) +#: C/documentation.page:9(credit/name) C/flags.page:11(credit/name) +#: C/toolbar.page:8(credit/name) C/translate.page:10(credit/name) msgid "Tiffany Antopolski" msgstr "Tiffany Antopolski" @@ -225,56 +199,76 @@ "participate. If you notice a problem you can file a bug report. To " "file a bug, go to ." msgstr "" +"Az Aknakeresőt egy önkéntes közösség készíti. Közreműködését " +"szívesen fogadjuk. Ha hibát észlelt, beküldhet egy hibajelentést. " +"Ehhez keresse fel a oldalt." #: C/bug-filing.page:25(section/p) +#| msgid "" +#| "This is a bug tracking system where users and developers can file details " +#| "about bugs, crashes and request enhancements." msgid "" "This is a bug tracking system where users and developers can file details " -"about bugs, crashes and request enhancements." +"about bugs and crashes, or request enhancements." msgstr "" "Ez egy hibakövető rendszer, ahová a felhasználók és fejlesztők beküldhetik a " -"hibákkal, összeomlásokkal kapcsolatos adatokat, és továbbfejlesztéseket " +"hibákkal és összeomlásokkal kapcsolatos adatokat, vagy továbbfejlesztéseket " "kérhetnek." #: C/bug-filing.page:28(section/p) -msgid "" -"To participate you need an account which will give you the ability to gain " -"access, file bugs, and make comments. Also, you need to register so you can " -"receive updates by e-mail about the status of your bug. If you don't already " -"have an account, just click on the New Account link to create one." +#| msgid "" +#| "To participate you need an account which will give you the ability to " +#| "gain access, file bugs, and make comments. Also, you need to register so " +#| "you can receive updates by e-mail about the status of your bug. If you " +#| "don't already have an account, just click on the New Account " +#| "link to create one." +msgid "" +"To participate you need an account, which will give you the ability to gain " +"access, file bugs, make comments, and receive updates by e-mail about the " +"status of your bug. If you don't already have an account, just click on the " +"New Account link to create one." msgstr "" "A részvételhez létre kell hoznia egy fiókot, amely lehetővé teszi a " -"hozzáférést, hibajelentések beküldését és a hibákhoz való hozzászólást. A " -"regisztráció után a hozzászólásokat e-mailben is megkaphatja. Ha még nincs " +"hozzáférést, hibajelentések beküldését és a hibákhoz való hozzászólást, " +"és a hiba állapotával kapcsolatos változásokat e-mailben is megkaphatja. Ha " +"még nincs " "fiókja, akkor a New Account hivatkozásra kattintva létrehozhat " "egyet." -#: C/bug-filing.page:31(section/p) -msgid "" -"Once you have an account, log in, click on File a Bug" -"Applicationsgnome-mines. Before reporting a bug, " -"please read the bug writing guidelines, and please browse<" -"/link> for the bug to see if it already exists." +#: C/bug-filing.page:32(section/p) +#| msgid "" +#| "Once you have an account, log in, click on File a BugApplicationsgnome-mines. Before " +#| "reporting a bug, please read the bug writing guidelines, and please " +#| "browse for the bug to see if it already exists." +msgid "" +"Once you have an account, log in, click on File a BugApplicationsgnome-mines. Before reporting " +"a bug, please read the bug writing guidelines, and please browse " +"for the bug to see if it already exists." msgstr "" "Ha létrehozta fiókját, jelentkezzen be, kattintson a File a " "BugApplicationsgnome-mines " "hivatkozásokra Hiba jelentése előtt olvassa el a hibajelentés-írási " "irányelveket, és ellenőrizze, hogy nincs-e már a hiba bejelentve." +"product=gnome-mines\">ellenőrizze, hogy nincs-e már a hiba bejelentve." -#: C/bug-filing.page:35(section/p) +#: C/bug-filing.page:40(section/p) msgid "" -"If you are requesting a new feature, choose enhancement in the <" -"gui>Severity menu. Fill in the Summary and Description sections and " +"If you are requesting a new feature, choose enhancement in the " +"Severity menu. Fill in the Summary and Description sections and " "click Commit." msgstr "" "Ha új szolgáltatást kér, válassza az enhancement lehetőséget a " "Severity menüben. Töltse ki a Summary és Description szakaszokat, " "és kattintson a Commit gombra." -#: C/bug-filing.page:39(section/p) +#: C/bug-filing.page:44(section/p) msgid "" "Your report will be given an ID number, and its status will be updated as it " "is being dealt with. Thanks for helping make Mines better!" @@ -297,12 +291,12 @@ #: C/develop.page:23(page/p) msgid "" -"If you would like to help develop GNOME Games, you can get in touch with " -"the developers using irc, or via our mailing list" -"." +"If you would like to help develop GNOME Games, you can get in " +"touch with the developers using irc, or via our mailing list." msgstr "" "Ha szeretne közreműködni a GNOME játékok fejlesztésében, akkor a " @@ -311,32 +305,49 @@ "\"http://mail.gnome.org/mailman/listinfo/games-list\">levelezőlistán " "veheti fel." -#: C/documentation.page:23(page/title) +#: C/documentation.page:19(credit/name) C/faces.page:15(credit/name) +#: C/new-game.page:21(credit/name) +msgid "Aruna Sankaranarayanan" +msgstr "Aruna Sankaranarayanan" + +#: C/documentation.page:27(page/title) msgid "Help write documentation" msgstr "Segítsen dokumentációt írni" -#: C/documentation.page:25(page/p) +#: C/documentation.page:29(page/p) msgid "" "The GNOME Games user help is maintained by a volunteer community. You are " "welcome to participate." msgstr "" -"A GNOME játékok dokumentációját egy önkéntes közösség tartja " -"karban. Közreműködését szívesen fogadjuk!" +"A GNOME játékok dokumentációját egy önkéntes közösség tartja karban. " +"Közreműködését szívesen fogadjuk!" -#: C/documentation.page:28(page/p) -msgid "" -"To contribute to the Documentation Project, get in touch with us on the #docs channel on irc.gnome.org or via our mailing list<" -"/link>." +#: C/documentation.page:32(page/p) +#| msgid "" +#| "If you would like to help develop GNOME Games, you can get in " +#| "touch with the developers using irc, or via our " +#| "mailing " +#| "list." +msgid "" +"To contribute to the Documentation Project, get in touch with us on the " +"#docs channel on irc.gnome.org or via our mailing list ." msgstr "" +"A dokumentációs projekthez csatlakozáshoz keresse fel az #docs csatornát az irc.gnome.org-on, vagy " +"a " +"levelezőlistát." -#: C/documentation.page:33(page/p) +#: C/documentation.page:40(page/p) msgid "" -"Our " -"wiki page contains useful information." +"Our wiki page contains useful information." msgstr "" "A projekt wiki oldala tartalmazza a legfontosabb információkat." @@ -345,7 +356,7 @@ #. the file changes, the md5 hash will change to let you know you need to #. update your localized copy. The msgstr is not used at all. Set it to #. whatever you like once you have updated your copy of the file. -#: C/faces.page:20(media) +#: C/faces.page:24(media) msgctxt "_" msgid "" "external ref='figures/face-smile.svg' md5='6a6254c55d6e76f65007dfef107f4019'" @@ -356,69 +367,71 @@ #. the file changes, the md5 hash will change to let you know you need to #. update your localized copy. The msgstr is not used at all. Set it to #. whatever you like once you have updated your copy of the file. -#: C/faces.page:24(media) +#: C/faces.page:28(media) msgctxt "_" msgid "" -"external ref='figures/face-sad.svg' md5='9e02c857add1e6a859e14a89cf0b83ae'" +"external ref='figures/face-worried.svg' " +"md5='f0a66a1c5046deef93c14eeb9993b367'" msgstr "" -"external ref='figures/face-sad.svg' md5='9e02c857add1e6a859e14a89cf0b83ae'" +"external ref='figures/face-worried.svg' " +"md5='f0a66a1c5046deef93c14eeb9993b367'" #. This is a reference to an external file such as an image or video. When #. the file changes, the md5 hash will change to let you know you need to #. update your localized copy. The msgstr is not used at all. Set it to #. whatever you like once you have updated your copy of the file. -#: C/faces.page:28(media) +#: C/faces.page:32(media) msgctxt "_" msgid "" -"external ref='figures/face-cool.svg' md5='6ce4a904009988e203e3d50896f6016e'" +"external ref='figures/face-sad.svg' md5='9e02c857add1e6a859e14a89cf0b83ae'" msgstr "" -"external ref='figures/face-cool.svg' md5='6ce4a904009988e203e3d50896f6016e'" +"external ref='figures/face-sad.svg' md5='9e02c857add1e6a859e14a89cf0b83ae'" #. This is a reference to an external file such as an image or video. When #. the file changes, the md5 hash will change to let you know you need to #. update your localized copy. The msgstr is not used at all. Set it to #. whatever you like once you have updated your copy of the file. -#: C/faces.page:32(media) +#: C/faces.page:36(media) msgctxt "_" msgid "" -"external ref='figures/face-worried.svg' md5='f0a66a1c5046deef93c14eeb9993b367'" +"external ref='figures/face-cool.svg' md5='6ce4a904009988e203e3d50896f6016e'" msgstr "" -"external ref='figures/face-worried.svg' md5='f0a66a1c5046deef93c14eeb9993b367'" +"external ref='figures/face-cool.svg' md5='6ce4a904009988e203e3d50896f6016e'" #. This is a reference to an external file such as an image or video. When #. the file changes, the md5 hash will change to let you know you need to #. update your localized copy. The msgstr is not used at all. Set it to #. whatever you like once you have updated your copy of the file. -#: C/faces.page:36(media) +#: C/faces.page:40(media) msgctxt "_" msgid "" "external ref='figures/face-win.svg' md5='5a18e37927cee8d20cfc5b37fbcb680b'" msgstr "" "external ref='figures/face-win.svg' md5='5a18e37927cee8d20cfc5b37fbcb680b'" -#: C/faces.page:16(page/title) +#: C/faces.page:20(page/title) msgid "The meaning of the faces" -msgstr "" - -#: C/faces.page:21(td/p) -msgid "This is a new game and you didn't clicked on any tile for the moment." -msgstr "" +msgstr "Az arcok jelentése" #: C/faces.page:25(td/p) -msgid "You clicked on a mine, you loose." -msgstr "" +msgid "This is a new game and you have not clicked on any tile yet." +msgstr "Ez egy új játék, és még nem kattintott egyik mezőre sem." #: C/faces.page:29(td/p) -msgid "The tile you clicked on is safe. You can continue." -msgstr "" +msgid "You are currently clicking on a tile." +msgstr "Épp egy mezőre kattint." #: C/faces.page:33(td/p) -msgid "This face appears when you're clicking a on tile." -msgstr "" +msgid "You have uncovered a mine. You lose." +msgstr "Aknát talált, vesztett." #: C/faces.page:37(td/p) -msgid "You found all the mines, you win." -msgstr "" +msgid "The tile you just clicked on is safe. You can continue." +msgstr "A mező biztonságos, folytathatja." + +#: C/faces.page:41(td/p) +msgid "You have found all the mines. You win!" +msgstr "Minden aknát megtalált, nyert!" #. This is a reference to an external file such as an image or video. When #. the file changes, the md5 hash will change to let you know you need to @@ -454,7 +467,7 @@ #: C/flags.page:30(page/title) msgid "How to use flags" -msgstr "" +msgstr "Hogyan használja a zászlókat" #: C/flags.page:37(td/p) msgid "" @@ -462,45 +475,55 @@ "flag on a tile prevents you from clicking on it and possibly causing an " "explosion, which would end the game." msgstr "" +"A zászlók azon mezők megjelölésére használhatók, amelyekről úgy sejti, aknát " +"rejtenek. A zászló elhelyezésével megakadályozza, hogy a mezőre kattintson és " +"ezzel robbanást idézzen elő, ami a játék végét jelentené." #: C/flags.page:45(section/title) msgid "How to place a flag on a tile" -msgstr "" +msgstr "Hogyan helyezzen el zászlót egy mezőn" #: C/flags.page:49(td/p) msgid "" "Red flags are those that cannot be clicked. To place a red flag on a tile:" msgstr "" +"A piros zászlókra nem lehet kattintani. Egy piros zászló elhelyezéséhez:" #: C/flags.page:52(item/p) msgid "right click on a blank tile." -msgstr "" +msgstr "kattintson a jobb egérgombbal egy üres mezőre." #: C/flags.page:62(note/p) msgid "" -"To make the number of available flags equal to the number of remaining mines, " -"enable Warn if too many flags placed and Use \"I'm not sure\" flags preference options, then " -"restart the application." -msgstr "" +"To make the number of available flags equal to the number of remaining " +"mines, enable Warn if too many flags placed " +"and Use \"I'm not sure\" flags preference " +"options, then restart the application." +msgstr "" +"Az elérhető zászlók számának egyenlővé tételéhez a hátralévő aknák számával, " +"kapcsolja be a Figyelmeztetés a túl sok zászlóról<" +"/gui> és a „Nem vagyok benne biztos” zászlók " +"használata beállításokat, majd indítsa újra az alkalmazást." #: C/flags.page:72(section/title) msgid "Use of the I'm not sure flag" -msgstr "" +msgstr "A Nem vagyok benne biztos zászló használata" #: C/flags.page:73(section/p) msgid "" -"If you are not sure whether a tile hides a mine, you can use the blue I'm " -"not sure flag." +"If you are not sure whether a tile hides a mine, you can use the blue " +"I'm not sure flag." msgstr "" +"Ha nem biztos benne, hogy egy mező aknát rejt, használhatja a kék Nem " +"vagyok benne biztos zászlót." #: C/flags.page:78(td/p) msgid "To put an I'm not sure flag on a tile:" -msgstr "" +msgstr "A Nem vagyok benne biztos zászló elhelyezéséhez egy mezőn:" #: C/flags.page:80(item/p) msgid "Right-click twice on a blank tile or once on a red flag." -msgstr "" +msgstr "Kattintson kétszer egy üres mezőre, vagy egyszer egy piros zászlóra." #: C/flags.page:91(note/p) msgid "" @@ -508,31 +531,44 @@ "style=\"menuitem\">Preferences, and select Use \"I'm not " "sure\" flags." msgstr "" +"Ezen zászlók bekapcsolásához válassza az " +"AknakeresőBeállítások " +"menüpontot, és jelölje be a „Nem vagyok benne biztos” zászlók " +"használata négyzetet." #: C/get-help.page:21(page/title) msgid "Hints and warnings" -msgstr "" +msgstr "Javaslatok és figyelmeztetések" #: C/get-help.page:23(page/p) msgid "" -"You can use hints to reveal safe tiles and flag warnings to help you keep " +"You can use hints to reveal safe tiles, and flag warnings to help you keep " "track of flags." msgstr "" +"A javaslatok használatával megjeleníthet biztonságos mezőket, és " +"figyelmeztető zászlókat helyezhet el az aknák számon tartásához." #: C/get-help.page:26(page/p) msgid "" -"Click Hint in the toolbar to reveal a hidden tile " -"that is safe. You will be penalised for using hints: ten seconds will be " -"added to your total time." -msgstr "" +"Click Hint in the toolbar to reveal a hidden " +"tile that is safe. You will be penalized for using hints: ten seconds will " +"be added to your total time." +msgstr "" +"Nyomja meg az eszköztár Javaslat gombját egy " +"biztonságos mező megjelenítéséhez. A javaslatok használatáért büntetés jár: a " +"teljes felhasznált idő tíz másodperccel nő." #: C/get-help.page:30(page/p) msgid "" -"To enable warnings, edit the preferences by selecting Mines" -"Preferences and ticking the checkbox next to Warn if " -"too many flags have been placed. This will warn you when you try to " -"place too many flags next to an open tile." -msgstr "" +"To enable warnings, edit the preferences by selecting MinesPreferences and ticking the checkbox next to " +"Warn if too many flags have been placed. This will warn you when " +"you try to place too many flags next to an open tile." +msgstr "" +"A figyelmeztetések bekapcsolásához válassza az Aknakereső<" +"gui>Beállítások menüpontot, és jelölje be a " +"Figyelmeztetés a túl sok zászlóról négyzetet. Ekkor figyelmeztetést fog " +"kapni, ha túl sok zászlót próbál egy szabad mező mellé elhelyezni." #: C/high-scores.page:22(page/title) msgid "High scores" @@ -540,17 +576,23 @@ #: C/high-scores.page:24(page/p) msgid "" -"The scores lists the ten fastest times in which each type of mine field has " -"been cleared." +"The high scores list the ten fastest times in which each type of mine field " +"has been cleared." msgstr "" +"A pontszámok listája felsorolja a tíz legjobb időt, amelyek alatt az egyes " +"aknamező-típusok meg lettek tisztítva." #: C/high-scores.page:27(page/p) msgid "" "To view the high scores, select MinesScores. The dialog will display the " -"Small field size by default; to view other sizes, select them in the " -"drop down menu at the top of the dialog." -msgstr "" +"style=\"menuitem\">Scores. The dialog will display the " +"Small field size by default; to view other sizes, select them in " +"the drop down menu at the top of the dialog." +msgstr "" +"A pontszámok megjelenítéséhez válassza az " +"AknakeresőPontszámok menüpontot. " +"Az ablak alapesetben a Kicsi mezőméretet jeleníti meg. Más méretek " +"megjelenítéséhez válassza ki azokat az ablak tetején lévő legördülő menüből." #: C/license.page:8(info/desc) msgid "Legal information." @@ -598,9 +640,9 @@ #: C/license.page:39(item/p) msgid "" -"You must attribute the work in the manner specified by the author or licensor " -"(but not in any way that suggests that they endorse you or your use of the " -"work)." +"You must attribute the work in the manner specified by the author or " +"licensor (but not in any way that suggests that they endorse you or your use " +"of the work)." msgstr "" "A szerző vagy a jogosult által meghatározott módon fel kell tüntetnie a " "műhöz kapcsolódó információkat (pl. a szerző nevét vagy álnevét, a Mű címét)." @@ -619,91 +661,113 @@ #: C/license.page:53(page/p) msgid "" -"For the full text of the license, see the " -"CreativeCommons website, or read the full Commons Deed." +"For the full text of the license, see the CreativeCommons website, or read the full Commons Deed." msgstr "" "A licenc teljes szövegéért lásd a CreativeCommons weboldalát, vagy a " "teljes Commons " "összefoglalót." -#: C/new-game.page:23(page/title) +#: C/new-game.page:26(page/title) msgid "Start a new game" msgstr "Új játék indítása" -#: C/new-game.page:25(page/p) +#: C/new-game.page:28(page/p) msgid "To start a new game:" -msgstr "" +msgstr "Új játék indítása:" -#: C/new-game.page:27(item/p) +#: C/new-game.page:31(item/p) msgid "" -"click the New button or select MinesNew Game " -"from the application menu" +"Click the New button or select Mines New Game " +"from the application menu." msgstr "" +"Kattintson az Új gombra, vagy válassza az " +"AknakeresőÚj játék<" +"/guiseq> menüpontot az alkalmazásmenüből." -#: C/new-game.page:28(item/p) -msgid "select your preferred board size" +#: C/new-game.page:37(item/p) +msgid "Select your preferred board size." msgstr "" +"Válassza ki az előnyben részesített táblaméretet<" +"/link>." -#: C/new-game.page:32(note/p) +#: C/new-game.page:42(note/p) msgid "" -"If you are already playing a game, Mines will ask if you want to <" -"gui>Start New Game or Keep Current Game. If you choose the " +"If you are already playing a game, Mines will ask if you want to " +"Start New Game or Keep Current Game. If you choose the " "former, your current game will be lost." msgstr "" +"Ha már folyik egy játék, az Aknakereső megkérdezi, hogy Új " +"játékot indít, vagy A jelenlegi játékot folytatja. Az előbbi " +"választása esetén a játékállás elvész." #: C/rules.page:24(page/title) msgid "Game rules" -msgstr "" +msgstr "Játékszabály" #: C/rules.page:26(page/p) msgid "" "The aim of Mines is to clear the minefield without detonating any " "of the mines." msgstr "" +"Az Aknakereső célja az aknamező megtisztítása egyetlen akna " +"felrobbantása nélkül." #: C/rules.page:31(item/p) msgid "" "Start by chosing one of the three default board sizes, or by selecting a " "custom board." msgstr "" +"Kezdésként válasszon egyet az alapértelmezett három táblaméretből, vagy " +"válasszon egyéni méretet." #: C/rules.page:35(item/p) msgid "" -"The game begins with the board covered in tiles, click on any tile to uncover " -"it. You will reveal:" +"The game begins with the board covered in tiles. Click on any tile to " +"uncover it. You will reveal:" msgstr "" +"A játék egy mezőkkel fedett táblával kezdődik. Kattintson egy mezőre annak " +"felfedéséhez. A következők jelenhetnek meg:" #: C/rules.page:39(item/p) msgid "" "A colored number, which represent the number of mines in the adjacent tiles. " "This will help you deduce where the mines are so that you can mark them with " -"." +"flags." msgstr "" +"Egy színes szám, amely a szomszédos mezőkön lévő aknák számát képviseli. Ez " +"segít kikövetkeztetni, hogy hol vannak az aknák, így a " +"zászlókkal megjelölheti azokat." #: C/rules.page:44(item/p) msgid "" -"A blank title, which means there are no mines under any of the adjacent tiles." +"A blank tile, which means there are no mines under any of the adjacent tiles." msgstr "" +"Egy üres mező, ami azt jelzi, hogy a szomszédos mezőkön nincsenek aknák." #: C/rules.page:48(item/p) msgid "A mine, which will detonate and end the game." -msgstr "" +msgstr "Egy akna, amely felrobban és ezzel vége a játéknak." #: C/rules.page:53(item/p) msgid "" "Repeat the previous step until you have uncovered all the tiles which do not " "have mines underneath them." msgstr "" +"Ismételje az előző lépést, amíg nem fedi fel az összes mezőt, amely nem " +"tartalmaz aknákat." #: C/rules.page:58(page/p) msgid "" -"If you complete the game quickly enough, you will be added to the high scores list." +"If you complete the game quickly enough, you will be added to the high scores list." msgstr "" +"Ha elég hamar fejezi be a játékot, akkor felkerül a pontszámok listájára." #: C/shortcuts.page:17(page/title) msgid "Keyboard shortcuts" @@ -746,6 +810,8 @@ "Use the toolbar shortcut if your keyboard does not have a Pause " "key." msgstr "" +"Használja az eszköztár gombját, ha a billentyűzete nem rendelkezik " +"Pause gombbal." #: C/shortcuts.page:37(td/p) msgid "Help" @@ -769,11 +835,16 @@ #: C/toolbar.page:17(page/p) msgid "" -"The toolbar, located under the menu bar, lets you perform common actions with " -"your mouse. To use a toolbar item, just click on it. The buttons, from left " -"to right, are New Game, New Game, Hint, Pause and Fullscreen." msgstr "" +"Az eszköztár a menüsor alatt található, amelyen alapvető műveleteket " +"tud végrehajtani az egér segítségével. Egy eszköztárművelet használatához " +"kattintson rá. A gombok balról jobbra a következőek: Új játék, Javaslat<" +"/link>, Szünet és Teljes képernyő." #: C/translate.page:15(credit/name) msgid "Michael Hill" @@ -793,19 +864,22 @@ "önkéntes közösség fordítja. Közreműködését szívesen fogadjuk!" #: C/translate.page:27(page/p) +#| msgid "" +#| "There are many " +#| "languages for which translations are still needed." msgid "" -"There are many " +"There are many " "languages for which translations are still needed." msgstr "" -"Számos nyelv " -"van, amelyhez még szükség van fordításokra." +"Számos nyelv van, amelyhez még szükség van fordításokra." #: C/translate.page:30(page/p) msgid "" -"To start translating you will need to " -"create an account and join the translation team for your " -"language. This will give you the ability to upload new translations." +"To start translating you will need to create an account and join the translation team for your language. This will give you the " +"ability to upload new translations." msgstr "" "A fordítás elkezdéséhez létre kell " "hoznia egy fiókot, és csatlakoznia kell a nyelvének megfelelő " -"irc. People on the channel are located worldwide, so you may not get " -"an immediate response as a result of timezone differences." +"You can chat with GNOME translators using irc. People on the " +"channel are located worldwide, so you may not get an immediate response as a " +"result of timezone differences." msgstr "" "A GNOME fordítókkal IRC-en is cseveghet. A csatornán a világ " @@ -826,9 +900,9 @@ #: C/translate.page:37(page/p) msgid "" -"Alternatively, you can contact the Internationalization Team using their <" -"link href=\"http://mail.gnome.org/mailman/listinfo/gnome-i18n\">mailing list<" -"/link>." +"Alternatively, you can contact the Internationalization Team using their " +"mailing " +"list." msgstr "" "Ennek alternatívájaként megkeresheti a nemzetközi fordítócsapatot levelezőlistán " diff -Nru gnome-mines-3.8.2/help/hu/index.page gnome-mines-3.10.1/help/hu/index.page --- gnome-mines-3.8.2/help/hu/index.page 2013-08-20 01:49:28.000000000 +0000 +++ gnome-mines-3.10.1/help/hu/index.page 2013-10-12 11:22:18.000000000 +0000 @@ -27,12 +27,7 @@ <media type="image" src="figures/logo32.png">GNOME Aknakereső logó</media>GNOME Aknakereső -

- Mines is a clone of the game Minesweeper. The aim is to locate - all the mines that are hidden under tiles on a rectangular board. You will - need to use a combination of logic and luck to find all the mines without - triggering an explosion. -

+

Az Aknakereső a más rendszerekről ismerős aknakereső játékok klónja. A cél az aknák megtalálása egy téglalap alakú tábla mezői alatt. Az összes akna robbanás nélküli megtalálásához logika és szerencse kombinációjára lesz szüksége.

Játékmenet
diff -Nru gnome-mines-3.8.2/help/hu/new-game.page gnome-mines-3.10.1/help/hu/new-game.page --- gnome-mines-3.8.2/help/hu/new-game.page 2013-08-20 01:49:28.000000000 +0000 +++ gnome-mines-3.10.1/help/hu/new-game.page 2013-10-12 11:22:18.000000000 +0000 @@ -16,7 +16,10 @@ kittykat3756@gmail.com 2012 - + + Aruna Sankaranarayanan + aruna.evam@gmail.com + Kelemen Gábor @@ -27,15 +30,17 @@ Új játék indítása -

To start a new game:

+

Új játék indítása:

-

click the New button or select MinesNew Game from the application menu

-

select your preferred board size

+ +

Kattintson az Új gombra, vagy válassza az AknakeresőÚj játék menüpontot az alkalmazásmenüből.

+
+ +

Válassza ki az előnyben részesített táblaméretet.

+
-

If you are already playing a game, Mines will ask if you want - to Start New Game or Keep Current Game. If you choose - the former, your current game will be lost.

+

Ha már folyik egy játék, az Aknakereső megkérdezi, hogy Új játékot indít, vagy A jelenlegi játékot folytatja. Az előbbi választása esetén a játékállás elvész.

diff -Nru gnome-mines-3.8.2/help/hu/rules.page gnome-mines-3.10.1/help/hu/rules.page --- gnome-mines-3.8.2/help/hu/rules.page 2013-08-20 01:49:28.000000000 +0000 +++ gnome-mines-3.10.1/help/hu/rules.page 2013-10-12 11:22:18.000000000 +0000 @@ -26,40 +26,33 @@ - Game rules + Játékszabály -

The aim of Mines is to clear the minefield without detonating - any of the mines.

+

Az Aknakereső célja az aknamező megtisztítása egyetlen akna felrobbantása nélkül.

-

Start by chosing one of the three default board sizes, or by - selecting a custom board.

+

Kezdésként válasszon egyet az alapértelmezett három táblaméretből, vagy válasszon egyéni méretet.

-

The game begins with the board covered in tiles, click on any tile to - uncover it. You will reveal:

+

A játék egy mezőkkel fedett táblával kezdődik. Kattintson egy mezőre annak felfedéséhez. A következők jelenhetnek meg:

-

A colored number, which represent the number of mines in the - adjacent tiles. This will help you deduce where the mines are so that - you can mark them with .

+

Egy színes szám, amely a szomszédos mezőkön lévő aknák számát képviseli. Ez segít kikövetkeztetni, hogy hol vannak az aknák, így a zászlókkal megjelölheti azokat.

-

A blank title, which means there are no mines under any of the - adjacent tiles.

+

Egy üres mező, ami azt jelzi, hogy a szomszédos mezőkön nincsenek aknák.

-

A mine, which will detonate and end the game.

+

Egy akna, amely felrobban és ezzel vége a játéknak.

-

Repeat the previous step until you have uncovered all the tiles which - do not have mines underneath them.

+

Ismételje az előző lépést, amíg nem fedi fel az összes mezőt, amely nem tartalmaz aknákat.

-

If you complete the game quickly enough, you will be added to the high scores list.

+

Ha elég hamar fejezi be a játékot, akkor felkerül a pontszámok listájára.

diff -Nru gnome-mines-3.8.2/help/hu/shortcuts.page gnome-mines-3.10.1/help/hu/shortcuts.page --- gnome-mines-3.8.2/help/hu/shortcuts.page 2013-08-20 01:49:28.000000000 +0000 +++ gnome-mines-3.10.1/help/hu/shortcuts.page 2013-10-12 11:22:18.000000000 +0000 @@ -36,7 +36,7 @@

Szünet

Pause

-

Use the toolbar shortcut if your keyboard does not have a Pause key.

+

Használja az eszköztár gombját, ha a billentyűzete nem rendelkezik Pause gombbal.

Súgó

diff -Nru gnome-mines-3.8.2/help/hu/toolbar.page gnome-mines-3.10.1/help/hu/toolbar.page --- gnome-mines-3.8.2/help/hu/toolbar.page 2013-08-20 01:49:28.000000000 +0000 +++ gnome-mines-3.10.1/help/hu/toolbar.page 2013-10-12 11:22:18.000000000 +0000 @@ -19,9 +19,6 @@ Eszköztár -

The toolbar, located under the menu bar, lets you perform common actions - with your mouse. To use a toolbar item, just click on it. The buttons, from - left to right, are New Game, Hint, Pause and - Fullscreen.

+

Az eszköztár a menüsor alatt található, amelyen alapvető műveleteket tud végrehajtani az egér segítségével. Egy eszköztárművelet használatához kattintson rá. A gombok balról jobbra a következőek: Új játék, Javaslat, Szünet és Teljes képernyő.

diff -Nru gnome-mines-3.8.2/help/hu/translate.page gnome-mines-3.10.1/help/hu/translate.page --- gnome-mines-3.8.2/help/hu/translate.page 2013-08-20 01:49:28.000000000 +0000 +++ gnome-mines-3.10.1/help/hu/translate.page 2013-10-12 11:22:18.000000000 +0000 @@ -27,9 +27,7 @@ Segítsen a fordításban

A GNOME játékok felhasználói felületét és súgóját egy világszintű önkéntes közösség fordítja. Közreműködését szívesen fogadjuk!

-

- There are many languages for which translations are still needed. -

+

Számos nyelv van, amelyhez még szükség van fordításokra.

A fordítás elkezdéséhez létre kell hoznia egy fiókot, és csatlakoznia kell a nyelvének megfelelő fordítócsapathoz. Ez lehetővé teszi Önnek az új fordítások feltöltését.

A GNOME fordítókkal IRC-en is cseveghet. A csatornán a világ minden részéről vannak emberek, így előfordulhat, hogy az időzóna-eltérések miatt nem kap azonnal választ.

diff -Nru gnome-mines-3.8.2/help/it/board-size.page gnome-mines-3.10.1/help/it/board-size.page --- gnome-mines-3.8.2/help/it/board-size.page 2013-08-20 01:49:27.000000000 +0000 +++ gnome-mines-3.10.1/help/it/board-size.page 2013-10-12 11:22:17.000000000 +0000 @@ -24,7 +24,9 @@ -

Click New or MinesNew Game.

+

Click New or + Mines + New Game.

Select one of the grid sizes:

diff -Nru gnome-mines-3.8.2/help/it/bug-filing.page gnome-mines-3.10.1/help/it/bug-filing.page --- gnome-mines-3.8.2/help/it/bug-filing.page 2013-08-20 01:49:27.000000000 +0000 +++ gnome-mines-3.10.1/help/it/bug-filing.page 2013-10-12 11:22:18.000000000 +0000 @@ -22,15 +22,20 @@ Mines is maintained by a volunteer community. You are welcome to participate. If you notice a problem you can file a bug report. To file a bug, go to .

- This is a bug tracking system where users and developers can file details about bugs, crashes and request enhancements. + This is a bug tracking system where users and developers can file details about bugs and crashes, or request enhancements.

- To participate you need an account which will give you the ability to gain access, file bugs, and make comments. Also, you need to register so you can receive updates by e-mail about the status of your bug. If you don't already have an account, just click on the New Account link to create one. -

-

- Once you have an account, log in, click on File a BugApplicationsgnome-mines. - Before reporting a bug, please read the bug writing guidelines, and please browse for the bug to see if it already exists. + To participate you need an account, which will give you the ability to gain access, file bugs, make comments, and receive updates by e-mail about the status of your bug. If you don't already have an account, just click on the New Account link to create one.

+ +

Once you have an account, log in, click on File a + BugApplicationsgnome-mines. Before + reporting a bug, please read the + bug + writing guidelines, and please + browse + for the bug to see if it already exists.

+

If you are requesting a new feature, choose enhancement in the Severity menu. Fill in the Summary and Description sections and click Commit. diff -Nru gnome-mines-3.8.2/help/it/documentation.page gnome-mines-3.10.1/help/it/documentation.page --- gnome-mines-3.8.2/help/it/documentation.page 2013-08-20 01:49:27.000000000 +0000 +++ gnome-mines-3.10.1/help/it/documentation.page 2013-10-12 11:22:18.000000000 +0000 @@ -14,6 +14,10 @@ kittykat3756@gmail.com 2012 + + Aruna Sankaranarayanan + aruna.evam@gmail.com +

Creative Commons Share Alike 3.0

@@ -25,12 +29,15 @@ welcome to participate.

To contribute to the Documentation Project, get in touch with us on the - #docs channel on irc.gnome.org or via our - mailing - list.

+ #docs + channel on + irc.gnome.org + or via our + mailing list + .

-

Our wiki +

Our + wiki page contains useful information.

- diff -Nru gnome-mines-3.8.2/help/it/faces.page gnome-mines-3.10.1/help/it/faces.page --- gnome-mines-3.8.2/help/it/faces.page 2013-08-20 01:49:28.000000000 +0000 +++ gnome-mines-3.10.1/help/it/faces.page 2013-10-12 11:22:18.000000000 +0000 @@ -10,6 +10,10 @@ 2011 + + Aruna Sankaranarayanan + aruna.evam@gmail.com + The meaning of the faces @@ -17,23 +21,23 @@ - + - - + + - - + + - - + + - +

This is a new game and you didn't clicked on any tile for the moment.

This is a new game and you have not clicked on any tile yet.

You clicked on a mine, you loose.

You are currently clicking on a tile.

The tile you clicked on is safe. You can continue.

You have uncovered a mine. You lose.

This face appears when you're clicking a on tile.

The tile you just clicked on is safe. You can continue.

You found all the mines, you win.

You have found all the mines. You win!

diff -Nru gnome-mines-3.8.2/help/it/get-help.page gnome-mines-3.10.1/help/it/get-help.page --- gnome-mines-3.8.2/help/it/get-help.page 2013-08-20 01:49:28.000000000 +0000 +++ gnome-mines-3.10.1/help/it/get-help.page 2013-10-12 11:22:18.000000000 +0000 @@ -19,11 +19,11 @@ Hints and warnings -

You can use hints to reveal safe tiles and flag warnings to help you keep +

You can use hints to reveal safe tiles, and flag warnings to help you keep track of flags.

Click Hint in the toolbar to reveal a hidden - tile that is safe. You will be penalised for using hints: ten seconds will be + tile that is safe. You will be penalized for using hints: ten seconds will be added to your total time.

To enable warnings, edit the preferences by selecting diff -Nru gnome-mines-3.8.2/help/it/high-scores.page gnome-mines-3.10.1/help/it/high-scores.page --- gnome-mines-3.8.2/help/it/high-scores.page 2013-08-20 01:49:28.000000000 +0000 +++ gnome-mines-3.10.1/help/it/high-scores.page 2013-10-12 11:22:18.000000000 +0000 @@ -20,8 +20,8 @@ High scores -

The scores lists the ten fastest times in which each type of mine field - has been cleared.

+

The high scores list the ten fastest times in which each type of mine + field has been cleared.

To view the high scores, select MinesScores. The dialog will display the Small field size by default; to view other sizes, select them in diff -Nru gnome-mines-3.8.2/help/it/index.page gnome-mines-3.10.1/help/it/index.page --- gnome-mines-3.8.2/help/it/index.page 2013-08-20 01:49:28.000000000 +0000 +++ gnome-mines-3.10.1/help/it/index.page 2013-10-12 11:22:18.000000000 +0000 @@ -21,7 +21,7 @@ <media type="image" src="figures/logo32.png">GNOME Mines - logo</media>GNOME Mines + logo GNOME Mines

Mines is a clone of the game Minesweeper. The aim is to locate all the mines that are hidden under tiles on a rectangular board. You will diff -Nru gnome-mines-3.8.2/help/it/new-game.page gnome-mines-3.10.1/help/it/new-game.page --- gnome-mines-3.8.2/help/it/new-game.page 2013-08-20 01:49:28.000000000 +0000 +++ gnome-mines-3.10.1/help/it/new-game.page 2013-10-12 11:22:18.000000000 +0000 @@ -16,15 +16,25 @@ kittykat3756@gmail.com 2012 - + + Aruna Sankaranarayanan + aruna.evam@gmail.com + Start a new game

To start a new game:

-

click the New button or select MinesNew Game from the application menu

-

select your preferred board size

+ +

Click the New button or select + Mines + New Game from + the application menu.

+
+ +

Select your preferred board size.

+
diff -Nru gnome-mines-3.8.2/help/it/rules.page gnome-mines-3.10.1/help/it/rules.page --- gnome-mines-3.8.2/help/it/rules.page 2013-08-20 01:49:28.000000000 +0000 +++ gnome-mines-3.10.1/help/it/rules.page 2013-10-12 11:22:18.000000000 +0000 @@ -31,16 +31,16 @@ selecting a custom board.

-

The game begins with the board covered in tiles, click on any tile to +

The game begins with the board covered in tiles. Click on any tile to uncover it. You will reveal:

A colored number, which represent the number of mines in the adjacent tiles. This will help you deduce where the mines are so that - you can mark them with .

+ you can mark them with flags.

-

A blank title, which means there are no mines under any of the +

A blank tile, which means there are no mines under any of the adjacent tiles.

diff -Nru gnome-mines-3.8.2/help/ja/board-size.page gnome-mines-3.10.1/help/ja/board-size.page --- gnome-mines-3.8.2/help/ja/board-size.page 1970-01-01 00:00:00.000000000 +0000 +++ gnome-mines-3.10.1/help/ja/board-size.page 2013-10-12 11:22:18.000000000 +0000 @@ -0,0 +1,49 @@ + + + + + + + + + Baptiste Mille-Mathias + baptistem@gnome.org + 2011 + + + Ekaterina Gerasimova + kittykat3756@gmail.com + 2012 + + + + + Kai Takahashi + www.carrotsoft@gmail.com + 2013 + + + + How to change the game board size + +

You can select a field size at the start of a new game.

+ + + +

Click New or + Mines + New Game.

+
+ +

以下からフィールドの大きさを選択します。

+ +

8 × 8 (地雷10個)

+

16 × 16 (地雷40個)

+

30 × 16 (地雷99個)

+

a custom board, where you chose the size and the number of + mines

+
+
+
+ +
diff -Nru gnome-mines-3.8.2/help/ja/bug-filing.page gnome-mines-3.10.1/help/ja/bug-filing.page --- gnome-mines-3.8.2/help/ja/bug-filing.page 1970-01-01 00:00:00.000000000 +0000 +++ gnome-mines-3.10.1/help/ja/bug-filing.page 2013-10-12 11:22:18.000000000 +0000 @@ -0,0 +1,53 @@ + + + + + + + + Tiffany Antopolski + tiffany@antopolski.com + 2011 + + +

Creative Commons Share Alike 3.0

+
+ + + Kai Takahashi + www.carrotsoft@gmail.com + 2013 + +
+ +Help make <app>Mines</app> better + +
+Report a bug or suggest an improvement +

+ Mines is maintained by a volunteer community. You are welcome to participate. If you notice a problem you can file a bug report. To file a bug, go to . +

+

+ This is a bug tracking system where users and developers can file details about bugs and crashes, or request enhancements. +

+

+ To participate you need an account, which will give you the ability to gain access, file bugs, make comments, and receive updates by e-mail about the status of your bug. If you don't already have an account, just click on the New Account link to create one. +

+ +

Once you have an account, log in, click on File a + BugApplicationsgnome-mines. Before + reporting a bug, please read the + bug + writing guidelines, and please + browse + for the bug to see if it already exists.

+ +

+ If you are requesting a new feature, choose enhancement in the Severity menu. + Fill in the Summary and Description sections and click Commit. +

+

+ Your report will be given an ID number, and its status will be updated as it is being dealt with. Thanks for helping make Mines better! +

+
+
diff -Nru gnome-mines-3.8.2/help/ja/develop.page gnome-mines-3.10.1/help/ja/develop.page --- gnome-mines-3.8.2/help/ja/develop.page 1970-01-01 00:00:00.000000000 +0000 +++ gnome-mines-3.10.1/help/ja/develop.page 2013-10-12 11:22:18.000000000 +0000 @@ -0,0 +1,32 @@ + + + + + + + + + Tiffany Antopolski + tiffany.antopolski@gmail.com + 2011 + + +

Creative Commons Share Alike 3.0

+
+ + + Kai Takahashi + www.carrotsoft@gmail.com + 2013 + +
+ +Help develop +

+ The GNOME Games are developed and maintained by a volunteer community. You are welcome to participate. +

+

+ If you would like to help develop GNOME Games, you can get in touch with the developers using irc, or via our mailing list. +

+ +
diff -Nru gnome-mines-3.8.2/help/ja/documentation.page gnome-mines-3.10.1/help/ja/documentation.page --- gnome-mines-3.8.2/help/ja/documentation.page 1970-01-01 00:00:00.000000000 +0000 +++ gnome-mines-3.10.1/help/ja/documentation.page 2013-10-12 11:22:18.000000000 +0000 @@ -0,0 +1,49 @@ + + + + + + + + Tiffany Antopolski + tiffany.antopolski@gmail.com + 2011 + + + Ekaterina Gerasimova + kittykat3756@gmail.com + 2012 + + + Aruna Sankaranarayanan + aruna.evam@gmail.com + + +

Creative Commons Share Alike 3.0

+
+ + + Kai Takahashi + www.carrotsoft@gmail.com + 2013 + +
+ + Help write documentation + +

The GNOME Games user help is maintained by a volunteer community. You are + welcome to participate.

+ +

To contribute to the Documentation Project, get in touch with us on the + #docs + channel on + irc.gnome.org + or via our + mailing list + .

+ +

Our + wiki + page contains useful information.

+ +
diff -Nru gnome-mines-3.8.2/help/ja/faces.page gnome-mines-3.10.1/help/ja/faces.page --- gnome-mines-3.8.2/help/ja/faces.page 1970-01-01 00:00:00.000000000 +0000 +++ gnome-mines-3.10.1/help/ja/faces.page 2013-10-12 11:22:18.000000000 +0000 @@ -0,0 +1,50 @@ + + + + + + + + Baptiste Mille-Mathias + baptistem@gnome.org + 2011 + + + + Aruna Sankaranarayanan + aruna.evam@gmail.com + + + + Kai Takahashi + www.carrotsoft@gmail.com + 2013 + + + + The meaning of the faces + + + + + + + + + + + + + + + + + + + + + + +

This is a new game and you have not clicked on any tile yet.

You are currently clicking on a tile.

You have uncovered a mine. You lose.

The tile you just clicked on is safe. You can continue.

You have found all the mines. You win!

+ +
diff -Nru gnome-mines-3.8.2/help/ja/flags.page gnome-mines-3.10.1/help/ja/flags.page --- gnome-mines-3.8.2/help/ja/flags.page 1970-01-01 00:00:00.000000000 +0000 +++ gnome-mines-3.10.1/help/ja/flags.page 2013-10-12 11:22:18.000000000 +0000 @@ -0,0 +1,101 @@ + + + + + + + + + + Tiffany Antopolski + tiffany.antopolski@gmail.com + 2012 + + + + Baptiste Mille-Mathias + baptistem@gnome.org + 2012 + + + + Ekaterina Gerasimova + kittykat3756@gmail.com + 2012 + + + + + Kai Takahashi + www.carrotsoft@gmail.com + 2013 + + + + フラグの使い方 + + + + + +
+ + +

Flags are used to mark tiles which you suspect may hide a mine. Putting + a flag on a tile prevents you from clicking on it and possibly causing an + explosion, which would end the game.

+
+ +
+ フラグを設置する + + + + + +
+

赤いフラグはクリックすることができません。フラグを設置する方法は次の通りです:

+ +

空のマスを右クリックします。

+
+
+ +
+ + +

To make the number of available flags equal to the number of + remaining mines, enable Warn if too many flags + placed and Use "I'm not sure" flags + preference options, then restart the application.

+
+ +
+ +
+ Use of the <em>I'm not sure</em> flag +

If you are not sure whether a tile hides a mine, you can use the blue + I'm not sure flag.

+ + + + + +
+

To put an I'm not sure flag on a tile:

+ +

Right-click twice on a blank tile or once on a red + flag.

+
+
+ +
+ + +

To enable these flags, click MinesPreferences, and select Use "I'm not + sure" flags.

+
+ +
+ +
diff -Nru gnome-mines-3.8.2/help/ja/get-help.page gnome-mines-3.10.1/help/ja/get-help.page --- gnome-mines-3.8.2/help/ja/get-help.page 1970-01-01 00:00:00.000000000 +0000 +++ gnome-mines-3.10.1/help/ja/get-help.page 2013-10-12 11:22:18.000000000 +0000 @@ -0,0 +1,40 @@ + + + + + + + + Baptiste Mille-Mathias + baptistem@gnome.org + 2011 + + + Ekaterina Gerasimova + kittykat3756@gmail.com + 2012 + + + + + Kai Takahashi + www.carrotsoft@gmail.com + 2013 + + + + Hints and warnings + +

You can use hints to reveal safe tiles, and flag warnings to help you keep + track of flags.

+ +

Click Hint in the toolbar to reveal a hidden + tile that is safe. You will be penalized for using hints: ten seconds will be + added to your total time.

+ +

To enable warnings, edit the preferences by selecting + MinesPreferences and ticking the + checkbox next to Warn if too many flags have been placed. This + will warn you when you try to place too many flags next to an open tile.

+ +
diff -Nru gnome-mines-3.8.2/help/ja/high-scores.page gnome-mines-3.10.1/help/ja/high-scores.page --- gnome-mines-3.8.2/help/ja/high-scores.page 1970-01-01 00:00:00.000000000 +0000 +++ gnome-mines-3.10.1/help/ja/high-scores.page 2013-10-12 11:22:18.000000000 +0000 @@ -0,0 +1,36 @@ + + + + + + + + + Baptiste Mille-Mathias + baptistem@gnome.org + 2012 + + + Ekaterina Gerasimova + kittykat3756@gmail.com + 2012 + + + + + Kai Takahashi + www.carrotsoft@gmail.com + 2013 + + + + High scores + +

The high scores list the ten fastest times in which each type of mine + field has been cleared.

+ +

To view the high scores, select MinesScores. The dialog will display the + Small field size by default; to view other sizes, select them in + the drop down menu at the top of the dialog.

+ +
diff -Nru gnome-mines-3.8.2/help/ja/index.page gnome-mines-3.10.1/help/ja/index.page --- gnome-mines-3.8.2/help/ja/index.page 1970-01-01 00:00:00.000000000 +0000 +++ gnome-mines-3.10.1/help/ja/index.page 2013-10-12 11:22:18.000000000 +0000 @@ -0,0 +1,50 @@ + + + + + <media type="image" src="figures/logo.png"/> + + GNOME マインスイーパー + GNOME マインスイーパー + + + Brian Grohe + grohe43@gmail.com + + + Ekaterina Gerasimova + kittykat3756@gmail.com + + +

Creative Commons Share Alike 3.0

+
+ + + Kai Takahashi + www.carrotsoft@gmail.com + 2013 + +
+ + <media type="image" src="figures/logo32.png">GNOME Mines + logo</media> GNOME Mines +

+ Mines is a clone of the game Minesweeper. The aim is to locate + all the mines that are hidden under tiles on a rectangular board. You will + need to use a combination of logic and luck to find all the mines without + triggering an explosion. +

+
+ ゲームをプレイする +
+
+ Useful tips +
+
+ Advanced +
+
+ Get Involved +
+ +
diff -Nru gnome-mines-3.8.2/help/ja/ja.po gnome-mines-3.10.1/help/ja/ja.po --- gnome-mines-3.8.2/help/ja/ja.po 1970-01-01 00:00:00.000000000 +0000 +++ gnome-mines-3.10.1/help/ja/ja.po 2013-10-12 11:18:06.000000000 +0000 @@ -0,0 +1,608 @@ +# Japanese translation for gnome-mines. +# Copyright (C) 2013 gnome-mines's COPYRIGHT HOLDER +# This file is distributed under the same license as the gnome-mines package. +# Kai Takahashi , 2013. +# +msgid "" +msgstr "" +"Project-Id-Version: gnome-mines master\n" +"POT-Creation-Date: 2013-08-24 01:08+0000\n" +"PO-Revision-Date: 2013-08-24 21:05+0900\n" +"Last-Translator: Kai Takahashi \n" +"Language-Team: Japanese \n" +"Language: ja\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#. Put one translator per line, in the form NAME , YEAR1, YEAR2 +msgctxt "_" +msgid "translator-credits" +msgstr "Kai Takahashi , 2013" + +#. This is a reference to an external file such as an image or video. When +#. the file changes, the md5 hash will change to let you know you need to +#. update your localized copy. The msgstr is not used at all. Set it to +#. whatever you like once you have updated your copy of the file. +#. +#. This is a reference to an external file such as an image or video. When +#. the file changes, the md5 hash will change to let you know you need to +#. update your localized copy. The msgstr is not used at all. Set it to +#. whatever you like once you have updated your copy of the file. +#: C/index.page:4(media) +msgctxt "_" +msgid "external ref='figures/logo.png' md5='5a979e829d14ad935a9f3e81318a5a36'" +msgstr "" + +#. This is a reference to an external file such as an image or video. When +#. the file changes, the md5 hash will change to let you know you need to +#. update your localized copy. The msgstr is not used at all. Set it to +#. whatever you like once you have updated your copy of the file. +#. +#. This is a reference to an external file such as an image or video. When +#. the file changes, the md5 hash will change to let you know you need to +#. update your localized copy. The msgstr is not used at all. Set it to +#. whatever you like once you have updated your copy of the file. +#: C/index.page:22(media) +msgctxt "_" +msgid "external ref='figures/logo32.png' md5='aef7085887ecce229ad39e3f43268a8b'" +msgstr "" + +#: C/index.page:6(info/title) +msgctxt "link" +msgid "GNOME Mines" +msgstr "GNOME マインスイーパー" + +#: C/index.page:7(info/title) +msgctxt "text" +msgid "GNOME Mines" +msgstr "GNOME マインスイーパー" + +#: C/index.page:10(credit/name) C/shortcuts.page:9(credit/name) +msgid "Brian Grohe" +msgstr "" + +#: C/index.page:14(credit/name) C/board-size.page:15(credit/name) +#: C/documentation.page:14(credit/name) C/flags.page:23(credit/name) +#: C/get-help.page:14(credit/name) C/high-scores.page:15(credit/name) +#: C/new-game.page:16(credit/name) C/rules.page:16(credit/name) +msgid "Ekaterina Gerasimova" +msgstr "" + +#: C/index.page:18(license/p) C/bug-filing.page:14(license/p) +#: C/develop.page:15(license/p) C/documentation.page:23(license/p) +#: C/translate.page:19(license/p) +msgid "Creative Commons Share Alike 3.0" +msgstr "Creative Commons Share Alike 3.0" + +#: C/index.page:22(page/title) +msgid "GNOME Mines logo GNOME Mines" +msgstr "" + +#: C/index.page:24(page/p) +msgid "Mines is a clone of the game Minesweeper. The aim is to locate all the mines that are hidden under tiles on a rectangular board. You will need to use a combination of logic and luck to find all the mines without triggering an explosion." +msgstr "" + +#: C/index.page:31(section/title) +msgid "Game Play" +msgstr "ゲームをプレイする" + +#: C/index.page:34(section/title) +msgid "Useful tips" +msgstr "" + +#: C/index.page:37(section/title) +msgid "Advanced" +msgstr "" + +#: C/index.page:40(section/title) +msgid "Get Involved" +msgstr "" + +#: C/board-size.page:10(credit/name) C/faces.page:9(credit/name) +#: C/flags.page:17(credit/name) C/get-help.page:9(credit/name) +#: C/high-scores.page:10(credit/name) C/new-game.page:11(credit/name) +#: C/rules.page:11(credit/name) +msgid "Baptiste Mille-Mathias" +msgstr "" + +#: C/board-size.page:12(credit/years) C/bug-filing.page:11(credit/years) +#: C/develop.page:12(credit/years) C/documentation.page:11(credit/years) +#: C/faces.page:11(credit/years) C/get-help.page:11(credit/years) +#: C/rules.page:13(credit/years) C/translate.page:12(credit/years) +msgid "2011" +msgstr "2011" + +#: C/board-size.page:17(credit/years) C/documentation.page:16(credit/years) +#: C/flags.page:13(credit/years) C/flags.page:19(credit/years) +#: C/flags.page:25(credit/years) C/get-help.page:16(credit/years) +#: C/high-scores.page:12(credit/years) C/high-scores.page:17(credit/years) +#: C/new-game.page:13(credit/years) C/new-game.page:18(credit/years) +#: C/rules.page:18(credit/years) C/shortcuts.page:11(credit/years) +#: C/toolbar.page:10(credit/years) +msgid "2012" +msgstr "2012" + +#: C/board-size.page:22(page/title) +msgid "How to change the game board size" +msgstr "" + +#: C/board-size.page:24(page/p) +msgid "You can select a field size at the start of a new game." +msgstr "" + +#: C/board-size.page:28(item/p) +msgid "Click New or Mines New Game." +msgstr "" + +#: C/board-size.page:33(item/p) +msgid "Select one of the grid sizes:" +msgstr "以下からフィールドの大きさを選択します。" + +#: C/board-size.page:35(item/p) +msgid "a 8 × 8 board with 10 mines" +msgstr "8 × 8 (地雷10個)" + +#: C/board-size.page:36(item/p) +msgid "a 16 × 16 board with 40 mines" +msgstr "16 × 16 (地雷40個)" + +#: C/board-size.page:37(item/p) +msgid "a 30 × 16 board with 99 mines" +msgstr "30 × 16 (地雷99個)" + +#: C/board-size.page:38(item/p) +msgid "a custom board, where you chose the size and the number of mines" +msgstr "" + +#: C/bug-filing.page:9(credit/name) C/develop.page:10(credit/name) +#: C/documentation.page:9(credit/name) C/flags.page:11(credit/name) +#: C/toolbar.page:8(credit/name) C/translate.page:10(credit/name) +msgid "Tiffany Antopolski" +msgstr "" + +#: C/bug-filing.page:18(page/title) +msgid "Help make Mines better" +msgstr "" + +#: C/bug-filing.page:21(section/title) +msgid "Report a bug or suggest an improvement" +msgstr "" + +#: C/bug-filing.page:22(section/p) +msgid "Mines is maintained by a volunteer community. You are welcome to participate. If you notice a problem you can file a bug report. To file a bug, go to ." +msgstr "" + +#: C/bug-filing.page:25(section/p) +msgid "This is a bug tracking system where users and developers can file details about bugs and crashes, or request enhancements." +msgstr "" + +#: C/bug-filing.page:28(section/p) +msgid "To participate you need an account, which will give you the ability to gain access, file bugs, make comments, and receive updates by e-mail about the status of your bug. If you don't already have an account, just click on the New Account link to create one." +msgstr "" + +#: C/bug-filing.page:32(section/p) +msgid "Once you have an account, log in, click on File a BugApplicationsgnome-mines. Before reporting a bug, please read the bug writing guidelines, and please browse for the bug to see if it already exists." +msgstr "" + +#: C/bug-filing.page:40(section/p) +msgid "If you are requesting a new feature, choose enhancement in the Severity menu. Fill in the Summary and Description sections and click Commit." +msgstr "" + +#: C/bug-filing.page:44(section/p) +msgid "Your report will be given an ID number, and its status will be updated as it is being dealt with. Thanks for helping make Mines better!" +msgstr "" + +#: C/develop.page:19(page/title) +msgid "Help develop" +msgstr "" + +#: C/develop.page:20(page/p) +msgid "The GNOME Games are developed and maintained by a volunteer community. You are welcome to participate." +msgstr "" + +#: C/develop.page:23(page/p) +msgid "If you would like to help develop GNOME Games, you can get in touch with the developers using irc, or via our mailing list." +msgstr "" + +#: C/documentation.page:19(credit/name) C/faces.page:15(credit/name) +#: C/new-game.page:21(credit/name) +msgid "Aruna Sankaranarayanan" +msgstr "" + +#: C/documentation.page:27(page/title) +msgid "Help write documentation" +msgstr "" + +#: C/documentation.page:29(page/p) +msgid "The GNOME Games user help is maintained by a volunteer community. You are welcome to participate." +msgstr "" + +#: C/documentation.page:32(page/p) +msgid "To contribute to the Documentation Project, get in touch with us on the #docs channel on irc.gnome.org or via our mailing list ." +msgstr "" + +#: C/documentation.page:40(page/p) +msgid "Our wiki page contains useful information." +msgstr "" + +#. This is a reference to an external file such as an image or video. When +#. the file changes, the md5 hash will change to let you know you need to +#. update your localized copy. The msgstr is not used at all. Set it to +#. whatever you like once you have updated your copy of the file. +#: C/faces.page:24(media) +msgctxt "_" +msgid "external ref='figures/face-smile.svg' md5='6a6254c55d6e76f65007dfef107f4019'" +msgstr "" + +#. This is a reference to an external file such as an image or video. When +#. the file changes, the md5 hash will change to let you know you need to +#. update your localized copy. The msgstr is not used at all. Set it to +#. whatever you like once you have updated your copy of the file. +#: C/faces.page:28(media) +msgctxt "_" +msgid "external ref='figures/face-worried.svg' md5='f0a66a1c5046deef93c14eeb9993b367'" +msgstr "" + +#. This is a reference to an external file such as an image or video. When +#. the file changes, the md5 hash will change to let you know you need to +#. update your localized copy. The msgstr is not used at all. Set it to +#. whatever you like once you have updated your copy of the file. +#: C/faces.page:32(media) +msgctxt "_" +msgid "external ref='figures/face-sad.svg' md5='9e02c857add1e6a859e14a89cf0b83ae'" +msgstr "" + +#. This is a reference to an external file such as an image or video. When +#. the file changes, the md5 hash will change to let you know you need to +#. update your localized copy. The msgstr is not used at all. Set it to +#. whatever you like once you have updated your copy of the file. +#: C/faces.page:36(media) +msgctxt "_" +msgid "external ref='figures/face-cool.svg' md5='6ce4a904009988e203e3d50896f6016e'" +msgstr "" + +#. This is a reference to an external file such as an image or video. When +#. the file changes, the md5 hash will change to let you know you need to +#. update your localized copy. The msgstr is not used at all. Set it to +#. whatever you like once you have updated your copy of the file. +#: C/faces.page:40(media) +msgctxt "_" +msgid "external ref='figures/face-win.svg' md5='5a18e37927cee8d20cfc5b37fbcb680b'" +msgstr "" + +#: C/faces.page:20(page/title) +msgid "The meaning of the faces" +msgstr "" + +#: C/faces.page:25(td/p) +msgid "This is a new game and you have not clicked on any tile yet." +msgstr "" + +#: C/faces.page:29(td/p) +#, fuzzy +#| msgid "right click on a blank tile." +msgid "You are currently clicking on a tile." +msgstr "空のマスを右クリックします。" + +#: C/faces.page:33(td/p) +#, fuzzy +#| msgid "You found all the mines, you win." +msgid "You have uncovered a mine. You lose." +msgstr "すべての地雷を発見すれば、あなたの勝ちです。" + +#: C/faces.page:37(td/p) +msgid "The tile you just clicked on is safe. You can continue." +msgstr "" + +#: C/faces.page:41(td/p) +#, fuzzy +#| msgid "You found all the mines, you win." +msgid "You have found all the mines. You win!" +msgstr "すべての地雷を発見すれば、あなたの勝ちです。" + +#. This is a reference to an external file such as an image or video. When +#. the file changes, the md5 hash will change to let you know you need to +#. update your localized copy. The msgstr is not used at all. Set it to +#. whatever you like once you have updated your copy of the file. +#: C/flags.page:34(media) +msgctxt "_" +msgid "external ref='figures/flags.png' md5='21bb5789d11d2ea40515a4dfcfd597ca'" +msgstr "" + +#. This is a reference to an external file such as an image or video. When +#. the file changes, the md5 hash will change to let you know you need to +#. update your localized copy. The msgstr is not used at all. Set it to +#. whatever you like once you have updated your copy of the file. +#: C/flags.page:56(media) +msgctxt "_" +msgid "external ref='figures/flag.svg' md5='f9cc3827986004290dd5c61b02e18b73'" +msgstr "" + +#. This is a reference to an external file such as an image or video. When +#. the file changes, the md5 hash will change to let you know you need to +#. update your localized copy. The msgstr is not used at all. Set it to +#. whatever you like once you have updated your copy of the file. +#: C/flags.page:85(media) +msgctxt "_" +msgid "external ref='figures/flag-question.svg' md5='544c1aaa711ee86a03a817a1e3b57733'" +msgstr "" + +#: C/flags.page:30(page/title) +msgid "How to use flags" +msgstr "フラグの使い方" + +#: C/flags.page:37(td/p) +msgid "Flags are used to mark tiles which you suspect may hide a mine. Putting a flag on a tile prevents you from clicking on it and possibly causing an explosion, which would end the game." +msgstr "" + +#: C/flags.page:45(section/title) +msgid "How to place a flag on a tile" +msgstr "フラグを設置する" + +#: C/flags.page:49(td/p) +msgid "Red flags are those that cannot be clicked. To place a red flag on a tile:" +msgstr "赤いフラグはクリックすることができません。フラグを設置する方法は次の通りです:" + +#: C/flags.page:52(item/p) +msgid "right click on a blank tile." +msgstr "空のマスを右クリックします。" + +#: C/flags.page:62(note/p) +msgid "To make the number of available flags equal to the number of remaining mines, enable Warn if too many flags placed and Use \"I'm not sure\" flags preference options, then restart the application." +msgstr "" + +#: C/flags.page:72(section/title) +msgid "Use of the I'm not sure flag" +msgstr "" + +#: C/flags.page:73(section/p) +msgid "If you are not sure whether a tile hides a mine, you can use the blue I'm not sure flag." +msgstr "" + +#: C/flags.page:78(td/p) +msgid "To put an I'm not sure flag on a tile:" +msgstr "" + +#: C/flags.page:80(item/p) +msgid "Right-click twice on a blank tile or once on a red flag." +msgstr "" + +#: C/flags.page:91(note/p) +msgid "To enable these flags, click MinesPreferences, and select Use \"I'm not sure\" flags." +msgstr "" + +#: C/get-help.page:21(page/title) +msgid "Hints and warnings" +msgstr "" + +#: C/get-help.page:23(page/p) +msgid "You can use hints to reveal safe tiles, and flag warnings to help you keep track of flags." +msgstr "" + +#: C/get-help.page:26(page/p) +msgid "Click Hint in the toolbar to reveal a hidden tile that is safe. You will be penalized for using hints: ten seconds will be added to your total time." +msgstr "" + +#: C/get-help.page:30(page/p) +msgid "To enable warnings, edit the preferences by selecting MinesPreferences and ticking the checkbox next to Warn if too many flags have been placed. This will warn you when you try to place too many flags next to an open tile." +msgstr "" + +#: C/high-scores.page:22(page/title) +msgid "High scores" +msgstr "" + +#: C/high-scores.page:24(page/p) +msgid "The high scores list the ten fastest times in which each type of mine field has been cleared." +msgstr "" + +#: C/high-scores.page:27(page/p) +msgid "To view the high scores, select MinesScores. The dialog will display the Small field size by default; to view other sizes, select them in the drop down menu at the top of the dialog." +msgstr "" + +#: C/license.page:8(info/desc) +msgid "Legal information." +msgstr "" + +#: C/license.page:11(page/title) +msgid "License" +msgstr "" + +#: C/license.page:12(page/p) +msgid "This work is distributed under a CreativeCommons Attribution-Share Alike 3.0 Unported license." +msgstr "" + +#: C/license.page:20(page/p) +msgid "You are free:" +msgstr "" + +#: C/license.page:25(item/title) +msgid "To share" +msgstr "" + +#: C/license.page:26(item/p) +msgid "To copy, distribute and transmit the work." +msgstr "" + +#: C/license.page:29(item/title) +msgid "To remix" +msgstr "" + +#: C/license.page:30(item/p) +msgid "To adapt the work." +msgstr "" + +#: C/license.page:33(page/p) +msgid "Under the following conditions:" +msgstr "" + +#: C/license.page:38(item/title) +msgid "Attribution" +msgstr "" + +#: C/license.page:39(item/p) +msgid "You must attribute the work in the manner specified by the author or licensor (but not in any way that suggests that they endorse you or your use of the work)." +msgstr "" + +#: C/license.page:46(item/title) +msgid "Share Alike" +msgstr "" + +#: C/license.page:47(item/p) +msgid "If you alter, transform, or build upon this work, you may distribute the resulting work only under the same, similar or a compatible license." +msgstr "" + +#: C/license.page:53(page/p) +msgid "For the full text of the license, see the CreativeCommons website, or read the full Commons Deed." +msgstr "" + +#: C/new-game.page:26(page/title) +msgid "Start a new game" +msgstr "新しいゲームをはじめる" + +#: C/new-game.page:28(page/p) +msgid "To start a new game:" +msgstr "新しいゲームは、次のようにして始めます:" + +#: C/new-game.page:31(item/p) +msgid "Click the New button or select Mines New Game from the application menu." +msgstr "" + +#: C/new-game.page:37(item/p) +#, fuzzy +#| msgid "select your preferred board size" +msgid "Select your preferred board size." +msgstr "お好みのボードサイズを選択します。" + +#: C/new-game.page:42(note/p) +msgid "If you are already playing a game, Mines will ask if you want to Start New Game or Keep Current Game. If you choose the former, your current game will be lost." +msgstr "すでにゲームが開始している場合、マインスイーパー新しいゲームを開始するか現在のゲームを継続するか質問します。新しいゲームを開始を選択すると、プレイ中のゲームは失われます。" + +#: C/rules.page:24(page/title) +msgid "Game rules" +msgstr "ゲームのルール" + +#: C/rules.page:26(page/p) +msgid "The aim of Mines is to clear the minefield without detonating any of the mines." +msgstr "マインスイーパー は一つの地雷も爆発させずに地雷を除去するゲームです。" + +#: C/rules.page:31(item/p) +msgid "Start by chosing one of the three default board sizes, or by selecting a custom board." +msgstr "標準の3つのフィールドの大きさから選択するか、カスタムを選択してゲームを開始します。" + +#: C/rules.page:35(item/p) +msgid "The game begins with the board covered in tiles. Click on any tile to uncover it. You will reveal:" +msgstr "ゲームは、ボードがマスで区切られた状態でスタートします。どれかマスをクリックして開きます。マスを開くと次のいずれかが出現します。" + +#: C/rules.page:39(item/p) +msgid "A colored number, which represent the number of mines in the adjacent tiles. This will help you deduce where the mines are so that you can mark them with flags." +msgstr "色付き数字。隣接する地雷の数を示します。どのマスが地雷であり、フラグでマークするべきか判断する助けになります。" + +#: C/rules.page:44(item/p) +msgid "A blank tile, which means there are no mines under any of the adjacent tiles." +msgstr "空のマス。隣接するマスに地雷がないことを示します。" + +#: C/rules.page:48(item/p) +msgid "A mine, which will detonate and end the game." +msgstr "地雷。クリックすると爆発し、ゲームは終了します。" + +#: C/rules.page:53(item/p) +msgid "Repeat the previous step until you have uncovered all the tiles which do not have mines underneath them." +msgstr "このステップを、地雷以外のすべてのマスを開けるまで繰り返します。" + +#: C/rules.page:58(page/p) +msgid "If you complete the game quickly enough, you will be added to the high scores list." +msgstr "ゲームを素早くクリアできた場合は、あなたのスコアはハイスコアリストに追加されます。" + +#: C/shortcuts.page:17(page/title) +msgid "Keyboard shortcuts" +msgstr "キーボードショートカット" + +#: C/shortcuts.page:20(td/p) +msgid "New game" +msgstr "新しいゲーム" + +#: C/shortcuts.page:21(td/p) +msgid "CtrlN" +msgstr "CtrlN" + +#: C/shortcuts.page:24(td/p) +msgid "Fullscreen" +msgstr "フルスクリーン" + +#: C/shortcuts.page:25(td/p) +msgid "F11" +msgstr "F11" + +#: C/shortcuts.page:28(td/p) +msgid "Hint" +msgstr "ヒント" + +#: C/shortcuts.page:29(td/p) +msgid "CtrlH" +msgstr "CtrlH" + +#: C/shortcuts.page:32(td/p) +msgid "Pause" +msgstr "一時停止" + +#: C/shortcuts.page:33(td/p) +msgid "Pause" +msgstr "Pause" + +#: C/shortcuts.page:34(note/p) +msgid "Use the toolbar shortcut if your keyboard does not have a Pause key." +msgstr "お使いのキーボードにPauseキーがない場合は、ツールバーのショートカットを使用してください。" + +#: C/shortcuts.page:37(td/p) +msgid "Help" +msgstr "ヘルプ" + +#: C/shortcuts.page:38(td/p) +msgid "F1" +msgstr "F1" + +#: C/shortcuts.page:41(td/p) +msgid "Quit" +msgstr "終了" + +#: C/shortcuts.page:42(td/p) +msgid "CtrlQ" +msgstr "CtrlQ" + +#: C/toolbar.page:15(page/title) +msgid "Toolbar" +msgstr "" + +#: C/toolbar.page:17(page/p) +msgid "The toolbar, located under the menu bar, lets you perform common actions with your mouse. To use a toolbar item, just click on it. The buttons, from left to right, are New Game, Hint, Pause and Fullscreen." +msgstr "" + +#: C/translate.page:15(credit/name) +msgid "Michael Hill" +msgstr "" + +#: C/translate.page:23(page/title) +msgid "Help translate" +msgstr "" + +#: C/translate.page:24(page/p) +msgid "The GNOME games user interface and documentation is being translated by a world-wide volunteer community. You are welcome to participate." +msgstr "" + +#: C/translate.page:27(page/p) +msgid "There are many languages for which translations are still needed." +msgstr "" + +#: C/translate.page:30(page/p) +msgid "To start translating you will need to create an account and join the translation team for your language. This will give you the ability to upload new translations." +msgstr "" + +#: C/translate.page:34(page/p) +msgid "You can chat with GNOME translators using irc. People on the channel are located worldwide, so you may not get an immediate response as a result of timezone differences." +msgstr "IRCを使用してGNOMEの翻訳者とチャットをすることができます。ただし、チャンネルの人々は世界中におり、時差があるのですぐに返答を得られるとは限りません。" + +#: C/translate.page:37(page/p) +msgid "Alternatively, you can contact the Internationalization Team using their mailing list." +msgstr "代わりに、メーリングリストを使用してコンタクトを取ることも可能です。" diff -Nru gnome-mines-3.8.2/help/ja/license.page gnome-mines-3.10.1/help/ja/license.page --- gnome-mines-3.8.2/help/ja/license.page 1970-01-01 00:00:00.000000000 +0000 +++ gnome-mines-3.10.1/help/ja/license.page 2013-10-12 11:22:18.000000000 +0000 @@ -0,0 +1,64 @@ + + + + + + + Legal information. + + + Kai Takahashi + www.carrotsoft@gmail.com + 2013 + + + + License +

+ + This work is distributed under a CreativeCommons Attribution-Share Alike + 3.0 Unported license. +

+

+ You are free: +

+ + + <em>To share</em> +

To copy, distribute and transmit the work.

+
+ + <em>To remix</em> +

To adapt the work.

+
+
+

+ Under the following conditions: +

+ + + <em>Attribution</em> +

+ You must attribute the work in the manner specified by the author or + licensor (but not in any way that suggests that they endorse you or + your use of the work). +

+
+ + <em>Share Alike</em> +

+ If you alter, transform, or build upon this work, you may distribute the + resulting work only under the same, similar or a compatible license. +

+
+
+

+ + For the full text of the license, see the + CreativeCommons website, + or read the full Commons Deed. +

+
diff -Nru gnome-mines-3.8.2/help/ja/new-game.page gnome-mines-3.10.1/help/ja/new-game.page --- gnome-mines-3.8.2/help/ja/new-game.page 1970-01-01 00:00:00.000000000 +0000 +++ gnome-mines-3.10.1/help/ja/new-game.page 2013-10-12 11:22:18.000000000 +0000 @@ -0,0 +1,49 @@ + + + + + + + + + + Baptiste Mille-Mathias + baptistem@gnome.org + 2012 + + + Ekaterina Gerasimova + kittykat3756@gmail.com + 2012 + + + Aruna Sankaranarayanan + aruna.evam@gmail.com + + + + Kai Takahashi + www.carrotsoft@gmail.com + 2013 + + + + 新しいゲームをはじめる + +

新しいゲームは、次のようにして始めます:

+ + +

Click the New button or select + Mines + New Game from + the application menu.

+
+ +

Select your preferred board size.

+
+
+ + +

すでにゲームが開始している場合、マインスイーパー新しいゲームを開始するか現在のゲームを継続するか質問します。新しいゲームを開始を選択すると、プレイ中のゲームは失われます。

+
+
diff -Nru gnome-mines-3.8.2/help/ja/rules.page gnome-mines-3.10.1/help/ja/rules.page --- gnome-mines-3.8.2/help/ja/rules.page 1970-01-01 00:00:00.000000000 +0000 +++ gnome-mines-3.10.1/help/ja/rules.page 2013-10-12 11:22:18.000000000 +0000 @@ -0,0 +1,58 @@ + + + + + + + + + + Baptiste Mille-Mathias + baptistem@gnome.org + 2011 + + + Ekaterina Gerasimova + kittykat3756@gmail.com + 2012 + + + + + Kai Takahashi + www.carrotsoft@gmail.com + 2013 + + + + + ゲームのルール + +

マインスイーパー は一つの地雷も爆発させずに地雷を除去するゲームです。

+ + + +

標準の3つのフィールドの大きさから選択するか、カスタムを選択してゲームを開始します。

+
+ +

ゲームは、ボードがマスで区切られた状態でスタートします。どれかマスをクリックして開きます。マスを開くと次のいずれかが出現します。

+ + +

色付き数字。隣接する地雷の数を示します。どのマスが地雷であり、フラグでマークするべきか判断する助けになります。

+
+ +

空のマス。隣接するマスに地雷がないことを示します。

+
+ +

地雷。クリックすると爆発し、ゲームは終了します。

+
+
+
+ +

このステップを、地雷以外のすべてのマスを開けるまで繰り返します。

+
+
+ +

ゲームを素早くクリアできた場合は、あなたのスコアはハイスコアリストに追加されます。

+ +
diff -Nru gnome-mines-3.8.2/help/ja/shortcuts.page gnome-mines-3.10.1/help/ja/shortcuts.page --- gnome-mines-3.8.2/help/ja/shortcuts.page 1970-01-01 00:00:00.000000000 +0000 +++ gnome-mines-3.10.1/help/ja/shortcuts.page 2013-10-12 11:22:18.000000000 +0000 @@ -0,0 +1,50 @@ + + + + + + + + Brian Grohe + grohe43@gmail.com + 2012 + + + + + + Kai Takahashi + www.carrotsoft@gmail.com + 2013 + + + + キーボードショートカット + + + + + + + + + + + + + + + + + + + + + + + + + +

新しいゲーム

CtrlN

フルスクリーン

F11

ヒント

CtrlH

一時停止

Pause

+

お使いのキーボードにPauseキーがない場合は、ツールバーのショートカットを使用してください。

ヘルプ

F1

終了

CtrlQ

+
diff -Nru gnome-mines-3.8.2/help/ja/toolbar.page gnome-mines-3.10.1/help/ja/toolbar.page --- gnome-mines-3.8.2/help/ja/toolbar.page 1970-01-01 00:00:00.000000000 +0000 +++ gnome-mines-3.10.1/help/ja/toolbar.page 2013-10-12 11:22:18.000000000 +0000 @@ -0,0 +1,27 @@ + + + + + + + Tiffany Antopolski + tiffany.antopolski@gmail.com + 2012 + + + + + Kai Takahashi + www.carrotsoft@gmail.com + 2013 + + + + Toolbar + +

The toolbar, located under the menu bar, lets you perform common actions + with your mouse. To use a toolbar item, just click on it. The buttons, from + left to right, are New Game, Hint, Pause and + Fullscreen.

+ +
diff -Nru gnome-mines-3.8.2/help/ja/translate.page gnome-mines-3.10.1/help/ja/translate.page --- gnome-mines-3.8.2/help/ja/translate.page 1970-01-01 00:00:00.000000000 +0000 +++ gnome-mines-3.10.1/help/ja/translate.page 2013-10-12 11:22:18.000000000 +0000 @@ -0,0 +1,41 @@ + + + + + + + + + Tiffany Antopolski + tiffany.antopolski@gmail.com + 2011 + + + Michael Hill + mdhillca@gmail.com + + +

Creative Commons Share Alike 3.0

+
+ + + Kai Takahashi + www.carrotsoft@gmail.com + 2013 + +
+ +Help translate +

+ The GNOME games user interface and documentation is being translated by a world-wide volunteer community. You are welcome to participate. +

+

+ There are many languages for which translations are still needed. +

+

+To start translating you will need to create an account and join the translation team for your language. This will give you the ability to upload new translations. +

+ +

IRCを使用してGNOMEの翻訳者とチャットをすることができます。ただし、チャンネルの人々は世界中におり、時差があるのですぐに返答を得られるとは限りません。

+

代わりに、メーリングリストを使用してコンタクトを取ることも可能です。

+
diff -Nru gnome-mines-3.8.2/help/oc/board-size.page gnome-mines-3.10.1/help/oc/board-size.page --- gnome-mines-3.8.2/help/oc/board-size.page 2013-08-20 01:49:27.000000000 +0000 +++ gnome-mines-3.10.1/help/oc/board-size.page 2013-10-12 11:22:18.000000000 +0000 @@ -24,7 +24,9 @@ -

Click New or MinesNew Game.

+

Click New or + Mines + New Game.

Select one of the grid sizes:

diff -Nru gnome-mines-3.8.2/help/oc/bug-filing.page gnome-mines-3.10.1/help/oc/bug-filing.page --- gnome-mines-3.8.2/help/oc/bug-filing.page 2013-08-20 01:49:27.000000000 +0000 +++ gnome-mines-3.10.1/help/oc/bug-filing.page 2013-10-12 11:22:18.000000000 +0000 @@ -22,15 +22,20 @@ Mines is maintained by a volunteer community. You are welcome to participate. If you notice a problem you can file a bug report. To file a bug, go to .

- This is a bug tracking system where users and developers can file details about bugs, crashes and request enhancements. + This is a bug tracking system where users and developers can file details about bugs and crashes, or request enhancements.

- To participate you need an account which will give you the ability to gain access, file bugs, and make comments. Also, you need to register so you can receive updates by e-mail about the status of your bug. If you don't already have an account, just click on the New Account link to create one. -

-

- Once you have an account, log in, click on File a BugApplicationsgnome-mines. - Before reporting a bug, please read the bug writing guidelines, and please browse for the bug to see if it already exists. + To participate you need an account, which will give you the ability to gain access, file bugs, make comments, and receive updates by e-mail about the status of your bug. If you don't already have an account, just click on the New Account link to create one.

+ +

Once you have an account, log in, click on File a + BugApplicationsgnome-mines. Before + reporting a bug, please read the + bug + writing guidelines, and please + browse + for the bug to see if it already exists.

+

If you are requesting a new feature, choose enhancement in the Severity menu. Fill in the Summary and Description sections and click Commit. diff -Nru gnome-mines-3.8.2/help/oc/documentation.page gnome-mines-3.10.1/help/oc/documentation.page --- gnome-mines-3.8.2/help/oc/documentation.page 2013-08-20 01:49:27.000000000 +0000 +++ gnome-mines-3.10.1/help/oc/documentation.page 2013-10-12 11:22:18.000000000 +0000 @@ -14,6 +14,10 @@ kittykat3756@gmail.com 2012 + + Aruna Sankaranarayanan + aruna.evam@gmail.com +

Creative Commons Share Alike 3.0

@@ -25,12 +29,15 @@ welcome to participate.

To contribute to the Documentation Project, get in touch with us on the - #docs channel on irc.gnome.org or via our - mailing - list.

+ #docs + channel on + irc.gnome.org + or via our + mailing list + .

-

Our wiki +

Our + wiki page contains useful information.

- diff -Nru gnome-mines-3.8.2/help/oc/faces.page gnome-mines-3.10.1/help/oc/faces.page --- gnome-mines-3.8.2/help/oc/faces.page 2013-08-20 01:49:27.000000000 +0000 +++ gnome-mines-3.10.1/help/oc/faces.page 2013-10-12 11:22:18.000000000 +0000 @@ -10,6 +10,10 @@ 2011 + + Aruna Sankaranarayanan + aruna.evam@gmail.com + The meaning of the faces @@ -17,23 +21,23 @@ - + - - + + - - + + - - + + - +

This is a new game and you didn't clicked on any tile for the moment.

This is a new game and you have not clicked on any tile yet.

You clicked on a mine, you loose.

You are currently clicking on a tile.

The tile you clicked on is safe. You can continue.

You have uncovered a mine. You lose.

This face appears when you're clicking a on tile.

The tile you just clicked on is safe. You can continue.

You found all the mines, you win.

You have found all the mines. You win!

diff -Nru gnome-mines-3.8.2/help/oc/get-help.page gnome-mines-3.10.1/help/oc/get-help.page --- gnome-mines-3.8.2/help/oc/get-help.page 2013-08-20 01:49:27.000000000 +0000 +++ gnome-mines-3.10.1/help/oc/get-help.page 2013-10-12 11:22:18.000000000 +0000 @@ -19,11 +19,11 @@ Hints and warnings -

You can use hints to reveal safe tiles and flag warnings to help you keep +

You can use hints to reveal safe tiles, and flag warnings to help you keep track of flags.

Click Hint in the toolbar to reveal a hidden - tile that is safe. You will be penalised for using hints: ten seconds will be + tile that is safe. You will be penalized for using hints: ten seconds will be added to your total time.

To enable warnings, edit the preferences by selecting diff -Nru gnome-mines-3.8.2/help/oc/high-scores.page gnome-mines-3.10.1/help/oc/high-scores.page --- gnome-mines-3.8.2/help/oc/high-scores.page 2013-08-20 01:49:28.000000000 +0000 +++ gnome-mines-3.10.1/help/oc/high-scores.page 2013-10-12 11:22:18.000000000 +0000 @@ -20,8 +20,8 @@ High scores -

The scores lists the ten fastest times in which each type of mine field - has been cleared.

+

The high scores list the ten fastest times in which each type of mine + field has been cleared.

To view the high scores, select MinesScores. The dialog will display the Small field size by default; to view other sizes, select them in diff -Nru gnome-mines-3.8.2/help/oc/index.page gnome-mines-3.10.1/help/oc/index.page --- gnome-mines-3.8.2/help/oc/index.page 2013-08-20 01:49:28.000000000 +0000 +++ gnome-mines-3.10.1/help/oc/index.page 2013-10-12 11:22:18.000000000 +0000 @@ -21,7 +21,7 @@ <media type="image" src="figures/logo32.png">GNOME Mines - logo</media>GNOME Mines + logo GNOME Mines

Mines is a clone of the game Minesweeper. The aim is to locate all the mines that are hidden under tiles on a rectangular board. You will diff -Nru gnome-mines-3.8.2/help/oc/new-game.page gnome-mines-3.10.1/help/oc/new-game.page --- gnome-mines-3.8.2/help/oc/new-game.page 2013-08-20 01:49:28.000000000 +0000 +++ gnome-mines-3.10.1/help/oc/new-game.page 2013-10-12 11:22:18.000000000 +0000 @@ -16,15 +16,25 @@ kittykat3756@gmail.com 2012 - + + Aruna Sankaranarayanan + aruna.evam@gmail.com + Start a new game

To start a new game:

-

click the New button or select MinesNew Game from the application menu

-

select your preferred board size

+ +

Click the New button or select + Mines + New Game from + the application menu.

+
+ +

Select your preferred board size.

+
diff -Nru gnome-mines-3.8.2/help/oc/rules.page gnome-mines-3.10.1/help/oc/rules.page --- gnome-mines-3.8.2/help/oc/rules.page 2013-08-20 01:49:28.000000000 +0000 +++ gnome-mines-3.10.1/help/oc/rules.page 2013-10-12 11:22:18.000000000 +0000 @@ -31,16 +31,16 @@ selecting a custom board.

-

The game begins with the board covered in tiles, click on any tile to +

The game begins with the board covered in tiles. Click on any tile to uncover it. You will reveal:

A colored number, which represent the number of mines in the adjacent tiles. This will help you deduce where the mines are so that - you can mark them with .

+ you can mark them with flags.

-

A blank title, which means there are no mines under any of the +

A blank tile, which means there are no mines under any of the adjacent tiles.

diff -Nru gnome-mines-3.8.2/help/pt_BR/board-size.page gnome-mines-3.10.1/help/pt_BR/board-size.page --- gnome-mines-3.8.2/help/pt_BR/board-size.page 2013-08-20 01:49:27.000000000 +0000 +++ gnome-mines-3.10.1/help/pt_BR/board-size.page 2013-10-12 11:22:18.000000000 +0000 @@ -30,7 +30,9 @@ -

Click New or MinesNew Game.

+

Click New or + Mines + New Game.

Select one of the grid sizes:

diff -Nru gnome-mines-3.8.2/help/pt_BR/bug-filing.page gnome-mines-3.10.1/help/pt_BR/bug-filing.page --- gnome-mines-3.8.2/help/pt_BR/bug-filing.page 2013-08-20 01:49:27.000000000 +0000 +++ gnome-mines-3.10.1/help/pt_BR/bug-filing.page 2013-10-12 11:22:18.000000000 +0000 @@ -27,12 +27,21 @@

Mines is maintained by a volunteer community. You are welcome to participate. If you notice a problem you can file a bug report. To file a bug, go to .

-

Este é um sistema de análise de bugs onde usuários e desenvolvedores podem enviar detalhes sobre bugs, falhas e solicitação de melhorias.

-

Para participar você deve possuir uma conta que lhe dá a capacidade de obter acesso, arquivar bugs e fazer comentários. Além disso, você precisa registrar-se para poder receber atualizações via e-mail em relação a situação do seu bug. Se você ainda não possui uma conta, basta apenas clicar no link Nova conta para criar uma.

- Once you have an account, log in, click on File a BugApplicationsgnome-mines. - Before reporting a bug, please read the bug writing guidelines, and please browse for the bug to see if it already exists. + This is a bug tracking system where users and developers can file details about bugs and crashes, or request enhancements.

+

+ To participate you need an account, which will give you the ability to gain access, file bugs, make comments, and receive updates by e-mail about the status of your bug. If you don't already have an account, just click on the New Account link to create one. +

+ +

Once you have an account, log in, click on File a + BugApplicationsgnome-mines. Before + reporting a bug, please read the + bug + writing guidelines, and please + browse + for the bug to see if it already exists.

+

Se você estiver solicitando um novo recurso, clique em Melhoria no menu Gravidade. Preencha as seções de Resumo e Descrição e depois clique em Enviar

Your report will be given an ID number, and its status will be updated as it is being dealt with. Thanks for helping make Mines better! diff -Nru gnome-mines-3.8.2/help/pt_BR/documentation.page gnome-mines-3.10.1/help/pt_BR/documentation.page --- gnome-mines-3.8.2/help/pt_BR/documentation.page 2013-08-20 01:49:28.000000000 +0000 +++ gnome-mines-3.10.1/help/pt_BR/documentation.page 2013-10-12 11:22:18.000000000 +0000 @@ -14,6 +14,10 @@ kittykat3756@gmail.com 2012 + + Aruna Sankaranarayanan + aruna.evam@gmail.com +

Creative Commons Share Alike 3.0

@@ -31,11 +35,13 @@ welcome to participate.

To contribute to the Documentation Project, get in touch with us on the - #docs channel on irc.gnome.org or via our - mailing - list.

+ #docs + channel on + irc.gnome.org + or via our + mailing list + .

Nossa página wiki contém informações úteis.

- diff -Nru gnome-mines-3.8.2/help/pt_BR/faces.page gnome-mines-3.10.1/help/pt_BR/faces.page --- gnome-mines-3.8.2/help/pt_BR/faces.page 2013-08-20 01:49:28.000000000 +0000 +++ gnome-mines-3.10.1/help/pt_BR/faces.page 2013-10-12 11:22:18.000000000 +0000 @@ -10,6 +10,10 @@ 2011 + + Aruna Sankaranarayanan + aruna.evam@gmail.com + Gilfran Ribeiro @@ -23,23 +27,23 @@ - + - - + + - - + + - - + + - +

Este é um novo jogo e até o momento você ainda não clicou em nenhum quadrado.

This is a new game and you have not clicked on any tile yet.

Clicando numa mina você perde o jogo.

You are currently clicking on a tile.

O quadrad que você clicou não tem mina. Você pode continuar.

You have uncovered a mine. You lose.

A face aparece quando você clica num quadrado.

The tile you just clicked on is safe. You can continue.

Achando todas as minas você vence.

You have found all the mines. You win!

diff -Nru gnome-mines-3.8.2/help/pt_BR/get-help.page gnome-mines-3.10.1/help/pt_BR/get-help.page --- gnome-mines-3.8.2/help/pt_BR/get-help.page 2013-08-20 01:49:28.000000000 +0000 +++ gnome-mines-3.10.1/help/pt_BR/get-help.page 2013-10-12 11:22:18.000000000 +0000 @@ -25,11 +25,11 @@ Hints and warnings -

You can use hints to reveal safe tiles and flag warnings to help you keep +

You can use hints to reveal safe tiles, and flag warnings to help you keep track of flags.

Click Hint in the toolbar to reveal a hidden - tile that is safe. You will be penalised for using hints: ten seconds will be + tile that is safe. You will be penalized for using hints: ten seconds will be added to your total time.

To enable warnings, edit the preferences by selecting diff -Nru gnome-mines-3.8.2/help/pt_BR/high-scores.page gnome-mines-3.10.1/help/pt_BR/high-scores.page --- gnome-mines-3.8.2/help/pt_BR/high-scores.page 2013-08-20 01:49:28.000000000 +0000 +++ gnome-mines-3.10.1/help/pt_BR/high-scores.page 2013-10-12 11:22:18.000000000 +0000 @@ -26,8 +26,8 @@ High scores -

The scores lists the ten fastest times in which each type of mine field - has been cleared.

+

The high scores list the ten fastest times in which each type of mine + field has been cleared.

To view the high scores, select MinesScores. The dialog will display the Small field size by default; to view other sizes, select them in diff -Nru gnome-mines-3.8.2/help/pt_BR/index.page gnome-mines-3.10.1/help/pt_BR/index.page --- gnome-mines-3.8.2/help/pt_BR/index.page 2013-08-20 01:49:28.000000000 +0000 +++ gnome-mines-3.10.1/help/pt_BR/index.page 2013-10-12 11:22:18.000000000 +0000 @@ -26,7 +26,8 @@ - <media type="image" src="figures/logo32.png">Logo do Minas do GNOME</media>Minas do GNOME + <media type="image" src="figures/logo32.png">GNOME Mines + logo</media> GNOME Mines

Mines is a clone of the game Minesweeper. The aim is to locate all the mines that are hidden under tiles on a rectangular board. You will diff -Nru gnome-mines-3.8.2/help/pt_BR/new-game.page gnome-mines-3.10.1/help/pt_BR/new-game.page --- gnome-mines-3.8.2/help/pt_BR/new-game.page 2013-08-20 01:49:28.000000000 +0000 +++ gnome-mines-3.10.1/help/pt_BR/new-game.page 2013-10-12 11:22:18.000000000 +0000 @@ -16,7 +16,10 @@ kittykat3756@gmail.com 2012 - + + Aruna Sankaranarayanan + aruna.evam@gmail.com + Gilfran Ribeiro @@ -29,8 +32,15 @@

To start a new game:

-

click the New button or select MinesNew Game from the application menu

-

select your preferred board size

+ +

Click the New button or select + Mines + New Game from + the application menu.

+
+ +

Select your preferred board size.

+
diff -Nru gnome-mines-3.8.2/help/pt_BR/rules.page gnome-mines-3.10.1/help/pt_BR/rules.page --- gnome-mines-3.8.2/help/pt_BR/rules.page 2013-08-20 01:49:28.000000000 +0000 +++ gnome-mines-3.10.1/help/pt_BR/rules.page 2013-10-12 11:22:18.000000000 +0000 @@ -37,16 +37,16 @@ selecting a custom board.

-

The game begins with the board covered in tiles, click on any tile to +

The game begins with the board covered in tiles. Click on any tile to uncover it. You will reveal:

A colored number, which represent the number of mines in the adjacent tiles. This will help you deduce where the mines are so that - you can mark them with .

+ you can mark them with flags.

-

A blank title, which means there are no mines under any of the +

A blank tile, which means there are no mines under any of the adjacent tiles.

diff -Nru gnome-mines-3.8.2/help/sl/board-size.page gnome-mines-3.10.1/help/sl/board-size.page --- gnome-mines-3.8.2/help/sl/board-size.page 2013-08-20 01:49:28.000000000 +0000 +++ gnome-mines-3.10.1/help/sl/board-size.page 2013-10-12 11:22:18.000000000 +0000 @@ -24,7 +24,9 @@ -

Click New or MinesNew Game.

+

Click New or + Mines + New Game.

Select one of the grid sizes:

diff -Nru gnome-mines-3.8.2/help/sl/bug-filing.page gnome-mines-3.10.1/help/sl/bug-filing.page --- gnome-mines-3.8.2/help/sl/bug-filing.page 2013-08-20 01:49:28.000000000 +0000 +++ gnome-mines-3.10.1/help/sl/bug-filing.page 2013-10-12 11:22:18.000000000 +0000 @@ -21,12 +21,21 @@

Mines is maintained by a volunteer community. You are welcome to participate. If you notice a problem you can file a bug report. To file a bug, go to .

-

To je sistem sledenja hroščev, kjer uporabniki in razvijalci lahko prijavijo podrobnosti o hroščih, sesutjih in zahtevajo izboljšave.

-

Za sodelovanje potrebujete račun, ki vam bo dal zmožnost dostopa, poročanja hroščev in delanja opomb. Vpisati se morate tudi zato, da lahko preko e-pošte prejemate posodobitve o stanju vašega hrošča. Če računa še nimate, kliknite Nov račun za njegovo ustvarjanje.

- Once you have an account, log in, click on File a BugApplicationsgnome-mines. - Before reporting a bug, please read the bug writing guidelines, and please browse for the bug to see if it already exists. + This is a bug tracking system where users and developers can file details about bugs and crashes, or request enhancements.

+

+ To participate you need an account, which will give you the ability to gain access, file bugs, make comments, and receive updates by e-mail about the status of your bug. If you don't already have an account, just click on the New Account link to create one. +

+ +

Once you have an account, log in, click on File a + BugApplicationsgnome-mines. Before + reporting a bug, please read the + bug + writing guidelines, and please + browse + for the bug to see if it already exists.

+

V primeru da zahtevate novo zmožnost v meniju Severity izberite enhancement. Izpolnite odseka Summary in Description in kliknite Commit.

Your report will be given an ID number, and its status will be updated as it is being dealt with. Thanks for helping make Mines better! diff -Nru gnome-mines-3.8.2/help/sl/documentation.page gnome-mines-3.10.1/help/sl/documentation.page --- gnome-mines-3.8.2/help/sl/documentation.page 2013-08-20 01:49:28.000000000 +0000 +++ gnome-mines-3.10.1/help/sl/documentation.page 2013-10-12 11:22:18.000000000 +0000 @@ -14,6 +14,10 @@ kittykat3756@gmail.com 2012 + + Aruna Sankaranarayanan + aruna.evam@gmail.com +

Creative Commons - deljenje pod enakimi pogoji 3.0

@@ -25,11 +29,13 @@ welcome to participate.

To contribute to the Documentation Project, get in touch with us on the - #docs channel on irc.gnome.org or via our - mailing - list.

+ #docs + channel on + irc.gnome.org + or via our + mailing list + .

Naša stran wiki vsebuje uporabne podatke.

- diff -Nru gnome-mines-3.8.2/help/sl/faces.page gnome-mines-3.10.1/help/sl/faces.page --- gnome-mines-3.8.2/help/sl/faces.page 2013-08-20 01:49:28.000000000 +0000 +++ gnome-mines-3.10.1/help/sl/faces.page 2013-10-12 11:22:18.000000000 +0000 @@ -10,6 +10,10 @@ 2011 + + Aruna Sankaranarayanan + aruna.evam@gmail.com + Pomen oznak @@ -17,23 +21,23 @@ - + - - + + - - + + - - + + - +

To je nova igra in trenutno še niste kliknili na nobeno polje.

This is a new game and you have not clicked on any tile yet.

Kliknili ste na mino, izgubili ste.

You are currently clicking on a tile.

Polje na katero ste kliknili, je varno. Lahko nadaljujete.

You have uncovered a mine. You lose.

Ta obraz se pojavi, ko kliknete na polje.

The tile you just clicked on is safe. You can continue.

Našli ste vse mine, zmagali ste.

You have found all the mines. You win!

diff -Nru gnome-mines-3.8.2/help/sl/get-help.page gnome-mines-3.10.1/help/sl/get-help.page --- gnome-mines-3.8.2/help/sl/get-help.page 2013-08-20 01:49:28.000000000 +0000 +++ gnome-mines-3.10.1/help/sl/get-help.page 2013-10-12 11:22:18.000000000 +0000 @@ -19,11 +19,11 @@ Hints and warnings -

You can use hints to reveal safe tiles and flag warnings to help you keep +

You can use hints to reveal safe tiles, and flag warnings to help you keep track of flags.

Click Hint in the toolbar to reveal a hidden - tile that is safe. You will be penalised for using hints: ten seconds will be + tile that is safe. You will be penalized for using hints: ten seconds will be added to your total time.

To enable warnings, edit the preferences by selecting diff -Nru gnome-mines-3.8.2/help/sl/high-scores.page gnome-mines-3.10.1/help/sl/high-scores.page --- gnome-mines-3.8.2/help/sl/high-scores.page 2013-08-20 01:49:28.000000000 +0000 +++ gnome-mines-3.10.1/help/sl/high-scores.page 2013-10-12 11:22:18.000000000 +0000 @@ -20,8 +20,8 @@ High scores -

The scores lists the ten fastest times in which each type of mine field - has been cleared.

+

The high scores list the ten fastest times in which each type of mine + field has been cleared.

To view the high scores, select MinesScores. The dialog will display the Small field size by default; to view other sizes, select them in diff -Nru gnome-mines-3.8.2/help/sl/index.page gnome-mines-3.10.1/help/sl/index.page --- gnome-mines-3.8.2/help/sl/index.page 2013-08-20 01:49:28.000000000 +0000 +++ gnome-mines-3.10.1/help/sl/index.page 2013-10-12 11:22:18.000000000 +0000 @@ -20,7 +20,8 @@ - <media type="image" src="figures/logo32.png">Logotip GNOME Mines</media>GNOME Mines + <media type="image" src="figures/logo32.png">GNOME Mines + logo</media> GNOME Mines

Mines is a clone of the game Minesweeper. The aim is to locate all the mines that are hidden under tiles on a rectangular board. You will diff -Nru gnome-mines-3.8.2/help/sl/new-game.page gnome-mines-3.10.1/help/sl/new-game.page --- gnome-mines-3.8.2/help/sl/new-game.page 2013-08-20 01:49:28.000000000 +0000 +++ gnome-mines-3.10.1/help/sl/new-game.page 2013-10-12 11:22:18.000000000 +0000 @@ -16,15 +16,25 @@ kittykat3756@gmail.com 2012 - + + Aruna Sankaranarayanan + aruna.evam@gmail.com + Začni novo igro

To start a new game:

-

click the New button or select MinesNew Game from the application menu

-

select your preferred board size

+ +

Click the New button or select + Mines + New Game from + the application menu.

+
+ +

Select your preferred board size.

+
diff -Nru gnome-mines-3.8.2/help/sl/rules.page gnome-mines-3.10.1/help/sl/rules.page --- gnome-mines-3.8.2/help/sl/rules.page 2013-08-20 01:49:28.000000000 +0000 +++ gnome-mines-3.10.1/help/sl/rules.page 2013-10-12 11:22:18.000000000 +0000 @@ -31,16 +31,16 @@ selecting a custom board.

-

The game begins with the board covered in tiles, click on any tile to +

The game begins with the board covered in tiles. Click on any tile to uncover it. You will reveal:

A colored number, which represent the number of mines in the adjacent tiles. This will help you deduce where the mines are so that - you can mark them with .

+ you can mark them with flags.

-

A blank title, which means there are no mines under any of the +

A blank tile, which means there are no mines under any of the adjacent tiles.

diff -Nru gnome-mines-3.8.2/help/sr/board-size.page gnome-mines-3.10.1/help/sr/board-size.page --- gnome-mines-3.8.2/help/sr/board-size.page 2013-08-20 01:49:28.000000000 +0000 +++ gnome-mines-3.10.1/help/sr/board-size.page 2013-10-12 11:22:18.000000000 +0000 @@ -24,7 +24,9 @@ -

Click New or MinesNew Game.

+

Click New or + Mines + New Game.

Select one of the grid sizes:

diff -Nru gnome-mines-3.8.2/help/sr/bug-filing.page gnome-mines-3.10.1/help/sr/bug-filing.page --- gnome-mines-3.8.2/help/sr/bug-filing.page 2013-08-20 01:49:28.000000000 +0000 +++ gnome-mines-3.10.1/help/sr/bug-filing.page 2013-10-12 11:22:18.000000000 +0000 @@ -22,15 +22,20 @@ Mines is maintained by a volunteer community. You are welcome to participate. If you notice a problem you can file a bug report. To file a bug, go to .

- This is a bug tracking system where users and developers can file details about bugs, crashes and request enhancements. + This is a bug tracking system where users and developers can file details about bugs and crashes, or request enhancements.

- To participate you need an account which will give you the ability to gain access, file bugs, and make comments. Also, you need to register so you can receive updates by e-mail about the status of your bug. If you don't already have an account, just click on the New Account link to create one. -

-

- Once you have an account, log in, click on File a BugApplicationsgnome-mines. - Before reporting a bug, please read the bug writing guidelines, and please browse for the bug to see if it already exists. + To participate you need an account, which will give you the ability to gain access, file bugs, make comments, and receive updates by e-mail about the status of your bug. If you don't already have an account, just click on the New Account link to create one.

+ +

Once you have an account, log in, click on File a + BugApplicationsgnome-mines. Before + reporting a bug, please read the + bug + writing guidelines, and please + browse + for the bug to see if it already exists.

+

If you are requesting a new feature, choose enhancement in the Severity menu. Fill in the Summary and Description sections and click Commit. diff -Nru gnome-mines-3.8.2/help/sr/documentation.page gnome-mines-3.10.1/help/sr/documentation.page --- gnome-mines-3.8.2/help/sr/documentation.page 2013-08-20 01:49:28.000000000 +0000 +++ gnome-mines-3.10.1/help/sr/documentation.page 2013-10-12 11:22:18.000000000 +0000 @@ -14,6 +14,10 @@ kittykat3756@gmail.com 2012 + + Aruna Sankaranarayanan + aruna.evam@gmail.com +

Истоветно дељење заједничког стваралаштва 3.0

@@ -25,12 +29,15 @@ welcome to participate.

To contribute to the Documentation Project, get in touch with us on the - #docs channel on irc.gnome.org or via our - mailing - list.

+ #docs + channel on + irc.gnome.org + or via our + mailing list + .

-

Our wiki +

Our + wiki page contains useful information.

- diff -Nru gnome-mines-3.8.2/help/sr/faces.page gnome-mines-3.10.1/help/sr/faces.page --- gnome-mines-3.8.2/help/sr/faces.page 2013-08-20 01:49:28.000000000 +0000 +++ gnome-mines-3.10.1/help/sr/faces.page 2013-10-12 11:22:18.000000000 +0000 @@ -10,6 +10,10 @@ 2011 + + Aruna Sankaranarayanan + aruna.evam@gmail.com + The meaning of the faces @@ -17,23 +21,23 @@ - + - - + + - - + + - - + + - +

This is a new game and you didn't clicked on any tile for the moment.

This is a new game and you have not clicked on any tile yet.

You clicked on a mine, you loose.

You are currently clicking on a tile.

The tile you clicked on is safe. You can continue.

You have uncovered a mine. You lose.

This face appears when you're clicking a on tile.

The tile you just clicked on is safe. You can continue.

You found all the mines, you win.

You have found all the mines. You win!

diff -Nru gnome-mines-3.8.2/help/sr/get-help.page gnome-mines-3.10.1/help/sr/get-help.page --- gnome-mines-3.8.2/help/sr/get-help.page 2013-08-20 01:49:28.000000000 +0000 +++ gnome-mines-3.10.1/help/sr/get-help.page 2013-10-12 11:22:18.000000000 +0000 @@ -19,11 +19,11 @@ Hints and warnings -

You can use hints to reveal safe tiles and flag warnings to help you keep +

You can use hints to reveal safe tiles, and flag warnings to help you keep track of flags.

Click Hint in the toolbar to reveal a hidden - tile that is safe. You will be penalised for using hints: ten seconds will be + tile that is safe. You will be penalized for using hints: ten seconds will be added to your total time.

To enable warnings, edit the preferences by selecting diff -Nru gnome-mines-3.8.2/help/sr/high-scores.page gnome-mines-3.10.1/help/sr/high-scores.page --- gnome-mines-3.8.2/help/sr/high-scores.page 2013-08-20 01:49:28.000000000 +0000 +++ gnome-mines-3.10.1/help/sr/high-scores.page 2013-10-12 11:22:18.000000000 +0000 @@ -20,8 +20,8 @@ High scores -

The scores lists the ten fastest times in which each type of mine field - has been cleared.

+

The high scores list the ten fastest times in which each type of mine + field has been cleared.

To view the high scores, select MinesScores. The dialog will display the Small field size by default; to view other sizes, select them in diff -Nru gnome-mines-3.8.2/help/sr/index.page gnome-mines-3.10.1/help/sr/index.page --- gnome-mines-3.8.2/help/sr/index.page 2013-08-20 01:49:28.000000000 +0000 +++ gnome-mines-3.10.1/help/sr/index.page 2013-10-12 11:22:18.000000000 +0000 @@ -20,7 +20,8 @@ - <media type="image" src="figures/logo32.png">Знак Гномових Мина</media>Гномове Мине + <media type="image" src="figures/logo32.png">GNOME Mines + logo</media> GNOME Mines

Mines is a clone of the game Minesweeper. The aim is to locate all the mines that are hidden under tiles on a rectangular board. You will diff -Nru gnome-mines-3.8.2/help/sr/new-game.page gnome-mines-3.10.1/help/sr/new-game.page --- gnome-mines-3.8.2/help/sr/new-game.page 2013-08-20 01:49:28.000000000 +0000 +++ gnome-mines-3.10.1/help/sr/new-game.page 2013-10-12 11:22:18.000000000 +0000 @@ -16,15 +16,25 @@ kittykat3756@gmail.com 2012 - + + Aruna Sankaranarayanan + aruna.evam@gmail.com + Start a new game

To start a new game:

-

click the New button or select MinesNew Game from the application menu

-

select your preferred board size

+ +

Click the New button or select + Mines + New Game from + the application menu.

+
+ +

Select your preferred board size.

+
diff -Nru gnome-mines-3.8.2/help/sr/rules.page gnome-mines-3.10.1/help/sr/rules.page --- gnome-mines-3.8.2/help/sr/rules.page 2013-08-20 01:49:28.000000000 +0000 +++ gnome-mines-3.10.1/help/sr/rules.page 2013-10-12 11:22:18.000000000 +0000 @@ -31,16 +31,16 @@ selecting a custom board.

-

The game begins with the board covered in tiles, click on any tile to +

The game begins with the board covered in tiles. Click on any tile to uncover it. You will reveal:

A colored number, which represent the number of mines in the adjacent tiles. This will help you deduce where the mines are so that - you can mark them with .

+ you can mark them with flags.

-

A blank title, which means there are no mines under any of the +

A blank tile, which means there are no mines under any of the adjacent tiles.

diff -Nru gnome-mines-3.8.2/help/sr@latin/board-size.page gnome-mines-3.10.1/help/sr@latin/board-size.page --- gnome-mines-3.8.2/help/sr@latin/board-size.page 2013-08-20 01:49:28.000000000 +0000 +++ gnome-mines-3.10.1/help/sr@latin/board-size.page 2013-10-12 11:22:18.000000000 +0000 @@ -24,7 +24,9 @@ -

Click New or MinesNew Game.

+

Click New or + Mines + New Game.

Select one of the grid sizes:

diff -Nru gnome-mines-3.8.2/help/sr@latin/bug-filing.page gnome-mines-3.10.1/help/sr@latin/bug-filing.page --- gnome-mines-3.8.2/help/sr@latin/bug-filing.page 2013-08-20 01:49:28.000000000 +0000 +++ gnome-mines-3.10.1/help/sr@latin/bug-filing.page 2013-10-12 11:22:18.000000000 +0000 @@ -22,15 +22,20 @@ Mines is maintained by a volunteer community. You are welcome to participate. If you notice a problem you can file a bug report. To file a bug, go to .

- This is a bug tracking system where users and developers can file details about bugs, crashes and request enhancements. + This is a bug tracking system where users and developers can file details about bugs and crashes, or request enhancements.

- To participate you need an account which will give you the ability to gain access, file bugs, and make comments. Also, you need to register so you can receive updates by e-mail about the status of your bug. If you don't already have an account, just click on the New Account link to create one. -

-

- Once you have an account, log in, click on File a BugApplicationsgnome-mines. - Before reporting a bug, please read the bug writing guidelines, and please browse for the bug to see if it already exists. + To participate you need an account, which will give you the ability to gain access, file bugs, make comments, and receive updates by e-mail about the status of your bug. If you don't already have an account, just click on the New Account link to create one.

+ +

Once you have an account, log in, click on File a + BugApplicationsgnome-mines. Before + reporting a bug, please read the + bug + writing guidelines, and please + browse + for the bug to see if it already exists.

+

If you are requesting a new feature, choose enhancement in the Severity menu. Fill in the Summary and Description sections and click Commit. diff -Nru gnome-mines-3.8.2/help/sr@latin/documentation.page gnome-mines-3.10.1/help/sr@latin/documentation.page --- gnome-mines-3.8.2/help/sr@latin/documentation.page 2013-08-20 01:49:28.000000000 +0000 +++ gnome-mines-3.10.1/help/sr@latin/documentation.page 2013-10-12 11:22:18.000000000 +0000 @@ -14,6 +14,10 @@ kittykat3756@gmail.com 2012 + + Aruna Sankaranarayanan + aruna.evam@gmail.com +

Istovetno deljenje zajedničkog stvaralaštva 3.0

@@ -25,12 +29,15 @@ welcome to participate.

To contribute to the Documentation Project, get in touch with us on the - #docs channel on irc.gnome.org or via our - mailing - list.

+ #docs + channel on + irc.gnome.org + or via our + mailing list + .

-

Our wiki +

Our + wiki page contains useful information.

- diff -Nru gnome-mines-3.8.2/help/sr@latin/faces.page gnome-mines-3.10.1/help/sr@latin/faces.page --- gnome-mines-3.8.2/help/sr@latin/faces.page 2013-08-20 01:49:28.000000000 +0000 +++ gnome-mines-3.10.1/help/sr@latin/faces.page 2013-10-12 11:22:18.000000000 +0000 @@ -10,6 +10,10 @@ 2011 + + Aruna Sankaranarayanan + aruna.evam@gmail.com + The meaning of the faces @@ -17,23 +21,23 @@ - + - - + + - - + + - - + + - +

This is a new game and you didn't clicked on any tile for the moment.

This is a new game and you have not clicked on any tile yet.

You clicked on a mine, you loose.

You are currently clicking on a tile.

The tile you clicked on is safe. You can continue.

You have uncovered a mine. You lose.

This face appears when you're clicking a on tile.

The tile you just clicked on is safe. You can continue.

You found all the mines, you win.

You have found all the mines. You win!

diff -Nru gnome-mines-3.8.2/help/sr@latin/get-help.page gnome-mines-3.10.1/help/sr@latin/get-help.page --- gnome-mines-3.8.2/help/sr@latin/get-help.page 2013-08-20 01:49:28.000000000 +0000 +++ gnome-mines-3.10.1/help/sr@latin/get-help.page 2013-10-12 11:22:18.000000000 +0000 @@ -19,11 +19,11 @@ Hints and warnings -

You can use hints to reveal safe tiles and flag warnings to help you keep +

You can use hints to reveal safe tiles, and flag warnings to help you keep track of flags.

Click Hint in the toolbar to reveal a hidden - tile that is safe. You will be penalised for using hints: ten seconds will be + tile that is safe. You will be penalized for using hints: ten seconds will be added to your total time.

To enable warnings, edit the preferences by selecting diff -Nru gnome-mines-3.8.2/help/sr@latin/high-scores.page gnome-mines-3.10.1/help/sr@latin/high-scores.page --- gnome-mines-3.8.2/help/sr@latin/high-scores.page 2013-08-20 01:49:28.000000000 +0000 +++ gnome-mines-3.10.1/help/sr@latin/high-scores.page 2013-10-12 11:22:18.000000000 +0000 @@ -20,8 +20,8 @@ High scores -

The scores lists the ten fastest times in which each type of mine field - has been cleared.

+

The high scores list the ten fastest times in which each type of mine + field has been cleared.

To view the high scores, select MinesScores. The dialog will display the Small field size by default; to view other sizes, select them in diff -Nru gnome-mines-3.8.2/help/sr@latin/index.page gnome-mines-3.10.1/help/sr@latin/index.page --- gnome-mines-3.8.2/help/sr@latin/index.page 2013-08-20 01:49:28.000000000 +0000 +++ gnome-mines-3.10.1/help/sr@latin/index.page 2013-10-12 11:22:18.000000000 +0000 @@ -20,7 +20,8 @@ - <media type="image" src="figures/logo32.png">Znak Gnomovih Mina</media>Gnomove Mine + <media type="image" src="figures/logo32.png">GNOME Mines + logo</media> GNOME Mines

Mines is a clone of the game Minesweeper. The aim is to locate all the mines that are hidden under tiles on a rectangular board. You will diff -Nru gnome-mines-3.8.2/help/sr@latin/new-game.page gnome-mines-3.10.1/help/sr@latin/new-game.page --- gnome-mines-3.8.2/help/sr@latin/new-game.page 2013-08-20 01:49:28.000000000 +0000 +++ gnome-mines-3.10.1/help/sr@latin/new-game.page 2013-10-12 11:22:18.000000000 +0000 @@ -16,15 +16,25 @@ kittykat3756@gmail.com 2012 - + + Aruna Sankaranarayanan + aruna.evam@gmail.com + Start a new game

To start a new game:

-

click the New button or select MinesNew Game from the application menu

-

select your preferred board size

+ +

Click the New button or select + Mines + New Game from + the application menu.

+
+ +

Select your preferred board size.

+
diff -Nru gnome-mines-3.8.2/help/sr@latin/rules.page gnome-mines-3.10.1/help/sr@latin/rules.page --- gnome-mines-3.8.2/help/sr@latin/rules.page 2013-08-20 01:49:28.000000000 +0000 +++ gnome-mines-3.10.1/help/sr@latin/rules.page 2013-10-12 11:22:18.000000000 +0000 @@ -31,16 +31,16 @@ selecting a custom board.

-

The game begins with the board covered in tiles, click on any tile to +

The game begins with the board covered in tiles. Click on any tile to uncover it. You will reveal:

A colored number, which represent the number of mines in the adjacent tiles. This will help you deduce where the mines are so that - you can mark them with .

+ you can mark them with flags.

-

A blank title, which means there are no mines under any of the +

A blank tile, which means there are no mines under any of the adjacent tiles.

diff -Nru gnome-mines-3.8.2/help/sv/board-size.page gnome-mines-3.10.1/help/sv/board-size.page --- gnome-mines-3.8.2/help/sv/board-size.page 2013-08-20 01:49:28.000000000 +0000 +++ gnome-mines-3.10.1/help/sv/board-size.page 2013-10-12 11:22:18.000000000 +0000 @@ -24,7 +24,9 @@ -

Click New or MinesNew Game.

+

Click New or + Mines + New Game.

Select one of the grid sizes:

diff -Nru gnome-mines-3.8.2/help/sv/bug-filing.page gnome-mines-3.10.1/help/sv/bug-filing.page --- gnome-mines-3.8.2/help/sv/bug-filing.page 2013-08-20 01:49:28.000000000 +0000 +++ gnome-mines-3.10.1/help/sv/bug-filing.page 2013-10-12 11:22:18.000000000 +0000 @@ -22,15 +22,20 @@ Mines is maintained by a volunteer community. You are welcome to participate. If you notice a problem you can file a bug report. To file a bug, go to .

- This is a bug tracking system where users and developers can file details about bugs, crashes and request enhancements. + This is a bug tracking system where users and developers can file details about bugs and crashes, or request enhancements.

- To participate you need an account which will give you the ability to gain access, file bugs, and make comments. Also, you need to register so you can receive updates by e-mail about the status of your bug. If you don't already have an account, just click on the New Account link to create one. -

-

- Once you have an account, log in, click on File a BugApplicationsgnome-mines. - Before reporting a bug, please read the bug writing guidelines, and please browse for the bug to see if it already exists. + To participate you need an account, which will give you the ability to gain access, file bugs, make comments, and receive updates by e-mail about the status of your bug. If you don't already have an account, just click on the New Account link to create one.

+ +

Once you have an account, log in, click on File a + BugApplicationsgnome-mines. Before + reporting a bug, please read the + bug + writing guidelines, and please + browse + for the bug to see if it already exists.

+

If you are requesting a new feature, choose enhancement in the Severity menu. Fill in the Summary and Description sections and click Commit. diff -Nru gnome-mines-3.8.2/help/sv/documentation.page gnome-mines-3.10.1/help/sv/documentation.page --- gnome-mines-3.8.2/help/sv/documentation.page 2013-08-20 01:49:28.000000000 +0000 +++ gnome-mines-3.10.1/help/sv/documentation.page 2013-10-12 11:22:18.000000000 +0000 @@ -14,6 +14,10 @@ kittykat3756@gmail.com 2012 + + Aruna Sankaranarayanan + aruna.evam@gmail.com +

Creative Commons Share Alike 3.0

@@ -25,12 +29,15 @@ welcome to participate.

To contribute to the Documentation Project, get in touch with us on the - #docs channel on irc.gnome.org or via our - mailing - list.

+ #docs + channel on + irc.gnome.org + or via our + mailing list + .

-

Our wiki +

Our + wiki page contains useful information.

- diff -Nru gnome-mines-3.8.2/help/sv/faces.page gnome-mines-3.10.1/help/sv/faces.page --- gnome-mines-3.8.2/help/sv/faces.page 2013-08-20 01:49:28.000000000 +0000 +++ gnome-mines-3.10.1/help/sv/faces.page 2013-10-12 11:22:18.000000000 +0000 @@ -10,6 +10,10 @@ 2011 + + Aruna Sankaranarayanan + aruna.evam@gmail.com + The meaning of the faces @@ -17,23 +21,23 @@ - + - - + + - - + + - - + + - +

This is a new game and you didn't clicked on any tile for the moment.

This is a new game and you have not clicked on any tile yet.

You clicked on a mine, you loose.

You are currently clicking on a tile.

The tile you clicked on is safe. You can continue.

You have uncovered a mine. You lose.

This face appears when you're clicking a on tile.

The tile you just clicked on is safe. You can continue.

You found all the mines, you win.

You have found all the mines. You win!

diff -Nru gnome-mines-3.8.2/help/sv/get-help.page gnome-mines-3.10.1/help/sv/get-help.page --- gnome-mines-3.8.2/help/sv/get-help.page 2013-08-20 01:49:29.000000000 +0000 +++ gnome-mines-3.10.1/help/sv/get-help.page 2013-10-12 11:22:18.000000000 +0000 @@ -19,11 +19,11 @@ Hints and warnings -

You can use hints to reveal safe tiles and flag warnings to help you keep +

You can use hints to reveal safe tiles, and flag warnings to help you keep track of flags.

Click Hint in the toolbar to reveal a hidden - tile that is safe. You will be penalised for using hints: ten seconds will be + tile that is safe. You will be penalized for using hints: ten seconds will be added to your total time.

To enable warnings, edit the preferences by selecting diff -Nru gnome-mines-3.8.2/help/sv/high-scores.page gnome-mines-3.10.1/help/sv/high-scores.page --- gnome-mines-3.8.2/help/sv/high-scores.page 2013-08-20 01:49:29.000000000 +0000 +++ gnome-mines-3.10.1/help/sv/high-scores.page 2013-10-12 11:22:18.000000000 +0000 @@ -20,8 +20,8 @@ High scores -

The scores lists the ten fastest times in which each type of mine field - has been cleared.

+

The high scores list the ten fastest times in which each type of mine + field has been cleared.

To view the high scores, select MinesScores. The dialog will display the Small field size by default; to view other sizes, select them in diff -Nru gnome-mines-3.8.2/help/sv/index.page gnome-mines-3.10.1/help/sv/index.page --- gnome-mines-3.8.2/help/sv/index.page 2013-08-20 01:49:29.000000000 +0000 +++ gnome-mines-3.10.1/help/sv/index.page 2013-10-12 11:22:18.000000000 +0000 @@ -21,7 +21,7 @@ <media type="image" src="figures/logo32.png">GNOME Mines - logo</media>GNOME Mines + logo GNOME Mines

Mines is a clone of the game Minesweeper. The aim is to locate all the mines that are hidden under tiles on a rectangular board. You will diff -Nru gnome-mines-3.8.2/help/sv/new-game.page gnome-mines-3.10.1/help/sv/new-game.page --- gnome-mines-3.8.2/help/sv/new-game.page 2013-08-20 01:49:29.000000000 +0000 +++ gnome-mines-3.10.1/help/sv/new-game.page 2013-10-12 11:22:18.000000000 +0000 @@ -16,15 +16,25 @@ kittykat3756@gmail.com 2012 - + + Aruna Sankaranarayanan + aruna.evam@gmail.com + Start a new game

To start a new game:

-

click the New button or select MinesNew Game from the application menu

-

select your preferred board size

+ +

Click the New button or select + Mines + New Game from + the application menu.

+
+ +

Select your preferred board size.

+
diff -Nru gnome-mines-3.8.2/help/sv/rules.page gnome-mines-3.10.1/help/sv/rules.page --- gnome-mines-3.8.2/help/sv/rules.page 2013-08-20 01:49:29.000000000 +0000 +++ gnome-mines-3.10.1/help/sv/rules.page 2013-10-12 11:22:18.000000000 +0000 @@ -31,16 +31,16 @@ selecting a custom board.

-

The game begins with the board covered in tiles, click on any tile to +

The game begins with the board covered in tiles. Click on any tile to uncover it. You will reveal:

A colored number, which represent the number of mines in the adjacent tiles. This will help you deduce where the mines are so that - you can mark them with .

+ you can mark them with flags.

-

A blank title, which means there are no mines under any of the +

A blank tile, which means there are no mines under any of the adjacent tiles.

diff -Nru gnome-mines-3.8.2/help/zh_CN/board-size.page gnome-mines-3.10.1/help/zh_CN/board-size.page --- gnome-mines-3.8.2/help/zh_CN/board-size.page 2013-08-20 01:49:28.000000000 +0000 +++ gnome-mines-3.10.1/help/zh_CN/board-size.page 2013-10-12 11:22:18.000000000 +0000 @@ -24,7 +24,9 @@ -

Click New or MinesNew Game.

+

Click New or + Mines + New Game.

Select one of the grid sizes:

diff -Nru gnome-mines-3.8.2/help/zh_CN/bug-filing.page gnome-mines-3.10.1/help/zh_CN/bug-filing.page --- gnome-mines-3.8.2/help/zh_CN/bug-filing.page 2013-08-20 01:49:28.000000000 +0000 +++ gnome-mines-3.10.1/help/zh_CN/bug-filing.page 2013-10-12 11:22:18.000000000 +0000 @@ -22,15 +22,20 @@ Mines is maintained by a volunteer community. You are welcome to participate. If you notice a problem you can file a bug report. To file a bug, go to .

- This is a bug tracking system where users and developers can file details about bugs, crashes and request enhancements. + This is a bug tracking system where users and developers can file details about bugs and crashes, or request enhancements.

- To participate you need an account which will give you the ability to gain access, file bugs, and make comments. Also, you need to register so you can receive updates by e-mail about the status of your bug. If you don't already have an account, just click on the New Account link to create one. -

-

- Once you have an account, log in, click on File a BugApplicationsgnome-mines. - Before reporting a bug, please read the bug writing guidelines, and please browse for the bug to see if it already exists. + To participate you need an account, which will give you the ability to gain access, file bugs, make comments, and receive updates by e-mail about the status of your bug. If you don't already have an account, just click on the New Account link to create one.

+ +

Once you have an account, log in, click on File a + BugApplicationsgnome-mines. Before + reporting a bug, please read the + bug + writing guidelines, and please + browse + for the bug to see if it already exists.

+

If you are requesting a new feature, choose enhancement in the Severity menu. Fill in the Summary and Description sections and click Commit. diff -Nru gnome-mines-3.8.2/help/zh_CN/documentation.page gnome-mines-3.10.1/help/zh_CN/documentation.page --- gnome-mines-3.8.2/help/zh_CN/documentation.page 2013-08-20 01:49:28.000000000 +0000 +++ gnome-mines-3.10.1/help/zh_CN/documentation.page 2013-10-12 11:22:18.000000000 +0000 @@ -14,6 +14,10 @@ kittykat3756@gmail.com 2012 + + Aruna Sankaranarayanan + aruna.evam@gmail.com +

Creative Commons Share Alike 3.0

@@ -25,12 +29,15 @@ welcome to participate.

To contribute to the Documentation Project, get in touch with us on the - #docs channel on irc.gnome.org or via our - mailing - list.

+ #docs + channel on + irc.gnome.org + or via our + mailing list + .

-

Our wiki +

Our + wiki page contains useful information.

- diff -Nru gnome-mines-3.8.2/help/zh_CN/faces.page gnome-mines-3.10.1/help/zh_CN/faces.page --- gnome-mines-3.8.2/help/zh_CN/faces.page 2013-08-20 01:49:29.000000000 +0000 +++ gnome-mines-3.10.1/help/zh_CN/faces.page 2013-10-12 11:22:18.000000000 +0000 @@ -10,6 +10,10 @@ 2011 + + Aruna Sankaranarayanan + aruna.evam@gmail.com + The meaning of the faces @@ -17,23 +21,23 @@ - + - - + + - - + + - - + + - +

This is a new game and you didn't clicked on any tile for the moment.

This is a new game and you have not clicked on any tile yet.

You clicked on a mine, you loose.

You are currently clicking on a tile.

The tile you clicked on is safe. You can continue.

You have uncovered a mine. You lose.

This face appears when you're clicking a on tile.

The tile you just clicked on is safe. You can continue.

You found all the mines, you win.

You have found all the mines. You win!

diff -Nru gnome-mines-3.8.2/help/zh_CN/get-help.page gnome-mines-3.10.1/help/zh_CN/get-help.page --- gnome-mines-3.8.2/help/zh_CN/get-help.page 2013-08-20 01:49:29.000000000 +0000 +++ gnome-mines-3.10.1/help/zh_CN/get-help.page 2013-10-12 11:22:18.000000000 +0000 @@ -19,11 +19,11 @@ Hints and warnings -

You can use hints to reveal safe tiles and flag warnings to help you keep +

You can use hints to reveal safe tiles, and flag warnings to help you keep track of flags.

Click Hint in the toolbar to reveal a hidden - tile that is safe. You will be penalised for using hints: ten seconds will be + tile that is safe. You will be penalized for using hints: ten seconds will be added to your total time.

To enable warnings, edit the preferences by selecting diff -Nru gnome-mines-3.8.2/help/zh_CN/high-scores.page gnome-mines-3.10.1/help/zh_CN/high-scores.page --- gnome-mines-3.8.2/help/zh_CN/high-scores.page 2013-08-20 01:49:29.000000000 +0000 +++ gnome-mines-3.10.1/help/zh_CN/high-scores.page 2013-10-12 11:22:18.000000000 +0000 @@ -20,8 +20,8 @@ High scores -

The scores lists the ten fastest times in which each type of mine field - has been cleared.

+

The high scores list the ten fastest times in which each type of mine + field has been cleared.

To view the high scores, select MinesScores. The dialog will display the Small field size by default; to view other sizes, select them in diff -Nru gnome-mines-3.8.2/help/zh_CN/index.page gnome-mines-3.10.1/help/zh_CN/index.page --- gnome-mines-3.8.2/help/zh_CN/index.page 2013-08-20 01:49:29.000000000 +0000 +++ gnome-mines-3.10.1/help/zh_CN/index.page 2013-10-12 11:22:18.000000000 +0000 @@ -21,7 +21,7 @@ <media type="image" src="figures/logo32.png">GNOME Mines - logo</media>GNOME Mines + logo GNOME Mines

Mines is a clone of the game Minesweeper. The aim is to locate all the mines that are hidden under tiles on a rectangular board. You will diff -Nru gnome-mines-3.8.2/help/zh_CN/new-game.page gnome-mines-3.10.1/help/zh_CN/new-game.page --- gnome-mines-3.8.2/help/zh_CN/new-game.page 2013-08-20 01:49:29.000000000 +0000 +++ gnome-mines-3.10.1/help/zh_CN/new-game.page 2013-10-12 11:22:18.000000000 +0000 @@ -16,15 +16,25 @@ kittykat3756@gmail.com 2012 - + + Aruna Sankaranarayanan + aruna.evam@gmail.com + Start a new game

To start a new game:

-

click the New button or select MinesNew Game from the application menu

-

select your preferred board size

+ +

Click the New button or select + Mines + New Game from + the application menu.

+
+ +

Select your preferred board size.

+
diff -Nru gnome-mines-3.8.2/help/zh_CN/rules.page gnome-mines-3.10.1/help/zh_CN/rules.page --- gnome-mines-3.8.2/help/zh_CN/rules.page 2013-08-20 01:49:29.000000000 +0000 +++ gnome-mines-3.10.1/help/zh_CN/rules.page 2013-10-12 11:22:18.000000000 +0000 @@ -31,16 +31,16 @@ selecting a custom board.

-

The game begins with the board covered in tiles, click on any tile to +

The game begins with the board covered in tiles. Click on any tile to uncover it. You will reveal:

A colored number, which represent the number of mines in the adjacent tiles. This will help you deduce where the mines are so that - you can mark them with .

+ you can mark them with flags.

-

A blank title, which means there are no mines under any of the +

A blank tile, which means there are no mines under any of the adjacent tiles.

diff -Nru gnome-mines-3.8.2/po/be.po gnome-mines-3.10.1/po/be.po --- gnome-mines-3.8.2/po/be.po 2013-08-17 19:06:15.000000000 +0000 +++ gnome-mines-3.10.1/po/be.po 2013-10-12 11:18:06.000000000 +0000 @@ -1,14 +1,14 @@ # Ales Nyakhaychyk , 2003. -# Ihar Hrachyshka , 2011. +# Ihar Hrachyshka , 2011, 2013. # Kasia Bondarava , 2012. msgid "" msgstr "" "Project-Id-Version: gnome-games master\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-" "mines&keywords=I18N+L10N&component=general\n" -"POT-Creation-Date: 2013-02-15 08:01+0000\n" +"POT-Creation-Date: 2013-07-26 06:40+0000\n" "PO-Revision-Date: 2012-09-07 18:13+0300\n" -"Last-Translator: Kasia Bondarava \n" +"Last-Translator: Ihar Hrachyshka \n" "Language-Team: Belarusian \n" "Language: be\n" "MIME-Version: 1.0\n" @@ -19,16 +19,16 @@ "X-Generator: Virtaal 0.7.0\n" "X-Project-Style: gnome\n" -#: ../data/gnome-mines.desktop.in.in.h:1 ../src/gnome-mines.vala:92 -#: ../src/gnome-mines.vala:136 ../src/gnome-mines.vala:735 +#: ../data/gnomine.desktop.in.in.h:1 ../src/gnome-mines.vala:95 +#: ../src/gnome-mines.vala:139 ../src/gnome-mines.vala:771 msgid "Mines" msgstr "Мінёр" -#: ../data/gnome-mines.desktop.in.in.h:2 +#: ../data/gnomine.desktop.in.in.h:2 msgid "Clear hidden mines from a minefield" msgstr "Ачысціце поле ад схаваных мінаў" -#: ../data/gnome-mines.desktop.in.in.h:3 +#: ../data/gnomine.desktop.in.in.h:3 msgid "minesweeper;" msgstr "мінёр;" @@ -104,81 +104,86 @@ msgid "true if the window is fullscren" msgstr "Уключана, калі акно разгорнута на ўвесь экран" -#: ../src/gnome-mines.vala:111 +#: ../src/gnome-mines.vala:114 msgid "_New Game" msgstr "_Новая гульня" -#: ../src/gnome-mines.vala:112 +#: ../src/gnome-mines.vala:115 msgid "_Replay Size" msgstr "Паўтарыць з _гэтым памерам дошкі" -#: ../src/gnome-mines.vala:113 +#: ../src/gnome-mines.vala:116 msgid "_Hint" msgstr "Пад_казка" -#: ../src/gnome-mines.vala:114 ../src/gnome-mines.vala:194 -#: ../src/gnome-mines.vala:643 ../src/gnome-mines.vala:644 +#: ../src/gnome-mines.vala:117 ../src/gnome-mines.vala:199 +#: ../src/gnome-mines.vala:673 ../src/gnome-mines.vala:679 +#: ../src/gnome-mines.vala:680 msgid "_Pause" msgstr "_Паўза" -#: ../src/gnome-mines.vala:115 ../src/gnome-mines.vala:201 -#: ../src/gnome-mines.vala:388 +#: ../src/gnome-mines.vala:118 ../src/gnome-mines.vala:206 +#: ../src/gnome-mines.vala:393 msgid "_Fullscreen" msgstr "_На ўвесь экран" -#: ../src/gnome-mines.vala:116 +#: ../src/gnome-mines.vala:119 msgid "_Scores" msgstr "_Рэкорды" -#: ../src/gnome-mines.vala:117 +#: ../src/gnome-mines.vala:120 msgid "_Preferences" msgstr "_Настройкі" -#: ../src/gnome-mines.vala:120 +#: ../src/gnome-mines.vala:123 msgid "_Help" msgstr "_Дапамога" -#: ../src/gnome-mines.vala:121 +#: ../src/gnome-mines.vala:124 msgid "_About" msgstr "_Аб праграме" -#: ../src/gnome-mines.vala:124 +#: ../src/gnome-mines.vala:127 msgid "_Quit" msgstr "_Выйсці" -#: ../src/gnome-mines.vala:177 +#: ../src/gnome-mines.vala:182 msgid "_New" msgstr "_Новая партыя" -#: ../src/gnome-mines.vala:186 +#: ../src/gnome-mines.vala:191 msgid "Hint" msgstr "Падказка" -#: ../src/gnome-mines.vala:251 +#: ../src/gnome-mines.vala:256 msgid "Field Size" msgstr "Памер дошкі" -#: ../src/gnome-mines.vala:312 +#: ../src/gnome-mines.vala:299 +msgid "Custom" +msgstr "Уласны" + +#: ../src/gnome-mines.vala:317 msgid "H_orizontal:" msgstr "Па _гарызанталі:" -#: ../src/gnome-mines.vala:322 +#: ../src/gnome-mines.vala:327 msgid "_Vertical:" msgstr "Па _вертыкалі:" -#: ../src/gnome-mines.vala:332 +#: ../src/gnome-mines.vala:337 msgid "_Number of mines:" msgstr "_Колькасць мінаў:" -#: ../src/gnome-mines.vala:353 +#: ../src/gnome-mines.vala:358 msgid "_Play Game" msgstr "_Згуляць" -#: ../src/gnome-mines.vala:383 +#: ../src/gnome-mines.vala:388 msgid "_Leave Fullscreen" msgstr "_Выйсці з поўнаэкраннага рэжыму" -#: ../src/gnome-mines.vala:398 +#: ../src/gnome-mines.vala:419 #, c-format msgid "%d mine" msgid_plural "%d mines" @@ -186,59 +191,59 @@ msgstr[1] "%d міны" msgstr[2] "%d мінаў" -#: ../src/gnome-mines.vala:462 +#: ../src/gnome-mines.vala:484 #, c-format msgid "Flags: %u/%u" msgstr "Сцягоў: %u/%u" -#: ../src/gnome-mines.vala:505 +#: ../src/gnome-mines.vala:527 msgid "Do you want to start a new game?" msgstr "Ці вы хочаце запусціць новую гульню?" -#: ../src/gnome-mines.vala:506 +#: ../src/gnome-mines.vala:528 msgid "If you start a new game, your current progress will be lost." msgstr "" "Калі вы запусціце новую гульню, прагрэс у дзейнай гульні будзе незваротна " "страчаны." -#: ../src/gnome-mines.vala:507 +#: ../src/gnome-mines.vala:529 msgid "Keep Current Game" msgstr "Захаваць актыўную гульню" -#: ../src/gnome-mines.vala:508 +#: ../src/gnome-mines.vala:530 msgid "Start New Game" msgstr "Распачаць новую гульню" -#: ../src/gnome-mines.vala:636 ../src/gnome-mines.vala:637 +#: ../src/gnome-mines.vala:669 ../src/gnome-mines.vala:671 msgid "Res_ume" msgstr "_Працягнуць" -#: ../src/gnome-mines.vala:684 ../src/gnome-mines.vala:1004 +#: ../src/gnome-mines.vala:720 ../src/gnome-mines.vala:1040 #, c-format msgid "Time" msgstr "Час" -#: ../src/gnome-mines.vala:701 +#: ../src/gnome-mines.vala:737 msgid "Main game:" msgstr "Аснова гульні:" -#: ../src/gnome-mines.vala:706 +#: ../src/gnome-mines.vala:742 msgid "Score:" msgstr "Лік:" -#: ../src/gnome-mines.vala:709 +#: ../src/gnome-mines.vala:745 msgid "Resizing and SVG support:" msgstr "Магчымасць змянення памеру дошкі і падтрымка SVG:" -#: ../src/gnome-mines.vala:717 +#: ../src/gnome-mines.vala:753 msgid "Faces:" msgstr "Смайлікі:" -#: ../src/gnome-mines.vala:721 +#: ../src/gnome-mines.vala:757 msgid "Graphics:" msgstr "Графіка:" -#: ../src/gnome-mines.vala:738 +#: ../src/gnome-mines.vala:774 msgid "" "The popular logic puzzle minesweeper. Clear mines from a board using hints " "from squares you have already uncovered.\n" @@ -250,45 +255,45 @@ "\n" "Гульня \"Мінёр\" з'яўляецца складовай часткай пакунка гульняў GNOME." -#: ../src/gnome-mines.vala:745 +#: ../src/gnome-mines.vala:781 msgid "translator-credits" msgstr "" "Ales Nyakhaychyk \n" "Ihar Hrachyshka " -#: ../src/gnome-mines.vala:748 +#: ../src/gnome-mines.vala:784 msgid "GNOME Games web site" msgstr "Сеціўная пляцоўка гульняў GNOME" -#: ../src/gnome-mines.vala:819 +#: ../src/gnome-mines.vala:855 msgid "Mines Preferences" msgstr "Настройкі Мінёра" -#: ../src/gnome-mines.vala:837 +#: ../src/gnome-mines.vala:873 msgid "_Use \"I'm not sure\" flags" msgstr "_Выкарыстоўваць няпэўныя сцягі" -#: ../src/gnome-mines.vala:843 +#: ../src/gnome-mines.vala:879 msgid "_Warn if too many flags have been placed" msgstr "_Перасцерагаць, калі размешчана надта шмат сцяжкоў" -#: ../src/gnome-mines.vala:849 +#: ../src/gnome-mines.vala:885 msgid "_Display numbers with border" msgstr "_Паказваць лічбы ў рамках" -#: ../src/gnome-mines.vala:960 +#: ../src/gnome-mines.vala:996 msgid "New Game" msgstr "Новая гульня" -#: ../src/gnome-mines.vala:976 +#: ../src/gnome-mines.vala:1012 msgid "Size:" msgstr "Памер:" -#: ../src/gnome-mines.vala:1001 +#: ../src/gnome-mines.vala:1037 msgid "Date" msgstr "Дата" -#: ../src/gnome-mines.vala:1086 +#: ../src/gnome-mines.vala:1122 #, c-format msgid "%u × %u, %u mine" msgid_plural "%u × %u, %u mines" @@ -299,4 +304,3 @@ #: ../src/minefield-view.vala:578 msgid "Paused" msgstr "Паўза" - diff -Nru gnome-mines-3.8.2/po/ca.po gnome-mines-3.10.1/po/ca.po --- gnome-mines-3.8.2/po/ca.po 2013-08-17 19:06:15.000000000 +0000 +++ gnome-mines-3.10.1/po/ca.po 2013-10-12 11:18:06.000000000 +0000 @@ -6,7 +6,7 @@ # Xavier Conde Rueda , 2004. # Jesús Corrius , 2005. # Josep Puigdemont i Casamajó , 2007. -# Gil Forcada , 2008, 2010, 2011, 2012. +# Gil Forcada , 2008, 2010, 2011, 2012, 2013. # Carles Ferrando , 2010. # Jordi Serratosa , 2012. # @@ -15,8 +15,8 @@ "Project-Id-Version: gnome-games\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-" "mines&keywords=I18N+L10N&component=general\n" -"POT-Creation-Date: 2013-03-10 19:03+0000\n" -"PO-Revision-Date: 2012-09-18 20:37+0200\n" +"POT-Creation-Date: 2013-07-26 06:40+0000\n" +"PO-Revision-Date: 2013-09-14 00:19+0200\n" "Last-Translator: Gil Forcada \n" "Language-Team: Catalan \n" "Language: ca\n" @@ -25,16 +25,16 @@ "Content-Transfer-Encoding: 8bits\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" -#: ../data/gnome-mines.desktop.in.in.h:1 ../src/gnome-mines.vala:95 +#: ../data/gnomine.desktop.in.in.h:1 ../src/gnome-mines.vala:95 #: ../src/gnome-mines.vala:139 ../src/gnome-mines.vala:771 msgid "Mines" msgstr "Mines" -#: ../data/gnome-mines.desktop.in.in.h:2 +#: ../data/gnomine.desktop.in.in.h:2 msgid "Clear hidden mines from a minefield" msgstr "Netegeu les mines ocultes del camp de mines" -#: ../data/gnome-mines.desktop.in.in.h:3 +#: ../data/gnomine.desktop.in.in.h:3 msgid "minesweeper;" msgstr "pescamines;" @@ -169,6 +169,10 @@ msgid "Field Size" msgstr "Mida del camp" +#: ../src/gnome-mines.vala:299 +msgid "Custom" +msgstr "Personalitzada" + #: ../src/gnome-mines.vala:317 msgid "H_orizontal:" msgstr "H_oritzontal:" diff -Nru gnome-mines-3.8.2/po/ca@valencia.po gnome-mines-3.10.1/po/ca@valencia.po --- gnome-mines-3.8.2/po/ca@valencia.po 2013-08-17 19:06:15.000000000 +0000 +++ gnome-mines-3.10.1/po/ca@valencia.po 2013-10-12 11:18:06.000000000 +0000 @@ -6,7 +6,7 @@ # Xavier Conde Rueda , 2004. # Jesús Corrius , 2005. # Josep Puigdemont i Casamajó , 2007. -# Gil Forcada , 2008, 2010, 2011, 2012. +# Gil Forcada , 2008, 2010, 2011, 2012, 2013. # Carles Ferrando , 2010. # Jordi Serratosa , 2012. # @@ -14,8 +14,8 @@ msgstr "" "Project-Id-Version: gnome-games\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2013-03-12 23:45+0100\n" -"PO-Revision-Date: 2012-09-18 20:37+0200\n" +"POT-Creation-Date: 2013-10-06 22:10+0200\n" +"PO-Revision-Date: 2013-09-14 00:19+0200\n" "Last-Translator: Gil Forcada \n" "Language-Team: Catalan \n" "Language: ca-XV\n" @@ -24,16 +24,16 @@ "Content-Transfer-Encoding: 8bits\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" -#: ../data/gnome-mines.desktop.in.in.h:1 ../src/gnome-mines.vala:95 -#: ../src/gnome-mines.vala:139 ../src/gnome-mines.vala:771 +#: ../data/gnomine.desktop.in.in.h:1 ../src/gnome-mines.vala:98 +#: ../src/gnome-mines.vala:142 ../src/gnome-mines.vala:778 msgid "Mines" msgstr "Mines" -#: ../data/gnome-mines.desktop.in.in.h:2 +#: ../data/gnomine.desktop.in.in.h:2 msgid "Clear hidden mines from a minefield" msgstr "Netegeu les mines ocultes del camp de mines" -#: ../data/gnome-mines.desktop.in.in.h:3 +#: ../data/gnomine.desktop.in.in.h:3 msgid "minesweeper;" msgstr "pescamines;" @@ -113,139 +113,143 @@ msgid "true if the window is fullscren" msgstr "«true» (cert) si la finestra està a pantalla completa" -#: ../src/gnome-mines.vala:114 +#: ../src/gnome-mines.vala:117 msgid "_New Game" msgstr "Partida _nova" -#: ../src/gnome-mines.vala:115 +#: ../src/gnome-mines.vala:118 msgid "_Replay Size" msgstr "_Repeteix la mida" -#: ../src/gnome-mines.vala:116 +#: ../src/gnome-mines.vala:119 msgid "_Hint" msgstr "_Pista" -#: ../src/gnome-mines.vala:117 ../src/gnome-mines.vala:199 -#: ../src/gnome-mines.vala:673 ../src/gnome-mines.vala:679 -#: ../src/gnome-mines.vala:680 +#: ../src/gnome-mines.vala:120 ../src/gnome-mines.vala:202 +#: ../src/gnome-mines.vala:680 ../src/gnome-mines.vala:686 +#: ../src/gnome-mines.vala:687 msgid "_Pause" msgstr "Fes una _pausa" -#: ../src/gnome-mines.vala:118 ../src/gnome-mines.vala:206 -#: ../src/gnome-mines.vala:393 +#: ../src/gnome-mines.vala:121 ../src/gnome-mines.vala:209 +#: ../src/gnome-mines.vala:398 msgid "_Fullscreen" msgstr "_Pantalla completa" -#: ../src/gnome-mines.vala:119 +#: ../src/gnome-mines.vala:122 msgid "_Scores" msgstr "Puntuacion_s" -#: ../src/gnome-mines.vala:120 +#: ../src/gnome-mines.vala:123 msgid "_Preferences" msgstr "_Preferències" -#: ../src/gnome-mines.vala:123 +#: ../src/gnome-mines.vala:126 msgid "_Help" msgstr "A_juda" -#: ../src/gnome-mines.vala:124 +#: ../src/gnome-mines.vala:127 msgid "_About" msgstr "_Quant a" -#: ../src/gnome-mines.vala:127 +#: ../src/gnome-mines.vala:130 msgid "_Quit" msgstr "S_urt" -#: ../src/gnome-mines.vala:182 +#: ../src/gnome-mines.vala:185 msgid "_New" msgstr "_Nova" -#: ../src/gnome-mines.vala:191 +#: ../src/gnome-mines.vala:194 msgid "Hint" msgstr "Pista" -#: ../src/gnome-mines.vala:256 +#: ../src/gnome-mines.vala:259 msgid "Field Size" msgstr "Mida del camp" -#: ../src/gnome-mines.vala:317 +#: ../src/gnome-mines.vala:302 +msgid "Custom" +msgstr "Personalitzada" + +#: ../src/gnome-mines.vala:320 msgid "H_orizontal:" msgstr "H_oritzontal:" -#: ../src/gnome-mines.vala:327 +#: ../src/gnome-mines.vala:330 msgid "_Vertical:" msgstr "_Vertical:" -#: ../src/gnome-mines.vala:337 +#: ../src/gnome-mines.vala:340 msgid "_Number of mines:" msgstr "_Nombre de mines:" -#: ../src/gnome-mines.vala:358 +#: ../src/gnome-mines.vala:361 msgid "_Play Game" msgstr "_Juga al joc" -#: ../src/gnome-mines.vala:388 +#: ../src/gnome-mines.vala:393 msgid "_Leave Fullscreen" msgstr "Ix de la panta_lla completa" -#: ../src/gnome-mines.vala:419 +#: ../src/gnome-mines.vala:424 #, c-format msgid "%d mine" msgid_plural "%d mines" msgstr[0] "%d mina" msgstr[1] "%d mines" -#: ../src/gnome-mines.vala:484 +#: ../src/gnome-mines.vala:489 #, c-format msgid "Flags: %u/%u" msgstr "Banderes: %u/%u" -#: ../src/gnome-mines.vala:527 +#: ../src/gnome-mines.vala:532 msgid "Do you want to start a new game?" msgstr "Voleu iniciar un joc nou?" -#: ../src/gnome-mines.vala:528 +#: ../src/gnome-mines.vala:533 msgid "If you start a new game, your current progress will be lost." msgstr "Perdreu el progrés aconseguit en el joc actual si inicieu un joc nou." -#: ../src/gnome-mines.vala:529 +#: ../src/gnome-mines.vala:534 msgid "Keep Current Game" msgstr "Mantén la partida actual" -#: ../src/gnome-mines.vala:530 +#: ../src/gnome-mines.vala:535 msgid "Start New Game" msgstr "Comença una partida nova" -#: ../src/gnome-mines.vala:669 ../src/gnome-mines.vala:671 +#: ../src/gnome-mines.vala:676 ../src/gnome-mines.vala:678 msgid "Res_ume" msgstr "Contin_ua" -#: ../src/gnome-mines.vala:720 ../src/gnome-mines.vala:1040 +#: ../src/gnome-mines.vala:727 ../src/gnome-mines.vala:1050 #, c-format msgid "Time" msgstr "Temps" -#: ../src/gnome-mines.vala:737 +#: ../src/gnome-mines.vala:744 msgid "Main game:" msgstr "Partida principal:" -#: ../src/gnome-mines.vala:742 +#: ../src/gnome-mines.vala:749 msgid "Score:" msgstr "Marcador:" -#: ../src/gnome-mines.vala:745 +#: ../src/gnome-mines.vala:752 msgid "Resizing and SVG support:" msgstr "Canvi de mida i suport SVG:" -#: ../src/gnome-mines.vala:753 +#: ../src/gnome-mines.vala:760 msgid "Faces:" msgstr "Cares:" -#: ../src/gnome-mines.vala:757 +#: ../src/gnome-mines.vala:764 msgid "Graphics:" msgstr "Gràfics:" -#: ../src/gnome-mines.vala:774 +#: ../src/gnome-mines.vala:781 msgid "" "The popular logic puzzle minesweeper. Clear mines from a board using hints " "from squares you have already uncovered.\n" @@ -257,7 +261,7 @@ "\n" "El Mines forma part dels jocs del GNOME." -#: ../src/gnome-mines.vala:781 +#: ../src/gnome-mines.vala:788 msgid "translator-credits" msgstr "" "Jordi Vila \n" @@ -267,39 +271,39 @@ "Josep Puigdemont \n" "David Planella " -#: ../src/gnome-mines.vala:784 +#: ../src/gnome-mines.vala:791 msgid "GNOME Games web site" msgstr "Lloc web dels jocs del GNOME" -#: ../src/gnome-mines.vala:855 +#: ../src/gnome-mines.vala:862 msgid "Mines Preferences" msgstr "Preferències del Mines" -#: ../src/gnome-mines.vala:873 +#: ../src/gnome-mines.vala:880 msgid "_Use \"I'm not sure\" flags" msgstr "_Utilitza banderes «no n'estic segur»" -#: ../src/gnome-mines.vala:879 +#: ../src/gnome-mines.vala:886 msgid "_Warn if too many flags have been placed" msgstr "A_visa si s'han situat masses banderes" -#: ../src/gnome-mines.vala:885 +#: ../src/gnome-mines.vala:892 msgid "_Display numbers with border" msgstr "_Mostra els nombres amb contorn" -#: ../src/gnome-mines.vala:996 +#: ../src/gnome-mines.vala:1006 msgid "New Game" msgstr "Partida nova" -#: ../src/gnome-mines.vala:1012 +#: ../src/gnome-mines.vala:1022 msgid "Size:" msgstr "Mida:" -#: ../src/gnome-mines.vala:1037 +#: ../src/gnome-mines.vala:1047 msgid "Date" msgstr "Data" -#: ../src/gnome-mines.vala:1122 +#: ../src/gnome-mines.vala:1132 #, c-format msgid "%u × %u, %u mine" msgid_plural "%u × %u, %u mines" diff -Nru gnome-mines-3.8.2/po/cs.po gnome-mines-3.10.1/po/cs.po --- gnome-mines-3.8.2/po/cs.po 2013-08-20 01:38:36.000000000 +0000 +++ gnome-mines-3.10.1/po/cs.po 2013-10-12 11:18:06.000000000 +0000 @@ -23,8 +23,8 @@ "Project-Id-Version: gnome-mines master\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-" "mines&keywords=I18N+L10N&component=general\n" -"POT-Creation-Date: 2013-02-15 08:01+0000\n" -"PO-Revision-Date: 2013-02-20 13:52+0100\n" +"POT-Creation-Date: 2013-07-26 06:40+0000\n" +"PO-Revision-Date: 2013-07-28 12:48+0200\n" "Last-Translator: Marek Černocký \n" "Language-Team: Czech \n" "Language: cs\n" @@ -35,22 +35,22 @@ "X-Generator: Gtranslator 2.91.6\n" "X-Project-Style: gnome\n" -#: ../data/gnome-mines.desktop.in.in.h:1 ../src/gnome-mines.vala:92 -#: ../src/gnome-mines.vala:136 ../src/gnome-mines.vala:735 +#: ../data/gnomine.desktop.in.in.h:1 ../src/gnome-mines.vala:95 +#: ../src/gnome-mines.vala:139 ../src/gnome-mines.vala:771 msgid "Mines" msgstr "Miny" -#: ../data/gnome-mines.desktop.in.in.h:2 +#: ../data/gnomine.desktop.in.in.h:2 msgid "Clear hidden mines from a minefield" -msgstr "Vyčistit skryté miny z minového pole" +msgstr "Vyčistěte skryté miny z minového pole" -#: ../data/gnome-mines.desktop.in.in.h:3 +#: ../data/gnomine.desktop.in.in.h:3 msgid "minesweeper;" -msgstr "odminování;" +msgstr "odminování;hledání min;" #: ../data/org.gnome.mines.gschema.xml.in.h:1 msgid "Use the unknown flag" -msgstr "Používat vlaječku neznámého" +msgstr "Používat vlaječku pro neznámé" #: ../data/org.gnome.mines.gschema.xml.in.h:2 msgid "Set to true to be able to mark squares as unknown." @@ -86,7 +86,7 @@ "revealed" msgstr "" "Nastavte na zapnuto, chcete-li, aby se automaticky umisťovaly vlajky na " -"políčka s minami v případě, že je odkryto dostatek okolních políček" +"dlaždice s minami v případě, že je odkryto dostatek okolních dlaždic" #: ../data/org.gnome.mines.gschema.xml.in.h:9 msgid "Number of columns in a custom game" @@ -102,11 +102,11 @@ #: ../data/org.gnome.mines.gschema.xml.in.h:12 msgid "Board size" -msgstr "Velikost desky" +msgstr "Velikost hrací desky" #: ../data/org.gnome.mines.gschema.xml.in.h:13 msgid "Size of the board (0-2 = small-large, 3=custom)" -msgstr "Velikost desky (0-2 = malá-velká, 3=vlastní)" +msgstr "Velikost hrací desky (0-2 = malá-velká, 3=vlastní)" #: ../data/org.gnome.mines.gschema.xml.in.h:14 msgid "Width of the window in pixels" @@ -124,81 +124,86 @@ msgid "true if the window is fullscren" msgstr "Zapnuto, pokud je okno v režimu celé obrazovky" -#: ../src/gnome-mines.vala:111 +#: ../src/gnome-mines.vala:114 msgid "_New Game" msgstr "_Nová hra" -#: ../src/gnome-mines.vala:112 +#: ../src/gnome-mines.vala:115 msgid "_Replay Size" msgstr "H_rát znovu tuto velikost" -#: ../src/gnome-mines.vala:113 +#: ../src/gnome-mines.vala:116 msgid "_Hint" msgstr "_Rada" -#: ../src/gnome-mines.vala:114 ../src/gnome-mines.vala:194 -#: ../src/gnome-mines.vala:643 ../src/gnome-mines.vala:644 +#: ../src/gnome-mines.vala:117 ../src/gnome-mines.vala:199 +#: ../src/gnome-mines.vala:673 ../src/gnome-mines.vala:679 +#: ../src/gnome-mines.vala:680 msgid "_Pause" msgstr "_Pozastavit" -#: ../src/gnome-mines.vala:115 ../src/gnome-mines.vala:201 -#: ../src/gnome-mines.vala:388 +#: ../src/gnome-mines.vala:118 ../src/gnome-mines.vala:206 +#: ../src/gnome-mines.vala:393 msgid "_Fullscreen" msgstr "_Celá obrazovka" -#: ../src/gnome-mines.vala:116 +#: ../src/gnome-mines.vala:119 msgid "_Scores" msgstr "_Skóre" -#: ../src/gnome-mines.vala:117 +#: ../src/gnome-mines.vala:120 msgid "_Preferences" msgstr "_Předvolby" -#: ../src/gnome-mines.vala:120 +#: ../src/gnome-mines.vala:123 msgid "_Help" msgstr "_Nápověda" -#: ../src/gnome-mines.vala:121 +#: ../src/gnome-mines.vala:124 msgid "_About" msgstr "O _aplikaci" -#: ../src/gnome-mines.vala:124 +#: ../src/gnome-mines.vala:127 msgid "_Quit" msgstr "U_končit" -#: ../src/gnome-mines.vala:177 +#: ../src/gnome-mines.vala:182 msgid "_New" msgstr "_Nová" -#: ../src/gnome-mines.vala:186 +#: ../src/gnome-mines.vala:191 msgid "Hint" msgstr "Rada" -#: ../src/gnome-mines.vala:251 +#: ../src/gnome-mines.vala:256 msgid "Field Size" msgstr "Velikost pole" -#: ../src/gnome-mines.vala:312 +#: ../src/gnome-mines.vala:299 +msgid "Custom" +msgstr "Vlastní" + +#: ../src/gnome-mines.vala:317 msgid "H_orizontal:" msgstr "V_odorovně:" -#: ../src/gnome-mines.vala:322 +#: ../src/gnome-mines.vala:327 msgid "_Vertical:" msgstr "_Svisle:" -#: ../src/gnome-mines.vala:332 +#: ../src/gnome-mines.vala:337 msgid "_Number of mines:" msgstr "_Počet min:" -#: ../src/gnome-mines.vala:353 +#: ../src/gnome-mines.vala:358 msgid "_Play Game" msgstr "_Hrát hru" -#: ../src/gnome-mines.vala:383 +#: ../src/gnome-mines.vala:388 msgid "_Leave Fullscreen" msgstr "_Opustit celou obrazovku" -#: ../src/gnome-mines.vala:398 +#: ../src/gnome-mines.vala:419 #, c-format msgid "%d mine" msgid_plural "%d mines" @@ -206,69 +211,69 @@ msgstr[1] "%d miny" msgstr[2] "%d min" -#: ../src/gnome-mines.vala:462 +#: ../src/gnome-mines.vala:484 #, c-format msgid "Flags: %u/%u" msgstr "Vlaječky: %u/%u" -#: ../src/gnome-mines.vala:505 +#: ../src/gnome-mines.vala:527 msgid "Do you want to start a new game?" msgstr "Chcete začít novou hru?" -#: ../src/gnome-mines.vala:506 +#: ../src/gnome-mines.vala:528 msgid "If you start a new game, your current progress will be lost." msgstr "Pokud začnete novou hru, bude váš postup v té stávající ztracen." -#: ../src/gnome-mines.vala:507 +#: ../src/gnome-mines.vala:529 msgid "Keep Current Game" msgstr "Zachovat stávající hru" -#: ../src/gnome-mines.vala:508 +#: ../src/gnome-mines.vala:530 msgid "Start New Game" msgstr "Začít novou hru" -#: ../src/gnome-mines.vala:636 ../src/gnome-mines.vala:637 +#: ../src/gnome-mines.vala:669 ../src/gnome-mines.vala:671 msgid "Res_ume" msgstr "_Pokračovat" -#: ../src/gnome-mines.vala:684 ../src/gnome-mines.vala:1004 +#: ../src/gnome-mines.vala:720 ../src/gnome-mines.vala:1040 #, c-format msgid "Time" msgstr "Čas" -#: ../src/gnome-mines.vala:701 +#: ../src/gnome-mines.vala:737 msgid "Main game:" msgstr "Hlavní hra:" -#: ../src/gnome-mines.vala:706 +#: ../src/gnome-mines.vala:742 msgid "Score:" msgstr "Skóre:" -#: ../src/gnome-mines.vala:709 +#: ../src/gnome-mines.vala:745 msgid "Resizing and SVG support:" msgstr "Změna velikosti a podpora SVG:" -#: ../src/gnome-mines.vala:717 +#: ../src/gnome-mines.vala:753 msgid "Faces:" -msgstr "Tváře:" +msgstr "Smajlíci:" -#: ../src/gnome-mines.vala:721 +#: ../src/gnome-mines.vala:757 msgid "Graphics:" msgstr "Grafika:" -#: ../src/gnome-mines.vala:738 +#: ../src/gnome-mines.vala:774 msgid "" "The popular logic puzzle minesweeper. Clear mines from a board using hints " "from squares you have already uncovered.\n" "\n" "Mines is a part of GNOME Games." msgstr "" -"Oblíbená logická hra hledač min. Odstraňte miny z hrací desky pomocí " -"informací na již odkrytých polích.\n" +"Oblíbená logická hra hledání min. Odstraňte miny z hrací desky pomocí " +"informací na již odkrytých dlaždicích.\n" "\n" "Miny jsou součástí her GNOME." -#: ../src/gnome-mines.vala:745 +#: ../src/gnome-mines.vala:781 msgid "translator-credits" msgstr "" "Jirka Lébl\n" @@ -285,45 +290,45 @@ "Petr Pulc \n" "Marek Černocký " -#: ../src/gnome-mines.vala:748 +#: ../src/gnome-mines.vala:784 msgid "GNOME Games web site" msgstr "Webové stránky her GNOME" -#: ../src/gnome-mines.vala:819 +#: ../src/gnome-mines.vala:855 msgid "Mines Preferences" msgstr "Předvolby Min" -#: ../src/gnome-mines.vala:837 +#: ../src/gnome-mines.vala:873 msgid "_Use \"I'm not sure\" flags" msgstr "Používat vlaječky „_Nejsem si jist(á)“" -#: ../src/gnome-mines.vala:843 +#: ../src/gnome-mines.vala:879 msgid "_Warn if too many flags have been placed" msgstr "Va_rovat, když máte příliš mnoho vlaječek" -#: ../src/gnome-mines.vala:849 +#: ../src/gnome-mines.vala:885 msgid "_Display numbers with border" msgstr "Čísla zo_brazovat s obrysem" -#: ../src/gnome-mines.vala:960 +#: ../src/gnome-mines.vala:996 msgid "New Game" msgstr "Nová hra" -#: ../src/gnome-mines.vala:976 +#: ../src/gnome-mines.vala:1012 msgid "Size:" msgstr "Velikost:" -#: ../src/gnome-mines.vala:1001 +#: ../src/gnome-mines.vala:1037 msgid "Date" msgstr "Datum" -#: ../src/gnome-mines.vala:1086 +#: ../src/gnome-mines.vala:1122 #, c-format msgid "%u × %u, %u mine" msgid_plural "%u × %u, %u mines" -msgstr[0] "%u × %u, %u mina" -msgstr[1] "%u × %u, %u miny" -msgstr[2] "%u × %u, %u min" +msgstr[0] "%u × %u, %u mina" +msgstr[1] "%u × %u, %u miny" +msgstr[2] "%u × %u, %u min" #: ../src/minefield-view.vala:578 msgid "Paused" diff -Nru gnome-mines-3.8.2/po/de.po gnome-mines-3.10.1/po/de.po --- gnome-mines-3.8.2/po/de.po 2013-08-17 19:06:15.000000000 +0000 +++ gnome-mines-3.10.1/po/de.po 2013-10-12 11:18:06.000000000 +0000 @@ -23,29 +23,27 @@ "Project-Id-Version: gnome-mines master\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-" "mines&keywords=I18N+L10N&component=general\n" -"POT-Creation-Date: 2013-02-15 08:01+0000\n" -"PO-Revision-Date: 2013-02-27 20:03+0100\n" -"Last-Translator: Mario Blättermann \n" +"POT-Creation-Date: 2013-07-26 06:40+0000\n" +"PO-Revision-Date: 2013-09-13 20:39+0100\n" +"Last-Translator: Benjamin Steinwender \n" "Language-Team: Deutsch \n" -"Language: \n" +"Language: de_DE\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Poedit-Language: German\n" -"X-Poedit-Country: GERMANY\n" -"X-Generator: Gtranslator 2.91.5\n" +"X-Generator: Poedit 1.5.7\n" -#: ../data/gnome-mines.desktop.in.in.h:1 ../src/gnome-mines.vala:92 -#: ../src/gnome-mines.vala:136 ../src/gnome-mines.vala:735 +#: ../data/gnomine.desktop.in.in.h:1 ../src/gnome-mines.vala:95 +#: ../src/gnome-mines.vala:139 ../src/gnome-mines.vala:771 msgid "Mines" msgstr "Minen" -#: ../data/gnome-mines.desktop.in.in.h:2 +#: ../data/gnomine.desktop.in.in.h:2 msgid "Clear hidden mines from a minefield" msgstr "Versteckte Minen aus einem Minenfeld räumen" -#: ../data/gnome-mines.desktop.in.in.h:3 +#: ../data/gnomine.desktop.in.in.h:3 msgid "minesweeper;" msgstr "Minesweeper;Mine;Spiel;Puzzle;" @@ -66,8 +64,8 @@ #: ../data/org.gnome.mines.gschema.xml.in.h:4 msgid "Set to true to enable warning icons when too many flags are placed." msgstr "" -"Falls dieser Schlüssel wahr ist, werden Sie gewarnt, wenn Sie zu viele Fahnen " -"platziert haben." +"Falls dieser Schlüssel wahr ist, werden Sie gewarnt, wenn Sie zu viele " +"Fahnen platziert haben." #: ../data/org.gnome.mines.gschema.xml.in.h:5 msgid "Display border around numbers" @@ -127,139 +125,144 @@ msgid "true if the window is fullscren" msgstr "Wahr, falls das Fenster im Vollbildmodus ist" -#: ../src/gnome-mines.vala:111 +#: ../src/gnome-mines.vala:114 msgid "_New Game" msgstr "_Neues Spiel" -#: ../src/gnome-mines.vala:112 +#: ../src/gnome-mines.vala:115 msgid "_Replay Size" msgstr "Mit gleicher Feldgröße _wiederholen" -#: ../src/gnome-mines.vala:113 +#: ../src/gnome-mines.vala:116 msgid "_Hint" msgstr "_Tipp" -#: ../src/gnome-mines.vala:114 ../src/gnome-mines.vala:194 -#: ../src/gnome-mines.vala:643 ../src/gnome-mines.vala:644 +#: ../src/gnome-mines.vala:117 ../src/gnome-mines.vala:199 +#: ../src/gnome-mines.vala:673 ../src/gnome-mines.vala:679 +#: ../src/gnome-mines.vala:680 msgid "_Pause" msgstr "_Pause" -#: ../src/gnome-mines.vala:115 ../src/gnome-mines.vala:201 -#: ../src/gnome-mines.vala:388 +#: ../src/gnome-mines.vala:118 ../src/gnome-mines.vala:206 +#: ../src/gnome-mines.vala:393 msgid "_Fullscreen" msgstr "_Vollbild" -#: ../src/gnome-mines.vala:116 +#: ../src/gnome-mines.vala:119 msgid "_Scores" msgstr "Er_gebnisse" -#: ../src/gnome-mines.vala:117 +#: ../src/gnome-mines.vala:120 msgid "_Preferences" msgstr "_Einstellungen" -#: ../src/gnome-mines.vala:120 +#: ../src/gnome-mines.vala:123 msgid "_Help" msgstr "_Hilfe" -#: ../src/gnome-mines.vala:121 +#: ../src/gnome-mines.vala:124 msgid "_About" msgstr "_Info" -#: ../src/gnome-mines.vala:124 +#: ../src/gnome-mines.vala:127 msgid "_Quit" msgstr "_Beenden" -#: ../src/gnome-mines.vala:177 +#: ../src/gnome-mines.vala:182 msgid "_New" msgstr "_Neu" -#: ../src/gnome-mines.vala:186 +#: ../src/gnome-mines.vala:191 msgid "Hint" msgstr "Tipp" -#: ../src/gnome-mines.vala:251 +#: ../src/gnome-mines.vala:256 msgid "Field Size" msgstr "Feldgröße" -#: ../src/gnome-mines.vala:312 +#: ../src/gnome-mines.vala:299 +msgid "Custom" +msgstr "Benutzerdefiniert" + +#: ../src/gnome-mines.vala:317 msgid "H_orizontal:" msgstr "H_orizontal:" -#: ../src/gnome-mines.vala:322 +#: ../src/gnome-mines.vala:327 msgid "_Vertical:" msgstr "_Vertikal:" -#: ../src/gnome-mines.vala:332 +#: ../src/gnome-mines.vala:337 msgid "_Number of mines:" msgstr "An_zahl der Minen:" -#: ../src/gnome-mines.vala:353 +#: ../src/gnome-mines.vala:358 msgid "_Play Game" msgstr "Spiel _starten" -#: ../src/gnome-mines.vala:383 +#: ../src/gnome-mines.vala:388 msgid "_Leave Fullscreen" msgstr "Vollbild _verlassen" -#: ../src/gnome-mines.vala:398 +#: ../src/gnome-mines.vala:419 #, c-format msgid "%d mine" msgid_plural "%d mines" msgstr[0] "%d Mine" msgstr[1] "%d Minen" -#: ../src/gnome-mines.vala:462 +#: ../src/gnome-mines.vala:484 #, c-format msgid "Flags: %u/%u" msgstr "Fahnen: %u/%u" -#: ../src/gnome-mines.vala:505 +#: ../src/gnome-mines.vala:527 msgid "Do you want to start a new game?" msgstr "Möchten Sie ein neues Spiel starten?" -#: ../src/gnome-mines.vala:506 +#: ../src/gnome-mines.vala:528 msgid "If you start a new game, your current progress will be lost." msgstr "" "Wenn Sie ein neues Spiel starten, geht Ihr aktueller Fortschritt verloren." -#: ../src/gnome-mines.vala:507 +#: ../src/gnome-mines.vala:529 msgid "Keep Current Game" msgstr "Das aktuelle Spiel behalten" -#: ../src/gnome-mines.vala:508 +#: ../src/gnome-mines.vala:530 msgid "Start New Game" msgstr "Ein neues Spiel starten" -#: ../src/gnome-mines.vala:636 ../src/gnome-mines.vala:637 +#: ../src/gnome-mines.vala:669 ../src/gnome-mines.vala:671 msgid "Res_ume" msgstr "_Fortsetzen" -#: ../src/gnome-mines.vala:684 ../src/gnome-mines.vala:1004 +#: ../src/gnome-mines.vala:720 ../src/gnome-mines.vala:1040 #, c-format msgid "Time" msgstr "Zeit" -#: ../src/gnome-mines.vala:701 +#: ../src/gnome-mines.vala:737 msgid "Main game:" msgstr "Hauptspiel:" -#: ../src/gnome-mines.vala:706 +#: ../src/gnome-mines.vala:742 msgid "Score:" msgstr "Punkte:" -#: ../src/gnome-mines.vala:709 +#: ../src/gnome-mines.vala:745 msgid "Resizing and SVG support:" msgstr "Größenänderungs-/SVG-Unterstützung:" -#: ../src/gnome-mines.vala:717 +#: ../src/gnome-mines.vala:753 msgid "Faces:" msgstr "Gesichter:" -#: ../src/gnome-mines.vala:721 +#: ../src/gnome-mines.vala:757 msgid "Graphics:" msgstr "Grafische Gestaltung:" -#: ../src/gnome-mines.vala:738 +#: ../src/gnome-mines.vala:774 msgid "" "The popular logic puzzle minesweeper. Clear mines from a board using hints " "from squares you have already uncovered.\n" @@ -271,7 +274,7 @@ "\n" "Minen ist ein Teil von GNOME Games." -#: ../src/gnome-mines.vala:745 +#: ../src/gnome-mines.vala:781 msgid "translator-credits" msgstr "" "Karl Eichwalder \n" @@ -290,39 +293,39 @@ "Christian Kirbach \n" "Tobias Endrigkeit " -#: ../src/gnome-mines.vala:748 +#: ../src/gnome-mines.vala:784 msgid "GNOME Games web site" msgstr "GNOME Games-Website" -#: ../src/gnome-mines.vala:819 +#: ../src/gnome-mines.vala:855 msgid "Mines Preferences" msgstr "Minen-Einstellungen" -#: ../src/gnome-mines.vala:837 +#: ../src/gnome-mines.vala:873 msgid "_Use \"I'm not sure\" flags" msgstr "»Ich bin mir nicht sicher«-Fahnen ver_wenden" -#: ../src/gnome-mines.vala:843 +#: ../src/gnome-mines.vala:879 msgid "_Warn if too many flags have been placed" msgstr "_Warnen, falls zu viele Fahnen platziert wurden" -#: ../src/gnome-mines.vala:849 +#: ../src/gnome-mines.vala:885 msgid "_Display numbers with border" msgstr "Ziffern _umrahmen" -#: ../src/gnome-mines.vala:960 +#: ../src/gnome-mines.vala:996 msgid "New Game" msgstr "Neues Spiel" -#: ../src/gnome-mines.vala:976 +#: ../src/gnome-mines.vala:1012 msgid "Size:" msgstr "Größe:" -#: ../src/gnome-mines.vala:1001 +#: ../src/gnome-mines.vala:1037 msgid "Date" msgstr "Datum" -#: ../src/gnome-mines.vala:1086 +#: ../src/gnome-mines.vala:1122 #, c-format msgid "%u × %u, %u mine" msgid_plural "%u × %u, %u mines" diff -Nru gnome-mines-3.8.2/po/id.po gnome-mines-3.10.1/po/id.po --- gnome-mines-3.8.2/po/id.po 2013-08-17 19:06:15.000000000 +0000 +++ gnome-mines-3.10.1/po/id.po 2013-10-12 11:18:06.000000000 +0000 @@ -7,11 +7,11 @@ # Dirgita , 2012. msgid "" msgstr "" -"Project-Id-Version: gnome-mines gnome-3-8\n" +"Project-Id-Version: gnome-mines master\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-" "mines&keywords=I18N+L10N&component=general\n" -"POT-Creation-Date: 2013-03-27 16:39+0000\n" -"PO-Revision-Date: 2013-05-04 15:35+0700\n" +"POT-Creation-Date: 2013-07-26 06:40+0000\n" +"PO-Revision-Date: 2013-09-16 19:36+0700\n" "Last-Translator: Andika Triwidada \n" "Language-Team: Indonesian \n" "Language: id_ID\n" @@ -20,7 +20,7 @@ "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=1; plural=0;\n" "X-Rosetta-Export-Date: 2007-04-23 05:58:10+0000\n" -"X-Generator: Poedit 1.5.5\n" +"X-Generator: Poedit 1.5.7\n" #: ../data/gnomine.desktop.in.in.h:1 ../src/gnome-mines.vala:95 #: ../src/gnome-mines.vala:139 ../src/gnome-mines.vala:771 @@ -67,9 +67,6 @@ msgstr "Aktifkan penempatan bendera otomatis" #: ../data/org.gnome.mines.gschema.xml.in.h:8 -#| msgid "" -#| "Set to true to have gnomine automatically flag squares as mined when " -#| "enough squares are revealed" msgid "" "Set to true to automatically flag squares as mined when enough squares are " "revealed" @@ -168,6 +165,10 @@ msgid "Field Size" msgstr "Ukuran Papan" +#: ../src/gnome-mines.vala:299 +msgid "Custom" +msgstr "Gubahan" + #: ../src/gnome-mines.vala:317 msgid "H_orizontal:" msgstr "H_orisontal:" @@ -267,7 +268,7 @@ #: ../src/gnome-mines.vala:784 msgid "GNOME Games web site" -msgstr "Situa web Permainan GNOME" +msgstr "Situs web Permainan GNOME" #: ../src/gnome-mines.vala:855 msgid "Mines Preferences" diff -Nru gnome-mines-3.8.2/po/it.po gnome-mines-3.10.1/po/it.po --- gnome-mines-3.8.2/po/it.po 2013-08-20 01:38:36.000000000 +0000 +++ gnome-mines-3.10.1/po/it.po 2013-10-12 11:18:06.000000000 +0000 @@ -9,10 +9,10 @@ # msgid "" msgstr "" -"Project-Id-Version: gnome-games\n" +"Project-Id-Version: gnome-mines\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2013-02-25 22:05+0100\n" -"PO-Revision-Date: 2013-02-25 22:05+0100\n" +"POT-Creation-Date: 2013-07-30 22:09+0200\n" +"PO-Revision-Date: 2013-07-30 22:09+0200\n" "Last-Translator: Milo Casagrande \n" "Language-Team: Italian \n" "Language: it\n" @@ -20,17 +20,18 @@ "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8-bit\n" "Plural-Forms: nplurals=2; plural=(n!=1);\n" +"X-Generator: Gtranslator 2.91.6\n" -#: ../data/gnome-mines.desktop.in.in.h:1 ../src/gnome-mines.vala:95 +#: ../data/gnomine.desktop.in.in.h:1 ../src/gnome-mines.vala:95 #: ../src/gnome-mines.vala:139 ../src/gnome-mines.vala:771 msgid "Mines" msgstr "Mine" -#: ../data/gnome-mines.desktop.in.in.h:2 +#: ../data/gnomine.desktop.in.in.h:2 msgid "Clear hidden mines from a minefield" msgstr "Scova le mine nascoste in un campo minato" -#: ../data/gnome-mines.desktop.in.in.h:3 +#: ../data/gnomine.desktop.in.in.h:3 msgid "minesweeper;" msgstr "minesweeper;mine;" @@ -166,6 +167,16 @@ msgid "Field Size" msgstr "Dimensione campo" +# Note: +# (ndt) si riferisce alla dimensione +# (Modifica) +# +# Percorsi: +# ../src/gnome-mines.vala:299 +#: ../src/gnome-mines.vala:299 +msgid "Custom" +msgstr "Personalizzata" + #: ../src/gnome-mines.vala:317 msgid "H_orizontal:" msgstr "_Orizzontale:" diff -Nru gnome-mines-3.8.2/po/ja.po gnome-mines-3.10.1/po/ja.po --- gnome-mines-3.8.2/po/ja.po 2013-08-17 19:06:15.000000000 +0000 +++ gnome-mines-3.10.1/po/ja.po 2013-10-12 11:18:06.000000000 +0000 @@ -8,14 +8,15 @@ # KAMAGASAKO Masatoshi , 2003. # Satoru SATOH , 2006. # Shushi KUROSE , 2012. +# Jiro Matsuzawa , 2013. # msgid "" msgstr "" "Project-Id-Version: gnome-games gnome-2-32\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-mines&keywords=I18N+L10N&component=general\n" -"POT-Creation-Date: 2013-03-27 16:39+0000\n" -"PO-Revision-Date: 2013-04-10 00:51+0900\n" -"Last-Translator: OKANO Takayoshi \n" +"POT-Creation-Date: 2013-07-26 06:40+0000\n" +"PO-Revision-Date: 2013-09-16 11:08+0900\n" +"Last-Translator: Jiro Matsuzawa \n" "Language-Team: Japanese \n" "Language: ja\n" "MIME-Version: 1.0\n" @@ -34,7 +35,7 @@ #: ../data/gnomine.desktop.in.in.h:3 msgid "minesweeper;" -msgstr "minesweeper;マインスイーパー;" +msgstr "minesweeper;マインスイーパー;game;ゲーム;logic;ロジック;論理;puzzle;パズル;Mines;地雷;" #: ../data/org.gnome.mines.gschema.xml.in.h:1 msgid "Use the unknown flag" @@ -159,6 +160,10 @@ msgid "Field Size" msgstr "フィールドの大きさ" +#: ../src/gnome-mines.vala:299 +msgid "Custom" +msgstr "カスタム" + #: ../src/gnome-mines.vala:317 msgid "H_orizontal:" msgstr "水平(_O):" @@ -255,6 +260,7 @@ "Yuusuke Tahara \n" "Akira Higuchi \n" "Yukihiro Nakai \n" +"松澤 二郎 \n" "日本GNOMEユーザー会 " #: ../src/gnome-mines.vala:784 diff -Nru gnome-mines-3.8.2/po/ko.po gnome-mines-3.10.1/po/ko.po --- gnome-mines-3.8.2/po/ko.po 2013-08-17 19:06:15.000000000 +0000 +++ gnome-mines-3.10.1/po/ko.po 2013-10-12 11:18:07.000000000 +0000 @@ -18,8 +18,8 @@ "Project-Id-Version: gnome-games\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-" "mines&keywords=I18N+L10N&component=general\n" -"POT-Creation-Date: 2013-02-15 08:01+0000\n" -"PO-Revision-Date: 2013-03-19 01:12+0900\n" +"POT-Creation-Date: 2013-07-26 06:40+0000\n" +"PO-Revision-Date: 2013-09-14 21:22+0900\n" "Last-Translator: Changwoo Ryu \n" "Language-Team: GNOME Korea \n" "Language: Korean\n" @@ -28,16 +28,16 @@ "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=1; plural=0;\n" -#: ../data/gnome-mines.desktop.in.in.h:1 ../src/gnome-mines.vala:92 -#: ../src/gnome-mines.vala:136 ../src/gnome-mines.vala:735 +#: ../data/gnomine.desktop.in.in.h:1 ../src/gnome-mines.vala:95 +#: ../src/gnome-mines.vala:139 ../src/gnome-mines.vala:771 msgid "Mines" msgstr "지뢰찾기" -#: ../data/gnome-mines.desktop.in.in.h:2 +#: ../data/gnomine.desktop.in.in.h:2 msgid "Clear hidden mines from a minefield" msgstr "지뢰밭에서 숨겨진 지뢰를 제거합니다" -#: ../data/gnome-mines.desktop.in.in.h:3 +#: ../data/gnomine.desktop.in.in.h:3 msgid "minesweeper;" msgstr "minesweeper;지뢰찾기;" @@ -112,137 +112,142 @@ msgid "true if the window is fullscren" msgstr "참이면 창을 전체 화면" -#: ../src/gnome-mines.vala:111 +#: ../src/gnome-mines.vala:114 msgid "_New Game" msgstr "새 게임(_N)" -#: ../src/gnome-mines.vala:112 +#: ../src/gnome-mines.vala:115 msgid "_Replay Size" msgstr "리플레이 크기(_R)" -#: ../src/gnome-mines.vala:113 +#: ../src/gnome-mines.vala:116 msgid "_Hint" msgstr "힌트(_H)" -#: ../src/gnome-mines.vala:114 ../src/gnome-mines.vala:194 -#: ../src/gnome-mines.vala:643 ../src/gnome-mines.vala:644 +#: ../src/gnome-mines.vala:117 ../src/gnome-mines.vala:199 +#: ../src/gnome-mines.vala:673 ../src/gnome-mines.vala:679 +#: ../src/gnome-mines.vala:680 msgid "_Pause" msgstr "일시 중지(_P)" -#: ../src/gnome-mines.vala:115 ../src/gnome-mines.vala:201 -#: ../src/gnome-mines.vala:388 +#: ../src/gnome-mines.vala:118 ../src/gnome-mines.vala:206 +#: ../src/gnome-mines.vala:393 msgid "_Fullscreen" msgstr "전체 화면(_F)" -#: ../src/gnome-mines.vala:116 +#: ../src/gnome-mines.vala:119 msgid "_Scores" msgstr "점수(_S)" -#: ../src/gnome-mines.vala:117 +#: ../src/gnome-mines.vala:120 msgid "_Preferences" msgstr "기본 설정(_P)" -#: ../src/gnome-mines.vala:120 +#: ../src/gnome-mines.vala:123 msgid "_Help" msgstr "도움말(_H)" -#: ../src/gnome-mines.vala:121 +#: ../src/gnome-mines.vala:124 msgid "_About" msgstr "정보(_A)" -#: ../src/gnome-mines.vala:124 +#: ../src/gnome-mines.vala:127 msgid "_Quit" msgstr "끝내기(_Q)" -#: ../src/gnome-mines.vala:177 +#: ../src/gnome-mines.vala:182 msgid "_New" msgstr "새 게임(_N)" -#: ../src/gnome-mines.vala:186 +#: ../src/gnome-mines.vala:191 msgid "Hint" msgstr "힌트" -#: ../src/gnome-mines.vala:251 +#: ../src/gnome-mines.vala:256 msgid "Field Size" msgstr "지뢰밭 크기" -#: ../src/gnome-mines.vala:312 +#: ../src/gnome-mines.vala:299 +msgid "Custom" +msgstr "사용자 설정" + +#: ../src/gnome-mines.vala:317 msgid "H_orizontal:" msgstr "가로(_O):" -#: ../src/gnome-mines.vala:322 +#: ../src/gnome-mines.vala:327 msgid "_Vertical:" msgstr "세로(_V):" -#: ../src/gnome-mines.vala:332 +#: ../src/gnome-mines.vala:337 msgid "_Number of mines:" msgstr "지뢰의 갯수(_N):" -#: ../src/gnome-mines.vala:353 +#: ../src/gnome-mines.vala:358 msgid "_Play Game" msgstr "게임 플레이(_P)" -#: ../src/gnome-mines.vala:383 +#: ../src/gnome-mines.vala:388 msgid "_Leave Fullscreen" msgstr "전체 화면 나가기(_L)" -#: ../src/gnome-mines.vala:398 +#: ../src/gnome-mines.vala:419 #, c-format msgid "%d mine" msgid_plural "%d mines" msgstr[0] "지뢰 %d개" -#: ../src/gnome-mines.vala:462 +#: ../src/gnome-mines.vala:484 #, c-format msgid "Flags: %u/%u" msgstr "깃발: %u/%u" -#: ../src/gnome-mines.vala:505 +#: ../src/gnome-mines.vala:527 msgid "Do you want to start a new game?" msgstr "새 게임을 시작하시겠습니까?" -#: ../src/gnome-mines.vala:506 +#: ../src/gnome-mines.vala:528 msgid "If you start a new game, your current progress will be lost." msgstr "새 게임을 시작하면 현재 진행 상황을 잃어버립니다." -#: ../src/gnome-mines.vala:507 +#: ../src/gnome-mines.vala:529 msgid "Keep Current Game" msgstr "현재 게임 유지" -#: ../src/gnome-mines.vala:508 +#: ../src/gnome-mines.vala:530 msgid "Start New Game" msgstr "새 게임 시작" -#: ../src/gnome-mines.vala:636 ../src/gnome-mines.vala:637 +#: ../src/gnome-mines.vala:669 ../src/gnome-mines.vala:671 msgid "Res_ume" msgstr "다시 시작(_U)" -#: ../src/gnome-mines.vala:684 ../src/gnome-mines.vala:1004 +#: ../src/gnome-mines.vala:720 ../src/gnome-mines.vala:1040 #, c-format msgid "Time" msgstr "시간" -#: ../src/gnome-mines.vala:701 +#: ../src/gnome-mines.vala:737 msgid "Main game:" msgstr "주 게임:" -#: ../src/gnome-mines.vala:706 +#: ../src/gnome-mines.vala:742 msgid "Score:" msgstr "점수:" -#: ../src/gnome-mines.vala:709 +#: ../src/gnome-mines.vala:745 msgid "Resizing and SVG support:" msgstr "크기 바꾸기 및 SVG 지원:" -#: ../src/gnome-mines.vala:717 +#: ../src/gnome-mines.vala:753 msgid "Faces:" msgstr "모양:" -#: ../src/gnome-mines.vala:721 +#: ../src/gnome-mines.vala:757 msgid "Graphics:" msgstr "그래픽:" -#: ../src/gnome-mines.vala:738 +#: ../src/gnome-mines.vala:774 msgid "" "The popular logic puzzle minesweeper. Clear mines from a board using hints " "from squares you have already uncovered.\n" @@ -254,43 +259,43 @@ "\n" "지뢰찾기는 그놈 게임의 일부입니다." -#: ../src/gnome-mines.vala:745 +#: ../src/gnome-mines.vala:781 msgid "translator-credits" msgstr "류창우 " -#: ../src/gnome-mines.vala:748 +#: ../src/gnome-mines.vala:784 msgid "GNOME Games web site" msgstr "그놈 게임 웹사이트" -#: ../src/gnome-mines.vala:819 +#: ../src/gnome-mines.vala:855 msgid "Mines Preferences" msgstr "지뢰찾기 기본 설정" -#: ../src/gnome-mines.vala:837 +#: ../src/gnome-mines.vala:873 msgid "_Use \"I'm not sure\" flags" msgstr "\"잘 모르겠군\" 깃발 사용(_U)" -#: ../src/gnome-mines.vala:843 +#: ../src/gnome-mines.vala:879 msgid "_Warn if too many flags have been placed" msgstr "너무 깃발을 많이 놓았을 때 경고(_W)" -#: ../src/gnome-mines.vala:849 +#: ../src/gnome-mines.vala:885 msgid "_Display numbers with border" msgstr "숫자에 테두리 표시(_D)" -#: ../src/gnome-mines.vala:960 +#: ../src/gnome-mines.vala:996 msgid "New Game" msgstr "새 게임" -#: ../src/gnome-mines.vala:976 +#: ../src/gnome-mines.vala:1012 msgid "Size:" msgstr "크기:" -#: ../src/gnome-mines.vala:1001 +#: ../src/gnome-mines.vala:1037 msgid "Date" msgstr "시각" -#: ../src/gnome-mines.vala:1086 +#: ../src/gnome-mines.vala:1122 #, c-format msgid "%u × %u, %u mine" msgid_plural "%u × %u, %u mines" diff -Nru gnome-mines-3.8.2/po/lt.po gnome-mines-3.10.1/po/lt.po --- gnome-mines-3.8.2/po/lt.po 2013-08-17 19:06:15.000000000 +0000 +++ gnome-mines-3.10.1/po/lt.po 2013-10-12 11:18:07.000000000 +0000 @@ -15,8 +15,8 @@ "Project-Id-Version: lt\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-" "mines&keywords=I18N+L10N&component=general\n" -"POT-Creation-Date: 2013-02-15 08:01+0000\n" -"PO-Revision-Date: 2013-02-15 22:05+0200\n" +"POT-Creation-Date: 2013-07-26 06:40+0000\n" +"PO-Revision-Date: 2013-08-27 23:47+0300\n" "Last-Translator: Aurimas Černius \n" "Language-Team: Lietuvių \n" "Language: lt\n" @@ -27,16 +27,16 @@ "%100<10 || n%100>=20) ? 1 : 2);\n" "X-Generator: Gtranslator 2.91.6\n" -#: ../data/gnome-mines.desktop.in.in.h:1 ../src/gnome-mines.vala:92 -#: ../src/gnome-mines.vala:136 ../src/gnome-mines.vala:735 +#: ../data/gnomine.desktop.in.in.h:1 ../src/gnome-mines.vala:95 +#: ../src/gnome-mines.vala:139 ../src/gnome-mines.vala:771 msgid "Mines" msgstr "Minos" -#: ../data/gnome-mines.desktop.in.in.h:2 +#: ../data/gnomine.desktop.in.in.h:2 msgid "Clear hidden mines from a minefield" msgstr "Išvalykite lauką nuo paslėptų minų" -#: ../data/gnome-mines.desktop.in.in.h:3 +#: ../data/gnomine.desktop.in.in.h:3 msgid "minesweeper;" msgstr "išminuotojas;" @@ -73,9 +73,6 @@ msgstr "Leisti automatines gaires" #: ../data/org.gnome.mines.gschema.xml.in.h:8 -#| msgid "" -#| "Set to true to have gnomine automatically flag squares as mined when " -#| "enough squares are revealed" msgid "" "Set to true to automatically flag squares as mined when enough squares are " "revealed" @@ -119,81 +116,86 @@ msgid "true if the window is fullscren" msgstr "teigiama, jei langas yra visamo ekrano veiksenoje" -#: ../src/gnome-mines.vala:111 +#: ../src/gnome-mines.vala:114 msgid "_New Game" msgstr "_Naujas žaidimas" -#: ../src/gnome-mines.vala:112 +#: ../src/gnome-mines.vala:115 msgid "_Replay Size" msgstr "Pe_ržaidimo dydis" -#: ../src/gnome-mines.vala:113 +#: ../src/gnome-mines.vala:116 msgid "_Hint" msgstr "_Užuomina" -#: ../src/gnome-mines.vala:114 ../src/gnome-mines.vala:194 -#: ../src/gnome-mines.vala:643 ../src/gnome-mines.vala:644 +#: ../src/gnome-mines.vala:117 ../src/gnome-mines.vala:199 +#: ../src/gnome-mines.vala:673 ../src/gnome-mines.vala:679 +#: ../src/gnome-mines.vala:680 msgid "_Pause" msgstr "_Pauzė" -#: ../src/gnome-mines.vala:115 ../src/gnome-mines.vala:201 -#: ../src/gnome-mines.vala:388 +#: ../src/gnome-mines.vala:118 ../src/gnome-mines.vala:206 +#: ../src/gnome-mines.vala:393 msgid "_Fullscreen" msgstr "_Visame ekrane" -#: ../src/gnome-mines.vala:116 +#: ../src/gnome-mines.vala:119 msgid "_Scores" msgstr "_Taškai" -#: ../src/gnome-mines.vala:117 +#: ../src/gnome-mines.vala:120 msgid "_Preferences" msgstr "_Nustatymai" -#: ../src/gnome-mines.vala:120 +#: ../src/gnome-mines.vala:123 msgid "_Help" msgstr "_Žinynas" -#: ../src/gnome-mines.vala:121 +#: ../src/gnome-mines.vala:124 msgid "_About" msgstr "_Apie" -#: ../src/gnome-mines.vala:124 +#: ../src/gnome-mines.vala:127 msgid "_Quit" msgstr "_Išeiti" -#: ../src/gnome-mines.vala:177 +#: ../src/gnome-mines.vala:182 msgid "_New" msgstr "_Naujas" -#: ../src/gnome-mines.vala:186 +#: ../src/gnome-mines.vala:191 msgid "Hint" msgstr "Užuomina" -#: ../src/gnome-mines.vala:251 +#: ../src/gnome-mines.vala:256 msgid "Field Size" msgstr "Lauko dydis" -#: ../src/gnome-mines.vala:312 +#: ../src/gnome-mines.vala:299 +msgid "Custom" +msgstr "Pasirinktinis" + +#: ../src/gnome-mines.vala:317 msgid "H_orizontal:" msgstr "H_orizontaliai:" -#: ../src/gnome-mines.vala:322 +#: ../src/gnome-mines.vala:327 msgid "_Vertical:" msgstr "_Vertikaliai:" -#: ../src/gnome-mines.vala:332 +#: ../src/gnome-mines.vala:337 msgid "_Number of mines:" msgstr "_Minų skaičius:" -#: ../src/gnome-mines.vala:353 +#: ../src/gnome-mines.vala:358 msgid "_Play Game" msgstr "_Žaisti žaidimą" -#: ../src/gnome-mines.vala:383 +#: ../src/gnome-mines.vala:388 msgid "_Leave Fullscreen" msgstr "_Palikti viso ekrano veikseną" -#: ../src/gnome-mines.vala:398 +#: ../src/gnome-mines.vala:419 #, c-format msgid "%d mine" msgid_plural "%d mines" @@ -201,57 +203,57 @@ msgstr[1] "%d minos" msgstr[2] "%d minų" -#: ../src/gnome-mines.vala:462 +#: ../src/gnome-mines.vala:484 #, c-format msgid "Flags: %u/%u" msgstr "Vėliavėlės: %u/%u" -#: ../src/gnome-mines.vala:505 +#: ../src/gnome-mines.vala:527 msgid "Do you want to start a new game?" msgstr "Ar norite pradėti naują žaidimą?" -#: ../src/gnome-mines.vala:506 +#: ../src/gnome-mines.vala:528 msgid "If you start a new game, your current progress will be lost." msgstr "Jei pradėsite naują žaidimą, jūsų dabartinis progresas bus prarastas." -#: ../src/gnome-mines.vala:507 +#: ../src/gnome-mines.vala:529 msgid "Keep Current Game" msgstr "Likti esamame žaidime" -#: ../src/gnome-mines.vala:508 +#: ../src/gnome-mines.vala:530 msgid "Start New Game" msgstr "Pradėti naują žaidimą" -#: ../src/gnome-mines.vala:636 ../src/gnome-mines.vala:637 +#: ../src/gnome-mines.vala:669 ../src/gnome-mines.vala:671 msgid "Res_ume" msgstr "Ats_tatyti" -#: ../src/gnome-mines.vala:684 ../src/gnome-mines.vala:1004 +#: ../src/gnome-mines.vala:720 ../src/gnome-mines.vala:1040 #, c-format msgid "Time" msgstr "Laikas" -#: ../src/gnome-mines.vala:701 +#: ../src/gnome-mines.vala:737 msgid "Main game:" msgstr "Pagrindinis žaidimas:" -#: ../src/gnome-mines.vala:706 +#: ../src/gnome-mines.vala:742 msgid "Score:" msgstr "Taškai:" -#: ../src/gnome-mines.vala:709 +#: ../src/gnome-mines.vala:745 msgid "Resizing and SVG support:" msgstr "Dydžio keitimas ir SVG palaikymas:" -#: ../src/gnome-mines.vala:717 +#: ../src/gnome-mines.vala:753 msgid "Faces:" msgstr "Veidai:" -#: ../src/gnome-mines.vala:721 +#: ../src/gnome-mines.vala:757 msgid "Graphics:" msgstr "Grafika:" -#: ../src/gnome-mines.vala:738 +#: ../src/gnome-mines.vala:774 msgid "" "The popular logic puzzle minesweeper. Clear mines from a board using hints " "from squares you have already uncovered.\n" @@ -263,7 +265,7 @@ "\n" "Mines yra GNOME Games dalis." -#: ../src/gnome-mines.vala:745 +#: ../src/gnome-mines.vala:781 msgid "translator-credits" msgstr "" "Paskutinieji vertėjai:\n" @@ -274,39 +276,39 @@ "Tomas Kuliavas ,\n" "Gediminas Paulauskas " -#: ../src/gnome-mines.vala:748 +#: ../src/gnome-mines.vala:784 msgid "GNOME Games web site" msgstr "GNOME Games tinklalapis" -#: ../src/gnome-mines.vala:819 +#: ../src/gnome-mines.vala:855 msgid "Mines Preferences" msgstr "Minų nustatymai" -#: ../src/gnome-mines.vala:837 +#: ../src/gnome-mines.vala:873 msgid "_Use \"I'm not sure\" flags" msgstr "_Naudoti „Nesu tikras“ vėliavėlės" -#: ../src/gnome-mines.vala:843 +#: ../src/gnome-mines.vala:879 msgid "_Warn if too many flags have been placed" msgstr "Įspėti, kad yra per daug _vėliavėlių" -#: ../src/gnome-mines.vala:849 +#: ../src/gnome-mines.vala:885 msgid "_Display numbers with border" msgstr "Ro_dyti skaičius su rėmeliais" -#: ../src/gnome-mines.vala:960 +#: ../src/gnome-mines.vala:996 msgid "New Game" msgstr "Naujas žaidimas" -#: ../src/gnome-mines.vala:976 +#: ../src/gnome-mines.vala:1012 msgid "Size:" msgstr "Dydis:" -#: ../src/gnome-mines.vala:1001 +#: ../src/gnome-mines.vala:1037 msgid "Date" msgstr "Data" -#: ../src/gnome-mines.vala:1086 +#: ../src/gnome-mines.vala:1122 #, c-format msgid "%u × %u, %u mine" msgid_plural "%u × %u, %u mines" @@ -317,4 +319,3 @@ #: ../src/minefield-view.vala:578 msgid "Paused" msgstr "Pauzė" - diff -Nru gnome-mines-3.8.2/po/ml.po gnome-mines-3.10.1/po/ml.po --- gnome-mines-3.8.2/po/ml.po 2013-08-20 01:38:36.000000000 +0000 +++ gnome-mines-3.10.1/po/ml.po 2013-10-12 11:18:07.000000000 +0000 @@ -2,39 +2,41 @@ # translation of gnome-games.HEAD.ml.po to # This file is distributed under the same license as the gnome-games package. # Copyright (C) 2003-2009 gnome-games' COPYRIGHT HOLDER. -# # FSF-India , 2003. # Ani Peter , 2006, 2007. # Abhishek Jacob , 2009. # Mohammed Sadik pk , 2012. # Akhilan , 2013. +# Nandaja Varma , 2013. +# Balasankar C , 2013. msgid "" msgstr "" "Project-Id-Version: gnome-games.master.ml\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-" "mines&keywords=I18N+L10N&component=general\n" -"POT-Creation-Date: 2013-02-10 20:33+0000\n" -"PO-Revision-Date: 2013-02-13 01:57+0530\n" -"Last-Translator: Akhilan \n" -"Language-Team: \n" +"POT-Creation-Date: 2013-04-25 14:54+0000\n" +"PO-Revision-Date: 2013-04-26 18:26+0530\n" +"Last-Translator: Balasankar C \n" +"Language-Team: Malayalam team\n" "Language: ml\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Generator: Virtaal 0.7.1\n" "X-DamnedLies-Scope: partial\n" -"X-Generator: KBabel 1.11.4\n" +"X-Project-Style: gnome\n" -#: ../data/gnome-mines.desktop.in.in.h:1 ../src/gnome-mines.vala:81 -#: ../src/gnome-mines.vala:125 ../src/gnome-mines.vala:704 +#: ../data/gnomine.desktop.in.in.h:1 ../src/gnome-mines.vala:95 +#: ../src/gnome-mines.vala:139 ../src/gnome-mines.vala:771 msgid "Mines" -msgstr "മൈനുകളുടെ കളി" +msgstr "കുഴിബോംബുകള്‍" -#: ../data/gnome-mines.desktop.in.in.h:2 +#: ../data/gnomine.desktop.in.in.h:2 msgid "Clear hidden mines from a minefield" msgstr "യുദ്ധഭൂമിയില്‍നിന്ന് കുഴിബോംബുകള്‍ എടുത്ത് മാറ്റുക" -#: ../data/gnome-mines.desktop.in.in.h:3 +#: ../data/gnomine.desktop.in.in.h:3 msgid "minesweeper;" msgstr "മൈന്‍സ്വീപ്പര്‍ ;" @@ -55,201 +57,194 @@ msgstr "അമിതമായി കൊടികള്‍ സ്ഥാപിക്കുമ്പോള്‍ മുന്നറിയിപ്പ് ലഭിക്കണമെങ്കില്‍ ശരി അടയാളപ്പെടുത്തുക" #: ../data/org.gnome.mines.gschema.xml.in.h:5 +msgid "Display border around numbers" +msgstr "അക്കങ്ങള്‍ക്ക് ചുറ്റും അതിര് കാണിക്കുക" + +#: ../data/org.gnome.mines.gschema.xml.in.h:6 +msgid "Set to true to display a border around mine indication numbers." +msgstr "കുഴിബോംബുകളെ സൂചിപ്പിക്കുന്ന അക്കങ്ങൾക്ക് ചുറ്റും അതിര് കാണിക്കുവാൻ വേണ്ടി ശരി എന്ന് ആക്കുക" + +#: ../data/org.gnome.mines.gschema.xml.in.h:7 msgid "Enable automatic placing of flags" msgstr "കൊടികള്‍ യാന്ത്രികമായി സ്ഥാപിക്കുക" -#: ../data/org.gnome.mines.gschema.xml.in.h:6 +#: ../data/org.gnome.mines.gschema.xml.in.h:8 msgid "" "Set to true to automatically flag squares as mined when enough squares are " "revealed" msgstr "" +"ആവശ്യത്തിന് ചതുരങ്ങൾ വെളിപ്പെട്ടു കഴിഞ്ഞാൽ ചതുരങ്ങളെ കുഴിബോംബുകൾ ഉള്ളത് എന്ന് അടയാളപ്പെടുത്താൻ " +"ശരി എന്ന് ആക്കുക" -#: ../data/org.gnome.mines.gschema.xml.in.h:7 +#: ../data/org.gnome.mines.gschema.xml.in.h:9 msgid "Number of columns in a custom game" msgstr "നിങ്ങളുടെ കളിയിലുള്ള വരികളുടെ എണ്ണം" -#: ../data/org.gnome.mines.gschema.xml.in.h:8 +#: ../data/org.gnome.mines.gschema.xml.in.h:10 msgid "Number of rows in a custom game" msgstr "നിങ്ങളുടെ കളിയിലുള്ള നിരകളുടെ എണ്ണം" -#: ../data/org.gnome.mines.gschema.xml.in.h:9 -#, fuzzy +#: ../data/org.gnome.mines.gschema.xml.in.h:11 msgid "The number of mines in a custom game" -msgstr "നിങ്ങളുടെ കളിയിലുള്ള വരികളുടെ എണ്ണം" +msgstr "നിങ്ങളുടെ കളിയിലുള്ള കുഴിബോംബുകളുടെ എണ്ണം" -#: ../data/org.gnome.mines.gschema.xml.in.h:10 +#: ../data/org.gnome.mines.gschema.xml.in.h:12 msgid "Board size" msgstr "ബോര്‍ഡിന്റെ വലിപ്പം " -#: ../data/org.gnome.mines.gschema.xml.in.h:11 +#: ../data/org.gnome.mines.gschema.xml.in.h:13 msgid "Size of the board (0-2 = small-large, 3=custom)" msgstr "ബോര്‍ഡിന്റെ വ്യാപ്തി (0-2 = ചെറിയത്-വലുത്, 3=സ്വന്തം)" -#: ../data/org.gnome.mines.gschema.xml.in.h:12 -#, fuzzy -#| msgid "The width of the main window in pixels." +#: ../data/org.gnome.mines.gschema.xml.in.h:14 msgid "Width of the window in pixels" -msgstr "പ്രധാന ജാലകത്തിന്റെ വീതി പിക്സലുകളില്‍." +msgstr "ജാലകത്തിന്റെ വീതി പിക്സലുകളില്‍." -#: ../data/org.gnome.mines.gschema.xml.in.h:13 -#, fuzzy -#| msgid "The height of the main window in pixels." +#: ../data/org.gnome.mines.gschema.xml.in.h:15 msgid "Height of the window in pixels" -msgstr "പ്രധാന ജാലകത്തിന്റെ ഉയരം പിക്സലുകളില്‍." +msgstr "ജാലകത്തിന്റെ ഉയരം പിക്സലുകളില്‍." -#: ../data/org.gnome.mines.gschema.xml.in.h:14 +#: ../data/org.gnome.mines.gschema.xml.in.h:16 msgid "true if the window is maximized" -msgstr "" +msgstr "ജാലകം നിറഞ്ഞിരിക്കുക ആണെങ്കിൽ ശരി" -#: ../data/org.gnome.mines.gschema.xml.in.h:15 +#: ../data/org.gnome.mines.gschema.xml.in.h:17 msgid "true if the window is fullscren" -msgstr "" +msgstr "ജാലകം മുഴുവൻ രൂപത്തിൽ ആണെങ്കിൽ ശരി" -#: ../src/gnome-mines.vala:100 +#: ../src/gnome-mines.vala:114 msgid "_New Game" msgstr "പുതിയ കളി (_N)" -#: ../src/gnome-mines.vala:101 -#, fuzzy -#| msgid "Field Size" +#: ../src/gnome-mines.vala:115 msgid "_Replay Size" -msgstr "ഫീള്‍ഡിന്റെ വലിപ്പം" +msgstr "_വീണ്ടും കളിക്കുമ്പോള്‍ ആവശ്യമായ വലിപ്പം" -#: ../src/gnome-mines.vala:102 +#: ../src/gnome-mines.vala:116 msgid "_Hint" msgstr "_സൂചന" -#: ../src/gnome-mines.vala:103 ../src/gnome-mines.vala:183 -#: ../src/gnome-mines.vala:612 ../src/gnome-mines.vala:613 +#: ../src/gnome-mines.vala:117 ../src/gnome-mines.vala:199 +#: ../src/gnome-mines.vala:673 ../src/gnome-mines.vala:679 +#: ../src/gnome-mines.vala:680 msgid "_Pause" msgstr "ചെറിയ _ഇടവേള" -#: ../src/gnome-mines.vala:104 ../src/gnome-mines.vala:190 -#: ../src/gnome-mines.vala:358 +#: ../src/gnome-mines.vala:118 ../src/gnome-mines.vala:206 +#: ../src/gnome-mines.vala:393 msgid "_Fullscreen" msgstr "സ്ക്രീന്‍ _പരമാവധി വലുപ്പത്തില്‍" -#: ../src/gnome-mines.vala:105 +#: ../src/gnome-mines.vala:119 msgid "_Scores" msgstr "_സ്കോറുകള്‍" -#: ../src/gnome-mines.vala:106 +#: ../src/gnome-mines.vala:120 msgid "_Preferences" msgstr "_മുന്‍ഗണനകള്‍" -#: ../src/gnome-mines.vala:109 +#: ../src/gnome-mines.vala:123 msgid "_Help" msgstr "_സഹായം" -#: ../src/gnome-mines.vala:110 +#: ../src/gnome-mines.vala:124 msgid "_About" msgstr "_സംബന്ധിച്ച്" -#: ../src/gnome-mines.vala:113 +#: ../src/gnome-mines.vala:127 msgid "_Quit" msgstr "_നിര്‍ത്തുക" -#: ../src/gnome-mines.vala:166 +#: ../src/gnome-mines.vala:182 msgid "_New" msgstr "_പുതിയ" -#: ../src/gnome-mines.vala:175 -#, fuzzy -#| msgid "_Hint" +#: ../src/gnome-mines.vala:191 msgid "Hint" -msgstr "_സൂചന" +msgstr "സൂചന" -#. New game screen -#: ../src/gnome-mines.vala:224 +#: ../src/gnome-mines.vala:256 msgid "Field Size" -msgstr "ഫീള്‍ഡിന്റെ വലിപ്പം" +msgstr "കളിക്കളത്തിന്റെ വലിപ്പം" -#: ../src/gnome-mines.vala:279 +#: ../src/gnome-mines.vala:317 msgid "H_orizontal:" msgstr "കു_റുകെ:" -#: ../src/gnome-mines.vala:289 +#: ../src/gnome-mines.vala:327 msgid "_Vertical:" msgstr "_നെടുകെ:" -#: ../src/gnome-mines.vala:299 +#: ../src/gnome-mines.vala:337 msgid "_Number of mines:" -msgstr "മൈനുകളുടെ _എണ്ണം:" +msgstr "കുഴിബോംബുകളുടെ _എണ്ണം:" -#: ../src/gnome-mines.vala:318 -#, fuzzy -#| msgid "Player Names" +#: ../src/gnome-mines.vala:358 msgid "_Play Game" -msgstr "കളിക്കാരുടെ പേരുകള്‍" +msgstr "_കളി കളിക്കുക" -#: ../src/gnome-mines.vala:353 +#: ../src/gnome-mines.vala:388 msgid "_Leave Fullscreen" msgstr "സ്ക്രീന്‍ പരാമാവധി _വലുപ്പത്തില്‍ ഉപേക്ഷിക്കുക" -#: ../src/gnome-mines.vala:368 +#: ../src/gnome-mines.vala:419 #, c-format msgid "%d mine" msgid_plural "%d mines" msgstr[0] "%d മൈന്‍" -msgstr[1] "%d മൈനുകള്‍" +msgstr[1] "%d കുഴിബോംബുകള്‍" -#: ../src/gnome-mines.vala:432 -#, fuzzy, c-format -#| msgid "Flags: %d/%d" +#: ../src/gnome-mines.vala:484 +#, c-format msgid "Flags: %u/%u" -msgstr "കൊടികള്‍: %d/%d" +msgstr "കൊടികള്‍: %u/%u" -#: ../src/gnome-mines.vala:475 -#, fuzzy -#| msgid "Do you want to start a new game with this map?" +#: ../src/gnome-mines.vala:527 msgid "Do you want to start a new game?" -msgstr "ഈ ഭൂപടത്തില്‍ പുതിയ കളി തുടങ്ങണോ?" +msgstr "പുതിയ കളി തുടങ്ങണോ?" -#: ../src/gnome-mines.vala:476 +#: ../src/gnome-mines.vala:528 msgid "If you start a new game, your current progress will be lost." -msgstr "" +msgstr "പുതിയ കളി തുടങ്ങിയാല്‍ നിങ്ങളുടെ ഇതുവരെയുള്ള് പുരോഗതി നഷ്ടമാകും." -#: ../src/gnome-mines.vala:477 -#, fuzzy +#: ../src/gnome-mines.vala:529 msgid "Keep Current Game" -msgstr "ഈ കളി സൂക്ഷിക്കുക" +msgstr "ഈ കളി നിലനിര്‍ത്തുക" -#: ../src/gnome-mines.vala:478 +#: ../src/gnome-mines.vala:530 msgid "Start New Game" msgstr "പുതിയ കളി തുടങ്ങുക" -#: ../src/gnome-mines.vala:605 ../src/gnome-mines.vala:606 +#: ../src/gnome-mines.vala:669 ../src/gnome-mines.vala:671 msgid "Res_ume" msgstr "വീണ്ടും ആ_രംഭിക്കുക" -#: ../src/gnome-mines.vala:653 ../src/gnome-mines.vala:958 -#, fuzzy, c-format -#| msgctxt "score-dialog" -#| msgid "Time" +#: ../src/gnome-mines.vala:720 ../src/gnome-mines.vala:1040 +#, c-format msgid "Time" msgstr " സമയം" -#: ../src/gnome-mines.vala:670 +#: ../src/gnome-mines.vala:737 msgid "Main game:" msgstr "പ്രധാന കളി:" -#: ../src/gnome-mines.vala:675 +#: ../src/gnome-mines.vala:742 msgid "Score:" msgstr "സ്കോര്‍:" -#: ../src/gnome-mines.vala:678 +#: ../src/gnome-mines.vala:745 msgid "Resizing and SVG support:" -msgstr "" +msgstr "വലിപ്പവിത്യാസം വരുത്തലും SVG സപ്പോര്‍ട്ടും:" -#: ../src/gnome-mines.vala:686 +#: ../src/gnome-mines.vala:753 msgid "Faces:" msgstr "കൊടികള്‍: " -#: ../src/gnome-mines.vala:690 +#: ../src/gnome-mines.vala:757 msgid "Graphics:" msgstr "ഗ്രാഫിക്സ്:" -#: ../src/gnome-mines.vala:707 +#: ../src/gnome-mines.vala:774 msgid "" "The popular logic puzzle minesweeper. Clear mines from a board using hints " "from squares you have already uncovered.\n" @@ -257,55 +252,59 @@ "Mines is a part of GNOME Games." msgstr "" "പ്രശസ്തമായ ചിന്താശേഷി പരീക്ഷിക്കുന്ന കളി, മൈ‌‌ന്‍സ്വീപ്പര്‍. നിങ്ങള്‍ ഇതിനകം തന്നെ വെളിവാക്കിയ " -"ചതുരങ്ങളില്‍ നിന്നു് ലഭിക്കുന്ന സൂചനകളിലൂടെ മൈനുകള്‍ വെളിവാക്കുക \n" +"ചതുരങ്ങളില്‍ നിന്നു് ലഭിക്കുന്ന സൂചനകളിലൂടെ കുഴിബോംബുകള്‍ വെളിവാക്കുക \n" "\n" -"മൈനുകള്‍ ഗ്നോം കളികളുടെ ഒരു ഭാഗമാണു്. " +"കുഴിബോംബുകള്‍ ഗ്നോം കളികളുടെ ഒരു ഭാഗമാണു്. " -#: ../src/gnome-mines.vala:714 +#: ../src/gnome-mines.vala:781 msgid "translator-credits" msgstr "" "എഫ്.എസ്.എഫ് - ഇന്ത്യ \n" "അനി പീറ്റര്‍ \n" "അഭിഷേക് ജേക്കബ് \n" -"Mohammed Sadiq \n" +"നന്ദജ വര്‍മ്മ " -#: ../src/gnome-mines.vala:717 +#: ../src/gnome-mines.vala:784 msgid "GNOME Games web site" msgstr "ഗ്നോ കളികളുടെ വെബ് സൈറ്റ്" -#: ../src/gnome-mines.vala:781 +#: ../src/gnome-mines.vala:855 msgid "Mines Preferences" msgstr "Mines മുന്‍ഗണനകള്‍" -#: ../src/gnome-mines.vala:799 +#: ../src/gnome-mines.vala:873 msgid "_Use \"I'm not sure\" flags" msgstr "\"എനിക്ക്‌ തീര്‍ച്ചയില്\" എന്ന ഫ്ളാഗുകള്‍ ഉപയോഗിക്കുക (_U)" -#: ../src/gnome-mines.vala:805 -#, fuzzy +#: ../src/gnome-mines.vala:879 msgid "_Warn if too many flags have been placed" -msgstr "അനവധി ഫ്ളാഗുകള്‍ എന്ന മുന്നറിയിപ്പ്" +msgstr "_അനവധി ഫ്ളാഗുകള്‍ നാട്ടിയെങ്ങില്‍ മുന്നറിയിപ്പ് തരിക " + +#: ../src/gnome-mines.vala:885 +msgid "_Display numbers with border" +msgstr "_നമ്പറുകള്‍ ബോര്‍ഡറുകളോടു കൂടെ കാണിക്കുക" -#: ../src/gnome-mines.vala:915 +#: ../src/gnome-mines.vala:996 msgid "New Game" msgstr "പുതിയ കളി" -#: ../src/gnome-mines.vala:930 +#: ../src/gnome-mines.vala:1012 msgid "Size:" msgstr "വലിപ്പം:" -#: ../src/gnome-mines.vala:955 +#: ../src/gnome-mines.vala:1037 msgid "Date" msgstr "തീയ്യതി" -#: ../src/gnome-mines.vala:1040 +#: ../src/gnome-mines.vala:1122 #, c-format msgid "%u × %u, %u mine" msgid_plural "%u × %u, %u mines" msgstr[0] "%u × %u, %u മൈന്‍ " -msgstr[1] "%u × %u, %u മൈനുകള്‍ " +msgstr[1] "%u × %u, %u കുഴിബോംബുകള്‍ " -#: ../src/minefield-view.vala:398 +#: ../src/minefield-view.vala:578 msgid "Paused" msgstr "കളി നിര്‍ത്തിവച്ചിരിക്കുന്നു" @@ -1961,10 +1960,10 @@ #~ msgstr "ഒരു സൂചന നല്‍കുക" #~ msgid "The Mines Have Been Cleared!" -#~ msgstr "മൈനുകള്‍ വെടിപ്പാക്കിയിരിക്കുന്നു!" +#~ msgstr "കുഴിബോംബുകള്‍ വെടിപ്പാക്കിയിരിക്കുന്നു!" #~ msgid "Mines Scores" -#~ msgstr "മൈനുകളുടെ കളിയുടെ സ്ക്കോറുകള്‍" +#~ msgstr "കുഴിബോംബുകളുടെ കളിയുടെ സ്ക്കോറുകള്‍" #~ msgid "Cancel current game?" #~ msgstr "നിലവിലുള്ള കളി റദ്ദാക്കേണമോ?" @@ -5863,7 +5862,7 @@ #~ msgstr "കളത്തിന്റെ ഉയരം" #~ msgid "Number of mines" -#~ msgstr "മൈനുകളുടെ എണ്ണം" +#~ msgstr "കുഴിബോംബുകളുടെ എണ്ണം" #~ msgid "Press to Resume" #~ msgstr "വീണ്ടും ആരംഭിക്കുന്നതിനായി അമര്‍ത്തുക" diff -Nru gnome-mines-3.8.2/po/nb.po gnome-mines-3.10.1/po/nb.po --- gnome-mines-3.8.2/po/nb.po 2013-08-20 01:38:36.000000000 +0000 +++ gnome-mines-3.10.1/po/nb.po 2013-10-12 11:18:07.000000000 +0000 @@ -5,10 +5,10 @@ # Torstein Adolf Winterseth , 2010. msgid "" msgstr "" -"Project-Id-Version: gnome-games 3.7.x\n" +"Project-Id-Version: gnome-games 3.9.x\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2013-02-25 17:40+0100\n" -"PO-Revision-Date: 2013-02-25 17:41+0100\n" +"POT-Creation-Date: 2013-07-30 20:25+0200\n" +"PO-Revision-Date: 2013-07-30 20:25+0200\n" "Last-Translator: Kjartan Maraas \n" "Language-Team: Norwegian bokmål \n" "Language: nb\n" @@ -17,16 +17,16 @@ "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: ../data/gnome-mines.desktop.in.in.h:1 ../src/gnome-mines.vala:95 +#: ../data/gnomine.desktop.in.in.h:1 ../src/gnome-mines.vala:95 #: ../src/gnome-mines.vala:139 ../src/gnome-mines.vala:771 msgid "Mines" msgstr "Miner" -#: ../data/gnome-mines.desktop.in.in.h:2 +#: ../data/gnomine.desktop.in.in.h:2 msgid "Clear hidden mines from a minefield" msgstr "Fjern skjulte miner fra et minefelt" -#: ../data/gnome-mines.desktop.in.in.h:3 +#: ../data/gnomine.desktop.in.in.h:3 msgid "minesweeper;" msgstr "minesveiper;" @@ -159,6 +159,10 @@ msgid "Field Size" msgstr "Feltstørrelse" +#: ../src/gnome-mines.vala:299 +msgid "Custom" +msgstr "Egendefinert" + #: ../src/gnome-mines.vala:317 msgid "H_orizontal:" msgstr "H_orisontal:" diff -Nru gnome-mines-3.8.2/po/pl.po gnome-mines-3.10.1/po/pl.po --- gnome-mines-3.8.2/po/pl.po 2013-08-17 19:06:15.000000000 +0000 +++ gnome-mines-3.10.1/po/pl.po 2013-10-12 11:18:07.000000000 +0000 @@ -21,8 +21,8 @@ msgstr "" "Project-Id-Version: gnome-mines\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2013-02-17 18:01+0100\n" -"PO-Revision-Date: 2013-02-17 18:02+0100\n" +"POT-Creation-Date: 2013-08-24 03:07+0200\n" +"PO-Revision-Date: 2013-08-24 03:08+0200\n" "Last-Translator: Piotr Drąg \n" "Language-Team: Polish \n" "Language: pl\n" @@ -34,16 +34,16 @@ "X-Poedit-Language: Polish\n" "X-Poedit-Country: Poland\n" -#: ../data/gnome-mines.desktop.in.in.h:1 ../src/gnome-mines.vala:92 -#: ../src/gnome-mines.vala:136 ../src/gnome-mines.vala:735 +#: ../data/gnomine.desktop.in.in.h:1 ../src/gnome-mines.vala:98 +#: ../src/gnome-mines.vala:142 ../src/gnome-mines.vala:778 msgid "Mines" msgstr "Miny" -#: ../data/gnome-mines.desktop.in.in.h:2 +#: ../data/gnomine.desktop.in.in.h:2 msgid "Clear hidden mines from a minefield" msgstr "Oczyszczanie pola minowego z ukrytych min" -#: ../data/gnome-mines.desktop.in.in.h:3 +#: ../data/gnomine.desktop.in.in.h:3 msgid "minesweeper;" msgstr "minesweeper;saper;" @@ -119,81 +119,86 @@ msgid "true if the window is fullscren" msgstr "Wartość \"true\" oznacza, że okno jest pełnoekranowe" -#: ../src/gnome-mines.vala:111 +#: ../src/gnome-mines.vala:117 msgid "_New Game" msgstr "_Nowa gra" -#: ../src/gnome-mines.vala:112 +#: ../src/gnome-mines.vala:118 msgid "_Replay Size" msgstr "_Powtarzanie rozmiaru" -#: ../src/gnome-mines.vala:113 +#: ../src/gnome-mines.vala:119 msgid "_Hint" msgstr "Po_dpowiedź" -#: ../src/gnome-mines.vala:114 ../src/gnome-mines.vala:194 -#: ../src/gnome-mines.vala:643 ../src/gnome-mines.vala:644 +#: ../src/gnome-mines.vala:120 ../src/gnome-mines.vala:202 +#: ../src/gnome-mines.vala:680 ../src/gnome-mines.vala:686 +#: ../src/gnome-mines.vala:687 msgid "_Pause" msgstr "W_strzymaj" -#: ../src/gnome-mines.vala:115 ../src/gnome-mines.vala:201 -#: ../src/gnome-mines.vala:388 +#: ../src/gnome-mines.vala:121 ../src/gnome-mines.vala:209 +#: ../src/gnome-mines.vala:398 msgid "_Fullscreen" msgstr "_Pełny ekran" -#: ../src/gnome-mines.vala:116 +#: ../src/gnome-mines.vala:122 msgid "_Scores" msgstr "_Wyniki" -#: ../src/gnome-mines.vala:117 +#: ../src/gnome-mines.vala:123 msgid "_Preferences" msgstr "P_referencje" -#: ../src/gnome-mines.vala:120 +#: ../src/gnome-mines.vala:126 msgid "_Help" msgstr "Pomo_c" -#: ../src/gnome-mines.vala:121 +#: ../src/gnome-mines.vala:127 msgid "_About" msgstr "_O grze" -#: ../src/gnome-mines.vala:124 +#: ../src/gnome-mines.vala:130 msgid "_Quit" msgstr "Za_kończ" -#: ../src/gnome-mines.vala:177 +#: ../src/gnome-mines.vala:185 msgid "_New" msgstr "_Nowa" -#: ../src/gnome-mines.vala:186 +#: ../src/gnome-mines.vala:194 msgid "Hint" msgstr "Podpowiedź" -#: ../src/gnome-mines.vala:251 +#: ../src/gnome-mines.vala:259 msgid "Field Size" msgstr "Rozmiar pola" -#: ../src/gnome-mines.vala:312 +#: ../src/gnome-mines.vala:302 +msgid "Custom" +msgstr "Własny" + +#: ../src/gnome-mines.vala:320 msgid "H_orizontal:" msgstr "P_oziomo:" -#: ../src/gnome-mines.vala:322 +#: ../src/gnome-mines.vala:330 msgid "_Vertical:" msgstr "Pio_nowo:" -#: ../src/gnome-mines.vala:332 +#: ../src/gnome-mines.vala:340 msgid "_Number of mines:" msgstr "L_iczba min:" -#: ../src/gnome-mines.vala:353 +#: ../src/gnome-mines.vala:361 msgid "_Play Game" msgstr "_Rozpocznij grę" -#: ../src/gnome-mines.vala:383 +#: ../src/gnome-mines.vala:393 msgid "_Leave Fullscreen" msgstr "_Opuść tryb pełnoekranowy" -#: ../src/gnome-mines.vala:398 +#: ../src/gnome-mines.vala:424 #, c-format msgid "%d mine" msgid_plural "%d mines" @@ -201,57 +206,57 @@ msgstr[1] "%d miny" msgstr[2] "%d min" -#: ../src/gnome-mines.vala:462 +#: ../src/gnome-mines.vala:489 #, c-format msgid "Flags: %u/%u" msgstr "Flagi: %u/%u" -#: ../src/gnome-mines.vala:505 +#: ../src/gnome-mines.vala:532 msgid "Do you want to start a new game?" msgstr "Rozpocząć nową grę?" -#: ../src/gnome-mines.vala:506 +#: ../src/gnome-mines.vala:533 msgid "If you start a new game, your current progress will be lost." msgstr "Obecna gra zostanie utracona po rozpoczęciu nowej." -#: ../src/gnome-mines.vala:507 +#: ../src/gnome-mines.vala:534 msgid "Keep Current Game" msgstr "Kontynuuj bieżącą grę" -#: ../src/gnome-mines.vala:508 +#: ../src/gnome-mines.vala:535 msgid "Start New Game" msgstr "Rozpocznij nową grę" -#: ../src/gnome-mines.vala:636 ../src/gnome-mines.vala:637 +#: ../src/gnome-mines.vala:676 ../src/gnome-mines.vala:678 msgid "Res_ume" msgstr "_Ponów" -#: ../src/gnome-mines.vala:684 ../src/gnome-mines.vala:1004 +#: ../src/gnome-mines.vala:727 ../src/gnome-mines.vala:1050 #, c-format msgid "Time" msgstr "Czas" -#: ../src/gnome-mines.vala:701 +#: ../src/gnome-mines.vala:744 msgid "Main game:" msgstr "Główna gra:" -#: ../src/gnome-mines.vala:706 +#: ../src/gnome-mines.vala:749 msgid "Score:" msgstr "Punkty:" -#: ../src/gnome-mines.vala:709 +#: ../src/gnome-mines.vala:752 msgid "Resizing and SVG support:" msgstr "Skalowanie i obsługa plików SVG:" -#: ../src/gnome-mines.vala:717 +#: ../src/gnome-mines.vala:760 msgid "Faces:" msgstr "Twarze:" -#: ../src/gnome-mines.vala:721 +#: ../src/gnome-mines.vala:764 msgid "Graphics:" msgstr "Grafika:" -#: ../src/gnome-mines.vala:738 +#: ../src/gnome-mines.vala:781 msgid "" "The popular logic puzzle minesweeper. Clear mines from a board using hints " "from squares you have already uncovered.\n" @@ -263,7 +268,7 @@ "\n" "Gra Miny jest częścią gier GNOME." -#: ../src/gnome-mines.vala:745 +#: ../src/gnome-mines.vala:788 msgid "translator-credits" msgstr "" "Zbigniew Chyla , 1998-2002\n" @@ -280,39 +285,39 @@ "Piotr Drąg , 2010-2013\n" "Aviary.pl , 2007-2013" -#: ../src/gnome-mines.vala:748 +#: ../src/gnome-mines.vala:791 msgid "GNOME Games web site" msgstr "Witryna gier GNOME" -#: ../src/gnome-mines.vala:819 +#: ../src/gnome-mines.vala:862 msgid "Mines Preferences" msgstr "Preferencje gry Miny" -#: ../src/gnome-mines.vala:837 +#: ../src/gnome-mines.vala:880 msgid "_Use \"I'm not sure\" flags" msgstr "_Flaga \"Niepewność\"" -#: ../src/gnome-mines.vala:843 +#: ../src/gnome-mines.vala:886 msgid "_Warn if too many flags have been placed" msgstr "_Ostrzeganie o zbyt dużej liczbie flag" -#: ../src/gnome-mines.vala:849 +#: ../src/gnome-mines.vala:892 msgid "_Display numbers with border" msgstr "_Wyświetlanie ramek wokół liczb" -#: ../src/gnome-mines.vala:960 +#: ../src/gnome-mines.vala:1006 msgid "New Game" msgstr "Nowa gra" -#: ../src/gnome-mines.vala:976 +#: ../src/gnome-mines.vala:1022 msgid "Size:" msgstr "Rozmiar:" -#: ../src/gnome-mines.vala:1001 +#: ../src/gnome-mines.vala:1047 msgid "Date" msgstr "Data" -#: ../src/gnome-mines.vala:1086 +#: ../src/gnome-mines.vala:1132 #, c-format msgid "%u × %u, %u mine" msgid_plural "%u × %u, %u mines" diff -Nru gnome-mines-3.8.2/po/sk.po gnome-mines-3.10.1/po/sk.po --- gnome-mines-3.8.2/po/sk.po 2013-08-17 19:06:15.000000000 +0000 +++ gnome-mines-3.10.1/po/sk.po 2013-10-12 11:18:07.000000000 +0000 @@ -11,8 +11,8 @@ "Project-Id-Version: gnome-games\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-" "mines&keywords=I18N+L10N&component=general\n" -"POT-Creation-Date: 2013-02-20 12:54+0000\n" -"PO-Revision-Date: 2013-02-20 15:53+0100\n" +"POT-Creation-Date: 2013-09-10 17:55+0000\n" +"PO-Revision-Date: 2013-09-12 10:06+0100\n" "Last-Translator: Ján Kyselica \n" "Language-Team: Slovak \n" "Language: sk\n" @@ -22,16 +22,16 @@ "Plural-Forms: nplurals=3; plural=(n==1) ? 1 : (n>=2 && n<=4) ? 2 : 0;\n" "X-Generator: Poedit 1.5.4\n" -#: ../data/gnome-mines.desktop.in.in.h:1 ../src/gnome-mines.vala:95 -#: ../src/gnome-mines.vala:139 ../src/gnome-mines.vala:771 +#: ../data/gnomine.desktop.in.in.h:1 ../src/gnome-mines.vala:98 +#: ../src/gnome-mines.vala:142 ../src/gnome-mines.vala:778 msgid "Mines" msgstr "Míny" -#: ../data/gnome-mines.desktop.in.in.h:2 +#: ../data/gnomine.desktop.in.in.h:2 msgid "Clear hidden mines from a minefield" msgstr "Odhaľte skryté míny v mínovom poli" -#: ../data/gnome-mines.desktop.in.in.h:3 +#: ../data/gnomine.desktop.in.in.h:3 msgid "minesweeper;" msgstr "hľadanie mín, míny;" @@ -116,84 +116,88 @@ msgid "true if the window is fullscren" msgstr "true, ak je okno v celoobrazovkovom režime" -#: ../src/gnome-mines.vala:114 +#: ../src/gnome-mines.vala:117 msgid "_New Game" msgstr "_Nová hra" -#: ../src/gnome-mines.vala:115 +#: ../src/gnome-mines.vala:118 msgid "_Replay Size" msgstr "_Hrať znovu s touto veľkosťou" -#: ../src/gnome-mines.vala:116 +#: ../src/gnome-mines.vala:119 msgid "_Hint" msgstr "_Rada" -#: ../src/gnome-mines.vala:117 ../src/gnome-mines.vala:199 -#: ../src/gnome-mines.vala:673 ../src/gnome-mines.vala:679 -#: ../src/gnome-mines.vala:680 +#: ../src/gnome-mines.vala:120 ../src/gnome-mines.vala:202 +#: ../src/gnome-mines.vala:680 ../src/gnome-mines.vala:686 +#: ../src/gnome-mines.vala:687 msgid "_Pause" msgstr "_Pozastaviť" -#: ../src/gnome-mines.vala:118 ../src/gnome-mines.vala:206 -#: ../src/gnome-mines.vala:393 +#: ../src/gnome-mines.vala:121 ../src/gnome-mines.vala:209 +#: ../src/gnome-mines.vala:398 msgid "_Fullscreen" msgstr "Na _celú obrazovku" -#: ../src/gnome-mines.vala:119 +#: ../src/gnome-mines.vala:122 msgid "_Scores" msgstr "_Skóre" -#: ../src/gnome-mines.vala:120 +#: ../src/gnome-mines.vala:123 msgid "_Preferences" msgstr "_Nastavenia" -#: ../src/gnome-mines.vala:123 +#: ../src/gnome-mines.vala:126 msgid "_Help" msgstr "_Pomocník" -#: ../src/gnome-mines.vala:124 +#: ../src/gnome-mines.vala:127 msgid "_About" msgstr "_O programe" -#: ../src/gnome-mines.vala:127 +#: ../src/gnome-mines.vala:130 msgid "_Quit" -msgstr "_Ukončiť" +msgstr "U_končiť" -#: ../src/gnome-mines.vala:182 +#: ../src/gnome-mines.vala:185 msgid "_New" msgstr "_Nová" -#: ../src/gnome-mines.vala:191 +#: ../src/gnome-mines.vala:194 msgid "Hint" msgstr "Rada" -#: ../src/gnome-mines.vala:256 +#: ../src/gnome-mines.vala:259 msgid "Field Size" msgstr "Veľkosť plochy" +#: ../src/gnome-mines.vala:302 +msgid "Custom" +msgstr "Vlastná" + # PM: je to titulok pred spin boxom v ktorom sa nastavuje vodorovný rozmer hracej plochy -#: ../src/gnome-mines.vala:317 +#: ../src/gnome-mines.vala:320 msgid "H_orizontal:" msgstr "_Vodorovne:" # PM: je to titulok pred spin boxom v ktorom sa nastavuje zvislý rozmer hracej plochy -#: ../src/gnome-mines.vala:327 +#: ../src/gnome-mines.vala:330 msgid "_Vertical:" msgstr "_Zvislo:" -#: ../src/gnome-mines.vala:337 +#: ../src/gnome-mines.vala:340 msgid "_Number of mines:" msgstr "Počet _mín:" -#: ../src/gnome-mines.vala:358 +#: ../src/gnome-mines.vala:361 msgid "_Play Game" msgstr "_Hrať hru" -#: ../src/gnome-mines.vala:388 +#: ../src/gnome-mines.vala:393 msgid "_Leave Fullscreen" msgstr "_Opustiť celoobrazovkový režim" -#: ../src/gnome-mines.vala:419 +#: ../src/gnome-mines.vala:424 #, c-format msgid "%d mine" msgid_plural "%d mines" @@ -204,57 +208,57 @@ # PK: nie nahodou vlajky? # PM: nemám nič proti vlajkam ale zástavky boli pôvodný preklad (jeden z prekladatelov je aj marcel) # PK: ok, ale ja by som to asi zmenil -#: ../src/gnome-mines.vala:484 +#: ../src/gnome-mines.vala:489 #, c-format msgid "Flags: %u/%u" msgstr "Vlajky: %u/%u" -#: ../src/gnome-mines.vala:527 +#: ../src/gnome-mines.vala:532 msgid "Do you want to start a new game?" msgstr "Chcete spustiť novú hru?" -#: ../src/gnome-mines.vala:528 +#: ../src/gnome-mines.vala:533 msgid "If you start a new game, your current progress will be lost." msgstr "Ak spustíte novú hru stratíte doterajší postup v aktuálnej hre." -#: ../src/gnome-mines.vala:529 +#: ../src/gnome-mines.vala:534 msgid "Keep Current Game" msgstr "Pokračovať v aktuálnej hre" -#: ../src/gnome-mines.vala:530 +#: ../src/gnome-mines.vala:535 msgid "Start New Game" msgstr "Začať novú hru" -#: ../src/gnome-mines.vala:669 ../src/gnome-mines.vala:671 +#: ../src/gnome-mines.vala:676 ../src/gnome-mines.vala:678 msgid "Res_ume" msgstr "Po_kračovať" -#: ../src/gnome-mines.vala:720 ../src/gnome-mines.vala:1040 +#: ../src/gnome-mines.vala:727 ../src/gnome-mines.vala:1050 #, c-format msgid "Time" msgstr "Čas" -#: ../src/gnome-mines.vala:737 +#: ../src/gnome-mines.vala:744 msgid "Main game:" msgstr "Hlavná hra:" -#: ../src/gnome-mines.vala:742 +#: ../src/gnome-mines.vala:749 msgid "Score:" msgstr "Skóre:" -#: ../src/gnome-mines.vala:745 +#: ../src/gnome-mines.vala:752 msgid "Resizing and SVG support:" msgstr "Zmena veľkosti a podpora SVG:" -#: ../src/gnome-mines.vala:753 +#: ../src/gnome-mines.vala:760 msgid "Faces:" msgstr "Vzhľad:" -#: ../src/gnome-mines.vala:757 +#: ../src/gnome-mines.vala:764 msgid "Graphics:" msgstr "Grafika:" -#: ../src/gnome-mines.vala:774 +#: ../src/gnome-mines.vala:781 msgid "" "The popular logic puzzle minesweeper. Clear mines from a board using hints " "from squares you have already uncovered.\n" @@ -266,7 +270,7 @@ "\n" "Hra Míny je súčasťou Hier GNOME." -#: ../src/gnome-mines.vala:781 +#: ../src/gnome-mines.vala:788 msgid "translator-credits" msgstr "" "Stanislav Višňovský (visnovsky@nenya.ms.mff.cuni.cz)\n" @@ -274,39 +278,39 @@ "Peter Mráz \n" "Ján Kyselica " -#: ../src/gnome-mines.vala:784 +#: ../src/gnome-mines.vala:791 msgid "GNOME Games web site" msgstr "Webové stránky Hier GNOME" -#: ../src/gnome-mines.vala:855 +#: ../src/gnome-mines.vala:862 msgid "Mines Preferences" msgstr "Nastavenia hry Míny" -#: ../src/gnome-mines.vala:873 +#: ../src/gnome-mines.vala:880 msgid "_Use \"I'm not sure\" flags" msgstr "_Používať vlajky „Nie som si istý“" -#: ../src/gnome-mines.vala:879 +#: ../src/gnome-mines.vala:886 msgid "_Warn if too many flags have been placed" msgstr "_Upozorniť na príliš veľa vlajok" -#: ../src/gnome-mines.vala:885 +#: ../src/gnome-mines.vala:892 msgid "_Display numbers with border" msgstr "_Zobraziť čísla s okrajom" -#: ../src/gnome-mines.vala:996 +#: ../src/gnome-mines.vala:1006 msgid "New Game" msgstr "Nová hra" -#: ../src/gnome-mines.vala:1012 +#: ../src/gnome-mines.vala:1022 msgid "Size:" msgstr "Veľkosť:" -#: ../src/gnome-mines.vala:1037 +#: ../src/gnome-mines.vala:1047 msgid "Date" msgstr "Dátum" -#: ../src/gnome-mines.vala:1122 +#: ../src/gnome-mines.vala:1132 #, c-format msgid "%u × %u, %u mine" msgid_plural "%u × %u, %u mines" @@ -317,136 +321,3 @@ #: ../src/minefield-view.vala:578 msgid "Paused" msgstr "Pozastavené" - -#~ msgid "Chess" -#~ msgstr "Šach" - -#~ msgid "Play the classic two-player boardgame of chess" -#~ msgstr "Hrajte klasický stolný šach pre dvoch hráčov" - -#~ msgid "_Game" -#~ msgstr "_Hra" - -#~ msgid "_Undo Move" -#~ msgstr "_Vrátiť ťah" - -#~ msgid "_Resign" -#~ msgstr "V_zdať sa" - -#~ msgid "Claim _Draw" -#~ msgstr "Navrhnúť _remízu" - -#~ msgid "_Settings" -#~ msgstr "_Nastavenia" - -#~ msgid "_Contents" -#~ msgstr "Ob_sah" - -#~ msgid "Start a new game" -#~ msgstr "Začať novú hru" - -#~ msgid "Undo Move" -#~ msgstr "Vrátiť ťah" - -#~ msgid "Resign" -#~ msgstr "Vzdať sa" - -#~ msgid "Rewind to the game start" -#~ msgstr "Presunie hru na začiatok" - -#~ msgid "Show the previous move" -#~ msgstr "Ukáže predchádzajúci ťah" - -#~ msgid "Show the next move" -#~ msgstr "Ukáže ďalší ťah" - -#~ msgid "Show the current move" -#~ msgstr "Ukáže aktuálny stav hry" - -#~ msgid "The width of the window" -#~ msgstr "Šírka okna" - -#~ msgid "The height of the window" -#~ msgstr "Výška okna" - -#~ msgid "A flag to enable maximized mode" -#~ msgstr "Príznak povoľujúci režim maximalizovaného okna" - -#~ msgid "A flag to enable fullscreen mode" -#~ msgstr "Príznak povoľujúci režim zobrazenia na celú obrazovku" - -#~ msgid "The piece to promote pawns to" -#~ msgstr "Figúrka, na ktorú premieňať pešiakov" - -#~ msgid "" -#~ "The piece to promote to when a human player moves a pawn to the far rank" -#~ msgstr "" -#~ "Figúrka, na ktorú sa premení pešiak, keď ho hráč posunie na posledné pole" - -#~ msgid "A flag to enable 3D mode" -#~ msgstr "Príznak povoľujúci 3D režim" - -#~ msgid "A flag to smooth (anti-alias) the 3D display" -#~ msgstr "Príznak vyhladzujúci (anti-alias) 3D zobrazenie" - -#~ msgid "The piece theme to use" -#~ msgstr "Téma figúrok, ktorá sa má použiť" - -#~ msgid "A flag to enable move hints" -#~ msgstr "Príznak povoľujúci zobrazenie možných ťahov" - -#~ msgid "A flag to enable board numbering" -#~ msgstr "Príznak povoľujúci číslovanie šachovnice" - -#~ msgid "A flag to enable the move history browser" -#~ msgstr "Príznak povoľujúci prechádzať históriou ťahov" - -#~ msgid "A flag to enable the toolbar" -#~ msgstr "Príznak povoľujúci lištu nástrojov" - -#~ msgid "The directory to open the save game dialog in" -#~ msgstr "Adresár, ktorý sa má otvoriť v dialógovom okne na uloženie hry" - -#~ msgid "The directory to open the load game dialog in" -#~ msgstr "Adresár, ktorý sa má otvoriť v dialógovom okne na nahranie hry" - -#~ msgid "The format to display moves in" -#~ msgstr "Formát zobrazenia ťahov" - -#~ msgid "The side of the board that is in the foreground" -#~ msgstr "Strana šachovnice, ktorá je vpredu" - -#~ msgid "The duration of a game in seconds (0 for no limit)" -#~ msgstr "Trvanie hry v sekundách (0 znamená bez obmedzenia)" - -#~ msgid "true if the human player is playing white" -#~ msgstr "true, ak človek hrá bielymi figúrkami" - -#~ msgid "The opponent player" -#~ msgstr "Protihráč" - -#~ msgid "" -#~ "Can be 'human' (play against another human player), '' (use the first " -#~ "available chess engine) or the name of a specific engine to play against" -#~ msgstr "" -#~ "Môže byť 'human' (hra proti druhému človeku v úlohe protihráča), " -#~ "'' (použije prvý dostupný šachový stroj) alebo názov konkrétneho " -#~ "šachového stroja, proti ktorému sa bude hrať" - -#~ msgid "Difficulty of the opponent chess engine" -#~ msgstr "Obtiažnosť šachového stroja v úlohe protihráča" - -#~ msgid "Preferences" -#~ msgstr "Nastavenia" - -#~ msgid "Play as:" -#~ msgstr "Hrá ako:" - -#~ msgid "Opposing Player:" -#~ msgstr "Protihráč:" - -#~ msgid "Difficulty:" -#~ msgstr "Obtiažnosť:" - -#~ msgid "Game Duration:" -#~ msgstr "Trvanie hry:" diff -Nru gnome-mines-3.8.2/po/sr.po gnome-mines-3.10.1/po/sr.po --- gnome-mines-3.8.2/po/sr.po 2013-08-17 19:06:15.000000000 +0000 +++ gnome-mines-3.10.1/po/sr.po 2013-10-12 11:18:07.000000000 +0000 @@ -12,8 +12,8 @@ "Project-Id-Version: gnome-mines\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-" "mines&keywords=I18N+L10N&component=general\n" -"POT-Creation-Date: 2013-02-15 08:01+0000\n" -"PO-Revision-Date: 2013-02-15 22:16+0200\n" +"POT-Creation-Date: 2013-07-26 06:40+0000\n" +"PO-Revision-Date: 2013-09-05 09:44+0200\n" "Last-Translator: Мирослав Николић \n" "Language-Team: Serbian \n" "Language: sr\n" @@ -24,16 +24,16 @@ "n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n" "X-Project-Style: gnome\n" -#: ../data/gnome-mines.desktop.in.in.h:1 ../src/gnome-mines.vala:92 -#: ../src/gnome-mines.vala:136 ../src/gnome-mines.vala:735 +#: ../data/gnomine.desktop.in.in.h:1 ../src/gnome-mines.vala:95 +#: ../src/gnome-mines.vala:139 ../src/gnome-mines.vala:771 msgid "Mines" msgstr "Мине" -#: ../data/gnome-mines.desktop.in.in.h:2 +#: ../data/gnomine.desktop.in.in.h:2 msgid "Clear hidden mines from a minefield" msgstr "Очистите скривене мине са минског поља" -#: ../data/gnome-mines.desktop.in.in.h:3 +#: ../data/gnomine.desktop.in.in.h:3 msgid "minesweeper;" msgstr "миноловац;" @@ -111,81 +111,86 @@ msgid "true if the window is fullscren" msgstr "изабрано ако је прозор преко целог екрана" -#: ../src/gnome-mines.vala:111 +#: ../src/gnome-mines.vala:114 msgid "_New Game" msgstr "_Нова игра" -#: ../src/gnome-mines.vala:112 +#: ../src/gnome-mines.vala:115 msgid "_Replay Size" msgstr "Величина _понављања" -#: ../src/gnome-mines.vala:113 +#: ../src/gnome-mines.vala:116 msgid "_Hint" msgstr "_Савет" -#: ../src/gnome-mines.vala:114 ../src/gnome-mines.vala:194 -#: ../src/gnome-mines.vala:643 ../src/gnome-mines.vala:644 +#: ../src/gnome-mines.vala:117 ../src/gnome-mines.vala:199 +#: ../src/gnome-mines.vala:673 ../src/gnome-mines.vala:679 +#: ../src/gnome-mines.vala:680 msgid "_Pause" msgstr "_Застани" -#: ../src/gnome-mines.vala:115 ../src/gnome-mines.vala:201 -#: ../src/gnome-mines.vala:388 +#: ../src/gnome-mines.vala:118 ../src/gnome-mines.vala:206 +#: ../src/gnome-mines.vala:393 msgid "_Fullscreen" msgstr "_Цео екран" -#: ../src/gnome-mines.vala:116 +#: ../src/gnome-mines.vala:119 msgid "_Scores" msgstr "_Резултати" -#: ../src/gnome-mines.vala:117 +#: ../src/gnome-mines.vala:120 msgid "_Preferences" msgstr "_Поставке" -#: ../src/gnome-mines.vala:120 +#: ../src/gnome-mines.vala:123 msgid "_Help" msgstr "По_моћ" -#: ../src/gnome-mines.vala:121 +#: ../src/gnome-mines.vala:124 msgid "_About" msgstr "_О програму" -#: ../src/gnome-mines.vala:124 +#: ../src/gnome-mines.vala:127 msgid "_Quit" msgstr "_Изађи" -#: ../src/gnome-mines.vala:177 +#: ../src/gnome-mines.vala:182 msgid "_New" msgstr "_Нова" -#: ../src/gnome-mines.vala:186 +#: ../src/gnome-mines.vala:191 msgid "Hint" msgstr "Савет" -#: ../src/gnome-mines.vala:251 +#: ../src/gnome-mines.vala:256 msgid "Field Size" msgstr "Величина поља" -#: ../src/gnome-mines.vala:312 +#: ../src/gnome-mines.vala:299 +msgid "Custom" +msgstr "Произвољно" + +#: ../src/gnome-mines.vala:317 msgid "H_orizontal:" msgstr "_Водоравно:" -#: ../src/gnome-mines.vala:322 +#: ../src/gnome-mines.vala:327 msgid "_Vertical:" msgstr "_Усправно:" -#: ../src/gnome-mines.vala:332 +#: ../src/gnome-mines.vala:337 msgid "_Number of mines:" msgstr "_Број мина:" -#: ../src/gnome-mines.vala:353 +#: ../src/gnome-mines.vala:358 msgid "_Play Game" msgstr "_Играј игру" -#: ../src/gnome-mines.vala:383 +#: ../src/gnome-mines.vala:388 msgid "_Leave Fullscreen" msgstr "_Напусти цео екран" -#: ../src/gnome-mines.vala:398 +#: ../src/gnome-mines.vala:419 #, c-format msgid "%d mine" msgid_plural "%d mines" @@ -194,57 +199,57 @@ msgstr[2] "%d мина" msgstr[3] "Један минут" -#: ../src/gnome-mines.vala:462 +#: ../src/gnome-mines.vala:484 #, c-format msgid "Flags: %u/%u" msgstr "Опције: %u/%u" -#: ../src/gnome-mines.vala:505 +#: ../src/gnome-mines.vala:527 msgid "Do you want to start a new game?" msgstr "Да ли желите да започнете нову игру?" -#: ../src/gnome-mines.vala:506 +#: ../src/gnome-mines.vala:528 msgid "If you start a new game, your current progress will be lost." msgstr "Ако започнете нову игру, ваш тренутни напредак ће бити изгубљен." -#: ../src/gnome-mines.vala:507 +#: ../src/gnome-mines.vala:529 msgid "Keep Current Game" msgstr "Задржи тренутну игру" -#: ../src/gnome-mines.vala:508 +#: ../src/gnome-mines.vala:530 msgid "Start New Game" msgstr "Започни нову игру" -#: ../src/gnome-mines.vala:636 ../src/gnome-mines.vala:637 +#: ../src/gnome-mines.vala:669 ../src/gnome-mines.vala:671 msgid "Res_ume" msgstr "На_стави" -#: ../src/gnome-mines.vala:684 ../src/gnome-mines.vala:1004 +#: ../src/gnome-mines.vala:720 ../src/gnome-mines.vala:1040 #, c-format msgid "Time" msgstr "Време" -#: ../src/gnome-mines.vala:701 +#: ../src/gnome-mines.vala:737 msgid "Main game:" msgstr "Главна игра:" -#: ../src/gnome-mines.vala:706 +#: ../src/gnome-mines.vala:742 msgid "Score:" msgstr "Разултат:" -#: ../src/gnome-mines.vala:709 +#: ../src/gnome-mines.vala:745 msgid "Resizing and SVG support:" msgstr "Подршка за промену величине и СВГ:" -#: ../src/gnome-mines.vala:717 +#: ../src/gnome-mines.vala:753 msgid "Faces:" msgstr "Лица:" -#: ../src/gnome-mines.vala:721 +#: ../src/gnome-mines.vala:757 msgid "Graphics:" msgstr "Графике:" -#: ../src/gnome-mines.vala:738 +#: ../src/gnome-mines.vala:774 msgid "" "The popular logic puzzle minesweeper. Clear mines from a board using hints " "from squares you have already uncovered.\n" @@ -256,7 +261,7 @@ "\n" "Мине су део Гномових игара." -#: ../src/gnome-mines.vala:745 +#: ../src/gnome-mines.vala:781 msgid "translator-credits" msgstr "" "Душан Марјановић \n" @@ -266,39 +271,39 @@ "\n" "http://prevod.org — превод на српски језик" -#: ../src/gnome-mines.vala:748 +#: ../src/gnome-mines.vala:784 msgid "GNOME Games web site" msgstr "Веб сајт Гномових игара" -#: ../src/gnome-mines.vala:819 +#: ../src/gnome-mines.vala:855 msgid "Mines Preferences" msgstr "Поставке мина" -#: ../src/gnome-mines.vala:837 +#: ../src/gnome-mines.vala:873 msgid "_Use \"I'm not sure\" flags" msgstr "_Користи „Нисам сигуран“ ознаке" -#: ../src/gnome-mines.vala:843 +#: ../src/gnome-mines.vala:879 msgid "_Warn if too many flags have been placed" msgstr "_Упозори ако је постављено превише заставица" -#: ../src/gnome-mines.vala:849 +#: ../src/gnome-mines.vala:885 msgid "_Display numbers with border" msgstr "_Прикажи бројеве са ивицама" -#: ../src/gnome-mines.vala:960 +#: ../src/gnome-mines.vala:996 msgid "New Game" msgstr "Нова игра" -#: ../src/gnome-mines.vala:976 +#: ../src/gnome-mines.vala:1012 msgid "Size:" msgstr "Величина:" -#: ../src/gnome-mines.vala:1001 +#: ../src/gnome-mines.vala:1037 msgid "Date" msgstr "Датум" -#: ../src/gnome-mines.vala:1086 +#: ../src/gnome-mines.vala:1122 #, c-format msgid "%u × %u, %u mine" msgid_plural "%u × %u, %u mines" diff -Nru gnome-mines-3.8.2/po/sr@latin.po gnome-mines-3.10.1/po/sr@latin.po --- gnome-mines-3.8.2/po/sr@latin.po 2013-08-17 19:06:15.000000000 +0000 +++ gnome-mines-3.10.1/po/sr@latin.po 2013-10-12 11:18:07.000000000 +0000 @@ -12,8 +12,8 @@ "Project-Id-Version: gnome-mines\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-" "mines&keywords=I18N+L10N&component=general\n" -"POT-Creation-Date: 2013-02-15 08:01+0000\n" -"PO-Revision-Date: 2013-02-15 22:16+0200\n" +"POT-Creation-Date: 2013-07-26 06:40+0000\n" +"PO-Revision-Date: 2013-09-05 09:44+0200\n" "Last-Translator: Miroslav Nikolić \n" "Language-Team: Serbian \n" "Language: sr\n" @@ -24,16 +24,16 @@ "n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n" "X-Project-Style: gnome\n" -#: ../data/gnome-mines.desktop.in.in.h:1 ../src/gnome-mines.vala:92 -#: ../src/gnome-mines.vala:136 ../src/gnome-mines.vala:735 +#: ../data/gnomine.desktop.in.in.h:1 ../src/gnome-mines.vala:95 +#: ../src/gnome-mines.vala:139 ../src/gnome-mines.vala:771 msgid "Mines" msgstr "Mine" -#: ../data/gnome-mines.desktop.in.in.h:2 +#: ../data/gnomine.desktop.in.in.h:2 msgid "Clear hidden mines from a minefield" msgstr "Očistite skrivene mine sa minskog polja" -#: ../data/gnome-mines.desktop.in.in.h:3 +#: ../data/gnomine.desktop.in.in.h:3 msgid "minesweeper;" msgstr "minolovac;" @@ -111,81 +111,86 @@ msgid "true if the window is fullscren" msgstr "izabrano ako je prozor preko celog ekrana" -#: ../src/gnome-mines.vala:111 +#: ../src/gnome-mines.vala:114 msgid "_New Game" msgstr "_Nova igra" -#: ../src/gnome-mines.vala:112 +#: ../src/gnome-mines.vala:115 msgid "_Replay Size" msgstr "Veličina _ponavljanja" -#: ../src/gnome-mines.vala:113 +#: ../src/gnome-mines.vala:116 msgid "_Hint" msgstr "_Savet" -#: ../src/gnome-mines.vala:114 ../src/gnome-mines.vala:194 -#: ../src/gnome-mines.vala:643 ../src/gnome-mines.vala:644 +#: ../src/gnome-mines.vala:117 ../src/gnome-mines.vala:199 +#: ../src/gnome-mines.vala:673 ../src/gnome-mines.vala:679 +#: ../src/gnome-mines.vala:680 msgid "_Pause" msgstr "_Zastani" -#: ../src/gnome-mines.vala:115 ../src/gnome-mines.vala:201 -#: ../src/gnome-mines.vala:388 +#: ../src/gnome-mines.vala:118 ../src/gnome-mines.vala:206 +#: ../src/gnome-mines.vala:393 msgid "_Fullscreen" msgstr "_Ceo ekran" -#: ../src/gnome-mines.vala:116 +#: ../src/gnome-mines.vala:119 msgid "_Scores" msgstr "_Rezultati" -#: ../src/gnome-mines.vala:117 +#: ../src/gnome-mines.vala:120 msgid "_Preferences" msgstr "_Postavke" -#: ../src/gnome-mines.vala:120 +#: ../src/gnome-mines.vala:123 msgid "_Help" msgstr "Po_moć" -#: ../src/gnome-mines.vala:121 +#: ../src/gnome-mines.vala:124 msgid "_About" msgstr "_O programu" -#: ../src/gnome-mines.vala:124 +#: ../src/gnome-mines.vala:127 msgid "_Quit" msgstr "_Izađi" -#: ../src/gnome-mines.vala:177 +#: ../src/gnome-mines.vala:182 msgid "_New" msgstr "_Nova" -#: ../src/gnome-mines.vala:186 +#: ../src/gnome-mines.vala:191 msgid "Hint" msgstr "Savet" -#: ../src/gnome-mines.vala:251 +#: ../src/gnome-mines.vala:256 msgid "Field Size" msgstr "Veličina polja" -#: ../src/gnome-mines.vala:312 +#: ../src/gnome-mines.vala:299 +msgid "Custom" +msgstr "Proizvoljno" + +#: ../src/gnome-mines.vala:317 msgid "H_orizontal:" msgstr "_Vodoravno:" -#: ../src/gnome-mines.vala:322 +#: ../src/gnome-mines.vala:327 msgid "_Vertical:" msgstr "_Uspravno:" -#: ../src/gnome-mines.vala:332 +#: ../src/gnome-mines.vala:337 msgid "_Number of mines:" msgstr "_Broj mina:" -#: ../src/gnome-mines.vala:353 +#: ../src/gnome-mines.vala:358 msgid "_Play Game" msgstr "_Igraj igru" -#: ../src/gnome-mines.vala:383 +#: ../src/gnome-mines.vala:388 msgid "_Leave Fullscreen" msgstr "_Napusti ceo ekran" -#: ../src/gnome-mines.vala:398 +#: ../src/gnome-mines.vala:419 #, c-format msgid "%d mine" msgid_plural "%d mines" @@ -194,57 +199,57 @@ msgstr[2] "%d mina" msgstr[3] "Jedan minut" -#: ../src/gnome-mines.vala:462 +#: ../src/gnome-mines.vala:484 #, c-format msgid "Flags: %u/%u" msgstr "Opcije: %u/%u" -#: ../src/gnome-mines.vala:505 +#: ../src/gnome-mines.vala:527 msgid "Do you want to start a new game?" msgstr "Da li želite da započnete novu igru?" -#: ../src/gnome-mines.vala:506 +#: ../src/gnome-mines.vala:528 msgid "If you start a new game, your current progress will be lost." msgstr "Ako započnete novu igru, vaš trenutni napredak će biti izgubljen." -#: ../src/gnome-mines.vala:507 +#: ../src/gnome-mines.vala:529 msgid "Keep Current Game" msgstr "Zadrži trenutnu igru" -#: ../src/gnome-mines.vala:508 +#: ../src/gnome-mines.vala:530 msgid "Start New Game" msgstr "Započni novu igru" -#: ../src/gnome-mines.vala:636 ../src/gnome-mines.vala:637 +#: ../src/gnome-mines.vala:669 ../src/gnome-mines.vala:671 msgid "Res_ume" msgstr "Na_stavi" -#: ../src/gnome-mines.vala:684 ../src/gnome-mines.vala:1004 +#: ../src/gnome-mines.vala:720 ../src/gnome-mines.vala:1040 #, c-format msgid "Time" msgstr "Vreme" -#: ../src/gnome-mines.vala:701 +#: ../src/gnome-mines.vala:737 msgid "Main game:" msgstr "Glavna igra:" -#: ../src/gnome-mines.vala:706 +#: ../src/gnome-mines.vala:742 msgid "Score:" msgstr "Razultat:" -#: ../src/gnome-mines.vala:709 +#: ../src/gnome-mines.vala:745 msgid "Resizing and SVG support:" msgstr "Podrška za promenu veličine i SVG:" -#: ../src/gnome-mines.vala:717 +#: ../src/gnome-mines.vala:753 msgid "Faces:" msgstr "Lica:" -#: ../src/gnome-mines.vala:721 +#: ../src/gnome-mines.vala:757 msgid "Graphics:" msgstr "Grafike:" -#: ../src/gnome-mines.vala:738 +#: ../src/gnome-mines.vala:774 msgid "" "The popular logic puzzle minesweeper. Clear mines from a board using hints " "from squares you have already uncovered.\n" @@ -256,7 +261,7 @@ "\n" "Mine su deo Gnomovih igara." -#: ../src/gnome-mines.vala:745 +#: ../src/gnome-mines.vala:781 msgid "translator-credits" msgstr "" "Dušan Marjanović \n" @@ -266,39 +271,39 @@ "\n" "http://prevod.org — prevod na srpski jezik" -#: ../src/gnome-mines.vala:748 +#: ../src/gnome-mines.vala:784 msgid "GNOME Games web site" msgstr "Veb sajt Gnomovih igara" -#: ../src/gnome-mines.vala:819 +#: ../src/gnome-mines.vala:855 msgid "Mines Preferences" msgstr "Postavke mina" -#: ../src/gnome-mines.vala:837 +#: ../src/gnome-mines.vala:873 msgid "_Use \"I'm not sure\" flags" msgstr "_Koristi „Nisam siguran“ oznake" -#: ../src/gnome-mines.vala:843 +#: ../src/gnome-mines.vala:879 msgid "_Warn if too many flags have been placed" msgstr "_Upozori ako je postavljeno previše zastavica" -#: ../src/gnome-mines.vala:849 +#: ../src/gnome-mines.vala:885 msgid "_Display numbers with border" msgstr "_Prikaži brojeve sa ivicama" -#: ../src/gnome-mines.vala:960 +#: ../src/gnome-mines.vala:996 msgid "New Game" msgstr "Nova igra" -#: ../src/gnome-mines.vala:976 +#: ../src/gnome-mines.vala:1012 msgid "Size:" msgstr "Veličina:" -#: ../src/gnome-mines.vala:1001 +#: ../src/gnome-mines.vala:1037 msgid "Date" msgstr "Datum" -#: ../src/gnome-mines.vala:1086 +#: ../src/gnome-mines.vala:1122 #, c-format msgid "%u × %u, %u mine" msgid_plural "%u × %u, %u mines" diff -Nru gnome-mines-3.8.2/src/Makefile.in gnome-mines-3.10.1/src/Makefile.in --- gnome-mines-3.8.2/src/Makefile.in 2013-08-20 01:49:23.000000000 +0000 +++ gnome-mines-3.10.1/src/Makefile.in 2013-10-12 11:22:14.000000000 +0000 @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.13.4 from Makefile.am. +# Makefile.in generated by automake 1.14 from Makefile.am. # @configure_input@ # Copyright (C) 1994-2013 Free Software Foundation, Inc. @@ -404,14 +404,14 @@ @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c $< +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $< .c.obj: @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c `$(CYGPATH_W) '$<'` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'` gnome_mines-gnome-mines.o: gnome-mines.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gnome_mines_CFLAGS) $(CFLAGS) -MT gnome_mines-gnome-mines.o -MD -MP -MF $(DEPDIR)/gnome_mines-gnome-mines.Tpo -c -o gnome_mines-gnome-mines.o `test -f 'gnome-mines.c' || echo '$(srcdir)/'`gnome-mines.c diff -Nru gnome-mines-3.8.2/src/gnome-mines.c gnome-mines-3.10.1/src/gnome-mines.c --- gnome-mines-3.8.2/src/gnome-mines.c 2013-08-20 01:49:31.000000000 +0000 +++ gnome-mines-3.10.1/src/gnome-mines.c 2013-10-12 11:22:19.000000000 +0000 @@ -1,4 +1,4 @@ -/* gnome-mines.c generated by valac 0.20.1, the Vala compiler +/* gnome-mines.c generated by valac 0.22.0, the Vala compiler * generated from gnome-mines.vala, do not modify */ /* @@ -126,6 +126,7 @@ gboolean is_fullscreen; gboolean is_maximized; gboolean pause_requested; + gboolean window_skip_configure; History* history; Minefield* minefield; MinefieldView* minefield_view; @@ -325,9 +326,9 @@ gpointer value_get_history_entry (const GValue* value); GType history_entry_get_type (void) G_GNUC_CONST; static gint mines_show_scores (Mines* self, HistoryEntry* selected_entry, gboolean show_quit); +GType score_dialog_get_type (void) G_GNUC_CONST; ScoreDialog* score_dialog_new (History* history, HistoryEntry* selected_entry, gboolean show_quit); ScoreDialog* score_dialog_construct (GType object_type, History* history, HistoryEntry* selected_entry, gboolean show_quit); -GType score_dialog_get_type (void) G_GNUC_CONST; static gboolean mines_can_start_new_game (Mines* self); guint minefield_get_n_cleared (Minefield* self); gboolean minefield_get_is_complete (Minefield* self); @@ -496,142 +497,140 @@ static void mines_real_startup (GApplication* base) { Mines * self; const gchar* _tmp0_ = NULL; - GSettings* _tmp1_; + GSettings* _tmp1_ = NULL; GAction* _tmp2_ = NULL; - GSimpleAction* _tmp3_; - GSimpleAction* _tmp4_; + GSimpleAction* _tmp3_ = NULL; + GSimpleAction* _tmp4_ = NULL; GAction* _tmp5_ = NULL; - GSimpleAction* _tmp6_; - GSimpleAction* _tmp7_; + GSimpleAction* _tmp6_ = NULL; + GSimpleAction* _tmp7_ = NULL; GAction* _tmp8_ = NULL; - GSimpleAction* _tmp9_; - GSimpleAction* _tmp10_; + GSimpleAction* _tmp9_ = NULL; + GSimpleAction* _tmp10_ = NULL; GAction* _tmp11_ = NULL; - GSimpleAction* _tmp12_; - GSimpleAction* _tmp13_; - GMenu* _tmp14_; - GMenu* menu; - GMenu* _tmp15_; - GMenu* _tmp16_; - GMenu* _tmp17_; - GMenu* _tmp18_; + GSimpleAction* _tmp12_ = NULL; + GSimpleAction* _tmp13_ = NULL; + GMenu* menu = NULL; + GMenu* _tmp14_ = NULL; + GMenu* _tmp15_ = NULL; + GMenu* _tmp16_ = NULL; + GMenu* _tmp17_ = NULL; + GMenu* _tmp18_ = NULL; const gchar* _tmp19_ = NULL; - GMenu* _tmp20_; + GMenu* _tmp20_ = NULL; const gchar* _tmp21_ = NULL; - GMenu* _tmp22_; + GMenu* _tmp22_ = NULL; const gchar* _tmp23_ = NULL; - GMenu* _tmp24_; + GMenu* _tmp24_ = NULL; const gchar* _tmp25_ = NULL; - GMenu* _tmp26_; + GMenu* _tmp26_ = NULL; const gchar* _tmp27_ = NULL; - GMenu* _tmp28_; + GMenu* _tmp28_ = NULL; const gchar* _tmp29_ = NULL; - GMenu* _tmp30_; - const gchar* _tmp31_ = NULL; - GMenu* _tmp32_; - GMenu* section; - GMenu* _tmp33_; - GMenu* _tmp34_; - GMenu* _tmp35_; + GMenu* section = NULL; + GMenu* _tmp30_ = NULL; + GMenu* _tmp31_ = NULL; + GMenu* _tmp32_ = NULL; + GMenu* _tmp33_ = NULL; + const gchar* _tmp34_ = NULL; + GMenu* _tmp35_ = NULL; const gchar* _tmp36_ = NULL; - GMenu* _tmp37_; - const gchar* _tmp38_ = NULL; - GMenu* _tmp39_; - GMenu* _tmp40_; - GMenu* _tmp41_; - GMenu* _tmp42_; - const gchar* _tmp43_ = NULL; - GMenu* _tmp44_; - GtkApplicationWindow* _tmp45_; - GtkWindow* _tmp46_; - const gchar* _tmp47_ = NULL; - GtkWindow* _tmp48_; - GtkWindow* _tmp49_; - GtkWindow* _tmp50_; - GtkWindow* _tmp51_; - GtkWindow* _tmp52_; - GSettings* _tmp53_; + GMenu* _tmp37_ = NULL; + GMenu* _tmp38_ = NULL; + GMenu* _tmp39_ = NULL; + GMenu* _tmp40_ = NULL; + const gchar* _tmp41_ = NULL; + GMenu* _tmp42_ = NULL; + GtkApplicationWindow* _tmp43_ = NULL; + GtkWindow* _tmp44_ = NULL; + const gchar* _tmp45_ = NULL; + GtkWindow* _tmp46_ = NULL; + GtkWindow* _tmp47_ = NULL; + GtkWindow* _tmp48_ = NULL; + GtkWindow* _tmp49_ = NULL; + GtkWindow* _tmp50_ = NULL; + GSettings* _tmp51_ = NULL; + gint _tmp52_ = 0; + GSettings* _tmp53_ = NULL; gint _tmp54_ = 0; - GSettings* _tmp55_; - gint _tmp56_ = 0; - GSettings* _tmp57_; - gboolean _tmp58_ = FALSE; - GtkWindow* _tmp63_; - GtkBox* _tmp64_; - GtkBox* main_vbox; - GtkWindow* _tmp65_; - GtkBox* _tmp66_; - GtkBox* status_box; - GtkLabel* _tmp67_; - GtkLabel* _tmp68_; - GtkLabel* _tmp69_; - GtkLabel* _tmp70_; - GtkLabel* _tmp71_; - GtkLabel* _tmp72_; + GSettings* _tmp55_ = NULL; + gboolean _tmp56_ = FALSE; + GtkWindow* _tmp61_ = NULL; + GtkBox* main_vbox = NULL; + GtkBox* _tmp62_ = NULL; + GtkWindow* _tmp63_ = NULL; + GtkBox* status_box = NULL; + GtkBox* _tmp64_ = NULL; + GtkLabel* _tmp65_ = NULL; + GtkLabel* _tmp66_ = NULL; + GtkLabel* _tmp67_ = NULL; + GtkLabel* _tmp68_ = NULL; + GtkLabel* _tmp69_ = NULL; + GtkLabel* _tmp70_ = NULL; + GtkImage* _tmp71_ = NULL; + GtkImage* _tmp72_ = NULL; GtkImage* _tmp73_ = NULL; GtkImage* _tmp74_ = NULL; GtkImage* _tmp75_ = NULL; - GtkImage* _tmp76_ = NULL; - GtkImage* _tmp77_ = NULL; - GtkToolbar* _tmp78_; - GtkToolbar* toolbar; - GtkStyleContext* _tmp79_ = NULL; - const gchar* _tmp80_ = NULL; - GtkToolButton* _tmp81_; - GtkToolButton* _tmp82_; - GtkToolButton* _tmp83_; - GtkToolButton* _tmp84_; - GtkToolButton* _tmp85_; - GtkImage* _tmp86_; - GtkToolButton* _tmp87_; - GtkToolButton* _tmp88_; + GtkToolbar* toolbar = NULL; + GtkToolbar* _tmp76_ = NULL; + GtkStyleContext* _tmp77_ = NULL; + const gchar* _tmp78_ = NULL; + GtkToolButton* _tmp79_ = NULL; + GtkToolButton* _tmp80_ = NULL; + GtkToolButton* _tmp81_ = NULL; + GtkToolButton* _tmp82_ = NULL; + GtkToolButton* _tmp83_ = NULL; + GtkImage* _tmp84_ = NULL; + GtkToolButton* _tmp85_ = NULL; + GtkToolButton* _tmp86_ = NULL; + GtkToolButton* hint_button = NULL; + const gchar* _tmp87_ = NULL; + GtkToolButton* _tmp88_ = NULL; const gchar* _tmp89_ = NULL; - GtkToolButton* _tmp90_; - GtkToolButton* hint_button; - const gchar* _tmp91_ = NULL; - GtkToolButton* _tmp92_; - GtkToolButton* _tmp93_; - GtkToolButton* _tmp94_; - GtkToolButton* _tmp95_; - GtkToolButton* _tmp96_; - GtkToolButton* _tmp97_; - const gchar* _tmp98_ = NULL; - GtkToolButton* _tmp99_; - GtkToolButton* _tmp100_; - GtkToolButton* _tmp101_; - GtkToolButton* _tmp102_; - GtkToolButton* _tmp103_; - GtkToolButton* _tmp104_; - GtkAlignment* _tmp105_; - GtkAlignment* status_alignment; - GtkToolItem* _tmp106_; - GtkToolItem* status_item; - GtkBox* _tmp107_; - GtkBox* view_box; - MinefieldView* _tmp108_; - MinefieldView* _tmp109_; - GSettings* _tmp110_; - gboolean _tmp111_ = FALSE; - MinefieldView* _tmp112_; - GSettings* _tmp113_; - gboolean _tmp114_ = FALSE; - MinefieldView* _tmp115_; - GSettings* _tmp116_; - gboolean _tmp117_ = FALSE; - MinefieldView* _tmp118_; - GSettings* _tmp119_; - gboolean _tmp120_ = FALSE; - MinefieldView* _tmp121_; - MinefieldView* _tmp122_; - MinefieldView* _tmp123_; - MinefieldView* _tmp124_; - GtkAspectFrame* _tmp125_; - GtkAspectFrame* _tmp126_; - const gchar* _tmp127_ = NULL; - gchar* _tmp128_ = NULL; - gchar* _tmp129_; - History* _tmp130_; - History* _tmp131_; + GtkToolButton* _tmp90_ = NULL; + GtkToolButton* _tmp91_ = NULL; + GtkToolButton* _tmp92_ = NULL; + GtkToolButton* _tmp93_ = NULL; + GtkToolButton* _tmp94_ = NULL; + GtkToolButton* _tmp95_ = NULL; + const gchar* _tmp96_ = NULL; + GtkToolButton* _tmp97_ = NULL; + GtkToolButton* _tmp98_ = NULL; + GtkToolButton* _tmp99_ = NULL; + GtkToolButton* _tmp100_ = NULL; + GtkToolButton* _tmp101_ = NULL; + GtkToolButton* _tmp102_ = NULL; + GtkAlignment* status_alignment = NULL; + GtkAlignment* _tmp103_ = NULL; + GtkToolItem* status_item = NULL; + GtkToolItem* _tmp104_ = NULL; + GtkBox* view_box = NULL; + GtkBox* _tmp105_ = NULL; + MinefieldView* _tmp106_ = NULL; + MinefieldView* _tmp107_ = NULL; + GSettings* _tmp108_ = NULL; + gboolean _tmp109_ = FALSE; + MinefieldView* _tmp110_ = NULL; + GSettings* _tmp111_ = NULL; + gboolean _tmp112_ = FALSE; + MinefieldView* _tmp113_ = NULL; + GSettings* _tmp114_ = NULL; + gboolean _tmp115_ = FALSE; + MinefieldView* _tmp116_ = NULL; + GSettings* _tmp117_ = NULL; + gboolean _tmp118_ = FALSE; + MinefieldView* _tmp119_ = NULL; + MinefieldView* _tmp120_ = NULL; + MinefieldView* _tmp121_ = NULL; + MinefieldView* _tmp122_ = NULL; + GtkAspectFrame* _tmp123_ = NULL; + GtkAspectFrame* _tmp124_ = NULL; + const gchar* _tmp125_ = NULL; + gchar* _tmp126_ = NULL; + gchar* _tmp127_ = NULL; + History* _tmp128_ = NULL; + History* _tmp129_ = NULL; self = (Mines*) base; G_APPLICATION_CLASS (mines_parent_class)->startup ((GApplication*) G_TYPE_CHECK_INSTANCE_CAST (self, GTK_TYPE_APPLICATION, GtkApplication)); _tmp0_ = _ ("Mines"); @@ -640,7 +639,7 @@ _g_object_unref0 (self->priv->settings); self->priv->settings = _tmp1_; gtk_window_set_default_icon_name ("gnome-mines"); - g_action_map_add_action_entries ((GActionMap*) self, (const GActionEntry*) MINES_action_entries, G_N_ELEMENTS (MINES_action_entries), self); + g_action_map_add_action_entries ((GActionMap*) self, MINES_action_entries, G_N_ELEMENTS (MINES_action_entries), self); _tmp2_ = g_action_map_lookup_action ((GActionMap*) self, "new-game"); _tmp3_ = _g_object_ref0 (G_TYPE_CHECK_INSTANCE_TYPE (_tmp2_, g_simple_action_get_type ()) ? ((GSimpleAction*) _tmp2_) : NULL); _g_object_unref0 (self->priv->new_game_action); @@ -680,42 +679,39 @@ _tmp21_ = _ ("_Replay Size"); g_menu_append (_tmp20_, _tmp21_, "app.repeat-size"); _tmp22_ = self->priv->app_main_menu; - _tmp23_ = _ ("_Hint"); - g_menu_append (_tmp22_, _tmp23_, "app.hint"); + _tmp23_ = _ ("_Pause"); + g_menu_append (_tmp22_, _tmp23_, "app.pause"); _tmp24_ = self->priv->app_main_menu; - _tmp25_ = _ ("_Pause"); - g_menu_append (_tmp24_, _tmp25_, "app.pause"); + _tmp25_ = _ ("_Fullscreen"); + g_menu_append (_tmp24_, _tmp25_, "app.fullscreen"); _tmp26_ = self->priv->app_main_menu; - _tmp27_ = _ ("_Fullscreen"); - g_menu_append (_tmp26_, _tmp27_, "app.fullscreen"); + _tmp27_ = _ ("_Scores"); + g_menu_append (_tmp26_, _tmp27_, "app.scores"); _tmp28_ = self->priv->app_main_menu; - _tmp29_ = _ ("_Scores"); - g_menu_append (_tmp28_, _tmp29_, "app.scores"); - _tmp30_ = self->priv->app_main_menu; - _tmp31_ = _ ("_Preferences"); - g_menu_append (_tmp30_, _tmp31_, "app.preferences"); - _tmp32_ = g_menu_new (); - section = _tmp32_; - _tmp33_ = menu; - _tmp34_ = section; - g_menu_append_section (_tmp33_, NULL, (GMenuModel*) _tmp34_); + _tmp29_ = _ ("_Preferences"); + g_menu_append (_tmp28_, _tmp29_, "app.preferences"); + _tmp30_ = g_menu_new (); + section = _tmp30_; + _tmp31_ = menu; + _tmp32_ = section; + g_menu_append_section (_tmp31_, NULL, (GMenuModel*) _tmp32_); + _tmp33_ = section; + _tmp34_ = _ ("_Help"); + g_menu_append (_tmp33_, _tmp34_, "app.help"); _tmp35_ = section; - _tmp36_ = _ ("_Help"); - g_menu_append (_tmp35_, _tmp36_, "app.help"); - _tmp37_ = section; - _tmp38_ = _ ("_About"); - g_menu_append (_tmp37_, _tmp38_, "app.about"); - _tmp39_ = g_menu_new (); + _tmp36_ = _ ("_About"); + g_menu_append (_tmp35_, _tmp36_, "app.about"); + _tmp37_ = g_menu_new (); _g_object_unref0 (section); - section = _tmp39_; - _tmp40_ = menu; - _tmp41_ = section; - g_menu_append_section (_tmp40_, NULL, (GMenuModel*) _tmp41_); - _tmp42_ = section; - _tmp43_ = _ ("_Quit"); - g_menu_append (_tmp42_, _tmp43_, "app.quit"); - _tmp44_ = menu; - gtk_application_set_app_menu ((GtkApplication*) self, (GMenuModel*) _tmp44_); + section = _tmp37_; + _tmp38_ = menu; + _tmp39_ = section; + g_menu_append_section (_tmp38_, NULL, (GMenuModel*) _tmp39_); + _tmp40_ = section; + _tmp41_ = _ ("_Quit"); + g_menu_append (_tmp40_, _tmp41_, "app.quit"); + _tmp42_ = menu; + gtk_application_set_app_menu ((GtkApplication*) self, (GMenuModel*) _tmp42_); gtk_application_add_accelerator ((GtkApplication*) self, "n", "app.new-game", NULL); gtk_application_add_accelerator ((GtkApplication*) self, "r", "app.repeat-size", NULL); gtk_application_add_accelerator ((GtkApplication*) self, "Pause", "app.pause", NULL); @@ -723,216 +719,216 @@ gtk_application_add_accelerator ((GtkApplication*) self, "F1", "app.help", NULL); gtk_application_add_accelerator ((GtkApplication*) self, "w", "app.quit", NULL); gtk_application_add_accelerator ((GtkApplication*) self, "q", "app.quit", NULL); - _tmp45_ = (GtkApplicationWindow*) gtk_application_window_new ((GtkApplication*) self); - g_object_ref_sink (_tmp45_); + _tmp43_ = (GtkApplicationWindow*) gtk_application_window_new ((GtkApplication*) self); + g_object_ref_sink (_tmp43_); _g_object_unref0 (self->priv->window); - self->priv->window = (GtkWindow*) _tmp45_; + self->priv->window = (GtkWindow*) _tmp43_; + _tmp44_ = self->priv->window; + _tmp45_ = _ ("Mines"); + gtk_window_set_title (_tmp44_, _tmp45_); _tmp46_ = self->priv->window; - _tmp47_ = _ ("Mines"); - gtk_window_set_title (_tmp46_, _tmp47_); + g_signal_connect_object ((GtkWidget*) _tmp46_, "configure-event", (GCallback) _mines_window_configure_event_cb_gtk_widget_configure_event, self, 0); + _tmp47_ = self->priv->window; + g_signal_connect_object ((GtkWidget*) _tmp47_, "window-state-event", (GCallback) _mines_window_state_event_cb_gtk_widget_window_state_event, self, 0); _tmp48_ = self->priv->window; - g_signal_connect_object ((GtkWidget*) _tmp48_, "configure-event", (GCallback) _mines_window_configure_event_cb_gtk_widget_configure_event, self, 0); + g_signal_connect_object ((GtkWidget*) _tmp48_, "focus-out-event", (GCallback) _mines_window_focus_out_event_cb_gtk_widget_focus_out_event, self, 0); _tmp49_ = self->priv->window; - g_signal_connect_object ((GtkWidget*) _tmp49_, "window-state-event", (GCallback) _mines_window_state_event_cb_gtk_widget_window_state_event, self, 0); + g_signal_connect_object ((GtkWidget*) _tmp49_, "focus-in-event", (GCallback) _mines_window_focus_in_event_cb_gtk_widget_focus_in_event, self, 0); _tmp50_ = self->priv->window; - g_signal_connect_object ((GtkWidget*) _tmp50_, "focus-out-event", (GCallback) _mines_window_focus_out_event_cb_gtk_widget_focus_out_event, self, 0); - _tmp51_ = self->priv->window; - g_signal_connect_object ((GtkWidget*) _tmp51_, "focus-in-event", (GCallback) _mines_window_focus_in_event_cb_gtk_widget_focus_in_event, self, 0); - _tmp52_ = self->priv->window; + _tmp51_ = self->priv->settings; + _tmp52_ = g_settings_get_int (_tmp51_, "window-width"); _tmp53_ = self->priv->settings; - _tmp54_ = g_settings_get_int (_tmp53_, "window-width"); + _tmp54_ = g_settings_get_int (_tmp53_, "window-height"); + gtk_window_set_default_size (_tmp50_, _tmp52_, _tmp54_); _tmp55_ = self->priv->settings; - _tmp56_ = g_settings_get_int (_tmp55_, "window-height"); - gtk_window_set_default_size (_tmp52_, _tmp54_, _tmp56_); - _tmp57_ = self->priv->settings; - _tmp58_ = g_settings_get_boolean (_tmp57_, "window-is-fullscreen"); - if (_tmp58_) { - GtkWindow* _tmp59_; - _tmp59_ = self->priv->window; - gtk_window_fullscreen (_tmp59_); + _tmp56_ = g_settings_get_boolean (_tmp55_, "window-is-fullscreen"); + if (_tmp56_) { + GtkWindow* _tmp57_ = NULL; + _tmp57_ = self->priv->window; + gtk_window_fullscreen (_tmp57_); } else { - GSettings* _tmp60_; - gboolean _tmp61_ = FALSE; - _tmp60_ = self->priv->settings; - _tmp61_ = g_settings_get_boolean (_tmp60_, "window-is-maximized"); - if (_tmp61_) { - GtkWindow* _tmp62_; - _tmp62_ = self->priv->window; - gtk_window_maximize (_tmp62_); + GSettings* _tmp58_ = NULL; + gboolean _tmp59_ = FALSE; + _tmp58_ = self->priv->settings; + _tmp59_ = g_settings_get_boolean (_tmp58_, "window-is-maximized"); + if (_tmp59_) { + GtkWindow* _tmp60_ = NULL; + _tmp60_ = self->priv->window; + gtk_window_maximize (_tmp60_); } } + _tmp61_ = self->priv->window; + gtk_application_add_window ((GtkApplication*) self, _tmp61_); + _tmp62_ = (GtkBox*) gtk_box_new (GTK_ORIENTATION_VERTICAL, 0); + g_object_ref_sink (_tmp62_); + main_vbox = _tmp62_; _tmp63_ = self->priv->window; - gtk_application_add_window ((GtkApplication*) self, _tmp63_); - _tmp64_ = (GtkBox*) gtk_box_new (GTK_ORIENTATION_VERTICAL, 0); - g_object_ref_sink (_tmp64_); - main_vbox = _tmp64_; - _tmp65_ = self->priv->window; - gtk_container_add ((GtkContainer*) _tmp65_, (GtkWidget*) main_vbox); + gtk_container_add ((GtkContainer*) _tmp63_, (GtkWidget*) main_vbox); gtk_widget_show ((GtkWidget*) main_vbox); - _tmp66_ = (GtkBox*) gtk_box_new (GTK_ORIENTATION_HORIZONTAL, 10); - g_object_ref_sink (_tmp66_); - status_box = _tmp66_; + _tmp64_ = (GtkBox*) gtk_box_new (GTK_ORIENTATION_HORIZONTAL, 10); + g_object_ref_sink (_tmp64_); + status_box = _tmp64_; gtk_widget_show ((GtkWidget*) status_box); - _tmp67_ = (GtkLabel*) gtk_label_new (""); - g_object_ref_sink (_tmp67_); + _tmp65_ = (GtkLabel*) gtk_label_new (""); + g_object_ref_sink (_tmp65_); _g_object_unref0 (self->priv->flag_label); - self->priv->flag_label = _tmp67_; - _tmp68_ = self->priv->flag_label; - gtk_widget_show ((GtkWidget*) _tmp68_); - _tmp69_ = self->priv->flag_label; - gtk_box_pack_start (status_box, (GtkWidget*) _tmp69_, FALSE, FALSE, (guint) 0); - _tmp70_ = (GtkLabel*) gtk_label_new (""); - g_object_ref_sink (_tmp70_); + self->priv->flag_label = _tmp65_; + _tmp66_ = self->priv->flag_label; + gtk_widget_show ((GtkWidget*) _tmp66_); + _tmp67_ = self->priv->flag_label; + gtk_box_pack_start (status_box, (GtkWidget*) _tmp67_, FALSE, FALSE, (guint) 0); + _tmp68_ = (GtkLabel*) gtk_label_new (""); + g_object_ref_sink (_tmp68_); _g_object_unref0 (self->priv->clock_label); - self->priv->clock_label = _tmp70_; - _tmp71_ = self->priv->clock_label; - gtk_widget_show ((GtkWidget*) _tmp71_); - _tmp72_ = self->priv->clock_label; - gtk_box_pack_start (status_box, (GtkWidget*) _tmp72_, FALSE, FALSE, (guint) 0); - _tmp73_ = mines_load_face_image (self, "face-win.svg"); + self->priv->clock_label = _tmp68_; + _tmp69_ = self->priv->clock_label; + gtk_widget_show ((GtkWidget*) _tmp69_); + _tmp70_ = self->priv->clock_label; + gtk_box_pack_start (status_box, (GtkWidget*) _tmp70_, FALSE, FALSE, (guint) 0); + _tmp71_ = mines_load_face_image (self, "face-win.svg"); _g_object_unref0 (self->priv->win_face_image); - self->priv->win_face_image = _tmp73_; - _tmp74_ = mines_load_face_image (self, "face-sad.svg"); + self->priv->win_face_image = _tmp71_; + _tmp72_ = mines_load_face_image (self, "face-sad.svg"); _g_object_unref0 (self->priv->sad_face_image); - self->priv->sad_face_image = _tmp74_; - _tmp75_ = mines_load_face_image (self, "face-smile.svg"); + self->priv->sad_face_image = _tmp72_; + _tmp73_ = mines_load_face_image (self, "face-smile.svg"); _g_object_unref0 (self->priv->smile_face_image); - self->priv->smile_face_image = _tmp75_; - _tmp76_ = mines_load_face_image (self, "face-cool.svg"); + self->priv->smile_face_image = _tmp73_; + _tmp74_ = mines_load_face_image (self, "face-cool.svg"); _g_object_unref0 (self->priv->cool_face_image); - self->priv->cool_face_image = _tmp76_; - _tmp77_ = mines_load_face_image (self, "face-worried.svg"); + self->priv->cool_face_image = _tmp74_; + _tmp75_ = mines_load_face_image (self, "face-worried.svg"); _g_object_unref0 (self->priv->worried_face_image); - self->priv->worried_face_image = _tmp77_; - _tmp78_ = (GtkToolbar*) gtk_toolbar_new (); - g_object_ref_sink (_tmp78_); - toolbar = _tmp78_; + self->priv->worried_face_image = _tmp75_; + _tmp76_ = (GtkToolbar*) gtk_toolbar_new (); + g_object_ref_sink (_tmp76_); + toolbar = _tmp76_; gtk_widget_show ((GtkWidget*) toolbar); gtk_toolbar_set_show_arrow (toolbar, FALSE); - _tmp79_ = gtk_widget_get_style_context ((GtkWidget*) toolbar); - gtk_style_context_add_class (_tmp79_, GTK_STYLE_CLASS_PRIMARY_TOOLBAR); - _tmp80_ = _ ("_New"); - _tmp81_ = (GtkToolButton*) gtk_tool_button_new (NULL, _tmp80_); - g_object_ref_sink (_tmp81_); + _tmp77_ = gtk_widget_get_style_context ((GtkWidget*) toolbar); + gtk_style_context_add_class (_tmp77_, GTK_STYLE_CLASS_PRIMARY_TOOLBAR); + _tmp78_ = _ ("_New"); + _tmp79_ = (GtkToolButton*) gtk_tool_button_new (NULL, _tmp78_); + g_object_ref_sink (_tmp79_); _g_object_unref0 (self->priv->face_button); - self->priv->face_button = _tmp81_; + self->priv->face_button = _tmp79_; + _tmp80_ = self->priv->face_button; + gtk_tool_button_set_use_underline (_tmp80_, TRUE); + _tmp81_ = self->priv->face_button; + gtk_tool_button_set_icon_name (_tmp81_, "document-new"); _tmp82_ = self->priv->face_button; - gtk_tool_button_set_use_underline (_tmp82_, TRUE); + gtk_actionable_set_action_name ((GtkActionable*) _tmp82_, "app.new-game"); _tmp83_ = self->priv->face_button; - gtk_tool_button_set_icon_name (_tmp83_, "document-new"); - _tmp84_ = self->priv->face_button; - gtk_actionable_set_action_name ((GtkActionable*) _tmp84_, "app.new-game"); + gtk_tool_item_set_is_important ((GtkToolItem*) _tmp83_, TRUE); + _tmp84_ = self->priv->smile_face_image; + mines_set_face_image (self, _tmp84_); _tmp85_ = self->priv->face_button; - gtk_tool_item_set_is_important ((GtkToolItem*) _tmp85_, TRUE); - _tmp86_ = self->priv->smile_face_image; - mines_set_face_image (self, _tmp86_); - _tmp87_ = self->priv->face_button; - gtk_widget_show ((GtkWidget*) _tmp87_); - _tmp88_ = self->priv->face_button; - gtk_toolbar_insert (toolbar, (GtkToolItem*) _tmp88_, -1); - _tmp89_ = _ ("Hint"); - _tmp90_ = (GtkToolButton*) gtk_tool_button_new (NULL, _tmp89_); - g_object_ref_sink (_tmp90_); - hint_button = _tmp90_; + gtk_widget_show ((GtkWidget*) _tmp85_); + _tmp86_ = self->priv->face_button; + gtk_toolbar_insert (toolbar, (GtkToolItem*) _tmp86_, -1); + _tmp87_ = _ ("Hint"); + _tmp88_ = (GtkToolButton*) gtk_tool_button_new (NULL, _tmp87_); + g_object_ref_sink (_tmp88_); + hint_button = _tmp88_; gtk_tool_button_set_use_underline (hint_button, TRUE); gtk_tool_button_set_icon_name (hint_button, "dialog-information"); gtk_actionable_set_action_name ((GtkActionable*) hint_button, "app.hint"); gtk_tool_item_set_is_important ((GtkToolItem*) hint_button, TRUE); gtk_widget_show ((GtkWidget*) hint_button); gtk_toolbar_insert (toolbar, (GtkToolItem*) hint_button, -1); - _tmp91_ = _ ("_Pause"); - _tmp92_ = (GtkToolButton*) gtk_tool_button_new (NULL, _tmp91_); - g_object_ref_sink (_tmp92_); + _tmp89_ = _ ("_Pause"); + _tmp90_ = (GtkToolButton*) gtk_tool_button_new (NULL, _tmp89_); + g_object_ref_sink (_tmp90_); _g_object_unref0 (self->priv->pause_button); - self->priv->pause_button = _tmp92_; + self->priv->pause_button = _tmp90_; + _tmp91_ = self->priv->pause_button; + gtk_tool_button_set_icon_name (_tmp91_, "media-playback-pause"); + _tmp92_ = self->priv->pause_button; + gtk_tool_button_set_use_underline (_tmp92_, TRUE); _tmp93_ = self->priv->pause_button; - gtk_tool_button_set_icon_name (_tmp93_, "media-playback-pause"); + gtk_actionable_set_action_name ((GtkActionable*) _tmp93_, "app.pause"); _tmp94_ = self->priv->pause_button; - gtk_tool_button_set_use_underline (_tmp94_, TRUE); + gtk_widget_show ((GtkWidget*) _tmp94_); _tmp95_ = self->priv->pause_button; - gtk_actionable_set_action_name ((GtkActionable*) _tmp95_, "app.pause"); - _tmp96_ = self->priv->pause_button; - gtk_widget_show ((GtkWidget*) _tmp96_); - _tmp97_ = self->priv->pause_button; - gtk_toolbar_insert (toolbar, (GtkToolItem*) _tmp97_, -1); - _tmp98_ = _ ("_Fullscreen"); - _tmp99_ = (GtkToolButton*) gtk_tool_button_new (NULL, _tmp98_); - g_object_ref_sink (_tmp99_); + gtk_toolbar_insert (toolbar, (GtkToolItem*) _tmp95_, -1); + _tmp96_ = _ ("_Fullscreen"); + _tmp97_ = (GtkToolButton*) gtk_tool_button_new (NULL, _tmp96_); + g_object_ref_sink (_tmp97_); _g_object_unref0 (self->priv->fullscreen_button); - self->priv->fullscreen_button = _tmp99_; + self->priv->fullscreen_button = _tmp97_; + _tmp98_ = self->priv->fullscreen_button; + gtk_tool_button_set_icon_name (_tmp98_, "view-fullscreen"); + _tmp99_ = self->priv->fullscreen_button; + gtk_tool_button_set_use_underline (_tmp99_, TRUE); _tmp100_ = self->priv->fullscreen_button; - gtk_tool_button_set_icon_name (_tmp100_, "view-fullscreen"); + gtk_actionable_set_action_name ((GtkActionable*) _tmp100_, "app.fullscreen"); _tmp101_ = self->priv->fullscreen_button; - gtk_tool_button_set_use_underline (_tmp101_, TRUE); + gtk_widget_show ((GtkWidget*) _tmp101_); _tmp102_ = self->priv->fullscreen_button; - gtk_actionable_set_action_name ((GtkActionable*) _tmp102_, "app.fullscreen"); - _tmp103_ = self->priv->fullscreen_button; - gtk_widget_show ((GtkWidget*) _tmp103_); - _tmp104_ = self->priv->fullscreen_button; - gtk_toolbar_insert (toolbar, (GtkToolItem*) _tmp104_, -1); - _tmp105_ = (GtkAlignment*) gtk_alignment_new (1.0f, 0.5f, 0.0f, 0.0f); - g_object_ref_sink (_tmp105_); - status_alignment = _tmp105_; + gtk_toolbar_insert (toolbar, (GtkToolItem*) _tmp102_, -1); + _tmp103_ = (GtkAlignment*) gtk_alignment_new (1.0f, 0.5f, 0.0f, 0.0f); + g_object_ref_sink (_tmp103_); + status_alignment = _tmp103_; gtk_container_add ((GtkContainer*) status_alignment, (GtkWidget*) status_box); gtk_widget_show ((GtkWidget*) status_alignment); - _tmp106_ = gtk_tool_item_new (); - g_object_ref_sink (_tmp106_); - status_item = _tmp106_; + _tmp104_ = gtk_tool_item_new (); + g_object_ref_sink (_tmp104_); + status_item = _tmp104_; gtk_tool_item_set_expand (status_item, TRUE); gtk_container_add ((GtkContainer*) status_item, (GtkWidget*) status_alignment); gtk_widget_show ((GtkWidget*) status_item); gtk_toolbar_insert (toolbar, status_item, -1); gtk_box_pack_start (main_vbox, (GtkWidget*) toolbar, FALSE, FALSE, (guint) 0); - _tmp107_ = (GtkBox*) gtk_box_new (GTK_ORIENTATION_VERTICAL, 0); - g_object_ref_sink (_tmp107_); - view_box = _tmp107_; + _tmp105_ = (GtkBox*) gtk_box_new (GTK_ORIENTATION_VERTICAL, 0); + g_object_ref_sink (_tmp105_); + view_box = _tmp105_; gtk_container_set_border_width ((GtkContainer*) view_box, (guint) 3); gtk_widget_show ((GtkWidget*) view_box); gtk_box_pack_start (main_vbox, (GtkWidget*) view_box, TRUE, TRUE, (guint) 0); - _tmp108_ = minefield_view_new (); - g_object_ref_sink (_tmp108_); + _tmp106_ = minefield_view_new (); + g_object_ref_sink (_tmp106_); _g_object_unref0 (self->priv->minefield_view); - self->priv->minefield_view = _tmp108_; - _tmp109_ = self->priv->minefield_view; - _tmp110_ = self->priv->settings; - _tmp111_ = g_settings_get_boolean (_tmp110_, MINES_KEY_USE_QUESTION_MARKS); - minefield_view_set_use_question_marks (_tmp109_, _tmp111_); - _tmp112_ = self->priv->minefield_view; - _tmp113_ = self->priv->settings; - _tmp114_ = g_settings_get_boolean (_tmp113_, MINES_KEY_USE_OVERMINE_WARNING); - minefield_view_set_use_overmine_warning (_tmp112_, _tmp114_); - _tmp115_ = self->priv->minefield_view; - _tmp116_ = self->priv->settings; - _tmp117_ = g_settings_get_boolean (_tmp116_, MINES_KEY_USE_AUTOFLAG); - minefield_view_set_use_autoflag (_tmp115_, _tmp117_); - _tmp118_ = self->priv->minefield_view; - _tmp119_ = self->priv->settings; - _tmp120_ = g_settings_get_boolean (_tmp119_, MINES_KEY_USE_NUMBER_BORDER); - minefield_view_set_use_number_border (_tmp118_, _tmp120_); + self->priv->minefield_view = _tmp106_; + _tmp107_ = self->priv->minefield_view; + _tmp108_ = self->priv->settings; + _tmp109_ = g_settings_get_boolean (_tmp108_, MINES_KEY_USE_QUESTION_MARKS); + minefield_view_set_use_question_marks (_tmp107_, _tmp109_); + _tmp110_ = self->priv->minefield_view; + _tmp111_ = self->priv->settings; + _tmp112_ = g_settings_get_boolean (_tmp111_, MINES_KEY_USE_OVERMINE_WARNING); + minefield_view_set_use_overmine_warning (_tmp110_, _tmp112_); + _tmp113_ = self->priv->minefield_view; + _tmp114_ = self->priv->settings; + _tmp115_ = g_settings_get_boolean (_tmp114_, MINES_KEY_USE_AUTOFLAG); + minefield_view_set_use_autoflag (_tmp113_, _tmp115_); + _tmp116_ = self->priv->minefield_view; + _tmp117_ = self->priv->settings; + _tmp118_ = g_settings_get_boolean (_tmp117_, MINES_KEY_USE_NUMBER_BORDER); + minefield_view_set_use_number_border (_tmp116_, _tmp118_); + _tmp119_ = self->priv->minefield_view; + g_signal_connect_object ((GtkWidget*) _tmp119_, "button-press-event", (GCallback) _mines_view_button_press_event_gtk_widget_button_press_event, self, 0); + _tmp120_ = self->priv->minefield_view; + g_signal_connect_object (_tmp120_, "look", (GCallback) _mines_look_cb_minefield_view_look, self, 0); _tmp121_ = self->priv->minefield_view; - g_signal_connect_object ((GtkWidget*) _tmp121_, "button-press-event", (GCallback) _mines_view_button_press_event_gtk_widget_button_press_event, self, 0); + g_signal_connect_object (_tmp121_, "unlook", (GCallback) _mines_unlook_cb_minefield_view_unlook, self, 0); _tmp122_ = self->priv->minefield_view; - g_signal_connect_object (_tmp122_, "look", (GCallback) _mines_look_cb_minefield_view_look, self, 0); - _tmp123_ = self->priv->minefield_view; - g_signal_connect_object (_tmp123_, "unlook", (GCallback) _mines_unlook_cb_minefield_view_unlook, self, 0); - _tmp124_ = self->priv->minefield_view; - gtk_box_pack_start (view_box, (GtkWidget*) _tmp124_, TRUE, TRUE, (guint) 0); + gtk_box_pack_start (view_box, (GtkWidget*) _tmp122_, TRUE, TRUE, (guint) 0); mines_startup_new_game_screen (self); - _tmp125_ = self->priv->new_game_screen; - gtk_box_pack_start (view_box, (GtkWidget*) _tmp125_, TRUE, TRUE, (guint) 0); + _tmp123_ = self->priv->new_game_screen; + gtk_box_pack_start (view_box, (GtkWidget*) _tmp123_, TRUE, TRUE, (guint) 0); mines_startup_custom_game_screen (self); - _tmp126_ = self->priv->custom_game_screen; - gtk_box_pack_start (view_box, (GtkWidget*) _tmp126_, TRUE, FALSE, (guint) 0); + _tmp124_ = self->priv->custom_game_screen; + gtk_box_pack_start (view_box, (GtkWidget*) _tmp124_, TRUE, FALSE, (guint) 0); mines_tick_cb (self); - _tmp127_ = g_get_user_data_dir (); - _tmp128_ = g_build_filename (_tmp127_, "gnome-mines", "history", NULL); - _tmp129_ = _tmp128_; - _tmp130_ = history_new (_tmp129_); + _tmp125_ = g_get_user_data_dir (); + _tmp126_ = g_build_filename (_tmp125_, "gnome-mines", "history", NULL); + _tmp127_ = _tmp126_; + _tmp128_ = history_new (_tmp127_); _history_unref0 (self->priv->history); - self->priv->history = _tmp130_; - _g_free0 (_tmp129_); - _tmp131_ = self->priv->history; - history_load (_tmp131_); + self->priv->history = _tmp128_; + _g_free0 (_tmp127_); + _tmp129_ = self->priv->history; + history_load (_tmp129_); _g_object_unref0 (view_box); _g_object_unref0 (status_item); _g_object_unref0 (status_alignment); @@ -967,58 +963,59 @@ static void mines_startup_new_game_screen (Mines* self) { const gchar* _tmp0_ = NULL; - GtkAspectFrame* _tmp1_; - GtkAspectFrame* _tmp2_; - GtkAspectFrame* _tmp3_; - GtkGrid* _tmp4_; - GtkGrid* new_game_grid; - GtkAspectFrame* _tmp5_; - GtkButton* _tmp6_; - GtkButton* button; - GtkButton* _tmp7_; - GtkButton* _tmp8_; - GtkLabel* _tmp9_; - GtkLabel* label; - GtkLabel* _tmp10_; + GtkAspectFrame* _tmp1_ = NULL; + GtkAspectFrame* _tmp2_ = NULL; + GtkAspectFrame* _tmp3_ = NULL; + GtkGrid* new_game_grid = NULL; + GtkGrid* _tmp4_ = NULL; + GtkAspectFrame* _tmp5_ = NULL; + GtkButton* button = NULL; + GtkButton* _tmp6_ = NULL; + GtkButton* _tmp7_ = NULL; + GtkButton* _tmp8_ = NULL; + GtkLabel* label = NULL; + GtkLabel* _tmp9_ = NULL; + GtkLabel* _tmp10_ = NULL; gchar* _tmp11_ = NULL; - gchar* _tmp12_; - GtkLabel* _tmp13_; - GtkButton* _tmp14_; - GtkLabel* _tmp15_; - GtkButton* _tmp16_; - GtkButton* _tmp17_; - GtkButton* _tmp18_; - GtkLabel* _tmp19_; - GtkLabel* _tmp20_; + gchar* _tmp12_ = NULL; + GtkLabel* _tmp13_ = NULL; + GtkButton* _tmp14_ = NULL; + GtkLabel* _tmp15_ = NULL; + GtkButton* _tmp16_ = NULL; + GtkButton* _tmp17_ = NULL; + GtkButton* _tmp18_ = NULL; + GtkLabel* _tmp19_ = NULL; + GtkLabel* _tmp20_ = NULL; gchar* _tmp21_ = NULL; - gchar* _tmp22_; - GtkLabel* _tmp23_; - GtkButton* _tmp24_; - GtkLabel* _tmp25_; - GtkButton* _tmp26_; - GtkButton* _tmp27_; - GtkButton* _tmp28_; - GtkLabel* _tmp29_; - GtkLabel* _tmp30_; + gchar* _tmp22_ = NULL; + GtkLabel* _tmp23_ = NULL; + GtkButton* _tmp24_ = NULL; + GtkLabel* _tmp25_ = NULL; + GtkButton* _tmp26_ = NULL; + GtkButton* _tmp27_ = NULL; + GtkButton* _tmp28_ = NULL; + GtkLabel* _tmp29_ = NULL; + GtkLabel* _tmp30_ = NULL; gchar* _tmp31_ = NULL; - gchar* _tmp32_; - GtkLabel* _tmp33_; - GtkButton* _tmp34_; - GtkLabel* _tmp35_; - GtkButton* _tmp36_; - GtkButton* _tmp37_; - GtkButton* _tmp38_; - GtkLabel* _tmp39_; - GtkLabel* _tmp40_; + gchar* _tmp32_ = NULL; + GtkLabel* _tmp33_ = NULL; + GtkButton* _tmp34_ = NULL; + GtkLabel* _tmp35_ = NULL; + GtkButton* _tmp36_ = NULL; + GtkButton* _tmp37_ = NULL; + GtkButton* _tmp38_ = NULL; + GtkLabel* _tmp39_ = NULL; + GtkLabel* _tmp40_ = NULL; const gchar* _tmp41_ = NULL; - gchar* _tmp42_; - gchar* _tmp43_; - gchar* _tmp44_; - gchar* _tmp45_; - GtkLabel* _tmp46_; - GtkButton* _tmp47_; - GtkLabel* _tmp48_; - GtkAspectFrame* _tmp49_; + const gchar* _tmp42_ = NULL; + gchar* _tmp43_ = NULL; + gchar* _tmp44_ = NULL; + gchar* _tmp45_ = NULL; + gchar* _tmp46_ = NULL; + GtkLabel* _tmp47_ = NULL; + GtkButton* _tmp48_ = NULL; + GtkLabel* _tmp49_ = NULL; + GtkAspectFrame* _tmp50_ = NULL; g_return_if_fail (self != NULL); _tmp0_ = _ ("Field Size"); _tmp1_ = (GtkAspectFrame*) gtk_aspect_frame_new (_tmp0_, 0.5f, 0.5f, 1.0f, FALSE); @@ -1115,21 +1112,22 @@ _g_object_unref0 (label); label = _tmp39_; _tmp40_ = label; - _tmp41_ = g_dpgettext2 (NULL, "board size", "Custom"); - _tmp42_ = g_strconcat ("?\n", _tmp41_, NULL); - _tmp43_ = _tmp42_; - _tmp44_ = g_strconcat (_tmp43_, "", NULL); - _tmp45_ = _tmp44_; - gtk_label_set_markup_with_mnemonic (_tmp40_, _tmp45_); - _g_free0 (_tmp45_); - _g_free0 (_tmp43_); - _tmp46_ = label; - gtk_label_set_justify (_tmp46_, GTK_JUSTIFY_CENTER); - _tmp47_ = button; - _tmp48_ = label; - gtk_container_add ((GtkContainer*) _tmp47_, (GtkWidget*) _tmp48_); - _tmp49_ = self->priv->new_game_screen; - gtk_widget_show_all ((GtkWidget*) _tmp49_); + _tmp41_ = _ ("Custom"); + _tmp42_ = g_dpgettext2 (NULL, "board size", _tmp41_); + _tmp43_ = g_strconcat ("?\n", _tmp42_, NULL); + _tmp44_ = _tmp43_; + _tmp45_ = g_strconcat (_tmp44_, "", NULL); + _tmp46_ = _tmp45_; + gtk_label_set_markup_with_mnemonic (_tmp40_, _tmp46_); + _g_free0 (_tmp46_); + _g_free0 (_tmp44_); + _tmp47_ = label; + gtk_label_set_justify (_tmp47_, GTK_JUSTIFY_CENTER); + _tmp48_ = button; + _tmp49_ = label; + gtk_container_add ((GtkContainer*) _tmp48_, (GtkWidget*) _tmp49_); + _tmp50_ = self->priv->new_game_screen; + gtk_widget_show_all ((GtkWidget*) _tmp50_); _g_object_unref0 (label); _g_object_unref0 (button); _g_object_unref0 (new_game_grid); @@ -1162,59 +1160,59 @@ static void mines_startup_custom_game_screen (Mines* self) { - GtkAspectFrame* _tmp0_; - GtkAspectFrame* _tmp1_; - GtkGrid* _tmp2_; - GtkGrid* custom_game_grid; - GtkAspectFrame* _tmp3_; + GtkAspectFrame* _tmp0_ = NULL; + GtkAspectFrame* _tmp1_ = NULL; + GtkGrid* custom_game_grid = NULL; + GtkGrid* _tmp2_ = NULL; + GtkAspectFrame* _tmp3_ = NULL; + GtkLabel* label = NULL; const gchar* _tmp4_ = NULL; - GtkLabel* _tmp5_; - GtkLabel* label; - GtkLabel* _tmp6_; - GtkLabel* _tmp7_; - GtkSpinButton* _tmp8_; - GtkSpinButton* field_width_entry; - GSettings* _tmp9_; + GtkLabel* _tmp5_ = NULL; + GtkLabel* _tmp6_ = NULL; + GtkLabel* _tmp7_ = NULL; + GtkSpinButton* field_width_entry = NULL; + GtkSpinButton* _tmp8_ = NULL; + GSettings* _tmp9_ = NULL; gint _tmp10_ = 0; - GtkLabel* _tmp11_; + GtkLabel* _tmp11_ = NULL; const gchar* _tmp12_ = NULL; - GtkLabel* _tmp13_; - GtkLabel* _tmp14_; - GtkLabel* _tmp15_; - GtkSpinButton* _tmp16_; - GtkSpinButton* field_height_entry; - GSettings* _tmp17_; + GtkLabel* _tmp13_ = NULL; + GtkLabel* _tmp14_ = NULL; + GtkLabel* _tmp15_ = NULL; + GtkSpinButton* field_height_entry = NULL; + GtkSpinButton* _tmp16_ = NULL; + GSettings* _tmp17_ = NULL; gint _tmp18_ = 0; - GtkLabel* _tmp19_; + GtkLabel* _tmp19_ = NULL; const gchar* _tmp20_ = NULL; - GtkLabel* _tmp21_; - GtkLabel* _tmp22_; - GtkLabel* _tmp23_; - GtkSpinButton* _tmp24_; - GtkSpinButton* _tmp25_; - GtkSpinButton* _tmp26_; - GSettings* _tmp27_; + GtkLabel* _tmp21_ = NULL; + GtkLabel* _tmp22_ = NULL; + GtkLabel* _tmp23_ = NULL; + GtkSpinButton* _tmp24_ = NULL; + GtkSpinButton* _tmp25_ = NULL; + GtkSpinButton* _tmp26_ = NULL; + GSettings* _tmp27_ = NULL; gint _tmp28_ = 0; - GtkSpinButton* _tmp29_; - GtkLabel* _tmp30_; - GtkSpinButton* _tmp31_; - GtkGrid* _tmp32_; - GtkGrid* button_grid; - GtkButton* _tmp33_; - GtkButton* button; - GtkButton* _tmp34_; - GtkButton* _tmp35_; - GtkButton* _tmp36_; + GtkSpinButton* _tmp29_ = NULL; + GtkLabel* _tmp30_ = NULL; + GtkSpinButton* _tmp31_ = NULL; + GtkGrid* button_grid = NULL; + GtkGrid* _tmp32_ = NULL; + GtkButton* button = NULL; + GtkButton* _tmp33_ = NULL; + GtkButton* _tmp34_ = NULL; + GtkButton* _tmp35_ = NULL; + GtkButton* _tmp36_ = NULL; const gchar* _tmp37_ = NULL; - GtkButton* _tmp38_; - GtkButton* _tmp39_; - GtkButton* _tmp40_; - GtkImage* _tmp41_; - GtkImage* _tmp42_; - GtkButton* _tmp43_; - GtkButton* _tmp44_; - GtkAspectFrame* _tmp45_; - GtkAspectFrame* _tmp46_; + GtkButton* _tmp38_ = NULL; + GtkButton* _tmp39_ = NULL; + GtkButton* _tmp40_ = NULL; + GtkImage* _tmp41_ = NULL; + GtkImage* _tmp42_ = NULL; + GtkButton* _tmp43_ = NULL; + GtkButton* _tmp44_ = NULL; + GtkAspectFrame* _tmp45_ = NULL; + GtkAspectFrame* _tmp46_ = NULL; g_return_if_fail (self != NULL); _tmp0_ = (GtkAspectFrame*) gtk_aspect_frame_new ("", 0.5f, 0.5f, 0.0f, TRUE); g_object_ref_sink (_tmp0_); @@ -1340,31 +1338,42 @@ static gboolean mines_window_configure_event_cb (Mines* self, GdkEventConfigure* event) { gboolean result = FALSE; gboolean _tmp0_ = FALSE; - gboolean _tmp1_; - gboolean _tmp3_; + gboolean _tmp1_ = FALSE; + gboolean _tmp2_ = FALSE; + gboolean _tmp4_ = FALSE; + gboolean _tmp6_ = FALSE; g_return_val_if_fail (self != NULL, FALSE); g_return_val_if_fail (event != NULL, FALSE); - _tmp1_ = self->priv->is_maximized; - if (!_tmp1_) { - gboolean _tmp2_; - _tmp2_ = self->priv->is_fullscreen; - _tmp0_ = !_tmp2_; + _tmp2_ = self->priv->is_maximized; + if (!_tmp2_) { + gboolean _tmp3_ = FALSE; + _tmp3_ = self->priv->is_fullscreen; + _tmp1_ = !_tmp3_; + } else { + _tmp1_ = FALSE; + } + _tmp4_ = _tmp1_; + if (_tmp4_) { + gboolean _tmp5_ = FALSE; + _tmp5_ = self->priv->window_skip_configure; + _tmp0_ = !_tmp5_; } else { _tmp0_ = FALSE; } - _tmp3_ = _tmp0_; - if (_tmp3_) { - GdkEventConfigure _tmp4_; - gint _tmp5_; - GdkEventConfigure _tmp6_; - gint _tmp7_; - _tmp4_ = *event; - _tmp5_ = _tmp4_.width; - self->priv->window_width = _tmp5_; - _tmp6_ = *event; - _tmp7_ = _tmp6_.height; - self->priv->window_height = _tmp7_; + _tmp6_ = _tmp0_; + if (_tmp6_) { + GdkEventConfigure _tmp7_ = {0}; + gint _tmp8_ = 0; + GdkEventConfigure _tmp9_ = {0}; + gint _tmp10_ = 0; + _tmp7_ = *event; + _tmp8_ = _tmp7_.width; + self->priv->window_width = _tmp8_; + _tmp9_ = *event; + _tmp10_ = _tmp9_.height; + self->priv->window_height = _tmp10_; } + self->priv->window_skip_configure = FALSE; result = FALSE; return result; } @@ -1372,17 +1381,17 @@ static gboolean mines_window_state_event_cb (Mines* self, GdkEventWindowState* event) { gboolean result = FALSE; - GdkEventWindowState _tmp0_; - GdkWindowState _tmp1_; - GdkEventWindowState _tmp4_; - GdkWindowState _tmp5_; + GdkEventWindowState _tmp0_ = {0}; + GdkWindowState _tmp1_ = 0; + GdkEventWindowState _tmp4_ = {0}; + GdkWindowState _tmp5_ = 0; g_return_val_if_fail (self != NULL, FALSE); g_return_val_if_fail (event != NULL, FALSE); _tmp0_ = *event; _tmp1_ = _tmp0_.changed_mask; if ((_tmp1_ & GDK_WINDOW_STATE_MAXIMIZED) != 0) { - GdkEventWindowState _tmp2_; - GdkWindowState _tmp3_; + GdkEventWindowState _tmp2_ = {0}; + GdkWindowState _tmp3_ = 0; _tmp2_ = *event; _tmp3_ = _tmp2_.new_window_state; self->priv->is_maximized = (_tmp3_ & GDK_WINDOW_STATE_MAXIMIZED) != 0; @@ -1390,26 +1399,26 @@ _tmp4_ = *event; _tmp5_ = _tmp4_.changed_mask; if ((_tmp5_ & GDK_WINDOW_STATE_FULLSCREEN) != 0) { - GdkEventWindowState _tmp6_; - GdkWindowState _tmp7_; - gboolean _tmp8_; + GdkEventWindowState _tmp6_ = {0}; + GdkWindowState _tmp7_ = 0; + gboolean _tmp8_ = FALSE; _tmp6_ = *event; _tmp7_ = _tmp6_.new_window_state; self->priv->is_fullscreen = (_tmp7_ & GDK_WINDOW_STATE_FULLSCREEN) != 0; _tmp8_ = self->priv->is_fullscreen; if (_tmp8_) { - GtkToolButton* _tmp9_; + GtkToolButton* _tmp9_ = NULL; const gchar* _tmp10_ = NULL; - GtkToolButton* _tmp11_; + GtkToolButton* _tmp11_ = NULL; _tmp9_ = self->priv->fullscreen_button; _tmp10_ = _ ("_Leave Fullscreen"); gtk_tool_button_set_label (_tmp9_, _tmp10_); _tmp11_ = self->priv->fullscreen_button; gtk_tool_button_set_icon_name (_tmp11_, "view-restore"); } else { - GtkToolButton* _tmp12_; + GtkToolButton* _tmp12_ = NULL; const gchar* _tmp13_ = NULL; - GtkToolButton* _tmp14_; + GtkToolButton* _tmp14_ = NULL; _tmp12_ = self->priv->fullscreen_button; _tmp13_ = _ ("_Fullscreen"); gtk_tool_button_set_label (_tmp12_, _tmp13_); @@ -1424,12 +1433,12 @@ static gboolean mines_window_focus_out_event_cb (Mines* self, GdkEventFocus* event) { gboolean result = FALSE; - Minefield* _tmp0_; + Minefield* _tmp0_ = NULL; g_return_val_if_fail (self != NULL, FALSE); g_return_val_if_fail (event != NULL, FALSE); _tmp0_ = self->priv->minefield; if (_tmp0_ != NULL) { - Minefield* _tmp1_; + Minefield* _tmp1_ = NULL; _tmp1_ = self->priv->minefield; minefield_set_paused (_tmp1_, TRUE); } @@ -1441,13 +1450,13 @@ static gboolean mines_window_focus_in_event_cb (Mines* self, GdkEventFocus* event) { gboolean result = FALSE; gboolean _tmp0_ = FALSE; - Minefield* _tmp1_; - gboolean _tmp3_; + Minefield* _tmp1_ = NULL; + gboolean _tmp3_ = FALSE; g_return_val_if_fail (self != NULL, FALSE); g_return_val_if_fail (event != NULL, FALSE); _tmp1_ = self->priv->minefield; if (_tmp1_ != NULL) { - gboolean _tmp2_; + gboolean _tmp2_ = FALSE; _tmp2_ = self->priv->pause_requested; _tmp0_ = !_tmp2_; } else { @@ -1455,7 +1464,7 @@ } _tmp3_ = _tmp0_; if (_tmp3_) { - Minefield* _tmp4_; + Minefield* _tmp4_ = NULL; _tmp4_ = self->priv->minefield; minefield_set_paused (_tmp4_, FALSE); } @@ -1466,16 +1475,16 @@ static gchar* mines_make_minefield_description (Mines* self, const gchar* color, gint width, gint height, gint n_mines) { gchar* result = NULL; - gint _tmp0_; - gint _tmp1_; + gchar* size_label = NULL; + gint _tmp0_ = 0; + gint _tmp1_ = 0; gchar* _tmp2_ = NULL; - gchar* size_label; - gint _tmp3_; + gchar* mines_label = NULL; + gint _tmp3_ = 0; const gchar* _tmp4_ = NULL; - gint _tmp5_; + gint _tmp5_ = 0; gchar* _tmp6_ = NULL; - gchar* mines_label; - const gchar* _tmp7_; + const gchar* _tmp7_ = NULL; gchar* _tmp8_ = NULL; g_return_val_if_fail (self != NULL, NULL); g_return_val_if_fail (color != NULL, NULL); @@ -1499,8 +1508,8 @@ void mines_start (Mines* self) { - GtkWindow* _tmp0_; - GtkImage* _tmp1_; + GtkWindow* _tmp0_ = NULL; + GtkImage* _tmp1_ = NULL; g_return_if_fail (self != NULL); _tmp0_ = self->priv->window; gtk_widget_show ((GtkWidget*) _tmp0_); @@ -1512,14 +1521,14 @@ static void mines_real_shutdown (GApplication* base) { Mines * self; - GSettings* _tmp0_; - gint _tmp1_; - GSettings* _tmp2_; - gint _tmp3_; - GSettings* _tmp4_; - gboolean _tmp5_; - GSettings* _tmp6_; - gboolean _tmp7_; + GSettings* _tmp0_ = NULL; + gint _tmp1_ = 0; + GSettings* _tmp2_ = NULL; + gint _tmp3_ = 0; + GSettings* _tmp4_ = NULL; + gboolean _tmp5_ = FALSE; + GSettings* _tmp6_ = NULL; + gboolean _tmp7_ = FALSE; self = (Mines*) base; G_APPLICATION_CLASS (mines_parent_class)->shutdown ((GApplication*) G_TYPE_CHECK_INSTANCE_CAST (self, GTK_TYPE_APPLICATION, GtkApplication)); _tmp0_ = self->priv->settings; @@ -1539,7 +1548,7 @@ static void mines_real_activate (GApplication* base) { Mines * self; - GtkWindow* _tmp0_; + GtkWindow* _tmp0_ = NULL; self = (Mines*) base; _tmp0_ = self->priv->window; gtk_widget_show ((GtkWidget*) _tmp0_); @@ -1548,13 +1557,13 @@ static GtkImage* mines_load_face_image (Mines* self, const gchar* name) { GtkImage* result = NULL; - GtkImage* _tmp0_; - GtkImage* image; - const gchar* _tmp1_; + GtkImage* image = NULL; + GtkImage* _tmp0_ = NULL; + gchar* filename = NULL; + const gchar* _tmp1_ = NULL; gchar* _tmp2_ = NULL; - gchar* filename; - const gchar* _tmp3_; - GtkImage* _tmp6_; + const gchar* _tmp3_ = NULL; + GtkImage* _tmp6_ = NULL; g_return_val_if_fail (self != NULL, NULL); g_return_val_if_fail (name != NULL, NULL); _tmp0_ = (GtkImage*) gtk_image_new (); @@ -1565,8 +1574,8 @@ filename = _tmp2_; _tmp3_ = filename; if (_tmp3_ != NULL) { - GtkImage* _tmp4_; - const gchar* _tmp5_; + GtkImage* _tmp4_ = NULL; + const gchar* _tmp5_ = NULL; _tmp4_ = image; _tmp5_ = filename; gtk_image_set_from_file (_tmp4_, _tmp5_); @@ -1580,8 +1589,8 @@ static void mines_set_face_image (Mines* self, GtkImage* face_image) { - GtkToolButton* _tmp0_; - GtkImage* _tmp1_; + GtkToolButton* _tmp0_ = NULL; + GtkImage* _tmp1_ = NULL; g_return_if_fail (self != NULL); g_return_if_fail (face_image != NULL); _tmp0_ = self->priv->face_button; @@ -1592,9 +1601,9 @@ static gboolean mines_view_button_press_event (Mines* self, GtkWidget* widget, GdkEventButton* event) { gboolean result = FALSE; - Minefield* _tmp0_; - gboolean _tmp1_; - gboolean _tmp2_; + Minefield* _tmp0_ = NULL; + gboolean _tmp1_ = FALSE; + gboolean _tmp2_ = FALSE; g_return_val_if_fail (self != NULL, FALSE); g_return_val_if_fail (widget != NULL, FALSE); g_return_val_if_fail (event != NULL, FALSE); @@ -1602,7 +1611,7 @@ _tmp1_ = minefield_get_paused (_tmp0_); _tmp2_ = _tmp1_; if (_tmp2_) { - Minefield* _tmp3_; + Minefield* _tmp3_ = NULL; _tmp3_ = self->priv->minefield; minefield_set_paused (_tmp3_, FALSE); self->priv->pause_requested = FALSE; @@ -1615,7 +1624,7 @@ static void mines_quit_cb (Mines* self) { - GtkWindow* _tmp0_; + GtkWindow* _tmp0_ = NULL; g_return_if_fail (self != NULL); _tmp0_ = self->priv->window; gtk_widget_destroy ((GtkWidget*) _tmp0_); @@ -1623,15 +1632,15 @@ static void mines_update_flag_label (Mines* self) { - GtkLabel* _tmp0_; + GtkLabel* _tmp0_ = NULL; const gchar* _tmp1_ = NULL; - Minefield* _tmp2_; - guint _tmp3_; - guint _tmp4_; - Minefield* _tmp5_; - guint _tmp6_; + Minefield* _tmp2_ = NULL; + guint _tmp3_ = 0U; + guint _tmp4_ = 0U; + Minefield* _tmp5_ = NULL; + guint _tmp6_ = 0U; gchar* _tmp7_ = NULL; - gchar* _tmp8_; + gchar* _tmp8_ = NULL; g_return_if_fail (self != NULL); _tmp0_ = self->priv->flag_label; _tmp1_ = _ ("Flags: %u/%u"); @@ -1649,14 +1658,14 @@ static gint mines_show_scores (Mines* self, HistoryEntry* selected_entry, gboolean show_quit) { gint result = 0; - History* _tmp0_; - HistoryEntry* _tmp1_; - gboolean _tmp2_; - ScoreDialog* _tmp3_; - ScoreDialog* dialog; - GtkWindow* _tmp4_; + ScoreDialog* dialog = NULL; + History* _tmp0_ = NULL; + HistoryEntry* _tmp1_ = NULL; + gboolean _tmp2_ = FALSE; + ScoreDialog* _tmp3_ = NULL; + GtkWindow* _tmp4_ = NULL; + gint _result_ = 0; gint _tmp5_ = 0; - gint _result_; g_return_val_if_fail (self != NULL, 0); _tmp0_ = self->priv->history; _tmp1_ = selected_entry; @@ -1677,15 +1686,15 @@ static void mines_fullscreen_cb (Mines* self) { - gboolean _tmp0_; + gboolean _tmp0_ = FALSE; g_return_if_fail (self != NULL); _tmp0_ = self->priv->is_fullscreen; if (_tmp0_) { - GtkWindow* _tmp1_; + GtkWindow* _tmp1_ = NULL; _tmp1_ = self->priv->window; gtk_window_unfullscreen (_tmp1_); } else { - GtkWindow* _tmp2_; + GtkWindow* _tmp2_ = NULL; _tmp2_ = self->priv->window; gtk_window_fullscreen (_tmp2_); } @@ -1699,9 +1708,9 @@ static void mines_show_custom_game_screen (Mines* self) { - GtkAspectFrame* _tmp0_; - MinefieldView* _tmp1_; - GtkAspectFrame* _tmp2_; + GtkAspectFrame* _tmp0_ = NULL; + MinefieldView* _tmp1_ = NULL; + GtkAspectFrame* _tmp2_ = NULL; g_return_if_fail (self != NULL); self->priv->is_new_game_screen = FALSE; _tmp0_ = self->priv->custom_game_screen; @@ -1718,16 +1727,16 @@ gboolean _tmp0_ = FALSE; gboolean _tmp1_ = FALSE; gboolean _tmp2_ = FALSE; - Minefield* _tmp3_; - gboolean _tmp7_; - gboolean _tmp10_; - gboolean _tmp14_; + Minefield* _tmp3_ = NULL; + gboolean _tmp7_ = FALSE; + gboolean _tmp10_ = FALSE; + gboolean _tmp14_ = FALSE; g_return_val_if_fail (self != NULL, FALSE); _tmp3_ = self->priv->minefield; if (_tmp3_ != NULL) { - Minefield* _tmp4_; - guint _tmp5_; - guint _tmp6_; + Minefield* _tmp4_ = NULL; + guint _tmp5_ = 0U; + guint _tmp6_ = 0U; _tmp4_ = self->priv->minefield; _tmp5_ = minefield_get_n_cleared (_tmp4_); _tmp6_ = _tmp5_; @@ -1737,8 +1746,8 @@ } _tmp7_ = _tmp2_; if (_tmp7_) { - Minefield* _tmp8_; - gboolean _tmp9_; + Minefield* _tmp8_ = NULL; + gboolean _tmp9_ = FALSE; _tmp8_ = self->priv->minefield; _tmp9_ = _tmp8_->exploded; _tmp1_ = !_tmp9_; @@ -1747,9 +1756,9 @@ } _tmp10_ = _tmp1_; if (_tmp10_) { - Minefield* _tmp11_; - gboolean _tmp12_; - gboolean _tmp13_; + Minefield* _tmp11_ = NULL; + gboolean _tmp12_ = FALSE; + gboolean _tmp13_ = FALSE; _tmp11_ = self->priv->minefield; _tmp12_ = minefield_get_is_complete (_tmp11_); _tmp13_ = _tmp12_; @@ -1759,25 +1768,25 @@ } _tmp14_ = _tmp0_; if (_tmp14_) { - Minefield* _tmp15_; - gboolean _tmp16_; - gboolean _tmp17_; - gboolean was_paused; - Minefield* _tmp18_; - GtkWindow* _tmp19_; + gboolean was_paused = FALSE; + Minefield* _tmp15_ = NULL; + gboolean _tmp16_ = FALSE; + gboolean _tmp17_ = FALSE; + Minefield* _tmp18_ = NULL; + GtkMessageDialog* dialog = NULL; + GtkWindow* _tmp19_ = NULL; const gchar* _tmp20_ = NULL; - GtkMessageDialog* _tmp21_; - GtkMessageDialog* dialog; - GtkMessageDialog* _tmp22_; + GtkMessageDialog* _tmp21_ = NULL; + GtkMessageDialog* _tmp22_ = NULL; const gchar* _tmp23_ = NULL; - GtkMessageDialog* _tmp24_; + GtkMessageDialog* _tmp24_ = NULL; const gchar* _tmp25_ = NULL; const gchar* _tmp26_ = NULL; - GtkMessageDialog* _tmp27_; + gint _result_ = 0; + GtkMessageDialog* _tmp27_ = NULL; gint _tmp28_ = 0; - gint _result_; - GtkMessageDialog* _tmp29_; - gint _tmp30_; + GtkMessageDialog* _tmp29_ = NULL; + gint _tmp30_ = 0; _tmp15_ = self->priv->minefield; _tmp16_ = minefield_get_paused (_tmp15_); _tmp17_ = _tmp16_; @@ -1803,8 +1812,8 @@ gtk_widget_destroy ((GtkWidget*) _tmp29_); _tmp30_ = _result_; if (_tmp30_ != ((gint) GTK_RESPONSE_ACCEPT)) { - Minefield* _tmp31_; - gboolean _tmp32_; + Minefield* _tmp31_ = NULL; + gboolean _tmp32_ = FALSE; _tmp31_ = self->priv->minefield; _tmp32_ = was_paused; minefield_set_paused (_tmp31_, _tmp32_); @@ -1820,17 +1829,20 @@ static void mines_show_new_game_screen (Mines* self) { - gboolean _tmp0_; - Minefield* _tmp1_; - GtkAspectFrame* _tmp4_; - MinefieldView* _tmp5_; - GtkAspectFrame* _tmp6_; - GtkLabel* _tmp7_; - GtkImage* _tmp8_; - GSimpleAction* _tmp9_; - GSimpleAction* _tmp10_; - GSimpleAction* _tmp11_; - GSimpleAction* _tmp12_; + gboolean _tmp0_ = FALSE; + Minefield* _tmp1_ = NULL; + GtkAspectFrame* _tmp4_ = NULL; + MinefieldView* _tmp5_ = NULL; + GtkAspectFrame* _tmp6_ = NULL; + GtkLabel* _tmp7_ = NULL; + GtkImage* _tmp8_ = NULL; + GtkWindow* _tmp9_ = NULL; + gint _tmp10_ = 0; + gint _tmp11_ = 0; + GSimpleAction* _tmp12_ = NULL; + GSimpleAction* _tmp13_ = NULL; + GSimpleAction* _tmp14_ = NULL; + GSimpleAction* _tmp15_ = NULL; g_return_if_fail (self != NULL); _tmp0_ = self->priv->is_new_game_screen; if (_tmp0_) { @@ -1838,8 +1850,8 @@ } _tmp1_ = self->priv->minefield; if (_tmp1_ != NULL) { - Minefield* _tmp2_; - Minefield* _tmp3_; + Minefield* _tmp2_ = NULL; + Minefield* _tmp3_ = NULL; _tmp2_ = self->priv->minefield; minefield_set_paused (_tmp2_, FALSE); self->priv->pause_requested = FALSE; @@ -1859,14 +1871,18 @@ gtk_label_set_text (_tmp7_, ""); _tmp8_ = self->priv->smile_face_image; mines_set_face_image (self, _tmp8_); - _tmp9_ = self->priv->new_game_action; - g_simple_action_set_enabled (_tmp9_, FALSE); - _tmp10_ = self->priv->repeat_size_action; - g_simple_action_set_enabled (_tmp10_, FALSE); - _tmp11_ = self->priv->hint_action; - g_simple_action_set_enabled (_tmp11_, FALSE); - _tmp12_ = self->priv->pause_action; + _tmp9_ = self->priv->window; + _tmp10_ = self->priv->window_width; + _tmp11_ = self->priv->window_height; + gtk_window_resize (_tmp9_, _tmp10_, _tmp11_); + _tmp12_ = self->priv->new_game_action; g_simple_action_set_enabled (_tmp12_, FALSE); + _tmp13_ = self->priv->repeat_size_action; + g_simple_action_set_enabled (_tmp13_, FALSE); + _tmp14_ = self->priv->hint_action; + g_simple_action_set_enabled (_tmp14_, FALSE); + _tmp15_ = self->priv->pause_action; + g_simple_action_set_enabled (_tmp15_, FALSE); } @@ -1896,37 +1912,38 @@ static void mines_start_game (Mines* self) { - GtkAspectFrame* _tmp0_; - MinefieldView* _tmp1_; - MinefieldView* _tmp2_; - GtkAspectFrame* _tmp3_; - GtkImage* _tmp4_; + GtkAspectFrame* _tmp0_ = NULL; + MinefieldView* _tmp1_ = NULL; + MinefieldView* _tmp2_ = NULL; + GtkAspectFrame* _tmp3_ = NULL; + GtkImage* _tmp4_ = NULL; gint x = 0; gint y = 0; gint n = 0; - GSettings* _tmp5_; + GSettings* _tmp5_ = NULL; gint _tmp6_ = 0; - Minefield* _tmp18_; - gint _tmp20_; - gint _tmp21_; - gint _tmp22_; - Minefield* _tmp23_; - Minefield* _tmp24_; - Minefield* _tmp25_; - Minefield* _tmp26_; - Minefield* _tmp27_; - Minefield* _tmp28_; - MinefieldView* _tmp29_; - Minefield* _tmp30_; - GSimpleAction* _tmp31_; - GSimpleAction* _tmp32_; - GSimpleAction* _tmp33_; - GSimpleAction* _tmp34_; - Minefield* _tmp35_; + Minefield* _tmp18_ = NULL; + gint _tmp20_ = 0; + gint _tmp21_ = 0; + gint _tmp22_ = 0; + Minefield* _tmp23_ = NULL; + Minefield* _tmp24_ = NULL; + Minefield* _tmp25_ = NULL; + Minefield* _tmp26_ = NULL; + Minefield* _tmp27_ = NULL; + Minefield* _tmp28_ = NULL; + MinefieldView* _tmp29_ = NULL; + Minefield* _tmp30_ = NULL; + GSimpleAction* _tmp31_ = NULL; + GSimpleAction* _tmp32_ = NULL; + GSimpleAction* _tmp33_ = NULL; + GSimpleAction* _tmp34_ = NULL; + Minefield* _tmp35_ = NULL; g_return_if_fail (self != NULL); self->priv->is_new_game_screen = FALSE; _tmp0_ = self->priv->custom_game_screen; gtk_widget_hide ((GtkWidget*) _tmp0_); + self->priv->window_skip_configure = TRUE; _tmp1_ = self->priv->minefield_view; gtk_widget_show ((GtkWidget*) _tmp1_); _tmp2_ = self->priv->minefield_view; @@ -1962,16 +1979,16 @@ default: case 3: { - GSettings* _tmp7_; + GSettings* _tmp7_ = NULL; gint _tmp8_ = 0; gint _tmp9_ = 0; - GSettings* _tmp10_; + GSettings* _tmp10_ = NULL; gint _tmp11_ = 0; gint _tmp12_ = 0; - GSettings* _tmp13_; + GSettings* _tmp13_ = NULL; gint _tmp14_ = 0; - gint _tmp15_; - gint _tmp16_; + gint _tmp15_ = 0; + gint _tmp16_ = 0; gint _tmp17_ = 0; _tmp7_ = self->priv->settings; _tmp8_ = g_settings_get_int (_tmp7_, MINES_KEY_XSIZE); @@ -1992,7 +2009,7 @@ } _tmp18_ = self->priv->minefield; if (_tmp18_ != NULL) { - Minefield* _tmp19_; + Minefield* _tmp19_ = NULL; _tmp19_ = self->priv->minefield; g_signal_handlers_disconnect_by_func (_tmp19_, NULL, self); } @@ -2031,7 +2048,7 @@ static void mines_hint_cb (Mines* self) { - Minefield* _tmp0_; + Minefield* _tmp0_ = NULL; g_return_if_fail (self != NULL); _tmp0_ = self->priv->minefield; minefield_hint (_tmp0_); @@ -2060,16 +2077,16 @@ static void mines_toggle_pause_cb (Mines* self) { gboolean _tmp0_ = FALSE; - Minefield* _tmp1_; - gboolean _tmp2_; - gboolean _tmp3_; - gboolean _tmp5_; + Minefield* _tmp1_ = NULL; + gboolean _tmp2_ = FALSE; + gboolean _tmp3_ = FALSE; + gboolean _tmp5_ = FALSE; g_return_if_fail (self != NULL); _tmp1_ = self->priv->minefield; _tmp2_ = minefield_get_paused (_tmp1_); _tmp3_ = _tmp2_; if (_tmp3_) { - gboolean _tmp4_; + gboolean _tmp4_ = FALSE; _tmp4_ = self->priv->pause_requested; _tmp0_ = !_tmp4_; } else { @@ -2079,13 +2096,13 @@ if (_tmp5_) { self->priv->pause_requested = TRUE; } else { - Minefield* _tmp6_; - Minefield* _tmp7_; - gboolean _tmp8_; - gboolean _tmp9_; - Minefield* _tmp10_; - gboolean _tmp11_; - gboolean _tmp12_; + Minefield* _tmp6_ = NULL; + Minefield* _tmp7_ = NULL; + gboolean _tmp8_ = FALSE; + gboolean _tmp9_ = FALSE; + Minefield* _tmp10_ = NULL; + gboolean _tmp11_ = FALSE; + gboolean _tmp12_ = FALSE; _tmp6_ = self->priv->minefield; _tmp7_ = self->priv->minefield; _tmp8_ = minefield_get_paused (_tmp7_); @@ -2100,22 +2117,22 @@ static void mines_paused_changed_cb (Mines* self) { - GMenu* _tmp0_; - Minefield* _tmp1_; - gboolean _tmp2_; - gboolean _tmp3_; + GMenu* _tmp0_ = NULL; + Minefield* _tmp1_ = NULL; + gboolean _tmp2_ = FALSE; + gboolean _tmp3_ = FALSE; g_return_if_fail (self != NULL); _tmp0_ = self->priv->app_main_menu; - g_menu_remove (_tmp0_, 3); + g_menu_remove (_tmp0_, 2); _tmp1_ = self->priv->minefield; _tmp2_ = minefield_get_paused (_tmp1_); _tmp3_ = _tmp2_; if (_tmp3_) { - GSimpleAction* _tmp4_; - GtkToolButton* _tmp5_; - GtkToolButton* _tmp6_; + GSimpleAction* _tmp4_ = NULL; + GtkToolButton* _tmp5_ = NULL; + GtkToolButton* _tmp6_ = NULL; const gchar* _tmp7_ = NULL; - gboolean _tmp8_; + gboolean _tmp8_ = FALSE; _tmp4_ = self->priv->hint_action; g_simple_action_set_enabled (_tmp4_, FALSE); _tmp5_ = self->priv->pause_button; @@ -2125,24 +2142,24 @@ gtk_tool_button_set_label (_tmp6_, _tmp7_); _tmp8_ = self->priv->pause_requested; if (_tmp8_) { - GMenu* _tmp9_; + GMenu* _tmp9_ = NULL; const gchar* _tmp10_ = NULL; _tmp9_ = self->priv->app_main_menu; _tmp10_ = _ ("Res_ume"); - g_menu_insert (_tmp9_, 3, _tmp10_, "app.pause"); + g_menu_insert (_tmp9_, 2, _tmp10_, "app.pause"); } else { - GMenu* _tmp11_; + GMenu* _tmp11_ = NULL; const gchar* _tmp12_ = NULL; _tmp11_ = self->priv->app_main_menu; _tmp12_ = _ ("_Pause"); - g_menu_insert (_tmp11_, 3, _tmp12_, "app.pause"); + g_menu_insert (_tmp11_, 2, _tmp12_, "app.pause"); } } else { - GSimpleAction* _tmp13_; - GtkToolButton* _tmp14_; - GtkToolButton* _tmp15_; + GSimpleAction* _tmp13_ = NULL; + GtkToolButton* _tmp14_ = NULL; + GtkToolButton* _tmp15_ = NULL; const gchar* _tmp16_ = NULL; - GMenu* _tmp17_; + GMenu* _tmp17_ = NULL; const gchar* _tmp18_ = NULL; _tmp13_ = self->priv->hint_action; g_simple_action_set_enabled (_tmp13_, TRUE); @@ -2153,7 +2170,7 @@ gtk_tool_button_set_label (_tmp15_, _tmp16_); _tmp17_ = self->priv->app_main_menu; _tmp18_ = _ ("_Pause"); - g_menu_insert (_tmp17_, 3, _tmp18_, "app.pause"); + g_menu_insert (_tmp17_, 2, _tmp18_, "app.pause"); } } @@ -2166,9 +2183,9 @@ static void mines_explode_cb (Mines* self, Minefield* minefield) { - GtkImage* _tmp0_; - GSimpleAction* _tmp1_; - GSimpleAction* _tmp2_; + GtkImage* _tmp0_ = NULL; + GSimpleAction* _tmp1_ = NULL; + GSimpleAction* _tmp2_ = NULL; g_return_if_fail (self != NULL); g_return_if_fail (minefield != NULL); _tmp0_ = self->priv->sad_face_image; @@ -2181,27 +2198,27 @@ static void mines_cleared_cb (Mines* self, Minefield* minefield) { - GtkImage* _tmp0_; - GDateTime* _tmp1_; - GDateTime* date; - Minefield* _tmp2_; - gdouble _tmp3_; - gdouble _tmp4_; - guint duration; - GDateTime* _tmp5_; - Minefield* _tmp6_; - guint _tmp7_; - Minefield* _tmp8_; - guint _tmp9_; - Minefield* _tmp10_; - guint _tmp11_; - guint _tmp12_; - HistoryEntry* _tmp13_; - HistoryEntry* entry; - History* _tmp14_; - HistoryEntry* _tmp15_; - History* _tmp16_; - HistoryEntry* _tmp17_; + GtkImage* _tmp0_ = NULL; + GDateTime* date = NULL; + GDateTime* _tmp1_ = NULL; + guint duration = 0U; + Minefield* _tmp2_ = NULL; + gdouble _tmp3_ = 0.0; + gdouble _tmp4_ = 0.0; + HistoryEntry* entry = NULL; + GDateTime* _tmp5_ = NULL; + Minefield* _tmp6_ = NULL; + guint _tmp7_ = 0U; + Minefield* _tmp8_ = NULL; + guint _tmp9_ = 0U; + Minefield* _tmp10_ = NULL; + guint _tmp11_ = 0U; + guint _tmp12_ = 0U; + HistoryEntry* _tmp13_ = NULL; + History* _tmp14_ = NULL; + HistoryEntry* _tmp15_ = NULL; + History* _tmp16_ = NULL; + HistoryEntry* _tmp17_ = NULL; gint _tmp18_ = 0; g_return_if_fail (self != NULL); g_return_if_fail (minefield != NULL); @@ -2231,7 +2248,7 @@ _tmp17_ = entry; _tmp18_ = mines_show_scores (self, _tmp17_, TRUE); if (_tmp18_ == ((gint) GTK_RESPONSE_CLOSE)) { - GtkWindow* _tmp19_; + GtkWindow* _tmp19_ = NULL; _tmp19_ = self->priv->window; gtk_widget_destroy ((GtkWidget*) _tmp19_); } else { @@ -2243,25 +2260,25 @@ static void mines_tick_cb (Mines* self) { - gint elapsed; - Minefield* _tmp0_; - gint _tmp4_; - gint hours; - gint _tmp5_; - gint minutes; - gint _tmp6_; - gint seconds; - GtkLabel* _tmp7_; + gint elapsed = 0; + Minefield* _tmp0_ = NULL; + gint hours = 0; + gint _tmp4_ = 0; + gint minutes = 0; + gint _tmp5_ = 0; + gint seconds = 0; + gint _tmp6_ = 0; + GtkLabel* _tmp7_ = NULL; const gchar* _tmp8_ = NULL; gchar* _tmp9_ = NULL; - gchar* _tmp10_; + gchar* _tmp10_ = NULL; g_return_if_fail (self != NULL); elapsed = 0; _tmp0_ = self->priv->minefield; if (_tmp0_ != NULL) { - Minefield* _tmp1_; - gdouble _tmp2_; - gdouble _tmp3_; + Minefield* _tmp1_ = NULL; + gdouble _tmp2_ = 0.0; + gdouble _tmp3_ = 0.0; _tmp1_ = self->priv->minefield; _tmp2_ = minefield_get_elapsed (_tmp1_); _tmp3_ = _tmp2_; @@ -2283,7 +2300,7 @@ static void mines_look_cb (Mines* self, MinefieldView* minefield_view) { - GtkImage* _tmp0_; + GtkImage* _tmp0_ = NULL; g_return_if_fail (self != NULL); g_return_if_fail (minefield_view != NULL); _tmp0_ = self->priv->worried_face_image; @@ -2292,7 +2309,7 @@ static void mines_unlook_cb (Mines* self, MinefieldView* minefield_view) { - GtkImage* _tmp0_; + GtkImage* _tmp0_ = NULL; g_return_if_fail (self != NULL); g_return_if_fail (minefield_view != NULL); _tmp0_ = self->priv->cool_face_image; @@ -2301,44 +2318,44 @@ static void mines_about_cb (Mines* self) { + gchar** authors = NULL; const gchar* _tmp0_ = NULL; - gchar* _tmp1_; - gchar* _tmp2_; - gchar* _tmp3_; - gchar* _tmp4_; - gchar* _tmp5_; + gchar* _tmp1_ = NULL; + gchar* _tmp2_ = NULL; + gchar* _tmp3_ = NULL; + gchar* _tmp4_ = NULL; + gchar* _tmp5_ = NULL; const gchar* _tmp6_ = NULL; - gchar* _tmp7_; - gchar* _tmp8_; - gchar* _tmp9_; + gchar* _tmp7_ = NULL; + gchar* _tmp8_ = NULL; + gchar* _tmp9_ = NULL; const gchar* _tmp10_ = NULL; - gchar* _tmp11_; - gchar* _tmp12_; - gchar* _tmp13_; + gchar* _tmp11_ = NULL; + gchar* _tmp12_ = NULL; + gchar* _tmp13_ = NULL; gchar** _tmp14_ = NULL; - gchar** authors; - gint authors_length1; - gint _authors_size_; + gint authors_length1 = 0; + gint _authors_size_ = 0; + gchar** artists = NULL; const gchar* _tmp15_ = NULL; - gchar* _tmp16_; - gchar* _tmp17_; - gchar* _tmp18_; - gchar* _tmp19_; + gchar* _tmp16_ = NULL; + gchar* _tmp17_ = NULL; + gchar* _tmp18_ = NULL; + gchar* _tmp19_ = NULL; const gchar* _tmp20_ = NULL; - gchar* _tmp21_; - gchar* _tmp22_; + gchar* _tmp21_ = NULL; + gchar* _tmp22_ = NULL; gchar** _tmp23_ = NULL; - gchar** artists; - gint artists_length1; - gint _artists_size_; - gchar* _tmp24_; + gint artists_length1 = 0; + gint _artists_size_ = 0; + gchar** documenters = NULL; + gchar* _tmp24_ = NULL; gchar** _tmp25_ = NULL; - gchar** documenters; - gint documenters_length1; - gint _documenters_size_; - gchar* _tmp26_; - gchar* license; - GtkWindow* _tmp27_; + gint documenters_length1 = 0; + gint _documenters_size_ = 0; + gchar* license = NULL; + gchar* _tmp26_ = NULL; + GtkWindow* _tmp27_ = NULL; const gchar* _tmp28_ = NULL; const gchar* _tmp29_ = NULL; const gchar* _tmp30_ = NULL; @@ -2431,16 +2448,16 @@ static void mines_set_n_mines_limit (Mines* self) { - GSettings* _tmp0_; + gint max_mines = 0; + GSettings* _tmp0_ = NULL; gint _tmp1_ = 0; - GSettings* _tmp2_; + GSettings* _tmp2_ = NULL; gint _tmp3_ = 0; - gint max_mines; - GSettings* _tmp4_; + GSettings* _tmp4_ = NULL; gint _tmp5_ = 0; - gint _tmp6_; - GtkSpinButton* _tmp11_; - gint _tmp12_; + gint _tmp6_ = 0; + GtkSpinButton* _tmp11_ = NULL; + gint _tmp12_ = 0; g_return_if_fail (self != NULL); _tmp0_ = self->priv->settings; _tmp1_ = g_settings_get_int (_tmp0_, MINES_KEY_XSIZE); @@ -2451,10 +2468,10 @@ _tmp5_ = g_settings_get_int (_tmp4_, MINES_KEY_NMINES); _tmp6_ = max_mines; if (_tmp5_ > _tmp6_) { - GSettings* _tmp7_; - gint _tmp8_; - GtkSpinButton* _tmp9_; - gint _tmp10_; + GSettings* _tmp7_ = NULL; + gint _tmp8_ = 0; + GtkSpinButton* _tmp9_ = NULL; + gint _tmp10_ = 0; _tmp7_ = self->priv->settings; _tmp8_ = max_mines; g_settings_set_int (_tmp7_, MINES_KEY_NMINES, _tmp8_); @@ -2469,14 +2486,14 @@ static void mines_xsize_spin_cb (Mines* self, GtkSpinButton* spin) { - GtkSpinButton* _tmp0_; + gint xsize = 0; + GtkSpinButton* _tmp0_ = NULL; gint _tmp1_ = 0; - gint xsize; - gint _tmp2_; - GSettings* _tmp3_; + gint _tmp2_ = 0; + GSettings* _tmp3_ = NULL; gint _tmp4_ = 0; - GSettings* _tmp5_; - gint _tmp6_; + GSettings* _tmp5_ = NULL; + gint _tmp6_ = 0; g_return_if_fail (self != NULL); g_return_if_fail (spin != NULL); _tmp0_ = spin; @@ -2496,14 +2513,14 @@ static void mines_ysize_spin_cb (Mines* self, GtkSpinButton* spin) { - GtkSpinButton* _tmp0_; + gint ysize = 0; + GtkSpinButton* _tmp0_ = NULL; gint _tmp1_ = 0; - gint ysize; - gint _tmp2_; - GSettings* _tmp3_; + gint _tmp2_ = 0; + GSettings* _tmp3_ = NULL; gint _tmp4_ = 0; - GSettings* _tmp5_; - gint _tmp6_; + GSettings* _tmp5_ = NULL; + gint _tmp6_ = 0; g_return_if_fail (self != NULL); g_return_if_fail (spin != NULL); _tmp0_ = spin; @@ -2523,14 +2540,14 @@ static void mines_n_mines_spin_cb (Mines* self, GtkSpinButton* spin) { - GtkSpinButton* _tmp0_; + gint n_mines = 0; + GtkSpinButton* _tmp0_ = NULL; gint _tmp1_ = 0; - gint n_mines; - gint _tmp2_; - GSettings* _tmp3_; + gint _tmp2_ = 0; + GSettings* _tmp3_ = NULL; gint _tmp4_ = 0; - GSettings* _tmp5_; - gint _tmp6_; + GSettings* _tmp5_ = NULL; + gint _tmp6_ = 0; g_return_if_fail (self != NULL); g_return_if_fail (spin != NULL); _tmp0_ = spin; @@ -2549,11 +2566,11 @@ static void mines_use_question_toggle_cb (Mines* self, GtkToggleButton* button) { - GtkToggleButton* _tmp0_; + gboolean use_question_marks = FALSE; + GtkToggleButton* _tmp0_ = NULL; gboolean _tmp1_ = FALSE; - gboolean use_question_marks; - GSettings* _tmp2_; - MinefieldView* _tmp3_; + GSettings* _tmp2_ = NULL; + MinefieldView* _tmp3_ = NULL; g_return_if_fail (self != NULL); g_return_if_fail (button != NULL); _tmp0_ = button; @@ -2567,11 +2584,11 @@ static void mines_use_overmine_toggle_cb (Mines* self, GtkToggleButton* button) { - GtkToggleButton* _tmp0_; + gboolean use_overmine_warning = FALSE; + GtkToggleButton* _tmp0_ = NULL; gboolean _tmp1_ = FALSE; - gboolean use_overmine_warning; - GSettings* _tmp2_; - MinefieldView* _tmp3_; + GSettings* _tmp2_ = NULL; + MinefieldView* _tmp3_ = NULL; g_return_if_fail (self != NULL); g_return_if_fail (button != NULL); _tmp0_ = button; @@ -2585,11 +2602,11 @@ static void mines_use_number_border_toggle_cb (Mines* self, GtkToggleButton* button) { - GtkToggleButton* _tmp0_; + gboolean use_number_border = FALSE; + GtkToggleButton* _tmp0_ = NULL; gboolean _tmp1_ = FALSE; - gboolean use_number_border; - GSettings* _tmp2_; - MinefieldView* _tmp3_; + GSettings* _tmp2_ = NULL; + MinefieldView* _tmp3_ = NULL; g_return_if_fail (self != NULL); g_return_if_fail (button != NULL); _tmp0_ = button; @@ -2631,29 +2648,29 @@ static GtkDialog* mines_create_preferences (Mines* self) { GtkDialog* result = NULL; + GtkDialog* dialog = NULL; const gchar* _tmp0_ = NULL; - GtkWindow* _tmp1_; - GtkDialog* _tmp2_; - GtkDialog* dialog; + GtkWindow* _tmp1_ = NULL; + GtkDialog* _tmp2_ = NULL; + GtkBox* box = NULL; GtkBox* _tmp3_ = NULL; - GtkBox* _tmp4_; - GtkBox* box; - GtkGrid* _tmp5_; - GtkGrid* grid; + GtkBox* _tmp4_ = NULL; + GtkGrid* grid = NULL; + GtkGrid* _tmp5_ = NULL; + GtkCheckButton* question_toggle = NULL; const gchar* _tmp6_ = NULL; - GtkCheckButton* _tmp7_; - GtkCheckButton* question_toggle; - GSettings* _tmp8_; + GtkCheckButton* _tmp7_ = NULL; + GSettings* _tmp8_ = NULL; gboolean _tmp9_ = FALSE; + GtkCheckButton* overmine_toggle = NULL; const gchar* _tmp10_ = NULL; - GtkCheckButton* _tmp11_; - GtkCheckButton* overmine_toggle; - GSettings* _tmp12_; + GtkCheckButton* _tmp11_ = NULL; + GSettings* _tmp12_ = NULL; gboolean _tmp13_ = FALSE; + GtkCheckButton* border_toggle = NULL; const gchar* _tmp14_ = NULL; - GtkCheckButton* _tmp15_; - GtkCheckButton* border_toggle; - GSettings* _tmp16_; + GtkCheckButton* _tmp15_ = NULL; + GSettings* _tmp16_ = NULL; gboolean _tmp17_ = FALSE; g_return_val_if_fail (self != NULL, NULL); _tmp0_ = _ ("Mines Preferences"); @@ -2665,7 +2682,7 @@ g_signal_connect_object ((GtkWidget*) dialog, "delete-event", (GCallback) _mines_pref_delete_event_cb_gtk_widget_delete_event, self, 0); gtk_container_set_border_width ((GtkContainer*) dialog, (guint) 5); gtk_window_set_resizable ((GtkWindow*) dialog, FALSE); - _tmp3_ = gtk_dialog_get_content_area (dialog); + _tmp3_ = (GtkBox*) gtk_dialog_get_content_area (dialog); _tmp4_ = _g_object_ref0 (G_TYPE_CHECK_INSTANCE_CAST (_tmp3_, GTK_TYPE_BOX, GtkBox)); box = _tmp4_; _tmp5_ = (GtkGrid*) gtk_grid_new (); @@ -2717,16 +2734,16 @@ static void mines_set_mode (Mines* self, gint mode) { - gint _tmp0_; - GSettings* _tmp1_; + gint _tmp0_ = 0; + GSettings* _tmp1_ = NULL; gint _tmp2_ = 0; g_return_if_fail (self != NULL); _tmp0_ = mode; _tmp1_ = self->priv->settings; _tmp2_ = g_settings_get_int (_tmp1_, MINES_KEY_MODE); if (_tmp0_ != _tmp2_) { - GSettings* _tmp3_; - gint _tmp4_; + GSettings* _tmp3_ = NULL; + gint _tmp4_ = 0; _tmp3_ = self->priv->settings; _tmp4_ = mode; g_settings_set_int (_tmp3_, MINES_KEY_MODE, _tmp4_); @@ -2760,7 +2777,7 @@ static void mines_pref_response_cb (Mines* self, GtkDialog* dialog, gint response_id) { - GtkDialog* _tmp0_; + GtkDialog* _tmp0_ = NULL; g_return_if_fail (self != NULL); g_return_if_fail (dialog != NULL); _tmp0_ = self->priv->pref_dialog; @@ -2770,7 +2787,7 @@ static gboolean mines_pref_delete_event_cb (Mines* self, GtkWidget* widget, GdkEventAny* event) { gboolean result = FALSE; - GtkDialog* _tmp0_; + GtkDialog* _tmp0_ = NULL; g_return_val_if_fail (self != NULL, FALSE); g_return_val_if_fail (widget != NULL, FALSE); g_return_val_if_fail (event != NULL, FALSE); @@ -2782,8 +2799,8 @@ static void mines_preferences_cb (Mines* self) { - GtkDialog* _tmp0_; - GtkDialog* _tmp2_; + GtkDialog* _tmp0_ = NULL; + GtkDialog* _tmp2_ = NULL; g_return_if_fail (self != NULL); _tmp0_ = self->priv->pref_dialog; if (_tmp0_ == NULL) { @@ -2801,7 +2818,7 @@ GError * _inner_error_ = NULL; g_return_if_fail (self != NULL); { - GtkWindow* _tmp0_; + GtkWindow* _tmp0_ = NULL; GdkScreen* _tmp1_ = NULL; guint32 _tmp2_ = 0U; _tmp0_ = self->priv->window; @@ -2816,13 +2833,13 @@ __catch0_g_error: { GError* e = NULL; - GError* _tmp3_; - const gchar* _tmp4_; + GError* _tmp3_ = NULL; + const gchar* _tmp4_ = NULL; e = _inner_error_; _inner_error_ = NULL; _tmp3_ = e; _tmp4_ = _tmp3_->message; - g_warning ("gnome-mines.vala:948: Failed to show help: %s", _tmp4_); + g_warning ("gnome-mines.vala:954: Failed to show help: %s", _tmp4_); _g_error_free0 (e); } __finally0: @@ -2836,20 +2853,21 @@ gint mines_main (gchar** args, int args_length1) { gint result = 0; - GOptionContext* _tmp0_; - GOptionContext* context; - GOptionContext* _tmp1_; - GOptionContext* _tmp2_; + GOptionContext* context = NULL; + GOptionContext* _tmp0_ = NULL; + GOptionContext* _tmp1_ = NULL; + GOptionContext* _tmp2_ = NULL; GOptionGroup* _tmp3_ = NULL; - Mines* _tmp8_; - Mines* app; - Mines* _tmp9_; + Mines* app = NULL; + Mines* _tmp8_ = NULL; + Mines* _tmp9_ = NULL; gint _tmp10_ = 0; GError * _inner_error_ = NULL; setlocale (LC_ALL, ""); bindtextdomain (GETTEXT_PACKAGE, LOCALEDIR); bind_textdomain_codeset (GETTEXT_PACKAGE, "UTF-8"); textdomain (GETTEXT_PACKAGE); + g_set_prgname ("gnomine"); _tmp0_ = g_option_context_new (NULL); context = _tmp0_; _tmp1_ = context; @@ -2858,7 +2876,7 @@ _tmp3_ = gtk_get_option_group (TRUE); g_option_context_add_group (_tmp2_, _tmp3_); { - GOptionContext* _tmp4_; + GOptionContext* _tmp4_ = NULL; _tmp4_ = context; g_option_context_parse (_tmp4_, &args_length1, &args, &_inner_error_); if (_inner_error_ != NULL) { @@ -2869,9 +2887,9 @@ __catch1_g_error: { GError* e = NULL; - FILE* _tmp5_; - GError* _tmp6_; - const gchar* _tmp7_; + FILE* _tmp5_ = NULL; + GError* _tmp6_ = NULL; + const gchar* _tmp7_ = NULL; e = _inner_error_; _inner_error_ = NULL; _tmp5_ = stderr; @@ -2988,69 +3006,69 @@ ScoreDialog* score_dialog_construct (GType object_type, History* history, HistoryEntry* selected_entry, gboolean show_quit) { ScoreDialog * self = NULL; - History* _tmp0_; - History* _tmp1_; - History* _tmp2_; - HistoryEntry* _tmp3_; - HistoryEntry* _tmp4_; - gboolean _tmp5_; - GtkBox* _tmp10_; - GtkBox* vbox; - GtkBox* _tmp11_; - GtkBox* _tmp12_; + History* _tmp0_ = NULL; + History* _tmp1_ = NULL; + History* _tmp2_ = NULL; + HistoryEntry* _tmp3_ = NULL; + HistoryEntry* _tmp4_ = NULL; + gboolean _tmp5_ = FALSE; + GtkBox* vbox = NULL; + GtkBox* _tmp10_ = NULL; + GtkBox* _tmp11_ = NULL; + GtkBox* _tmp12_ = NULL; GtkBox* _tmp13_ = NULL; - GtkBox* _tmp14_; - GtkBox* _tmp15_; - GtkBox* hbox; - GtkBox* _tmp16_; - GtkBox* _tmp17_; - GtkBox* _tmp18_; + GtkBox* _tmp14_ = NULL; + GtkBox* hbox = NULL; + GtkBox* _tmp15_ = NULL; + GtkBox* _tmp16_ = NULL; + GtkBox* _tmp17_ = NULL; + GtkBox* _tmp18_ = NULL; + GtkLabel* label = NULL; const gchar* _tmp19_ = NULL; - GtkLabel* _tmp20_; - GtkLabel* label; - GtkLabel* _tmp21_; - GtkBox* _tmp22_; - GtkLabel* _tmp23_; - GtkListStore* _tmp24_; - GtkComboBox* _tmp25_; - GtkComboBox* _tmp26_; - GtkComboBox* _tmp27_; - GtkListStore* _tmp28_; - GtkCellRendererText* _tmp29_; - GtkCellRendererText* renderer; - GtkComboBox* _tmp30_; - GtkCellRendererText* _tmp31_; - GtkComboBox* _tmp32_; - GtkCellRendererText* _tmp33_; - GtkComboBox* _tmp34_; - GtkBox* _tmp35_; - GtkComboBox* _tmp36_; - GtkScrolledWindow* _tmp37_; - GtkScrolledWindow* scroll; - GtkScrolledWindow* _tmp38_; - GtkScrolledWindow* _tmp39_; - GtkScrolledWindow* _tmp40_; - GtkBox* _tmp41_; - GtkScrolledWindow* _tmp42_; - GtkListStore* _tmp43_; - GtkTreeView* _tmp44_; - GtkTreeView* scores; - GtkCellRendererText* _tmp45_; - GtkTreeView* _tmp46_; + GtkLabel* _tmp20_ = NULL; + GtkLabel* _tmp21_ = NULL; + GtkBox* _tmp22_ = NULL; + GtkLabel* _tmp23_ = NULL; + GtkListStore* _tmp24_ = NULL; + GtkComboBox* _tmp25_ = NULL; + GtkComboBox* _tmp26_ = NULL; + GtkComboBox* _tmp27_ = NULL; + GtkListStore* _tmp28_ = NULL; + GtkCellRendererText* renderer = NULL; + GtkCellRendererText* _tmp29_ = NULL; + GtkComboBox* _tmp30_ = NULL; + GtkCellRendererText* _tmp31_ = NULL; + GtkComboBox* _tmp32_ = NULL; + GtkCellRendererText* _tmp33_ = NULL; + GtkComboBox* _tmp34_ = NULL; + GtkBox* _tmp35_ = NULL; + GtkComboBox* _tmp36_ = NULL; + GtkScrolledWindow* scroll = NULL; + GtkScrolledWindow* _tmp37_ = NULL; + GtkScrolledWindow* _tmp38_ = NULL; + GtkScrolledWindow* _tmp39_ = NULL; + GtkScrolledWindow* _tmp40_ = NULL; + GtkBox* _tmp41_ = NULL; + GtkScrolledWindow* _tmp42_ = NULL; + GtkListStore* _tmp43_ = NULL; + GtkTreeView* scores = NULL; + GtkTreeView* _tmp44_ = NULL; + GtkCellRendererText* _tmp45_ = NULL; + GtkTreeView* _tmp46_ = NULL; const gchar* _tmp47_ = NULL; - GtkCellRendererText* _tmp48_; - GtkCellRendererText* _tmp49_; - GtkCellRendererText* _tmp50_; - GtkTreeView* _tmp51_; + GtkCellRendererText* _tmp48_ = NULL; + GtkCellRendererText* _tmp49_ = NULL; + GtkCellRendererText* _tmp50_ = NULL; + GtkTreeView* _tmp51_ = NULL; const gchar* _tmp52_ = NULL; - GtkCellRendererText* _tmp53_; - GtkTreeView* _tmp54_; - GtkListStore* _tmp55_; - GtkTreeView* _tmp56_; - GtkScrolledWindow* _tmp57_; - GtkTreeView* _tmp58_; - History* _tmp59_; - GList* _tmp60_; + GtkCellRendererText* _tmp53_ = NULL; + GtkTreeView* _tmp54_ = NULL; + GtkListStore* _tmp55_ = NULL; + GtkTreeView* _tmp56_ = NULL; + GtkScrolledWindow* _tmp57_ = NULL; + GtkTreeView* _tmp58_ = NULL; + History* _tmp59_ = NULL; + GList* _tmp60_ = NULL; g_return_val_if_fail (history != NULL, NULL); self = (ScoreDialog*) g_object_new (object_type, NULL); _tmp0_ = history; @@ -3065,11 +3083,11 @@ self->priv->selected_entry = _tmp4_; _tmp5_ = show_quit; if (_tmp5_) { + GtkWidget* button = NULL; const gchar* _tmp6_ = NULL; GtkWidget* _tmp7_ = NULL; - GtkWidget* _tmp8_; - GtkWidget* button; - GtkWidget* _tmp9_; + GtkWidget* _tmp8_ = NULL; + GtkWidget* _tmp9_ = NULL; gtk_dialog_add_button ((GtkDialog*) self, GTK_STOCK_QUIT, (gint) GTK_RESPONSE_CLOSE); _tmp6_ = _ ("New Game"); _tmp7_ = gtk_dialog_add_button ((GtkDialog*) self, _tmp6_, (gint) GTK_RESPONSE_OK); @@ -3089,7 +3107,7 @@ gtk_container_set_border_width ((GtkContainer*) _tmp11_, (guint) 6); _tmp12_ = vbox; gtk_widget_show ((GtkWidget*) _tmp12_); - _tmp13_ = gtk_dialog_get_content_area ((GtkDialog*) self); + _tmp13_ = (GtkBox*) gtk_dialog_get_content_area ((GtkDialog*) self); _tmp14_ = vbox; gtk_box_pack_start (_tmp13_, (GtkWidget*) _tmp14_, TRUE, TRUE, (guint) 0); _tmp15_ = (GtkBox*) gtk_box_new (GTK_ORIENTATION_HORIZONTAL, 6); @@ -3186,12 +3204,12 @@ GList* entry_it = NULL; entry_collection = _tmp60_; for (entry_it = entry_collection; entry_it != NULL; entry_it = entry_it->next) { - HistoryEntry* _tmp61_; + HistoryEntry* _tmp61_ = NULL; HistoryEntry* entry = NULL; _tmp61_ = _history_entry_ref0 ((HistoryEntry*) entry_it->data); entry = _tmp61_; { - HistoryEntry* _tmp62_; + HistoryEntry* _tmp62_ = NULL; _tmp62_ = entry; score_dialog_entry_added_cb (self, _tmp62_); _history_entry_unref0 (entry); @@ -3221,12 +3239,12 @@ void score_dialog_set_size (ScoreDialog* self, guint width, guint height, guint n_mines) { - GtkListStore* _tmp0_; - History* _tmp1_; - GList* _tmp2_; + GtkListStore* _tmp0_ = NULL; + GList* entries = NULL; + History* _tmp1_ = NULL; + GList* _tmp2_ = NULL; GList* _tmp3_ = NULL; - GList* entries; - GList* _tmp4_; + GList* _tmp4_ = NULL; g_return_if_fail (self != NULL); _tmp0_ = self->priv->score_model; gtk_list_store_clear (_tmp0_); @@ -3246,41 +3264,41 @@ { gboolean _tmp5_ = FALSE; gboolean _tmp6_ = FALSE; - HistoryEntry* _tmp7_; - guint _tmp8_; - guint _tmp9_; - gboolean _tmp13_; - gboolean _tmp17_; - HistoryEntry* _tmp18_; - GDateTime* _tmp19_; + HistoryEntry* _tmp7_ = NULL; + guint _tmp8_ = 0U; + guint _tmp9_ = 0U; + gboolean _tmp13_ = FALSE; + gboolean _tmp17_ = FALSE; + gchar* date_label = NULL; + HistoryEntry* _tmp18_ = NULL; + GDateTime* _tmp19_ = NULL; gchar* _tmp20_ = NULL; - gchar* date_label; - HistoryEntry* _tmp21_; - guint _tmp22_; + gchar* time_label = NULL; + HistoryEntry* _tmp21_ = NULL; + guint _tmp22_ = 0U; gchar* _tmp23_ = NULL; - gchar* time_label; - HistoryEntry* _tmp24_; - guint _tmp25_; - gint weight; - HistoryEntry* _tmp31_; - HistoryEntry* _tmp32_; + HistoryEntry* _tmp24_ = NULL; + guint _tmp25_ = 0U; + gint weight = 0; + HistoryEntry* _tmp31_ = NULL; + HistoryEntry* _tmp32_ = NULL; GtkTreeIter iter = {0}; - GtkListStore* _tmp33_; + GtkListStore* _tmp33_ = NULL; GtkTreeIter _tmp34_ = {0}; - GtkListStore* _tmp35_; - GtkTreeIter _tmp36_; - const gchar* _tmp37_; - const gchar* _tmp38_; - gint _tmp39_; + GtkListStore* _tmp35_ = NULL; + GtkTreeIter _tmp36_ = {0}; + const gchar* _tmp37_ = NULL; + const gchar* _tmp38_ = NULL; + gint _tmp39_ = 0; _tmp7_ = entry; _tmp8_ = _tmp7_->width; _tmp9_ = width; if (_tmp8_ != _tmp9_) { _tmp6_ = TRUE; } else { - HistoryEntry* _tmp10_; - guint _tmp11_; - guint _tmp12_; + HistoryEntry* _tmp10_ = NULL; + guint _tmp11_ = 0U; + guint _tmp12_ = 0U; _tmp10_ = entry; _tmp11_ = _tmp10_->height; _tmp12_ = height; @@ -3290,9 +3308,9 @@ if (_tmp13_) { _tmp5_ = TRUE; } else { - HistoryEntry* _tmp14_; - guint _tmp15_; - guint _tmp16_; + HistoryEntry* _tmp14_ = NULL; + guint _tmp15_ = 0U; + guint _tmp16_ = 0U; _tmp14_ = entry; _tmp15_ = _tmp14_->n_mines; _tmp16_ = n_mines; @@ -3313,10 +3331,10 @@ _tmp24_ = entry; _tmp25_ = _tmp24_->duration; if (_tmp25_ >= ((guint) 60)) { - HistoryEntry* _tmp26_; - guint _tmp27_; - HistoryEntry* _tmp28_; - guint _tmp29_; + HistoryEntry* _tmp26_ = NULL; + guint _tmp27_ = 0U; + HistoryEntry* _tmp28_ = NULL; + guint _tmp29_ = 0U; gchar* _tmp30_ = NULL; _tmp26_ = entry; _tmp27_ = _tmp26_->duration; @@ -3352,26 +3370,26 @@ static gint score_dialog_compare_entries (HistoryEntry* a, HistoryEntry* b) { gint result = 0; - HistoryEntry* _tmp0_; - guint _tmp1_; - HistoryEntry* _tmp2_; - guint _tmp3_; - HistoryEntry* _tmp8_; - guint _tmp9_; - HistoryEntry* _tmp10_; - guint _tmp11_; - HistoryEntry* _tmp16_; - guint _tmp17_; - HistoryEntry* _tmp18_; - guint _tmp19_; - HistoryEntry* _tmp24_; - guint _tmp25_; - HistoryEntry* _tmp26_; - guint _tmp27_; - HistoryEntry* _tmp32_; - GDateTime* _tmp33_; - HistoryEntry* _tmp34_; - GDateTime* _tmp35_; + HistoryEntry* _tmp0_ = NULL; + guint _tmp1_ = 0U; + HistoryEntry* _tmp2_ = NULL; + guint _tmp3_ = 0U; + HistoryEntry* _tmp8_ = NULL; + guint _tmp9_ = 0U; + HistoryEntry* _tmp10_ = NULL; + guint _tmp11_ = 0U; + HistoryEntry* _tmp16_ = NULL; + guint _tmp17_ = 0U; + HistoryEntry* _tmp18_ = NULL; + guint _tmp19_ = 0U; + HistoryEntry* _tmp24_ = NULL; + guint _tmp25_ = 0U; + HistoryEntry* _tmp26_ = NULL; + guint _tmp27_ = 0U; + HistoryEntry* _tmp32_ = NULL; + GDateTime* _tmp33_ = NULL; + HistoryEntry* _tmp34_ = NULL; + GDateTime* _tmp35_ = NULL; gint _tmp36_ = 0; g_return_val_if_fail (a != NULL, 0); g_return_val_if_fail (b != NULL, 0); @@ -3380,10 +3398,10 @@ _tmp2_ = b; _tmp3_ = _tmp2_->width; if (_tmp1_ != _tmp3_) { - HistoryEntry* _tmp4_; - guint _tmp5_; - HistoryEntry* _tmp6_; - guint _tmp7_; + HistoryEntry* _tmp4_ = NULL; + guint _tmp5_ = 0U; + HistoryEntry* _tmp6_ = NULL; + guint _tmp7_ = 0U; _tmp4_ = a; _tmp5_ = _tmp4_->width; _tmp6_ = b; @@ -3396,10 +3414,10 @@ _tmp10_ = b; _tmp11_ = _tmp10_->height; if (_tmp9_ != _tmp11_) { - HistoryEntry* _tmp12_; - guint _tmp13_; - HistoryEntry* _tmp14_; - guint _tmp15_; + HistoryEntry* _tmp12_ = NULL; + guint _tmp13_ = 0U; + HistoryEntry* _tmp14_ = NULL; + guint _tmp15_ = 0U; _tmp12_ = a; _tmp13_ = _tmp12_->height; _tmp14_ = b; @@ -3412,10 +3430,10 @@ _tmp18_ = b; _tmp19_ = _tmp18_->n_mines; if (_tmp17_ != _tmp19_) { - HistoryEntry* _tmp20_; - guint _tmp21_; - HistoryEntry* _tmp22_; - guint _tmp23_; + HistoryEntry* _tmp20_ = NULL; + guint _tmp21_ = 0U; + HistoryEntry* _tmp22_ = NULL; + guint _tmp23_ = 0U; _tmp20_ = a; _tmp21_ = _tmp20_->n_mines; _tmp22_ = b; @@ -3428,10 +3446,10 @@ _tmp26_ = b; _tmp27_ = _tmp26_->duration; if (_tmp25_ != _tmp27_) { - HistoryEntry* _tmp28_; - guint _tmp29_; - HistoryEntry* _tmp30_; - guint _tmp31_; + HistoryEntry* _tmp28_ = NULL; + guint _tmp29_ = 0U; + HistoryEntry* _tmp30_ = NULL; + guint _tmp31_ = 0U; _tmp28_ = a; _tmp29_ = _tmp28_->duration; _tmp30_ = b; @@ -3451,19 +3469,19 @@ static void score_dialog_size_changed_cb (ScoreDialog* self, GtkComboBox* combo) { GtkTreeIter iter = {0}; - GtkComboBox* _tmp0_; + GtkComboBox* _tmp0_ = NULL; GtkTreeIter _tmp1_ = {0}; gboolean _tmp2_ = FALSE; gint width = 0; gint height = 0; gint n_mines = 0; - GtkComboBox* _tmp3_; - GtkTreeModel* _tmp4_; - GtkTreeModel* _tmp5_; - GtkTreeIter _tmp6_; - gint _tmp7_; - gint _tmp8_; - gint _tmp9_; + GtkComboBox* _tmp3_ = NULL; + GtkTreeModel* _tmp4_ = NULL; + GtkTreeModel* _tmp5_ = NULL; + GtkTreeIter _tmp6_ = {0}; + gint _tmp7_ = 0; + gint _tmp8_ = 0; + gint _tmp9_ = 0; g_return_if_fail (self != NULL); g_return_if_fail (combo != NULL); _tmp0_ = combo; @@ -3486,11 +3504,11 @@ static void score_dialog_entry_added_cb (ScoreDialog* self, HistoryEntry* entry) { GtkTreeIter iter = {0}; - gboolean have_size_entry; - GtkListStore* _tmp0_; + gboolean have_size_entry = FALSE; + GtkListStore* _tmp0_ = NULL; GtkTreeIter _tmp1_ = {0}; gboolean _tmp2_ = FALSE; - gboolean _tmp22_; + gboolean _tmp22_ = FALSE; g_return_if_fail (self != NULL); g_return_if_fail (entry != NULL); have_size_entry = FALSE; @@ -3499,25 +3517,25 @@ iter = _tmp1_; if (_tmp2_) { { - gboolean _tmp3_; + gboolean _tmp3_ = FALSE; _tmp3_ = TRUE; while (TRUE) { - gboolean _tmp4_; + gboolean _tmp4_ = FALSE; gint width = 0; gint height = 0; gint n_mines = 0; - GtkListStore* _tmp7_; - GtkTreeIter _tmp8_; + GtkListStore* _tmp7_ = NULL; + GtkTreeIter _tmp8_ = {0}; gboolean _tmp9_ = FALSE; gboolean _tmp10_ = FALSE; - gint _tmp11_; - HistoryEntry* _tmp12_; - guint _tmp13_; - gboolean _tmp17_; - gboolean _tmp21_; + gint _tmp11_ = 0; + HistoryEntry* _tmp12_ = NULL; + guint _tmp13_ = 0U; + gboolean _tmp17_ = FALSE; + gboolean _tmp21_ = FALSE; _tmp4_ = _tmp3_; if (!_tmp4_) { - GtkListStore* _tmp5_; + GtkListStore* _tmp5_ = NULL; gboolean _tmp6_ = FALSE; _tmp5_ = self->priv->size_model; _tmp6_ = gtk_tree_model_iter_next ((GtkTreeModel*) _tmp5_, &iter); @@ -3533,9 +3551,9 @@ _tmp12_ = entry; _tmp13_ = _tmp12_->width; if (((guint) _tmp11_) == _tmp13_) { - gint _tmp14_; - HistoryEntry* _tmp15_; - guint _tmp16_; + gint _tmp14_ = 0; + HistoryEntry* _tmp15_ = NULL; + guint _tmp16_ = 0U; _tmp14_ = height; _tmp15_ = entry; _tmp16_ = _tmp15_->height; @@ -3545,9 +3563,9 @@ } _tmp17_ = _tmp10_; if (_tmp17_) { - gint _tmp18_; - HistoryEntry* _tmp19_; - guint _tmp20_; + gint _tmp18_ = 0; + HistoryEntry* _tmp19_ = NULL; + guint _tmp20_ = 0U; _tmp18_ = n_mines; _tmp19_ = entry; _tmp20_ = _tmp19_->n_mines; @@ -3565,37 +3583,37 @@ } _tmp22_ = have_size_entry; if (!_tmp22_) { - HistoryEntry* _tmp23_; - guint _tmp24_; + gchar* label = NULL; + HistoryEntry* _tmp23_ = NULL; + guint _tmp24_ = 0U; const gchar* _tmp25_ = NULL; - HistoryEntry* _tmp26_; - guint _tmp27_; - HistoryEntry* _tmp28_; - guint _tmp29_; - HistoryEntry* _tmp30_; - guint _tmp31_; + HistoryEntry* _tmp26_ = NULL; + guint _tmp27_ = 0U; + HistoryEntry* _tmp28_ = NULL; + guint _tmp29_ = 0U; + HistoryEntry* _tmp30_ = NULL; + guint _tmp31_ = 0U; gchar* _tmp32_ = NULL; - gchar* label; - GtkListStore* _tmp33_; + GtkListStore* _tmp33_ = NULL; GtkTreeIter _tmp34_ = {0}; - GtkListStore* _tmp35_; - GtkTreeIter _tmp36_; - const gchar* _tmp37_; - HistoryEntry* _tmp38_; - guint _tmp39_; - HistoryEntry* _tmp40_; - guint _tmp41_; - HistoryEntry* _tmp42_; - guint _tmp43_; - GtkComboBox* _tmp44_; + GtkListStore* _tmp35_ = NULL; + GtkTreeIter _tmp36_ = {0}; + const gchar* _tmp37_ = NULL; + HistoryEntry* _tmp38_ = NULL; + guint _tmp39_ = 0U; + HistoryEntry* _tmp40_ = NULL; + guint _tmp41_ = 0U; + HistoryEntry* _tmp42_ = NULL; + guint _tmp43_ = 0U; + GtkComboBox* _tmp44_ = NULL; gint _tmp45_ = 0; gboolean _tmp48_ = FALSE; gboolean _tmp49_ = FALSE; gboolean _tmp50_ = FALSE; - HistoryEntry* _tmp51_; - gboolean _tmp56_; - gboolean _tmp61_; - gboolean _tmp66_; + HistoryEntry* _tmp51_ = NULL; + gboolean _tmp56_ = FALSE; + gboolean _tmp61_ = FALSE; + gboolean _tmp66_ = FALSE; _tmp23_ = entry; _tmp24_ = _tmp23_->n_mines; _tmp25_ = ngettext ("%u × %u, %u mine", "%u × %u, %u mines", (gulong) _tmp24_); @@ -3623,18 +3641,18 @@ _tmp44_ = self->priv->size_combo; _tmp45_ = gtk_combo_box_get_active (_tmp44_); if (_tmp45_ == (-1)) { - GtkComboBox* _tmp46_; - GtkTreeIter _tmp47_; + GtkComboBox* _tmp46_ = NULL; + GtkTreeIter _tmp47_ = {0}; _tmp46_ = self->priv->size_combo; _tmp47_ = iter; gtk_combo_box_set_active_iter (_tmp46_, &_tmp47_); } _tmp51_ = self->priv->selected_entry; if (_tmp51_ != NULL) { - HistoryEntry* _tmp52_; - guint _tmp53_; - HistoryEntry* _tmp54_; - guint _tmp55_; + HistoryEntry* _tmp52_ = NULL; + guint _tmp53_ = 0U; + HistoryEntry* _tmp54_ = NULL; + guint _tmp55_ = 0U; _tmp52_ = entry; _tmp53_ = _tmp52_->width; _tmp54_ = self->priv->selected_entry; @@ -3645,10 +3663,10 @@ } _tmp56_ = _tmp50_; if (_tmp56_) { - HistoryEntry* _tmp57_; - guint _tmp58_; - HistoryEntry* _tmp59_; - guint _tmp60_; + HistoryEntry* _tmp57_ = NULL; + guint _tmp58_ = 0U; + HistoryEntry* _tmp59_ = NULL; + guint _tmp60_ = 0U; _tmp57_ = entry; _tmp58_ = _tmp57_->height; _tmp59_ = self->priv->selected_entry; @@ -3659,10 +3677,10 @@ } _tmp61_ = _tmp49_; if (_tmp61_) { - HistoryEntry* _tmp62_; - guint _tmp63_; - HistoryEntry* _tmp64_; - guint _tmp65_; + HistoryEntry* _tmp62_ = NULL; + guint _tmp63_ = 0U; + HistoryEntry* _tmp64_ = NULL; + guint _tmp65_ = 0U; _tmp62_ = entry; _tmp63_ = _tmp62_->n_mines; _tmp64_ = self->priv->selected_entry; @@ -3673,8 +3691,8 @@ } _tmp66_ = _tmp48_; if (_tmp66_) { - GtkComboBox* _tmp67_; - GtkTreeIter _tmp68_; + GtkComboBox* _tmp67_ = NULL; + GtkTreeIter _tmp68_ = {0}; _tmp67_ = self->priv->size_combo; _tmp68_ = iter; gtk_combo_box_set_active_iter (_tmp67_, &_tmp68_); diff -Nru gnome-mines-3.8.2/src/gnome-mines.vala gnome-mines-3.10.1/src/gnome-mines.vala --- gnome-mines-3.8.2/src/gnome-mines.vala 2013-08-20 01:38:36.000000000 +0000 +++ gnome-mines-3.10.1/src/gnome-mines.vala 2013-10-12 11:18:07.000000000 +0000 @@ -47,6 +47,9 @@ /* true when the user has requested the game to pause. */ private bool pause_requested; + + /* true when the next configure event should be ignored. */ + private bool window_skip_configure; /* Game history */ private History history; @@ -113,7 +116,6 @@ menu.append_section (null, app_main_menu); app_main_menu.append (_("_New Game"), "app.new-game"); app_main_menu.append (_("_Replay Size"), "app.repeat-size"); - app_main_menu.append (_("_Hint"), "app.hint"); app_main_menu.append (_("_Pause"), "app.pause"); app_main_menu.append (_("_Fullscreen"), "app.fullscreen"); app_main_menu.append (_("_Scores"), "app.scores"); @@ -296,7 +298,7 @@ new_game_grid.attach (button, 1, 1, 1, 1); label = new Gtk.Label (null); - label.set_markup_with_mnemonic ("?\n" + dpgettext2 (null, "board size", "Custom") + ""); + label.set_markup_with_mnemonic ("?\n" + dpgettext2 (null, "board size", _("Custom")) + ""); label.set_justify (Gtk.Justification.CENTER); button.add (label); @@ -367,12 +369,14 @@ private bool window_configure_event_cb (Gdk.EventConfigure event) { - if (!is_maximized && !is_fullscreen) + if (!is_maximized && !is_fullscreen && !window_skip_configure) { window_width = event.width; window_height = event.height; } + window_skip_configure = false; + return false; } @@ -559,6 +563,7 @@ new_game_screen.show (); flag_label.set_text(""); set_face_image (smile_face_image); + window.resize (window_width, window_height); new_game_action.set_enabled (false); repeat_size_action.set_enabled (false); @@ -570,6 +575,7 @@ { is_new_game_screen = false; custom_game_screen.hide (); + window_skip_configure = true; minefield_view.show (); minefield_view.has_focus = true; new_game_screen.hide (); @@ -660,7 +666,7 @@ * but it doesn't seem we have much of an option, lets just * hope the C compiler can optimise this. */ - app_main_menu.remove (3); // Remove pause/resume menuitem + app_main_menu.remove (2); // Remove pause/resume menuitem if (minefield.paused) { @@ -668,16 +674,16 @@ pause_button.icon_name = "media-playback-start"; pause_button.label = _("Res_ume"); if (pause_requested) - app_main_menu.insert (3, _("Res_ume"), "app.pause"); + app_main_menu.insert (2, _("Res_ume"), "app.pause"); else - app_main_menu.insert (3, _("_Pause"), "app.pause"); + app_main_menu.insert (2, _("_Pause"), "app.pause"); } else { hint_action.set_enabled (true); pause_button.icon_name = "media-playback-pause"; pause_button.label = _("_Pause"); - app_main_menu.insert (3, _("_Pause"), "app.pause"); + app_main_menu.insert (2, _("_Pause"), "app.pause"); } } @@ -956,6 +962,9 @@ Intl.bind_textdomain_codeset (GETTEXT_PACKAGE, "UTF-8"); Intl.textdomain (GETTEXT_PACKAGE); + /* Required if the desktop file does not match the binary */ + Environment.set_prgname ("gnomine"); + var context = new OptionContext (null); context.set_translation_domain (GETTEXT_PACKAGE); context.add_group (Gtk.get_option_group (true)); diff -Nru gnome-mines-3.8.2/src/history.c gnome-mines-3.10.1/src/history.c --- gnome-mines-3.8.2/src/history.c 2013-08-20 01:49:31.000000000 +0000 +++ gnome-mines-3.10.1/src/history.c 2013-10-12 11:22:19.000000000 +0000 @@ -1,4 +1,4 @@ -/* history.c generated by valac 0.20.1, the Vala compiler +/* history.c generated by valac 0.22.0, the Vala compiler * generated from history.vala, do not modify */ /* @@ -143,8 +143,8 @@ History* history_construct (GType object_type, const gchar* filename) { History* self = NULL; - const gchar* _tmp0_; - gchar* _tmp1_; + const gchar* _tmp0_ = NULL; + gchar* _tmp1_ = NULL; g_return_val_if_fail (filename != NULL, NULL); self = (History*) g_type_create_instance (object_type); _tmp0_ = filename; @@ -168,9 +168,9 @@ void history_add (History* self, HistoryEntry* entry) { - HistoryEntry* _tmp0_; - HistoryEntry* _tmp1_; - HistoryEntry* _tmp2_; + HistoryEntry* _tmp0_ = NULL; + HistoryEntry* _tmp1_ = NULL; + HistoryEntry* _tmp2_ = NULL; g_return_if_fail (self != NULL); g_return_if_fail (entry != NULL); _tmp0_ = entry; @@ -182,10 +182,10 @@ void history_load (History* self) { - gchar* _tmp0_; - gchar* contents; - const gchar* _tmp6_; - gchar** _tmp7_; + gchar* contents = NULL; + gchar* _tmp0_ = NULL; + const gchar* _tmp6_ = NULL; + gchar** _tmp7_ = NULL; gchar** _tmp8_ = NULL; GError * _inner_error_ = NULL; g_return_if_fail (self != NULL); @@ -194,7 +194,7 @@ _tmp0_ = g_strdup (""); contents = _tmp0_; { - const gchar* _tmp1_; + const gchar* _tmp1_ = NULL; gchar* _tmp2_ = NULL; _tmp1_ = self->filename; g_file_get_contents (_tmp1_, &_tmp2_, NULL, &_inner_error_); @@ -214,13 +214,13 @@ __catch2_g_file_error: { GError* e = NULL; - GError* _tmp3_; + GError* _tmp3_ = NULL; e = _inner_error_; _inner_error_ = NULL; _tmp3_ = e; if (!g_error_matches (_tmp3_, G_FILE_ERROR, G_FILE_ERROR_NOENT)) { - GError* _tmp4_; - const gchar* _tmp5_; + GError* _tmp4_ = NULL; + const gchar* _tmp5_ = NULL; _tmp4_ = e; _tmp5_ = _tmp4_->message; g_warning ("history.vala:42: Failed to load history: %s", _tmp5_); @@ -246,52 +246,52 @@ line_collection = _tmp8_; line_collection_length1 = _vala_array_length (_tmp7_); for (line_it = 0; line_it < _vala_array_length (_tmp7_); line_it = line_it + 1) { - gchar* _tmp9_; + gchar* _tmp9_ = NULL; gchar* line = NULL; _tmp9_ = g_strdup (line_collection[line_it]); line = _tmp9_; { - const gchar* _tmp10_; - gchar** _tmp11_; + gchar** tokens = NULL; + const gchar* _tmp10_ = NULL; + gchar** _tmp11_ = NULL; gchar** _tmp12_ = NULL; - gchar** tokens; - gint tokens_length1; - gint _tokens_size_; - gchar** _tmp13_; - gint _tmp13__length1; - gchar** _tmp14_; - gint _tmp14__length1; - const gchar* _tmp15_; + gint tokens_length1 = 0; + gint _tokens_size_ = 0; + gchar** _tmp13_ = NULL; + gint _tmp13__length1 = 0; + GDateTime* date = NULL; + gchar** _tmp14_ = NULL; + gint _tmp14__length1 = 0; + const gchar* _tmp15_ = NULL; GDateTime* _tmp16_ = NULL; - GDateTime* date; - GDateTime* _tmp17_; - gchar** _tmp18_; - gint _tmp18__length1; - const gchar* _tmp19_; + GDateTime* _tmp17_ = NULL; + gint width = 0; + gchar** _tmp18_ = NULL; + gint _tmp18__length1 = 0; + const gchar* _tmp19_ = NULL; gint _tmp20_ = 0; - gint width; - gchar** _tmp21_; - gint _tmp21__length1; - const gchar* _tmp22_; + gint height = 0; + gchar** _tmp21_ = NULL; + gint _tmp21__length1 = 0; + const gchar* _tmp22_ = NULL; gint _tmp23_ = 0; - gint height; - gchar** _tmp24_; - gint _tmp24__length1; - const gchar* _tmp25_; + gint n_mines = 0; + gchar** _tmp24_ = NULL; + gint _tmp24__length1 = 0; + const gchar* _tmp25_ = NULL; gint _tmp26_ = 0; - gint n_mines; - gchar** _tmp27_; - gint _tmp27__length1; - const gchar* _tmp28_; + gint duration = 0; + gchar** _tmp27_ = NULL; + gint _tmp27__length1 = 0; + const gchar* _tmp28_ = NULL; gint _tmp29_ = 0; - gint duration; - GDateTime* _tmp30_; - gint _tmp31_; - gint _tmp32_; - gint _tmp33_; - gint _tmp34_; - HistoryEntry* _tmp35_; - HistoryEntry* _tmp36_; + GDateTime* _tmp30_ = NULL; + gint _tmp31_ = 0; + gint _tmp32_ = 0; + gint _tmp33_ = 0; + gint _tmp34_ = 0; + HistoryEntry* _tmp35_ = NULL; + HistoryEntry* _tmp36_ = NULL; _tmp10_ = line; _tmp12_ = _tmp11_ = g_strsplit (_tmp10_, " ", 0); tokens = _tmp12_; @@ -367,9 +367,9 @@ void history_save (History* self) { - gchar* _tmp0_; - gchar* contents; - GList* _tmp1_; + gchar* contents = NULL; + gchar* _tmp0_ = NULL; + GList* _tmp1_ = NULL; GError * _inner_error_ = NULL; g_return_if_fail (self != NULL); _tmp0_ = g_strdup (""); @@ -380,29 +380,29 @@ GList* entry_it = NULL; entry_collection = _tmp1_; for (entry_it = entry_collection; entry_it != NULL; entry_it = entry_it->next) { - HistoryEntry* _tmp2_; + HistoryEntry* _tmp2_ = NULL; HistoryEntry* entry = NULL; _tmp2_ = _history_entry_ref0 ((HistoryEntry*) entry_it->data); entry = _tmp2_; { - HistoryEntry* _tmp3_; - GDateTime* _tmp4_; + gchar* line = NULL; + HistoryEntry* _tmp3_ = NULL; + GDateTime* _tmp4_ = NULL; gchar* _tmp5_ = NULL; - gchar* _tmp6_; - HistoryEntry* _tmp7_; - guint _tmp8_; - HistoryEntry* _tmp9_; - guint _tmp10_; - HistoryEntry* _tmp11_; - guint _tmp12_; - HistoryEntry* _tmp13_; - guint _tmp14_; + gchar* _tmp6_ = NULL; + HistoryEntry* _tmp7_ = NULL; + guint _tmp8_ = 0U; + HistoryEntry* _tmp9_ = NULL; + guint _tmp10_ = 0U; + HistoryEntry* _tmp11_ = NULL; + guint _tmp12_ = 0U; + HistoryEntry* _tmp13_ = NULL; + guint _tmp14_ = 0U; gchar* _tmp15_ = NULL; - gchar* _tmp16_; - gchar* line; - const gchar* _tmp17_; - const gchar* _tmp18_; - gchar* _tmp19_; + gchar* _tmp16_ = NULL; + const gchar* _tmp17_ = NULL; + const gchar* _tmp18_ = NULL; + gchar* _tmp19_ = NULL; _tmp3_ = entry; _tmp4_ = _tmp3_->date; _tmp5_ = g_date_time_to_string (_tmp4_); @@ -430,11 +430,11 @@ } } { - const gchar* _tmp20_; + const gchar* _tmp20_ = NULL; gchar* _tmp21_ = NULL; - gchar* _tmp22_; - const gchar* _tmp23_; - const gchar* _tmp24_; + gchar* _tmp22_ = NULL; + const gchar* _tmp23_ = NULL; + const gchar* _tmp24_ = NULL; _tmp20_ = self->filename; _tmp21_ = g_path_get_dirname (_tmp20_); _tmp22_ = _tmp21_; @@ -457,8 +457,8 @@ __catch3_g_file_error: { GError* e = NULL; - GError* _tmp25_; - const gchar* _tmp26_; + GError* _tmp25_ = NULL; + const gchar* _tmp26_ = NULL; e = _inner_error_; _inner_error_ = NULL; _tmp25_ = e; @@ -479,8 +479,8 @@ static gchar string_get (const gchar* self, glong index) { gchar result = '\0'; - glong _tmp0_; - gchar _tmp1_; + glong _tmp0_ = 0L; + gchar _tmp1_ = '\0'; g_return_val_if_fail (self != NULL, '\0'); _tmp0_ = index; _tmp1_ = ((gchar*) self)[_tmp0_]; @@ -491,24 +491,24 @@ static glong string_strnlen (gchar* str, glong maxlen) { glong result = 0L; - gchar* _tmp0_; - glong _tmp1_; + gchar* end = NULL; + gchar* _tmp0_ = NULL; + glong _tmp1_ = 0L; gchar* _tmp2_ = NULL; - gchar* end; - gchar* _tmp3_; + gchar* _tmp3_ = NULL; _tmp0_ = str; _tmp1_ = maxlen; _tmp2_ = memchr (_tmp0_, 0, (gsize) _tmp1_); end = _tmp2_; _tmp3_ = end; if (_tmp3_ == NULL) { - glong _tmp4_; + glong _tmp4_ = 0L; _tmp4_ = maxlen; result = _tmp4_; return result; } else { - gchar* _tmp5_; - gchar* _tmp6_; + gchar* _tmp5_ = NULL; + gchar* _tmp6_ = NULL; _tmp5_ = end; _tmp6_ = str; result = (glong) (_tmp5_ - _tmp6_); @@ -521,20 +521,20 @@ gchar* result = NULL; glong string_length = 0L; gboolean _tmp0_ = FALSE; - glong _tmp1_; - gboolean _tmp3_; - glong _tmp9_; - glong _tmp15_; - glong _tmp18_; - glong _tmp19_; - glong _tmp20_; - glong _tmp21_; - glong _tmp22_; + glong _tmp1_ = 0L; + gboolean _tmp3_ = FALSE; + glong _tmp9_ = 0L; + glong _tmp15_ = 0L; + glong _tmp18_ = 0L; + glong _tmp19_ = 0L; + glong _tmp20_ = 0L; + glong _tmp21_ = 0L; + glong _tmp22_ = 0L; gchar* _tmp23_ = NULL; g_return_val_if_fail (self != NULL, NULL); _tmp1_ = offset; if (_tmp1_ >= ((glong) 0)) { - glong _tmp2_; + glong _tmp2_ = 0L; _tmp2_ = len; _tmp0_ = _tmp2_ >= ((glong) 0); } else { @@ -542,41 +542,41 @@ } _tmp3_ = _tmp0_; if (_tmp3_) { - glong _tmp4_; - glong _tmp5_; + glong _tmp4_ = 0L; + glong _tmp5_ = 0L; glong _tmp6_ = 0L; _tmp4_ = offset; _tmp5_ = len; _tmp6_ = string_strnlen ((gchar*) self, _tmp4_ + _tmp5_); string_length = _tmp6_; } else { - gint _tmp7_; - gint _tmp8_; + gint _tmp7_ = 0; + gint _tmp8_ = 0; _tmp7_ = strlen (self); _tmp8_ = _tmp7_; string_length = (glong) _tmp8_; } _tmp9_ = offset; if (_tmp9_ < ((glong) 0)) { - glong _tmp10_; - glong _tmp11_; - glong _tmp12_; + glong _tmp10_ = 0L; + glong _tmp11_ = 0L; + glong _tmp12_ = 0L; _tmp10_ = string_length; _tmp11_ = offset; offset = _tmp10_ + _tmp11_; _tmp12_ = offset; g_return_val_if_fail (_tmp12_ >= ((glong) 0), NULL); } else { - glong _tmp13_; - glong _tmp14_; + glong _tmp13_ = 0L; + glong _tmp14_ = 0L; _tmp13_ = offset; _tmp14_ = string_length; g_return_val_if_fail (_tmp13_ <= _tmp14_, NULL); } _tmp15_ = len; if (_tmp15_ < ((glong) 0)) { - glong _tmp16_; - glong _tmp17_; + glong _tmp16_ = 0L; + glong _tmp17_ = 0L; _tmp16_ = string_length; _tmp17_ = offset; len = _tmp16_ - _tmp17_; @@ -600,64 +600,64 @@ gboolean _tmp2_ = FALSE; gboolean _tmp3_ = FALSE; gboolean _tmp4_ = FALSE; - const gchar* _tmp5_; - gint _tmp6_; - gint _tmp7_; - gboolean _tmp10_; - gboolean _tmp13_; - gboolean _tmp16_; - gboolean _tmp19_; - gboolean _tmp22_; - const gchar* _tmp23_; + const gchar* _tmp5_ = NULL; + gint _tmp6_ = 0; + gint _tmp7_ = 0; + gboolean _tmp10_ = FALSE; + gboolean _tmp13_ = FALSE; + gboolean _tmp16_ = FALSE; + gboolean _tmp19_ = FALSE; + gboolean _tmp22_ = FALSE; + gint year = 0; + const gchar* _tmp23_ = NULL; gchar* _tmp24_ = NULL; - gchar* _tmp25_; + gchar* _tmp25_ = NULL; gint _tmp26_ = 0; - gint _tmp27_; - gint year; - const gchar* _tmp28_; + gint _tmp27_ = 0; + gint month = 0; + const gchar* _tmp28_ = NULL; gchar* _tmp29_ = NULL; - gchar* _tmp30_; + gchar* _tmp30_ = NULL; gint _tmp31_ = 0; - gint _tmp32_; - gint month; - const gchar* _tmp33_; + gint _tmp32_ = 0; + gint day = 0; + const gchar* _tmp33_ = NULL; gchar* _tmp34_ = NULL; - gchar* _tmp35_; + gchar* _tmp35_ = NULL; gint _tmp36_ = 0; - gint _tmp37_; - gint day; - const gchar* _tmp38_; + gint _tmp37_ = 0; + gint hour = 0; + const gchar* _tmp38_ = NULL; gchar* _tmp39_ = NULL; - gchar* _tmp40_; + gchar* _tmp40_ = NULL; gint _tmp41_ = 0; - gint _tmp42_; - gint hour; - const gchar* _tmp43_; + gint _tmp42_ = 0; + gint minute = 0; + const gchar* _tmp43_ = NULL; gchar* _tmp44_ = NULL; - gchar* _tmp45_; + gchar* _tmp45_ = NULL; gint _tmp46_ = 0; - gint _tmp47_; - gint minute; - const gchar* _tmp48_; + gint _tmp47_ = 0; + gint seconds = 0; + const gchar* _tmp48_ = NULL; gchar* _tmp49_ = NULL; - gchar* _tmp50_; + gchar* _tmp50_ = NULL; gint _tmp51_ = 0; - gint _tmp52_; - gint seconds; - const gchar* _tmp53_; + gint _tmp52_ = 0; + gchar* timezone = NULL; + const gchar* _tmp53_ = NULL; gchar* _tmp54_ = NULL; - gchar* timezone; - const gchar* _tmp55_; - GTimeZone* _tmp56_; - GTimeZone* _tmp57_; - gint _tmp58_; - gint _tmp59_; - gint _tmp60_; - gint _tmp61_; - gint _tmp62_; - gint _tmp63_; - GDateTime* _tmp64_; - GDateTime* _tmp65_; + const gchar* _tmp55_ = NULL; + GTimeZone* _tmp56_ = NULL; + GTimeZone* _tmp57_ = NULL; + gint _tmp58_ = 0; + gint _tmp59_ = 0; + gint _tmp60_ = 0; + gint _tmp61_ = 0; + gint _tmp62_ = 0; + gint _tmp63_ = 0; + GDateTime* _tmp64_ = NULL; + GDateTime* _tmp65_ = NULL; g_return_val_if_fail (self != NULL, NULL); g_return_val_if_fail (date != NULL, NULL); _tmp5_ = date; @@ -666,7 +666,7 @@ if (_tmp7_ < 19) { _tmp4_ = TRUE; } else { - const gchar* _tmp8_; + const gchar* _tmp8_ = NULL; gchar _tmp9_ = '\0'; _tmp8_ = date; _tmp9_ = string_get (_tmp8_, (glong) 4); @@ -676,7 +676,7 @@ if (_tmp10_) { _tmp3_ = TRUE; } else { - const gchar* _tmp11_; + const gchar* _tmp11_ = NULL; gchar _tmp12_ = '\0'; _tmp11_ = date; _tmp12_ = string_get (_tmp11_, (glong) 7); @@ -686,7 +686,7 @@ if (_tmp13_) { _tmp2_ = TRUE; } else { - const gchar* _tmp14_; + const gchar* _tmp14_ = NULL; gchar _tmp15_ = '\0'; _tmp14_ = date; _tmp15_ = string_get (_tmp14_, (glong) 10); @@ -696,7 +696,7 @@ if (_tmp16_) { _tmp1_ = TRUE; } else { - const gchar* _tmp17_; + const gchar* _tmp17_ = NULL; gchar _tmp18_ = '\0'; _tmp17_ = date; _tmp18_ = string_get (_tmp17_, (glong) 13); @@ -706,7 +706,7 @@ if (_tmp19_) { _tmp0_ = TRUE; } else { - const gchar* _tmp20_; + const gchar* _tmp20_ = NULL; gchar _tmp21_ = '\0'; _tmp20_ = date; _tmp21_ = string_get (_tmp20_, (glong) 16); @@ -969,12 +969,12 @@ HistoryEntry* history_entry_construct (GType object_type, GDateTime* date, guint width, guint height, guint n_mines, guint duration) { HistoryEntry* self = NULL; - GDateTime* _tmp0_; - GDateTime* _tmp1_; - guint _tmp2_; - guint _tmp3_; - guint _tmp4_; - guint _tmp5_; + GDateTime* _tmp0_ = NULL; + GDateTime* _tmp1_ = NULL; + guint _tmp2_ = 0U; + guint _tmp3_ = 0U; + guint _tmp4_ = 0U; + guint _tmp5_ = 0U; g_return_val_if_fail (date != NULL, NULL); self = (HistoryEntry*) g_type_create_instance (object_type); _tmp0_ = date; diff -Nru gnome-mines-3.8.2/src/minefield-view.c gnome-mines-3.10.1/src/minefield-view.c --- gnome-mines-3.8.2/src/minefield-view.c 2013-08-20 01:49:31.000000000 +0000 +++ gnome-mines-3.10.1/src/minefield-view.c 2013-10-12 11:22:20.000000000 +0000 @@ -1,4 +1,4 @@ -/* minefield-view.c generated by valac 0.20.1, the Vala compiler +/* minefield-view.c generated by valac 0.22.0, the Vala compiler * generated from minefield-view.vala, do not modify */ /* @@ -70,7 +70,7 @@ #define _g_free0(var) (var = (g_free (var), NULL)) #define _pango_attribute_destroy0(var) ((var == NULL) ? NULL : (var = (pango_attribute_destroy (var), NULL))) #define __vala_PangoFontDescription_free0(var) ((var == NULL) ? NULL : (var = (_vala_PangoFontDescription_free (var), NULL))) -#define __vala_PangoAttrList_free0(var) ((var == NULL) ? NULL : (var = (_vala_PangoAttrList_free (var), NULL))) +#define _pango_attr_list_unref0(var) ((var == NULL) ? NULL : (var = (pango_attr_list_unref (var), NULL))) #define TYPE_NEIGHBOUR (neighbour_get_type ()) typedef struct _Neighbour Neighbour; @@ -200,9 +200,7 @@ static cairo_pattern_t* minefield_view_render_svg_pattern (MinefieldView* self, cairo_t* cr, const gchar* filename); static guint minefield_view_get_mine_size (MinefieldView* self); static cairo_pattern_t* minefield_view_render_number_pattern (MinefieldView* self, guint n); -static PangoAttrList* _vala_PangoAttrList_copy (PangoAttrList* self); static void _vala_PangoFontDescription_free (PangoFontDescription* self); -static void _vala_PangoAttrList_free (PangoAttrList* self); static void minefield_view_real_get_preferred_width (GtkWidget* base, gint* minimum, gint* natural); Minefield* minefield_view_get_minefield (MinefieldView* self); static guint minefield_view_get_minimum_size (MinefieldView* self); @@ -272,7 +270,7 @@ gboolean position_get_is_set (Position* self) { gboolean result; - gboolean _tmp0_; + gboolean _tmp0_ = FALSE; g_return_val_if_fail (self != NULL, FALSE); _tmp0_ = self->priv->_is_set; result = _tmp0_; @@ -282,16 +280,16 @@ void position_set_is_set (Position* self, gboolean value) { gboolean _tmp0_ = FALSE; - gboolean _tmp1_; - gboolean _tmp2_; - gboolean _tmp5_; - gboolean _tmp10_; + gboolean _tmp1_ = FALSE; + gboolean _tmp2_ = FALSE; + gboolean _tmp5_ = FALSE; + gboolean _tmp10_ = FALSE; g_return_if_fail (self != NULL); _tmp1_ = self->priv->_is_set; _tmp2_ = value; if (_tmp1_ != _tmp2_) { - gboolean _tmp3_; - gboolean _tmp4_; + gboolean _tmp3_ = FALSE; + gboolean _tmp4_ = FALSE; _tmp3_ = position_get_is_valid (self); _tmp4_ = _tmp3_; _tmp0_ = _tmp4_; @@ -300,10 +298,10 @@ } _tmp5_ = _tmp0_; if (_tmp5_) { - gint _tmp6_; - gint _tmp7_; - gint _tmp8_; - gint _tmp9_; + gint _tmp6_ = 0; + gint _tmp7_ = 0; + gint _tmp8_ = 0; + gint _tmp9_ = 0; _tmp6_ = position_get_x (self); _tmp7_ = _tmp6_; _tmp8_ = position_get_y (self); @@ -318,10 +316,10 @@ gboolean position_get_is_valid (Position* self) { gboolean result; - gint _tmp0_; - gint _tmp1_; - gint _tmp2_; - gint _tmp3_; + gint _tmp0_ = 0; + gint _tmp1_ = 0; + gint _tmp2_ = 0; + gint _tmp3_ = 0; gboolean _tmp4_ = FALSE; g_return_val_if_fail (self != NULL, FALSE); _tmp0_ = position_get_x (self); @@ -336,7 +334,7 @@ gint position_get_x (Position* self) { gint result; - gint _tmp0_; + gint _tmp0_ = 0; g_return_val_if_fail (self != NULL, 0); _tmp0_ = self->priv->_x; result = _tmp0_; @@ -345,18 +343,18 @@ void position_set_x (Position* self, gint value) { - gint _tmp0_; - gint _tmp1_; + gint _tmp0_ = 0; + gint _tmp1_ = 0; gboolean _tmp2_ = FALSE; - gboolean _tmp3_; - gboolean _tmp4_; - gboolean _tmp7_; - gint _tmp12_; + gboolean _tmp3_ = FALSE; + gboolean _tmp4_ = FALSE; + gboolean _tmp7_ = FALSE; + gint _tmp12_ = 0; gint _tmp13_ = 0; gboolean _tmp14_ = FALSE; - gboolean _tmp15_; - gboolean _tmp16_; - gboolean _tmp19_; + gboolean _tmp15_ = FALSE; + gboolean _tmp16_ = FALSE; + gboolean _tmp19_ = FALSE; g_return_if_fail (self != NULL); _tmp0_ = self->priv->_x; _tmp1_ = value; @@ -366,8 +364,8 @@ _tmp3_ = position_get_is_set (self); _tmp4_ = _tmp3_; if (_tmp4_) { - gboolean _tmp5_; - gboolean _tmp6_; + gboolean _tmp5_ = FALSE; + gboolean _tmp6_ = FALSE; _tmp5_ = position_get_is_valid (self); _tmp6_ = _tmp5_; _tmp2_ = _tmp6_; @@ -376,10 +374,10 @@ } _tmp7_ = _tmp2_; if (_tmp7_) { - gint _tmp8_; - gint _tmp9_; - gint _tmp10_; - gint _tmp11_; + gint _tmp8_ = 0; + gint _tmp9_ = 0; + gint _tmp10_ = 0; + gint _tmp11_ = 0; _tmp8_ = position_get_x (self); _tmp9_ = _tmp8_; _tmp10_ = position_get_y (self); @@ -392,8 +390,8 @@ _tmp15_ = position_get_is_set (self); _tmp16_ = _tmp15_; if (_tmp16_) { - gboolean _tmp17_; - gboolean _tmp18_; + gboolean _tmp17_ = FALSE; + gboolean _tmp18_ = FALSE; _tmp17_ = position_get_is_valid (self); _tmp18_ = _tmp17_; _tmp14_ = _tmp18_; @@ -402,10 +400,10 @@ } _tmp19_ = _tmp14_; if (_tmp19_) { - gint _tmp20_; - gint _tmp21_; - gint _tmp22_; - gint _tmp23_; + gint _tmp20_ = 0; + gint _tmp21_ = 0; + gint _tmp22_ = 0; + gint _tmp23_ = 0; _tmp20_ = position_get_x (self); _tmp21_ = _tmp20_; _tmp22_ = position_get_y (self); @@ -418,7 +416,7 @@ gint position_get_y (Position* self) { gint result; - gint _tmp0_; + gint _tmp0_ = 0; g_return_val_if_fail (self != NULL, 0); _tmp0_ = self->priv->_y; result = _tmp0_; @@ -427,18 +425,18 @@ void position_set_y (Position* self, gint value) { - gint _tmp0_; - gint _tmp1_; + gint _tmp0_ = 0; + gint _tmp1_ = 0; gboolean _tmp2_ = FALSE; - gboolean _tmp3_; - gboolean _tmp4_; - gboolean _tmp7_; - gint _tmp12_; + gboolean _tmp3_ = FALSE; + gboolean _tmp4_ = FALSE; + gboolean _tmp7_ = FALSE; + gint _tmp12_ = 0; gint _tmp13_ = 0; gboolean _tmp14_ = FALSE; - gboolean _tmp15_; - gboolean _tmp16_; - gboolean _tmp19_; + gboolean _tmp15_ = FALSE; + gboolean _tmp16_ = FALSE; + gboolean _tmp19_ = FALSE; g_return_if_fail (self != NULL); _tmp0_ = self->priv->_y; _tmp1_ = value; @@ -448,8 +446,8 @@ _tmp3_ = position_get_is_set (self); _tmp4_ = _tmp3_; if (_tmp4_) { - gboolean _tmp5_; - gboolean _tmp6_; + gboolean _tmp5_ = FALSE; + gboolean _tmp6_ = FALSE; _tmp5_ = position_get_is_valid (self); _tmp6_ = _tmp5_; _tmp2_ = _tmp6_; @@ -458,10 +456,10 @@ } _tmp7_ = _tmp2_; if (_tmp7_) { - gint _tmp8_; - gint _tmp9_; - gint _tmp10_; - gint _tmp11_; + gint _tmp8_ = 0; + gint _tmp9_ = 0; + gint _tmp10_ = 0; + gint _tmp11_ = 0; _tmp8_ = position_get_x (self); _tmp9_ = _tmp8_; _tmp10_ = position_get_y (self); @@ -474,8 +472,8 @@ _tmp15_ = position_get_is_set (self); _tmp16_ = _tmp15_; if (_tmp16_) { - gboolean _tmp17_; - gboolean _tmp18_; + gboolean _tmp17_ = FALSE; + gboolean _tmp18_ = FALSE; _tmp17_ = position_get_is_valid (self); _tmp18_ = _tmp17_; _tmp14_ = _tmp18_; @@ -484,10 +482,10 @@ } _tmp19_ = _tmp14_; if (_tmp19_) { - gint _tmp20_; - gint _tmp21_; - gint _tmp22_; - gint _tmp23_; + gint _tmp20_ = 0; + gint _tmp21_ = 0; + gint _tmp22_ = 0; + gint _tmp23_ = 0; _tmp20_ = position_get_x (self); _tmp21_ = _tmp20_; _tmp22_ = position_get_y (self); @@ -500,37 +498,37 @@ void position_set_position (Position* self, gint* value, int value_length1) { gboolean _tmp0_ = FALSE; - gint _tmp1_; - gint* _tmp2_; - gint _tmp2__length1; - gint _tmp3_; - gboolean _tmp7_; + gint _tmp1_ = 0; + gint* _tmp2_ = NULL; + gint _tmp2__length1 = 0; + gint _tmp3_ = 0; + gboolean _tmp7_ = FALSE; gboolean _tmp8_ = FALSE; - gboolean _tmp9_; - gboolean _tmp10_; - gboolean _tmp13_; - gint* _tmp18_; - gint _tmp18__length1; - gint _tmp19_; + gboolean _tmp9_ = FALSE; + gboolean _tmp10_ = FALSE; + gboolean _tmp13_ = FALSE; + gint* _tmp18_ = NULL; + gint _tmp18__length1 = 0; + gint _tmp19_ = 0; gint _tmp20_ = 0; - gint* _tmp21_; - gint _tmp21__length1; - gint _tmp22_; + gint* _tmp21_ = NULL; + gint _tmp21__length1 = 0; + gint _tmp22_ = 0; gint _tmp23_ = 0; gboolean _tmp24_ = FALSE; - gboolean _tmp25_; - gboolean _tmp26_; - gboolean _tmp29_; + gboolean _tmp25_ = FALSE; + gboolean _tmp26_ = FALSE; + gboolean _tmp29_ = FALSE; g_return_if_fail (self != NULL); _tmp1_ = self->priv->_x; _tmp2_ = value; _tmp2__length1 = value_length1; _tmp3_ = _tmp2_[0]; if (_tmp1_ == _tmp3_) { - gint _tmp4_; - gint* _tmp5_; - gint _tmp5__length1; - gint _tmp6_; + gint _tmp4_ = 0; + gint* _tmp5_ = NULL; + gint _tmp5__length1 = 0; + gint _tmp6_ = 0; _tmp4_ = self->priv->_y; _tmp5_ = value; _tmp5__length1 = value_length1; @@ -546,8 +544,8 @@ _tmp9_ = position_get_is_set (self); _tmp10_ = _tmp9_; if (_tmp10_) { - gboolean _tmp11_; - gboolean _tmp12_; + gboolean _tmp11_ = FALSE; + gboolean _tmp12_ = FALSE; _tmp11_ = position_get_is_valid (self); _tmp12_ = _tmp11_; _tmp8_ = _tmp12_; @@ -556,10 +554,10 @@ } _tmp13_ = _tmp8_; if (_tmp13_) { - gint _tmp14_; - gint _tmp15_; - gint _tmp16_; - gint _tmp17_; + gint _tmp14_ = 0; + gint _tmp15_ = 0; + gint _tmp16_ = 0; + gint _tmp17_ = 0; _tmp14_ = position_get_x (self); _tmp15_ = _tmp14_; _tmp16_ = position_get_y (self); @@ -579,8 +577,8 @@ _tmp25_ = position_get_is_set (self); _tmp26_ = _tmp25_; if (_tmp26_) { - gboolean _tmp27_; - gboolean _tmp28_; + gboolean _tmp27_ = FALSE; + gboolean _tmp28_ = FALSE; _tmp27_ = position_get_is_valid (self); _tmp28_ = _tmp27_; _tmp24_ = _tmp28_; @@ -589,10 +587,10 @@ } _tmp29_ = _tmp24_; if (_tmp29_) { - gint _tmp30_; - gint _tmp31_; - gint _tmp32_; - gint _tmp33_; + gint _tmp30_ = 0; + gint _tmp31_ = 0; + gint _tmp32_ = 0; + gint _tmp33_ = 0; _tmp30_ = position_get_x (self); _tmp31_ = _tmp30_; _tmp32_ = position_get_y (self); @@ -757,8 +755,8 @@ MinefieldView* minefield_view_construct (GType object_type) { MinefieldView * self = NULL; - Position* _tmp0_; - Position* _tmp1_; + Position* _tmp0_ = NULL; + Position* _tmp1_ = NULL; cairo_pattern_t** _tmp2_ = NULL; self = (MinefieldView*) g_object_new (object_type, NULL); gtk_widget_set_events ((GtkWidget*) self, (gint) (((((GDK_EXPOSURE_MASK | GDK_BUTTON_PRESS_MASK) | GDK_POINTER_MOTION_MASK) | GDK_BUTTON_RELEASE_MASK) | GDK_KEY_PRESS_MASK) | GDK_KEY_RELEASE_MASK)); @@ -784,7 +782,7 @@ void minefield_view_set_use_question_marks (MinefieldView* self, gboolean use_question_marks) { - gboolean _tmp0_; + gboolean _tmp0_ = FALSE; g_return_if_fail (self != NULL); _tmp0_ = use_question_marks; self->priv->use_question_marks = _tmp0_; @@ -792,7 +790,7 @@ void minefield_view_set_use_overmine_warning (MinefieldView* self, gboolean use_overmine_warning) { - gboolean _tmp0_; + gboolean _tmp0_ = FALSE; g_return_if_fail (self != NULL); _tmp0_ = use_overmine_warning; self->priv->use_overmine_warning = _tmp0_; @@ -801,7 +799,7 @@ void minefield_view_set_use_autoflag (MinefieldView* self, gboolean use_autoflag) { - gboolean _tmp0_; + gboolean _tmp0_ = FALSE; g_return_if_fail (self != NULL); _tmp0_ = use_autoflag; self->priv->use_autoflag = _tmp0_; @@ -809,9 +807,9 @@ void minefield_view_set_use_number_border (MinefieldView* self, gboolean use_number_border) { - gboolean _tmp0_; - gboolean _tmp1_; - gboolean _tmp2_; + gboolean _tmp0_ = FALSE; + gboolean _tmp1_ = FALSE; + gboolean _tmp2_ = FALSE; g_return_if_fail (self != NULL); _tmp0_ = self->priv->use_number_border; _tmp1_ = use_number_border; @@ -827,19 +825,19 @@ g_return_if_fail (self != NULL); g_return_if_fail (minefield != NULL); { - gint x; + gint x = 0; x = 0; { - gboolean _tmp0_; + gboolean _tmp0_ = FALSE; _tmp0_ = TRUE; while (TRUE) { - gboolean _tmp1_; - gint _tmp3_; - Minefield* _tmp4_; - guint _tmp5_; + gboolean _tmp1_ = FALSE; + gint _tmp3_ = 0; + Minefield* _tmp4_ = NULL; + guint _tmp5_ = 0U; _tmp1_ = _tmp0_; if (!_tmp1_) { - gint _tmp2_; + gint _tmp2_ = 0; _tmp2_ = x; x = _tmp2_ + 1; } @@ -851,25 +849,25 @@ break; } { - gint y; + gint y = 0; y = 0; { - gboolean _tmp6_; + gboolean _tmp6_ = FALSE; _tmp6_ = TRUE; while (TRUE) { - gboolean _tmp7_; - gint _tmp9_; - Minefield* _tmp10_; - guint _tmp11_; + gboolean _tmp7_ = FALSE; + gint _tmp9_ = 0; + Minefield* _tmp10_ = NULL; + guint _tmp11_ = 0U; gboolean _tmp12_ = FALSE; - Minefield* _tmp13_; - gint _tmp14_; - gint _tmp15_; + Minefield* _tmp13_ = NULL; + gint _tmp14_ = 0; + gint _tmp15_ = 0; gboolean _tmp16_ = FALSE; - gboolean _tmp27_; + gboolean _tmp27_ = FALSE; _tmp7_ = _tmp6_; if (!_tmp7_) { - gint _tmp8_; + gint _tmp8_ = 0; _tmp8_ = y; y = _tmp8_ + 1; } @@ -888,19 +886,19 @@ _tmp12_ = TRUE; } else { gboolean _tmp17_ = FALSE; - Minefield* _tmp18_; - gint _tmp19_; - gint _tmp20_; + Minefield* _tmp18_ = NULL; + gint _tmp19_ = 0; + gint _tmp20_ = 0; gboolean _tmp21_ = FALSE; - gboolean _tmp26_; + gboolean _tmp26_ = FALSE; _tmp18_ = minefield; _tmp19_ = x; _tmp20_ = y; _tmp21_ = minefield_has_mine (_tmp18_, (guint) _tmp19_, (guint) _tmp20_); if (!_tmp21_) { - Minefield* _tmp22_; - gint _tmp23_; - gint _tmp24_; + Minefield* _tmp22_ = NULL; + gint _tmp23_ = 0; + gint _tmp24_ = 0; FlagType _tmp25_ = 0; _tmp22_ = minefield; _tmp23_ = x; @@ -915,8 +913,8 @@ } _tmp27_ = _tmp12_; if (_tmp27_) { - gint _tmp28_; - gint _tmp29_; + gint _tmp28_ = 0; + gint _tmp29_ = 0; _tmp28_ = x; _tmp29_ = y; minefield_view_redraw_sector_cb (self, (guint) _tmp28_, (guint) _tmp29_); @@ -932,23 +930,23 @@ static cairo_pattern_t* minefield_view_render_svg_pattern (MinefieldView* self, cairo_t* cr, const gchar* filename) { cairo_pattern_t* result = NULL; - cairo_t* _tmp0_; + cairo_surface_t* surface = NULL; + cairo_t* _tmp0_ = NULL; cairo_surface_t* _tmp1_ = NULL; - guint _tmp2_; - guint _tmp3_; - guint _tmp4_; - guint _tmp5_; - cairo_surface_t* _tmp6_; - cairo_surface_t* surface; - cairo_t* _tmp7_; - cairo_t* c; + guint _tmp2_ = 0U; + guint _tmp3_ = 0U; + guint _tmp4_ = 0U; + guint _tmp5_ = 0U; + cairo_surface_t* _tmp6_ = NULL; + cairo_t* c = NULL; + cairo_t* _tmp7_ = NULL; GdkPixbuf* pixbuf = NULL; - guint _tmp8_; - guint _tmp9_; - gint size; - GdkPixbuf* _tmp14_; - cairo_pattern_t* _tmp15_; - cairo_pattern_t* pattern; + gint size = 0; + guint _tmp8_ = 0U; + guint _tmp9_ = 0U; + GdkPixbuf* _tmp14_ = NULL; + cairo_pattern_t* pattern = NULL; + cairo_pattern_t* _tmp15_ = NULL; GError * _inner_error_ = NULL; g_return_val_if_fail (self != NULL, NULL); g_return_val_if_fail (cr != NULL, NULL); @@ -967,23 +965,23 @@ _tmp9_ = _tmp8_; size = ((gint) _tmp9_) - 2; { - const gchar* _tmp10_; - GdkPixbuf* _tmp11_ = NULL; - GdkPixbuf* _tmp12_; - _tmp10_ = filename; - _tmp11_ = rsvg_pixbuf_from_file_at_size (_tmp10_, size, size, &_inner_error_); - _tmp12_ = _tmp11_; + GdkPixbuf* _tmp10_ = NULL; + const gchar* _tmp11_ = NULL; + GdkPixbuf* _tmp12_ = NULL; + _tmp11_ = filename; + _tmp12_ = rsvg_pixbuf_from_file_at_size (_tmp11_, size, size, &_inner_error_); + _tmp10_ = _tmp12_; if (_inner_error_ != NULL) { goto __catch4_g_error; } _g_object_unref0 (pixbuf); - pixbuf = _tmp12_; + pixbuf = _tmp10_; } goto __finally4; __catch4_g_error: { GError* e = NULL; - GdkPixbuf* _tmp13_; + GdkPixbuf* _tmp13_ = NULL; e = _inner_error_; _inner_error_ = NULL; _tmp13_ = gdk_pixbuf_new (GDK_COLORSPACE_RGB, TRUE, 8, size, size); @@ -1014,96 +1012,80 @@ } -static PangoAttrList* _vala_PangoAttrList_copy (PangoAttrList* self) { - return g_boxed_copy (pango_attr_list_get_type (), self); -} - - -static gpointer __vala_PangoAttrList_copy0 (gpointer self) { - return self ? _vala_PangoAttrList_copy (self) : NULL; -} - - static void _vala_PangoFontDescription_free (PangoFontDescription* self) { g_boxed_free (pango_font_description_get_type (), self); } -static void _vala_PangoAttrList_free (PangoAttrList* self) { - g_boxed_free (pango_attr_list_get_type (), self); -} - - static cairo_pattern_t* minefield_view_render_number_pattern (MinefieldView* self, guint n) { cairo_pattern_t* result = NULL; - guint _tmp0_; + PangoLayout* layout = NULL; + guint _tmp0_ = 0U; gchar* _tmp1_ = NULL; - gchar* _tmp2_; + gchar* _tmp2_ = NULL; PangoLayout* _tmp3_ = NULL; - PangoLayout* _tmp4_; - PangoLayout* layout; - PangoLayout* _tmp5_; - PangoAttrList* _tmp6_; - PangoAttrList* attributes; + PangoLayout* _tmp4_ = NULL; + PangoLayout* _tmp5_ = NULL; + PangoAttrList* attributes = NULL; + PangoAttrList* _tmp6_ = NULL; PangoAttribute* color_attribute = NULL; gdouble color_outline[3] = {0}; - guint _tmp7_; - PangoAttribute* _tmp24_; - PangoAttribute* _tmp25_; - guint _tmp26_; - PangoAttrList* _tmp27_; - PangoAttribute* _tmp28_; - PangoFontDescription* _tmp29_; - PangoFontDescription* font_desc; - PangoFontDescription* _tmp30_; - guint _tmp31_; - guint _tmp32_; - gdouble font_size; - PangoFontDescription* _tmp33_; - gdouble _tmp34_; - PangoFontDescription* _tmp35_; - PangoFontDescription* _tmp36_; - PangoAttrFontDesc* _tmp37_; - PangoAttrFontDesc* font_attribute; - PangoAttrFontDesc* _tmp38_; - PangoAttrFontDesc* _tmp39_; - guint _tmp40_; - PangoAttrList* _tmp41_; - PangoAttrFontDesc* _tmp42_; - PangoLayout* _tmp43_; - PangoAttrList* _tmp44_; - PangoAttrList* _tmp45_; - guint _tmp46_; - guint _tmp47_; - guint _tmp48_; - guint _tmp49_; - cairo_surface_t* _tmp50_; - cairo_surface_t* surface; - cairo_surface_t* _tmp51_; - cairo_t* _tmp52_; - cairo_t* c; + guint _tmp7_ = 0U; + PangoAttribute* _tmp24_ = NULL; + PangoAttribute* _tmp25_ = NULL; + guint _tmp26_ = 0U; + PangoAttrList* _tmp27_ = NULL; + PangoAttribute* _tmp28_ = NULL; + PangoFontDescription* font_desc = NULL; + PangoFontDescription* _tmp29_ = NULL; + PangoFontDescription* _tmp30_ = NULL; + gdouble font_size = 0.0; + guint _tmp31_ = 0U; + guint _tmp32_ = 0U; + PangoFontDescription* _tmp33_ = NULL; + gdouble _tmp34_ = 0.0; + PangoFontDescription* _tmp35_ = NULL; + PangoAttrFontDesc* font_attribute = NULL; + PangoFontDescription* _tmp36_ = NULL; + PangoAttrFontDesc* _tmp37_ = NULL; + PangoAttrFontDesc* _tmp38_ = NULL; + PangoAttrFontDesc* _tmp39_ = NULL; + guint _tmp40_ = 0U; + PangoAttrList* _tmp41_ = NULL; + PangoAttrFontDesc* _tmp42_ = NULL; + PangoLayout* _tmp43_ = NULL; + PangoAttrList* _tmp44_ = NULL; + cairo_surface_t* surface = NULL; + guint _tmp45_ = 0U; + guint _tmp46_ = 0U; + guint _tmp47_ = 0U; + guint _tmp48_ = 0U; + cairo_surface_t* _tmp49_ = NULL; + cairo_t* c = NULL; + cairo_surface_t* _tmp50_ = NULL; + cairo_t* _tmp51_ = NULL; PangoRectangle extent = {0}; - PangoLayout* _tmp53_; - PangoRectangle _tmp54_ = {0}; - guint _tmp55_; - guint _tmp56_; - PangoRectangle _tmp57_; - gint _tmp58_; - gint dx; - guint _tmp59_; - guint _tmp60_; - PangoRectangle _tmp61_; - gint _tmp62_; - gint dy; - cairo_t* _tmp63_; - gint _tmp64_; - gint _tmp65_; - cairo_t* _tmp66_; - PangoLayout* _tmp67_; - gboolean _tmp68_; - cairo_surface_t* _tmp79_; - cairo_pattern_t* _tmp80_; - cairo_pattern_t* pattern; + PangoLayout* _tmp52_ = NULL; + PangoRectangle _tmp53_ = {0}; + gint dx = 0; + guint _tmp54_ = 0U; + guint _tmp55_ = 0U; + PangoRectangle _tmp56_ = {0}; + gint _tmp57_ = 0; + gint dy = 0; + guint _tmp58_ = 0U; + guint _tmp59_ = 0U; + PangoRectangle _tmp60_ = {0}; + gint _tmp61_ = 0; + cairo_t* _tmp62_ = NULL; + gint _tmp63_ = 0; + gint _tmp64_ = 0; + cairo_t* _tmp65_ = NULL; + PangoLayout* _tmp66_ = NULL; + gboolean _tmp67_ = FALSE; + cairo_pattern_t* pattern = NULL; + cairo_surface_t* _tmp78_ = NULL; + cairo_pattern_t* _tmp79_ = NULL; g_return_val_if_fail (self != NULL, NULL); _tmp0_ = n; _tmp1_ = g_strdup_printf ("%u", _tmp0_); @@ -1259,69 +1241,68 @@ pango_attr_list_insert (_tmp41_, (PangoAttribute*) _tmp42_); _tmp43_ = layout; _tmp44_ = attributes; - _tmp45_ = __vala_PangoAttrList_copy0 (_tmp44_); - pango_layout_set_attributes (_tmp43_, _tmp45_); - _tmp46_ = minefield_view_get_mine_size (self); - _tmp47_ = _tmp46_; - _tmp48_ = minefield_view_get_mine_size (self); - _tmp49_ = _tmp48_; - _tmp50_ = cairo_image_surface_create (CAIRO_FORMAT_ARGB32, (gint) _tmp47_, (gint) _tmp49_); - surface = _tmp50_; - _tmp51_ = surface; - _tmp52_ = cairo_create (_tmp51_); - c = _tmp52_; - _tmp53_ = layout; - pango_layout_get_extents (_tmp53_, NULL, &_tmp54_); - extent = _tmp54_; - _tmp55_ = minefield_view_get_mine_size (self); - _tmp56_ = _tmp55_; - _tmp57_ = extent; - _tmp58_ = _tmp57_.width; - dx = (((((gint) _tmp56_) - 2) - (_tmp58_ / PANGO_SCALE)) / 2) + 1; - _tmp59_ = minefield_view_get_mine_size (self); - _tmp60_ = _tmp59_; - _tmp61_ = extent; - _tmp62_ = _tmp61_.height; - dy = (((((gint) _tmp60_) - 2) - (_tmp62_ / PANGO_SCALE)) / 2) + 1; - _tmp63_ = c; - _tmp64_ = dx; - _tmp65_ = dy; - cairo_move_to (_tmp63_, (gdouble) _tmp64_, (gdouble) _tmp65_); - _tmp66_ = c; - _tmp67_ = layout; - pango_cairo_show_layout (_tmp66_, _tmp67_); - _tmp68_ = self->priv->use_number_border; - if (_tmp68_) { - cairo_t* _tmp69_; - cairo_t* _tmp70_; - cairo_t* _tmp71_; - gdouble _tmp72_; - gdouble _tmp73_; - gdouble _tmp74_; - cairo_t* _tmp75_; - PangoLayout* _tmp76_; - cairo_t* _tmp77_; - cairo_t* _tmp78_; + pango_layout_set_attributes (_tmp43_, _tmp44_); + _tmp45_ = minefield_view_get_mine_size (self); + _tmp46_ = _tmp45_; + _tmp47_ = minefield_view_get_mine_size (self); + _tmp48_ = _tmp47_; + _tmp49_ = cairo_image_surface_create (CAIRO_FORMAT_ARGB32, (gint) _tmp46_, (gint) _tmp48_); + surface = _tmp49_; + _tmp50_ = surface; + _tmp51_ = cairo_create (_tmp50_); + c = _tmp51_; + _tmp52_ = layout; + pango_layout_get_extents (_tmp52_, NULL, &_tmp53_); + extent = _tmp53_; + _tmp54_ = minefield_view_get_mine_size (self); + _tmp55_ = _tmp54_; + _tmp56_ = extent; + _tmp57_ = _tmp56_.width; + dx = (((((gint) _tmp55_) - 2) - (_tmp57_ / PANGO_SCALE)) / 2) + 1; + _tmp58_ = minefield_view_get_mine_size (self); + _tmp59_ = _tmp58_; + _tmp60_ = extent; + _tmp61_ = _tmp60_.height; + dy = (((((gint) _tmp59_) - 2) - (_tmp61_ / PANGO_SCALE)) / 2) + 1; + _tmp62_ = c; + _tmp63_ = dx; + _tmp64_ = dy; + cairo_move_to (_tmp62_, (gdouble) _tmp63_, (gdouble) _tmp64_); + _tmp65_ = c; + _tmp66_ = layout; + pango_cairo_show_layout (_tmp65_, _tmp66_); + _tmp67_ = self->priv->use_number_border; + if (_tmp67_) { + cairo_t* _tmp68_ = NULL; + cairo_t* _tmp69_ = NULL; + cairo_t* _tmp70_ = NULL; + gdouble _tmp71_ = 0.0; + gdouble _tmp72_ = 0.0; + gdouble _tmp73_ = 0.0; + cairo_t* _tmp74_ = NULL; + PangoLayout* _tmp75_ = NULL; + cairo_t* _tmp76_ = NULL; + cairo_t* _tmp77_ = NULL; + _tmp68_ = c; + cairo_save (_tmp68_); _tmp69_ = c; - cairo_save (_tmp69_); + cairo_set_line_width (_tmp69_, 1.0); _tmp70_ = c; - cairo_set_line_width (_tmp70_, 1.0); - _tmp71_ = c; - _tmp72_ = color_outline[0]; - _tmp73_ = color_outline[1]; - _tmp74_ = color_outline[2]; - cairo_set_source_rgb (_tmp71_, _tmp72_, _tmp73_, _tmp74_); - _tmp75_ = c; - _tmp76_ = layout; - pango_cairo_layout_path (_tmp75_, _tmp76_); + _tmp71_ = color_outline[0]; + _tmp72_ = color_outline[1]; + _tmp73_ = color_outline[2]; + cairo_set_source_rgb (_tmp70_, _tmp71_, _tmp72_, _tmp73_); + _tmp74_ = c; + _tmp75_ = layout; + pango_cairo_layout_path (_tmp74_, _tmp75_); + _tmp76_ = c; + cairo_stroke_preserve (_tmp76_); _tmp77_ = c; - cairo_stroke_preserve (_tmp77_); - _tmp78_ = c; - cairo_restore (_tmp78_); - } - _tmp79_ = surface; - _tmp80_ = cairo_pattern_create_for_surface (_tmp79_); - pattern = _tmp80_; + cairo_restore (_tmp77_); + } + _tmp78_ = surface; + _tmp79_ = cairo_pattern_create_for_surface (_tmp78_); + pattern = _tmp79_; cairo_pattern_set_extend (pattern, CAIRO_EXTEND_REPEAT); result = pattern; _cairo_destroy0 (c); @@ -1329,7 +1310,7 @@ _pango_attribute_destroy0 (font_attribute); __vala_PangoFontDescription_free0 (font_desc); _pango_attribute_destroy0 (color_attribute); - __vala_PangoAttrList_free0 (attributes); + _pango_attr_list_unref0 (attributes); _g_object_unref0 (layout); return result; } @@ -1339,11 +1320,11 @@ MinefieldView * self; gint _vala_minimum = 0; gint _vala_natural = 0; - Minefield* _tmp0_; - Minefield* _tmp1_; - guint _tmp2_; - guint _tmp3_; - guint _tmp4_; + Minefield* _tmp0_ = NULL; + Minefield* _tmp1_ = NULL; + guint _tmp2_ = 0U; + guint _tmp3_ = 0U; + guint _tmp4_ = 0U; self = (MinefieldView*) base; _tmp0_ = minefield_view_get_minefield (self); _tmp1_ = _tmp0_; @@ -1365,11 +1346,11 @@ MinefieldView * self; gint _vala_minimum = 0; gint _vala_natural = 0; - Minefield* _tmp0_; - Minefield* _tmp1_; - guint _tmp2_; - guint _tmp3_; - guint _tmp4_; + Minefield* _tmp0_ = NULL; + Minefield* _tmp1_ = NULL; + guint _tmp2_ = 0U; + guint _tmp3_ = 0U; + guint _tmp4_ = 0U; self = (MinefieldView*) base; _tmp0_ = minefield_view_get_minefield (self); _tmp1_ = _tmp0_; @@ -1388,20 +1369,20 @@ static void minefield_view_redraw_sector_cb (MinefieldView* self, guint x, guint y) { - guint _tmp0_; - guint _tmp1_; - guint _tmp2_; - guint _tmp3_; - guint _tmp4_; - guint _tmp5_; - guint _tmp6_; - guint _tmp7_; - guint _tmp8_; - guint _tmp9_; - guint _tmp10_; - guint _tmp11_; - guint _tmp12_; - guint _tmp13_; + guint _tmp0_ = 0U; + guint _tmp1_ = 0U; + guint _tmp2_ = 0U; + guint _tmp3_ = 0U; + guint _tmp4_ = 0U; + guint _tmp5_ = 0U; + guint _tmp6_ = 0U; + guint _tmp7_ = 0U; + guint _tmp8_ = 0U; + guint _tmp9_ = 0U; + guint _tmp10_ = 0U; + guint _tmp11_ = 0U; + guint _tmp12_ = 0U; + guint _tmp13_ = 0U; g_return_if_fail (self != NULL); _tmp0_ = minefield_view_get_x_offset (self); _tmp1_ = _tmp0_; @@ -1427,16 +1408,16 @@ static void minefield_view_draw_square (MinefieldView* self, cairo_t* cr, guint x, guint y) { - gboolean is_down; + gboolean is_down = FALSE; gboolean _tmp0_ = FALSE; - Position* _tmp1_; - gboolean _tmp2_; - gboolean _tmp3_; - gboolean _tmp7_; - Minefield* _tmp65_; - Minefield* _tmp66_; - guint _tmp67_; - guint _tmp68_; + Position* _tmp1_ = NULL; + gboolean _tmp2_ = FALSE; + gboolean _tmp3_ = FALSE; + gboolean _tmp7_ = FALSE; + Minefield* _tmp65_ = NULL; + Minefield* _tmp66_ = NULL; + guint _tmp67_ = 0U; + guint _tmp68_ = 0U; gboolean _tmp69_ = FALSE; g_return_if_fail (self != NULL); g_return_if_fail (cr != NULL); @@ -1445,9 +1426,9 @@ _tmp2_ = position_get_is_valid (_tmp1_); _tmp3_ = _tmp2_; if (_tmp3_) { - Position* _tmp4_; - gboolean _tmp5_; - gboolean _tmp6_; + Position* _tmp4_ = NULL; + gboolean _tmp5_ = FALSE; + gboolean _tmp6_ = FALSE; _tmp4_ = self->priv->selected; _tmp5_ = position_get_is_set (_tmp4_); _tmp6_ = _tmp5_; @@ -1459,24 +1440,24 @@ if (_tmp7_) { gboolean _tmp8_ = FALSE; gboolean _tmp9_ = FALSE; - guint _tmp10_; - Position* _tmp11_; - gint _tmp12_; - gint _tmp13_; - gboolean _tmp18_; - gboolean _tmp24_; + guint _tmp10_ = 0U; + Position* _tmp11_ = NULL; + gint _tmp12_ = 0; + gint _tmp13_ = 0; + gboolean _tmp18_ = FALSE; + gboolean _tmp24_ = FALSE; gboolean _tmp25_ = FALSE; - gboolean _tmp26_; - gboolean _tmp36_; + gboolean _tmp26_ = FALSE; + gboolean _tmp36_ = FALSE; _tmp10_ = x; _tmp11_ = self->priv->selected; _tmp12_ = position_get_x (_tmp11_); _tmp13_ = _tmp12_; if (_tmp10_ == ((guint) _tmp13_)) { - guint _tmp14_; - Position* _tmp15_; - gint _tmp16_; - gint _tmp17_; + guint _tmp14_ = 0U; + Position* _tmp15_ = NULL; + gint _tmp16_ = 0; + gint _tmp17_ = 0; _tmp14_ = y; _tmp15_ = self->priv->selected; _tmp16_ = position_get_y (_tmp15_); @@ -1487,10 +1468,10 @@ } _tmp18_ = _tmp9_; if (_tmp18_) { - Minefield* _tmp19_; - Minefield* _tmp20_; - guint _tmp21_; - guint _tmp22_; + Minefield* _tmp19_ = NULL; + Minefield* _tmp20_ = NULL; + guint _tmp21_ = 0U; + guint _tmp22_ = 0U; FlagType _tmp23_ = 0; _tmp19_ = minefield_view_get_minefield (self); _tmp20_ = _tmp19_; @@ -1505,14 +1486,14 @@ is_down = _tmp24_; _tmp26_ = is_down; if (!_tmp26_) { - Minefield* _tmp27_; - Minefield* _tmp28_; - Position* _tmp29_; - gint _tmp30_; - gint _tmp31_; - Position* _tmp32_; - gint _tmp33_; - gint _tmp34_; + Minefield* _tmp27_ = NULL; + Minefield* _tmp28_ = NULL; + Position* _tmp29_ = NULL; + gint _tmp30_ = 0; + gint _tmp31_ = 0; + Position* _tmp32_ = NULL; + gint _tmp33_ = 0; + gint _tmp34_ = 0; gboolean _tmp35_ = FALSE; _tmp27_ = minefield_view_get_minefield (self); _tmp28_ = _tmp27_; @@ -1540,29 +1521,29 @@ Neighbour neighbour = {0}; neighbour = neighbour_collection[neighbour_it]; { - Position* _tmp37_; - gint _tmp38_; - gint _tmp39_; - Neighbour _tmp40_; - gint _tmp41_; - gint nx; - Position* _tmp42_; - gint _tmp43_; - gint _tmp44_; - Neighbour _tmp45_; - gint _tmp46_; - gint ny; - Minefield* _tmp47_; - Minefield* _tmp48_; - gint _tmp49_; - gint _tmp50_; + gint nx = 0; + Position* _tmp37_ = NULL; + gint _tmp38_ = 0; + gint _tmp39_ = 0; + Neighbour _tmp40_ = {0}; + gint _tmp41_ = 0; + gint ny = 0; + Position* _tmp42_ = NULL; + gint _tmp43_ = 0; + gint _tmp44_ = 0; + Neighbour _tmp45_ = {0}; + gint _tmp46_ = 0; + Minefield* _tmp47_ = NULL; + Minefield* _tmp48_ = NULL; + gint _tmp49_ = 0; + gint _tmp50_ = 0; gboolean _tmp51_ = FALSE; gboolean _tmp52_ = FALSE; gboolean _tmp53_ = FALSE; - guint _tmp54_; - gint _tmp55_; - gboolean _tmp58_; - gboolean _tmp64_; + guint _tmp54_ = 0U; + gint _tmp55_ = 0; + gboolean _tmp58_ = FALSE; + gboolean _tmp64_ = FALSE; _tmp37_ = self->priv->selected; _tmp38_ = position_get_x (_tmp37_); _tmp39_ = _tmp38_; @@ -1586,8 +1567,8 @@ _tmp54_ = x; _tmp55_ = nx; if (_tmp54_ == ((guint) _tmp55_)) { - guint _tmp56_; - gint _tmp57_; + guint _tmp56_ = 0U; + gint _tmp57_ = 0; _tmp56_ = y; _tmp57_ = ny; _tmp53_ = _tmp56_ == ((guint) _tmp57_); @@ -1596,10 +1577,10 @@ } _tmp58_ = _tmp53_; if (_tmp58_) { - Minefield* _tmp59_; - Minefield* _tmp60_; - gint _tmp61_; - gint _tmp62_; + Minefield* _tmp59_ = NULL; + Minefield* _tmp60_ = NULL; + gint _tmp61_ = 0; + gint _tmp62_ = 0; FlagType _tmp63_ = 0; _tmp59_ = minefield_view_get_minefield (self); _tmp60_ = _tmp59_; @@ -1625,14 +1606,14 @@ _tmp68_ = y; _tmp69_ = minefield_is_cleared (_tmp66_, _tmp67_, _tmp68_); if (_tmp69_) { - Minefield* _tmp70_; - Minefield* _tmp71_; - gboolean _tmp72_; - gboolean _tmp73_; - Minefield* _tmp74_; - Minefield* _tmp75_; - guint _tmp76_; - guint _tmp77_; + Minefield* _tmp70_ = NULL; + Minefield* _tmp71_ = NULL; + gboolean _tmp72_ = FALSE; + gboolean _tmp73_ = FALSE; + Minefield* _tmp74_ = NULL; + Minefield* _tmp75_ = NULL; + guint _tmp76_ = 0U; + guint _tmp77_ = 0U; gboolean _tmp78_ = FALSE; _tmp70_ = minefield_view_get_minefield (self); _tmp71_ = _tmp70_; @@ -1647,20 +1628,20 @@ _tmp77_ = y; _tmp78_ = minefield_has_mine (_tmp75_, _tmp76_, _tmp77_); if (_tmp78_) { - cairo_pattern_t* _tmp79_; - cairo_t* _tmp84_; - cairo_pattern_t* _tmp85_; - cairo_t* _tmp86_; - guint _tmp87_; - guint _tmp88_; - guint _tmp89_; - guint _tmp90_; - cairo_t* _tmp91_; + cairo_pattern_t* _tmp79_ = NULL; + cairo_t* _tmp84_ = NULL; + cairo_pattern_t* _tmp85_ = NULL; + cairo_t* _tmp86_ = NULL; + guint _tmp87_ = 0U; + guint _tmp88_ = 0U; + guint _tmp89_ = 0U; + guint _tmp90_ = 0U; + cairo_t* _tmp91_ = NULL; _tmp79_ = self->priv->bang_pattern; if (_tmp79_ == NULL) { - cairo_t* _tmp80_; + cairo_t* _tmp80_ = NULL; gchar* _tmp81_ = NULL; - gchar* _tmp82_; + gchar* _tmp82_ = NULL; cairo_pattern_t* _tmp83_ = NULL; _tmp80_ = cr; _tmp81_ = g_build_filename (DATA_DIRECTORY, "bang.svg", NULL); @@ -1683,21 +1664,21 @@ cairo_fill (_tmp91_); } else { gboolean _tmp92_ = FALSE; - gboolean _tmp93_; - gboolean _tmp99_; - Minefield* _tmp113_; - Minefield* _tmp114_; - guint _tmp115_; - guint _tmp116_; + gboolean _tmp93_ = FALSE; + gboolean _tmp99_ = FALSE; + guint n = 0U; + Minefield* _tmp113_ = NULL; + Minefield* _tmp114_ = NULL; + guint _tmp115_ = 0U; + guint _tmp116_ = 0U; guint _tmp117_ = 0U; - guint n; - guint _tmp118_; + guint _tmp118_ = 0U; _tmp93_ = self->priv->use_overmine_warning; if (_tmp93_) { - Minefield* _tmp94_; - Minefield* _tmp95_; - guint _tmp96_; - guint _tmp97_; + Minefield* _tmp94_ = NULL; + Minefield* _tmp95_ = NULL; + guint _tmp96_ = 0U; + guint _tmp97_ = 0U; gboolean _tmp98_ = FALSE; _tmp94_ = minefield_view_get_minefield (self); _tmp95_ = _tmp94_; @@ -1710,20 +1691,20 @@ } _tmp99_ = _tmp92_; if (_tmp99_) { - cairo_pattern_t* _tmp100_; - cairo_t* _tmp105_; - cairo_pattern_t* _tmp106_; - cairo_t* _tmp107_; - guint _tmp108_; - guint _tmp109_; - guint _tmp110_; - guint _tmp111_; - cairo_t* _tmp112_; + cairo_pattern_t* _tmp100_ = NULL; + cairo_t* _tmp105_ = NULL; + cairo_pattern_t* _tmp106_ = NULL; + cairo_t* _tmp107_ = NULL; + guint _tmp108_ = 0U; + guint _tmp109_ = 0U; + guint _tmp110_ = 0U; + guint _tmp111_ = 0U; + cairo_t* _tmp112_ = NULL; _tmp100_ = self->priv->warning_pattern; if (_tmp100_ == NULL) { - cairo_t* _tmp101_; + cairo_t* _tmp101_ = NULL; gchar* _tmp102_ = NULL; - gchar* _tmp103_; + gchar* _tmp103_ = NULL; cairo_pattern_t* _tmp104_ = NULL; _tmp101_ = cr; _tmp102_ = g_build_filename (DATA_DIRECTORY, "warning.svg", NULL); @@ -1753,32 +1734,32 @@ n = _tmp117_; _tmp118_ = n; if (_tmp118_ != ((guint) 0)) { - cairo_pattern_t** _tmp119_; - gint _tmp119__length1; - guint _tmp120_; - cairo_pattern_t* _tmp121_; - cairo_t* _tmp127_; - cairo_pattern_t** _tmp128_; - gint _tmp128__length1; - guint _tmp129_; - cairo_pattern_t* _tmp130_; - cairo_t* _tmp131_; - guint _tmp132_; - guint _tmp133_; - guint _tmp134_; - guint _tmp135_; - cairo_t* _tmp136_; + cairo_pattern_t** _tmp119_ = NULL; + gint _tmp119__length1 = 0; + guint _tmp120_ = 0U; + cairo_pattern_t* _tmp121_ = NULL; + cairo_t* _tmp127_ = NULL; + cairo_pattern_t** _tmp128_ = NULL; + gint _tmp128__length1 = 0; + guint _tmp129_ = 0U; + cairo_pattern_t* _tmp130_ = NULL; + cairo_t* _tmp131_ = NULL; + guint _tmp132_ = 0U; + guint _tmp133_ = 0U; + guint _tmp134_ = 0U; + guint _tmp135_ = 0U; + cairo_t* _tmp136_ = NULL; _tmp119_ = self->priv->number_patterns; _tmp119__length1 = self->priv->number_patterns_length1; _tmp120_ = n; _tmp121_ = _tmp119_[_tmp120_ - 1]; if (_tmp121_ == NULL) { - cairo_pattern_t** _tmp122_; - gint _tmp122__length1; - guint _tmp123_; - guint _tmp124_; + cairo_pattern_t** _tmp122_ = NULL; + gint _tmp122__length1 = 0; + guint _tmp123_ = 0U; + guint _tmp124_ = 0U; cairo_pattern_t* _tmp125_ = NULL; - cairo_pattern_t* _tmp126_; + cairo_pattern_t* _tmp126_ = NULL; _tmp122_ = self->priv->number_patterns; _tmp122__length1 = self->priv->number_patterns_length1; _tmp123_ = n; @@ -1805,36 +1786,36 @@ } } } else { + GtkStyleContext* style_context = NULL; GtkStyleContext* _tmp137_ = NULL; - GtkStyleContext* _tmp138_; - GtkStyleContext* style_context; - GtkStyleContext* _tmp139_; - GtkStyleContext* _tmp140_; + GtkStyleContext* _tmp138_ = NULL; + GtkStyleContext* _tmp139_ = NULL; + GtkStyleContext* _tmp140_ = NULL; GtkStateFlags _tmp141_ = 0; - gboolean _tmp142_; - GtkStyleContext* _tmp143_; - GtkStateFlags _tmp144_; - GtkStyleContext* _tmp145_; - cairo_t* _tmp146_; - guint _tmp147_; - guint _tmp148_; - guint _tmp149_; - guint _tmp150_; - GtkStyleContext* _tmp151_; - cairo_t* _tmp152_; - guint _tmp153_; - guint _tmp154_; - guint _tmp155_; - guint _tmp156_; - GtkStyleContext* _tmp157_; - Minefield* _tmp158_; - Minefield* _tmp159_; - gboolean _tmp160_; - gboolean _tmp161_; - Minefield* _tmp162_; - Minefield* _tmp163_; - guint _tmp164_; - guint _tmp165_; + gboolean _tmp142_ = FALSE; + GtkStyleContext* _tmp143_ = NULL; + GtkStateFlags _tmp144_ = 0; + GtkStyleContext* _tmp145_ = NULL; + cairo_t* _tmp146_ = NULL; + guint _tmp147_ = 0U; + guint _tmp148_ = 0U; + guint _tmp149_ = 0U; + guint _tmp150_ = 0U; + GtkStyleContext* _tmp151_ = NULL; + cairo_t* _tmp152_ = NULL; + guint _tmp153_ = 0U; + guint _tmp154_ = 0U; + guint _tmp155_ = 0U; + guint _tmp156_ = 0U; + GtkStyleContext* _tmp157_ = NULL; + Minefield* _tmp158_ = NULL; + Minefield* _tmp159_ = NULL; + gboolean _tmp160_ = FALSE; + gboolean _tmp161_ = FALSE; + Minefield* _tmp162_ = NULL; + Minefield* _tmp163_ = NULL; + guint _tmp164_ = 0U; + guint _tmp165_ = 0U; FlagType _tmp166_ = 0; _tmp137_ = gtk_widget_get_style_context ((GtkWidget*) self); _tmp138_ = _g_object_ref0 (_tmp137_); @@ -1882,25 +1863,25 @@ _tmp165_ = y; _tmp166_ = minefield_get_flag (_tmp163_, _tmp164_, _tmp165_); if (_tmp166_ == FLAG_TYPE_FLAG) { - cairo_pattern_t* _tmp167_; - cairo_t* _tmp172_; - cairo_pattern_t* _tmp173_; - cairo_t* _tmp174_; - guint _tmp175_; - guint _tmp176_; - guint _tmp177_; - guint _tmp178_; - cairo_t* _tmp179_; + cairo_pattern_t* _tmp167_ = NULL; + cairo_t* _tmp172_ = NULL; + cairo_pattern_t* _tmp173_ = NULL; + cairo_t* _tmp174_ = NULL; + guint _tmp175_ = 0U; + guint _tmp176_ = 0U; + guint _tmp177_ = 0U; + guint _tmp178_ = 0U; + cairo_t* _tmp179_ = NULL; gboolean _tmp180_ = FALSE; - Minefield* _tmp181_; - Minefield* _tmp182_; - gboolean _tmp183_; - gboolean _tmp189_; + Minefield* _tmp181_ = NULL; + Minefield* _tmp182_ = NULL; + gboolean _tmp183_ = FALSE; + gboolean _tmp189_ = FALSE; _tmp167_ = self->priv->flag_pattern; if (_tmp167_ == NULL) { - cairo_t* _tmp168_; + cairo_t* _tmp168_ = NULL; gchar* _tmp169_ = NULL; - gchar* _tmp170_; + gchar* _tmp170_ = NULL; cairo_pattern_t* _tmp171_ = NULL; _tmp168_ = cr; _tmp169_ = g_build_filename (DATA_DIRECTORY, "flag.svg", NULL); @@ -1925,10 +1906,10 @@ _tmp182_ = _tmp181_; _tmp183_ = _tmp182_->exploded; if (_tmp183_) { - Minefield* _tmp184_; - Minefield* _tmp185_; - guint _tmp186_; - guint _tmp187_; + Minefield* _tmp184_ = NULL; + Minefield* _tmp185_ = NULL; + guint _tmp186_ = 0U; + guint _tmp187_ = 0U; gboolean _tmp188_ = FALSE; _tmp184_ = minefield_view_get_minefield (self); _tmp185_ = _tmp184_; @@ -1941,40 +1922,40 @@ } _tmp189_ = _tmp180_; if (_tmp189_) { - guint _tmp190_; - guint _tmp191_; - gdouble x1; - guint _tmp192_; - guint _tmp193_; - gdouble y1; - guint _tmp194_; - guint _tmp195_; - gdouble x2; - guint _tmp196_; - guint _tmp197_; - gdouble y2; - cairo_t* _tmp198_; - gdouble _tmp199_; - gdouble _tmp200_; - cairo_t* _tmp201_; - gdouble _tmp202_; - gdouble _tmp203_; - cairo_t* _tmp204_; - gdouble _tmp205_; - gdouble _tmp206_; - cairo_t* _tmp207_; - gdouble _tmp208_; - gdouble _tmp209_; - cairo_t* _tmp210_; - cairo_t* _tmp211_; - cairo_t* _tmp212_; - guint _tmp213_; - guint _tmp214_; + gdouble x1 = 0.0; + guint _tmp190_ = 0U; + guint _tmp191_ = 0U; + gdouble y1 = 0.0; + guint _tmp192_ = 0U; + guint _tmp193_ = 0U; + gdouble x2 = 0.0; + guint _tmp194_ = 0U; + guint _tmp195_ = 0U; + gdouble y2 = 0.0; + guint _tmp196_ = 0U; + guint _tmp197_ = 0U; + cairo_t* _tmp198_ = NULL; + gdouble _tmp199_ = 0.0; + gdouble _tmp200_ = 0.0; + cairo_t* _tmp201_ = NULL; + gdouble _tmp202_ = 0.0; + gdouble _tmp203_ = 0.0; + cairo_t* _tmp204_ = NULL; + gdouble _tmp205_ = 0.0; + gdouble _tmp206_ = 0.0; + cairo_t* _tmp207_ = NULL; + gdouble _tmp208_ = 0.0; + gdouble _tmp209_ = 0.0; + cairo_t* _tmp210_ = NULL; + cairo_t* _tmp211_ = NULL; + cairo_t* _tmp212_ = NULL; + guint _tmp213_ = 0U; + guint _tmp214_ = 0U; gdouble _tmp215_ = 0.0; - cairo_t* _tmp216_; - cairo_t* _tmp217_; - cairo_t* _tmp218_; - cairo_t* _tmp219_; + cairo_t* _tmp216_ = NULL; + cairo_t* _tmp217_ = NULL; + cairo_t* _tmp218_ = NULL; + cairo_t* _tmp219_ = NULL; _tmp190_ = minefield_view_get_mine_size (self); _tmp191_ = _tmp190_; x1 = 0.1 * _tmp191_; @@ -2023,18 +2004,18 @@ } } else { gboolean _tmp220_ = FALSE; - Minefield* _tmp221_; - Minefield* _tmp222_; - gboolean _tmp223_; - gboolean _tmp229_; + Minefield* _tmp221_ = NULL; + Minefield* _tmp222_ = NULL; + gboolean _tmp223_ = FALSE; + gboolean _tmp229_ = FALSE; _tmp221_ = minefield_view_get_minefield (self); _tmp222_ = _tmp221_; _tmp223_ = _tmp222_->exploded; if (_tmp223_) { - Minefield* _tmp224_; - Minefield* _tmp225_; - guint _tmp226_; - guint _tmp227_; + Minefield* _tmp224_ = NULL; + Minefield* _tmp225_ = NULL; + guint _tmp226_ = 0U; + guint _tmp227_ = 0U; gboolean _tmp228_ = FALSE; _tmp224_ = minefield_view_get_minefield (self); _tmp225_ = _tmp224_; @@ -2047,20 +2028,20 @@ } _tmp229_ = _tmp220_; if (_tmp229_) { - cairo_pattern_t* _tmp230_; - cairo_t* _tmp235_; - cairo_pattern_t* _tmp236_; - cairo_t* _tmp237_; - guint _tmp238_; - guint _tmp239_; - guint _tmp240_; - guint _tmp241_; - cairo_t* _tmp242_; + cairo_pattern_t* _tmp230_ = NULL; + cairo_t* _tmp235_ = NULL; + cairo_pattern_t* _tmp236_ = NULL; + cairo_t* _tmp237_ = NULL; + guint _tmp238_ = 0U; + guint _tmp239_ = 0U; + guint _tmp240_ = 0U; + guint _tmp241_ = 0U; + cairo_t* _tmp242_ = NULL; _tmp230_ = self->priv->mine_pattern; if (_tmp230_ == NULL) { - cairo_t* _tmp231_; + cairo_t* _tmp231_ = NULL; gchar* _tmp232_ = NULL; - gchar* _tmp233_; + gchar* _tmp233_ = NULL; cairo_pattern_t* _tmp234_ = NULL; _tmp231_ = cr; _tmp232_ = g_build_filename (DATA_DIRECTORY, "mine.svg", NULL); @@ -2082,10 +2063,10 @@ _tmp242_ = cr; cairo_fill (_tmp242_); } else { - Minefield* _tmp243_; - Minefield* _tmp244_; - guint _tmp245_; - guint _tmp246_; + Minefield* _tmp243_ = NULL; + Minefield* _tmp244_ = NULL; + guint _tmp245_ = 0U; + guint _tmp246_ = 0U; FlagType _tmp247_ = 0; _tmp243_ = minefield_view_get_minefield (self); _tmp244_ = _tmp243_; @@ -2093,20 +2074,20 @@ _tmp246_ = y; _tmp247_ = minefield_get_flag (_tmp244_, _tmp245_, _tmp246_); if (_tmp247_ == FLAG_TYPE_MAYBE) { - cairo_pattern_t* _tmp248_; - cairo_t* _tmp253_; - cairo_pattern_t* _tmp254_; - cairo_t* _tmp255_; - guint _tmp256_; - guint _tmp257_; - guint _tmp258_; - guint _tmp259_; - cairo_t* _tmp260_; + cairo_pattern_t* _tmp248_ = NULL; + cairo_t* _tmp253_ = NULL; + cairo_pattern_t* _tmp254_ = NULL; + cairo_t* _tmp255_ = NULL; + guint _tmp256_ = 0U; + guint _tmp257_ = 0U; + guint _tmp258_ = 0U; + guint _tmp259_ = 0U; + cairo_t* _tmp260_ = NULL; _tmp248_ = self->priv->question_pattern; if (_tmp248_ == NULL) { - cairo_t* _tmp249_; + cairo_t* _tmp249_ = NULL; gchar* _tmp250_ = NULL; - gchar* _tmp251_; + gchar* _tmp251_ = NULL; cairo_pattern_t* _tmp252_ = NULL; _tmp249_ = cr; _tmp250_ = g_build_filename (DATA_DIRECTORY, "flag-question.svg", NULL); @@ -2138,83 +2119,83 @@ static gboolean minefield_view_real_draw (GtkWidget* base, cairo_t* cr) { MinefieldView * self; gboolean result = FALSE; - guint _tmp0_; - guint _tmp1_; - guint _tmp2_; - Minefield* _tmp13_; - Minefield* _tmp14_; - guint _tmp15_; - guint _tmp16_; - guint _tmp17_; - Minefield* _tmp18_; - Minefield* _tmp19_; - guint _tmp20_; - guint _tmp21_; - guint _tmp22_; + guint _tmp0_ = 0U; + guint _tmp1_ = 0U; + guint _tmp2_ = 0U; + gdouble dimensions[2] = {0}; + Minefield* _tmp13_ = NULL; + Minefield* _tmp14_ = NULL; + guint _tmp15_ = 0U; + guint _tmp16_ = 0U; + guint _tmp17_ = 0U; + Minefield* _tmp18_ = NULL; + Minefield* _tmp19_ = NULL; + guint _tmp20_ = 0U; + guint _tmp21_ = 0U; + guint _tmp22_ = 0U; gdouble _tmp23_[2] = {0}; - gdouble dimensions[2]; - guint _tmp24_; - guint _tmp25_; - gdouble _tmp26_; - guint _tmp27_; - guint _tmp28_; - gdouble _tmp29_; + gdouble centre[2] = {0}; + guint _tmp24_ = 0U; + guint _tmp25_ = 0U; + gdouble _tmp26_ = 0.0; + guint _tmp27_ = 0U; + guint _tmp28_ = 0U; + gdouble _tmp29_ = 0.0; gdouble _tmp30_[2] = {0}; - gdouble centre[2]; - gdouble _tmp31_; - gdouble _tmp32_; + gdouble radius = 0.0; + gdouble _tmp31_ = 0.0; + gdouble _tmp32_ = 0.0; gdouble _tmp33_ = 0.0; - gdouble radius; - gdouble _tmp34_; - gdouble _tmp35_; - gdouble _tmp36_; - gdouble _tmp37_; - gdouble _tmp38_; - cairo_pattern_t* _tmp39_; - cairo_pattern_t* pattern; - cairo_pattern_t* _tmp40_; - cairo_pattern_t* _tmp41_; - cairo_t* _tmp42_; - guint _tmp43_; - guint _tmp44_; - guint _tmp45_; - guint _tmp46_; - gdouble _tmp47_; - gdouble _tmp48_; - cairo_t* _tmp49_; - cairo_t* _tmp50_; - cairo_pattern_t* _tmp51_; - cairo_t* _tmp52_; - cairo_t* _tmp53_; - cairo_t* _tmp54_; - cairo_t* _tmp55_; - cairo_t* _tmp56_; - cairo_t* _tmp57_; - cairo_t* _tmp58_; - cairo_t* _tmp59_; + cairo_pattern_t* pattern = NULL; + gdouble _tmp34_ = 0.0; + gdouble _tmp35_ = 0.0; + gdouble _tmp36_ = 0.0; + gdouble _tmp37_ = 0.0; + gdouble _tmp38_ = 0.0; + cairo_pattern_t* _tmp39_ = NULL; + cairo_pattern_t* _tmp40_ = NULL; + cairo_pattern_t* _tmp41_ = NULL; + cairo_t* _tmp42_ = NULL; + guint _tmp43_ = 0U; + guint _tmp44_ = 0U; + guint _tmp45_ = 0U; + guint _tmp46_ = 0U; + gdouble _tmp47_ = 0.0; + gdouble _tmp48_ = 0.0; + cairo_t* _tmp49_ = NULL; + cairo_t* _tmp50_ = NULL; + cairo_pattern_t* _tmp51_ = NULL; + cairo_t* _tmp52_ = NULL; + cairo_t* _tmp53_ = NULL; + cairo_t* _tmp54_ = NULL; + cairo_t* _tmp55_ = NULL; + cairo_t* _tmp56_ = NULL; + cairo_t* _tmp57_ = NULL; + cairo_t* _tmp58_ = NULL; + cairo_t* _tmp59_ = NULL; + gdouble* dots = NULL; gdouble* _tmp60_ = NULL; - gdouble* dots; - gint dots_length1; - gint _dots_size_; - cairo_t* _tmp61_; - gdouble* _tmp62_; - gint _tmp62__length1; - cairo_t* _tmp113_; - Position* _tmp144_; - gboolean _tmp145_; - gboolean _tmp146_; - Minefield* _tmp190_; - Minefield* _tmp191_; - gboolean _tmp192_; - gboolean _tmp193_; + gint dots_length1 = 0; + gint _dots_size_ = 0; + cairo_t* _tmp61_ = NULL; + gdouble* _tmp62_ = NULL; + gint _tmp62__length1 = 0; + cairo_t* _tmp113_ = NULL; + Position* _tmp144_ = NULL; + gboolean _tmp145_ = FALSE; + gboolean _tmp146_ = FALSE; + Minefield* _tmp190_ = NULL; + Minefield* _tmp191_ = NULL; + gboolean _tmp192_ = FALSE; + gboolean _tmp193_ = FALSE; self = (MinefieldView*) base; g_return_val_if_fail (cr != NULL, FALSE); _tmp0_ = self->priv->render_size; _tmp1_ = minefield_view_get_mine_size (self); _tmp2_ = _tmp1_; if (_tmp0_ != _tmp2_) { - guint _tmp3_; - guint _tmp4_; + guint _tmp3_ = 0U; + guint _tmp4_ = 0U; _tmp3_ = minefield_view_get_mine_size (self); _tmp4_ = _tmp3_; self->priv->render_size = _tmp4_; @@ -2229,23 +2210,23 @@ _cairo_pattern_destroy0 (self->priv->warning_pattern); self->priv->warning_pattern = NULL; { - gint i; + gint i = 0; i = 0; { - gboolean _tmp5_; + gboolean _tmp5_ = FALSE; _tmp5_ = TRUE; while (TRUE) { - gboolean _tmp6_; - gint _tmp8_; - cairo_pattern_t** _tmp9_; - gint _tmp9__length1; - cairo_pattern_t** _tmp10_; - gint _tmp10__length1; - gint _tmp11_; - cairo_pattern_t* _tmp12_; + gboolean _tmp6_ = FALSE; + gint _tmp8_ = 0; + cairo_pattern_t** _tmp9_ = NULL; + gint _tmp9__length1 = 0; + cairo_pattern_t** _tmp10_ = NULL; + gint _tmp10__length1 = 0; + gint _tmp11_ = 0; + cairo_pattern_t* _tmp12_ = NULL; _tmp6_ = _tmp5_; if (!_tmp6_) { - gint _tmp7_; + gint _tmp7_ = 0; _tmp7_ = i; i = _tmp7_ + 1; } @@ -2343,38 +2324,38 @@ _tmp62__length1 = dots_length1; cairo_set_dash (_tmp61_, _tmp62_, _tmp62__length1, (gdouble) 0); { - gint x; + gint x = 0; x = 1; { - gboolean _tmp63_; + gboolean _tmp63_ = FALSE; _tmp63_ = TRUE; while (TRUE) { - gboolean _tmp64_; - gint _tmp66_; - Minefield* _tmp67_; - Minefield* _tmp68_; - guint _tmp69_; - cairo_t* _tmp70_; - guint _tmp71_; - guint _tmp72_; - gint _tmp73_; - guint _tmp74_; - guint _tmp75_; - guint _tmp76_; - guint _tmp77_; - cairo_t* _tmp78_; - guint _tmp79_; - guint _tmp80_; - gint _tmp81_; - guint _tmp82_; - guint _tmp83_; - guint _tmp84_; - guint _tmp85_; - gdouble _tmp86_; - cairo_t* _tmp87_; + gboolean _tmp64_ = FALSE; + gint _tmp66_ = 0; + Minefield* _tmp67_ = NULL; + Minefield* _tmp68_ = NULL; + guint _tmp69_ = 0U; + cairo_t* _tmp70_ = NULL; + guint _tmp71_ = 0U; + guint _tmp72_ = 0U; + gint _tmp73_ = 0; + guint _tmp74_ = 0U; + guint _tmp75_ = 0U; + guint _tmp76_ = 0U; + guint _tmp77_ = 0U; + cairo_t* _tmp78_ = NULL; + guint _tmp79_ = 0U; + guint _tmp80_ = 0U; + gint _tmp81_ = 0; + guint _tmp82_ = 0U; + guint _tmp83_ = 0U; + guint _tmp84_ = 0U; + guint _tmp85_ = 0U; + gdouble _tmp86_ = 0.0; + cairo_t* _tmp87_ = NULL; _tmp64_ = _tmp63_; if (!_tmp64_) { - gint _tmp65_; + gint _tmp65_ = 0; _tmp65_ = x; x = _tmp65_ + 1; } @@ -2411,38 +2392,38 @@ } } { - gint y; + gint y = 0; y = 1; { - gboolean _tmp88_; + gboolean _tmp88_ = FALSE; _tmp88_ = TRUE; while (TRUE) { - gboolean _tmp89_; - gint _tmp91_; - Minefield* _tmp92_; - Minefield* _tmp93_; - guint _tmp94_; - cairo_t* _tmp95_; - guint _tmp96_; - guint _tmp97_; - guint _tmp98_; - guint _tmp99_; - gint _tmp100_; - guint _tmp101_; - guint _tmp102_; - cairo_t* _tmp103_; - guint _tmp104_; - guint _tmp105_; - gdouble _tmp106_; - guint _tmp107_; - guint _tmp108_; - gint _tmp109_; - guint _tmp110_; - guint _tmp111_; - cairo_t* _tmp112_; + gboolean _tmp89_ = FALSE; + gint _tmp91_ = 0; + Minefield* _tmp92_ = NULL; + Minefield* _tmp93_ = NULL; + guint _tmp94_ = 0U; + cairo_t* _tmp95_ = NULL; + guint _tmp96_ = 0U; + guint _tmp97_ = 0U; + guint _tmp98_ = 0U; + guint _tmp99_ = 0U; + gint _tmp100_ = 0; + guint _tmp101_ = 0U; + guint _tmp102_ = 0U; + cairo_t* _tmp103_ = NULL; + guint _tmp104_ = 0U; + guint _tmp105_ = 0U; + gdouble _tmp106_ = 0.0; + guint _tmp107_ = 0U; + guint _tmp108_ = 0U; + gint _tmp109_ = 0; + guint _tmp110_ = 0U; + guint _tmp111_ = 0U; + cairo_t* _tmp112_ = NULL; _tmp89_ = _tmp88_; if (!_tmp89_) { - gint _tmp90_; + gint _tmp90_ = 0; _tmp90_ = y; y = _tmp90_ + 1; } @@ -2481,20 +2462,20 @@ _tmp113_ = cr; cairo_restore (_tmp113_); { - gint x; + gint x = 0; x = 0; { - gboolean _tmp114_; + gboolean _tmp114_ = FALSE; _tmp114_ = TRUE; while (TRUE) { - gboolean _tmp115_; - gint _tmp117_; - Minefield* _tmp118_; - Minefield* _tmp119_; - guint _tmp120_; + gboolean _tmp115_ = FALSE; + gint _tmp117_ = 0; + Minefield* _tmp118_ = NULL; + Minefield* _tmp119_ = NULL; + guint _tmp120_ = 0U; _tmp115_ = _tmp114_; if (!_tmp115_) { - gint _tmp116_; + gint _tmp116_ = 0; _tmp116_ = x; x = _tmp116_ + 1; } @@ -2507,36 +2488,36 @@ break; } { - gint y; + gint y = 0; y = 0; { - gboolean _tmp121_; + gboolean _tmp121_ = FALSE; _tmp121_ = TRUE; while (TRUE) { - gboolean _tmp122_; - gint _tmp124_; - Minefield* _tmp125_; - Minefield* _tmp126_; - guint _tmp127_; - cairo_t* _tmp128_; - cairo_t* _tmp129_; - guint _tmp130_; - guint _tmp131_; - gint _tmp132_; - guint _tmp133_; - guint _tmp134_; - guint _tmp135_; - guint _tmp136_; - gint _tmp137_; - guint _tmp138_; - guint _tmp139_; - cairo_t* _tmp140_; - gint _tmp141_; - gint _tmp142_; - cairo_t* _tmp143_; + gboolean _tmp122_ = FALSE; + gint _tmp124_ = 0; + Minefield* _tmp125_ = NULL; + Minefield* _tmp126_ = NULL; + guint _tmp127_ = 0U; + cairo_t* _tmp128_ = NULL; + cairo_t* _tmp129_ = NULL; + guint _tmp130_ = 0U; + guint _tmp131_ = 0U; + gint _tmp132_ = 0; + guint _tmp133_ = 0U; + guint _tmp134_ = 0U; + guint _tmp135_ = 0U; + guint _tmp136_ = 0U; + gint _tmp137_ = 0; + guint _tmp138_ = 0U; + guint _tmp139_ = 0U; + cairo_t* _tmp140_ = NULL; + gint _tmp141_ = 0; + gint _tmp142_ = 0; + cairo_t* _tmp143_ = NULL; _tmp122_ = _tmp121_; if (!_tmp122_) { - gint _tmp123_; + gint _tmp123_ = 0; _tmp123_ = y; y = _tmp123_ + 1; } @@ -2578,51 +2559,51 @@ _tmp145_ = position_get_is_set (_tmp144_); _tmp146_ = _tmp145_; if (_tmp146_) { - guint _tmp147_; - guint _tmp148_; - Position* _tmp149_; - gint _tmp150_; - gint _tmp151_; - guint _tmp152_; - guint _tmp153_; - guint _tmp154_; - guint _tmp155_; - Position* _tmp156_; - gint _tmp157_; - gint _tmp158_; - guint _tmp159_; - guint _tmp160_; + gdouble key_centre[2] = {0}; + guint _tmp147_ = 0U; + guint _tmp148_ = 0U; + Position* _tmp149_ = NULL; + gint _tmp150_ = 0; + gint _tmp151_ = 0; + guint _tmp152_ = 0U; + guint _tmp153_ = 0U; + guint _tmp154_ = 0U; + guint _tmp155_ = 0U; + Position* _tmp156_ = NULL; + gint _tmp157_ = 0; + gint _tmp158_ = 0; + guint _tmp159_ = 0U; + guint _tmp160_ = 0U; gdouble _tmp161_[2] = {0}; - gdouble key_centre[2]; - gdouble _tmp162_; - gdouble _tmp163_; - gdouble _tmp164_; - gdouble _tmp165_; - guint _tmp166_; - guint _tmp167_; - cairo_pattern_t* _tmp168_; - cairo_pattern_t* key_cursor; - cairo_pattern_t* _tmp169_; - cairo_pattern_t* _tmp170_; - cairo_pattern_t* _tmp171_; - cairo_pattern_t* _tmp172_; - cairo_pattern_t* _tmp173_; - cairo_t* _tmp174_; - cairo_t* _tmp175_; - gdouble _tmp176_; - guint _tmp177_; - guint _tmp178_; - gdouble _tmp179_; - guint _tmp180_; - guint _tmp181_; - guint _tmp182_; - guint _tmp183_; - guint _tmp184_; - guint _tmp185_; - cairo_t* _tmp186_; - cairo_pattern_t* _tmp187_; - cairo_t* _tmp188_; - cairo_t* _tmp189_; + cairo_pattern_t* key_cursor = NULL; + gdouble _tmp162_ = 0.0; + gdouble _tmp163_ = 0.0; + gdouble _tmp164_ = 0.0; + gdouble _tmp165_ = 0.0; + guint _tmp166_ = 0U; + guint _tmp167_ = 0U; + cairo_pattern_t* _tmp168_ = NULL; + cairo_pattern_t* _tmp169_ = NULL; + cairo_pattern_t* _tmp170_ = NULL; + cairo_pattern_t* _tmp171_ = NULL; + cairo_pattern_t* _tmp172_ = NULL; + cairo_pattern_t* _tmp173_ = NULL; + cairo_t* _tmp174_ = NULL; + cairo_t* _tmp175_ = NULL; + gdouble _tmp176_ = 0.0; + guint _tmp177_ = 0U; + guint _tmp178_ = 0U; + gdouble _tmp179_ = 0.0; + guint _tmp180_ = 0U; + guint _tmp181_ = 0U; + guint _tmp182_ = 0U; + guint _tmp183_ = 0U; + guint _tmp184_ = 0U; + guint _tmp185_ = 0U; + cairo_t* _tmp186_ = NULL; + cairo_pattern_t* _tmp187_ = NULL; + cairo_t* _tmp188_ = NULL; + cairo_t* _tmp189_ = NULL; _tmp147_ = minefield_view_get_x_offset (self); _tmp148_ = _tmp147_; _tmp149_ = self->priv->keyboard_cursor; @@ -2686,28 +2667,28 @@ _tmp192_ = minefield_get_paused (_tmp191_); _tmp193_ = _tmp192_; if (_tmp193_) { - cairo_t* _tmp194_; - cairo_t* _tmp195_; - cairo_t* _tmp196_; - cairo_t* _tmp197_; + cairo_t* _tmp194_ = NULL; + cairo_t* _tmp195_ = NULL; + cairo_t* _tmp196_ = NULL; + cairo_t* _tmp197_ = NULL; gint _tmp198_ = 0; + gchar* text = NULL; const gchar* _tmp199_ = NULL; - gchar* _tmp200_; - gchar* text; + gchar* _tmp200_ = NULL; cairo_text_extents_t extents = {0}; - cairo_t* _tmp201_; - const gchar* _tmp202_; + cairo_t* _tmp201_ = NULL; + const gchar* _tmp202_ = NULL; cairo_text_extents_t _tmp203_ = {0}; - cairo_t* _tmp204_; + cairo_t* _tmp204_ = NULL; gint _tmp205_ = 0; - cairo_text_extents_t _tmp206_; - gdouble _tmp207_; + cairo_text_extents_t _tmp206_ = {0}; + gdouble _tmp207_ = 0.0; gint _tmp208_ = 0; - cairo_text_extents_t _tmp209_; - gdouble _tmp210_; - cairo_t* _tmp211_; - cairo_t* _tmp212_; - const gchar* _tmp213_; + cairo_text_extents_t _tmp209_ = {0}; + gdouble _tmp210_ = 0.0; + cairo_t* _tmp211_ = NULL; + cairo_t* _tmp212_ = NULL; + const gchar* _tmp213_ = NULL; _tmp194_ = cr; cairo_set_source_rgba (_tmp194_, (gdouble) 0, (gdouble) 0, (gdouble) 0, 0.75); _tmp195_ = cr; @@ -2747,15 +2728,15 @@ static void minefield_view_toggle_mark (MinefieldView* self, guint x, guint y) { - Minefield* _tmp0_; - Minefield* _tmp1_; - guint _tmp2_; - guint _tmp3_; + Minefield* _tmp0_ = NULL; + Minefield* _tmp1_ = NULL; + guint _tmp2_ = 0U; + guint _tmp3_ = 0U; gboolean _tmp4_ = FALSE; - Minefield* _tmp5_; - Minefield* _tmp6_; - guint _tmp7_; - guint _tmp8_; + Minefield* _tmp5_ = NULL; + Minefield* _tmp6_ = NULL; + guint _tmp7_ = 0U; + guint _tmp8_ = 0U; FlagType _tmp9_ = 0; g_return_if_fail (self != NULL); _tmp0_ = minefield_view_get_minefield (self); @@ -2775,14 +2756,14 @@ case FLAG_TYPE_NONE: { gboolean _tmp10_ = FALSE; - Minefield* _tmp11_; - Minefield* _tmp12_; - guint _tmp13_; - guint _tmp14_; - Minefield* _tmp15_; - Minefield* _tmp16_; - guint _tmp17_; - gboolean _tmp19_; + Minefield* _tmp11_ = NULL; + Minefield* _tmp12_ = NULL; + guint _tmp13_ = 0U; + guint _tmp14_ = 0U; + Minefield* _tmp15_ = NULL; + Minefield* _tmp16_ = NULL; + guint _tmp17_ = 0U; + gboolean _tmp19_ = FALSE; _tmp11_ = minefield_view_get_minefield (self); _tmp12_ = _tmp11_; _tmp13_ = minefield_get_n_flags (_tmp12_); @@ -2791,7 +2772,7 @@ _tmp16_ = _tmp15_; _tmp17_ = _tmp16_->n_mines; if (_tmp14_ >= _tmp17_) { - gboolean _tmp18_; + gboolean _tmp18_ = FALSE; _tmp18_ = self->priv->use_question_marks; _tmp10_ = _tmp18_; } else { @@ -2799,20 +2780,20 @@ } _tmp19_ = _tmp10_; if (_tmp19_) { - Minefield* _tmp20_; - Minefield* _tmp21_; - guint _tmp22_; - guint _tmp23_; + Minefield* _tmp20_ = NULL; + Minefield* _tmp21_ = NULL; + guint _tmp22_ = 0U; + guint _tmp23_ = 0U; _tmp20_ = minefield_view_get_minefield (self); _tmp21_ = _tmp20_; _tmp22_ = x; _tmp23_ = y; minefield_set_flag (_tmp21_, _tmp22_, _tmp23_, FLAG_TYPE_MAYBE); } else { - Minefield* _tmp24_; - Minefield* _tmp25_; - guint _tmp26_; - guint _tmp27_; + Minefield* _tmp24_ = NULL; + Minefield* _tmp25_ = NULL; + guint _tmp26_ = 0U; + guint _tmp27_ = 0U; _tmp24_ = minefield_view_get_minefield (self); _tmp25_ = _tmp24_; _tmp26_ = x; @@ -2823,10 +2804,10 @@ } case FLAG_TYPE_MAYBE: { - Minefield* _tmp28_; - Minefield* _tmp29_; - guint _tmp30_; - guint _tmp31_; + Minefield* _tmp28_ = NULL; + Minefield* _tmp29_ = NULL; + guint _tmp30_ = 0U; + guint _tmp31_ = 0U; _tmp28_ = minefield_view_get_minefield (self); _tmp29_ = _tmp28_; _tmp30_ = x; @@ -2836,23 +2817,23 @@ } case FLAG_TYPE_FLAG: { - gboolean _tmp32_; + gboolean _tmp32_ = FALSE; _tmp32_ = self->priv->use_question_marks; if (_tmp32_) { - Minefield* _tmp33_; - Minefield* _tmp34_; - guint _tmp35_; - guint _tmp36_; + Minefield* _tmp33_ = NULL; + Minefield* _tmp34_ = NULL; + guint _tmp35_ = 0U; + guint _tmp36_ = 0U; _tmp33_ = minefield_view_get_minefield (self); _tmp34_ = _tmp33_; _tmp35_ = x; _tmp36_ = y; minefield_set_flag (_tmp34_, _tmp35_, _tmp36_, FLAG_TYPE_MAYBE); } else { - Minefield* _tmp37_; - Minefield* _tmp38_; - guint _tmp39_; - guint _tmp40_; + Minefield* _tmp37_ = NULL; + Minefield* _tmp38_ = NULL; + guint _tmp39_ = 0U; + guint _tmp40_ = 0U; _tmp37_ = minefield_view_get_minefield (self); _tmp38_ = _tmp37_; _tmp39_ = x; @@ -2880,18 +2861,18 @@ Neighbour neighbour = {0}; neighbour = neighbour_collection[neighbour_it]; { - guint _tmp0_; - Neighbour _tmp1_; - gint _tmp2_; - gint nx; - guint _tmp3_; - Neighbour _tmp4_; - gint _tmp5_; - gint ny; - Minefield* _tmp6_; - Minefield* _tmp7_; - gint _tmp8_; - gint _tmp9_; + gint nx = 0; + guint _tmp0_ = 0U; + Neighbour _tmp1_ = {0}; + gint _tmp2_ = 0; + gint ny = 0; + guint _tmp3_ = 0U; + Neighbour _tmp4_ = {0}; + gint _tmp5_ = 0; + Minefield* _tmp6_ = NULL; + Minefield* _tmp7_ = NULL; + gint _tmp8_ = 0; + gint _tmp9_ = 0; gboolean _tmp10_ = FALSE; _tmp0_ = x; _tmp1_ = neighbour; @@ -2907,8 +2888,8 @@ _tmp9_ = ny; _tmp10_ = minefield_is_location (_tmp7_, _tmp8_, _tmp9_); if (_tmp10_) { - gint _tmp11_; - gint _tmp12_; + gint _tmp11_ = 0; + gint _tmp12_ = 0; _tmp11_ = nx; _tmp12_ = ny; minefield_view_redraw_sector_cb (self, (guint) _tmp11_, (guint) _tmp12_); @@ -2926,27 +2907,27 @@ static void minefield_view_multi_release (MinefieldView* self, guint x, guint y) { gboolean _tmp0_ = FALSE; - Minefield* _tmp1_; - Minefield* _tmp2_; - guint _tmp3_; - guint _tmp4_; + Minefield* _tmp1_ = NULL; + Minefield* _tmp2_ = NULL; + guint _tmp3_ = 0U; + guint _tmp4_ = 0U; gboolean _tmp5_ = FALSE; - gboolean _tmp11_; - Minefield* _tmp12_; - Minefield* _tmp13_; - guint _tmp14_; - guint _tmp15_; + gboolean _tmp11_ = FALSE; + guint n_mines = 0U; + Minefield* _tmp12_ = NULL; + Minefield* _tmp13_ = NULL; + guint _tmp14_ = 0U; + guint _tmp15_ = 0U; guint _tmp16_ = 0U; - guint n_mines; - guint n_flags; - guint n_unknown; - gboolean do_clear; - guint _tmp40_; - guint _tmp41_; - Minefield* _tmp47_; - Minefield* _tmp48_; - Minefield* _tmp49_; - Minefield* m; + guint n_flags = 0U; + guint n_unknown = 0U; + gboolean do_clear = FALSE; + guint _tmp40_ = 0U; + guint _tmp41_ = 0U; + Minefield* m = NULL; + Minefield* _tmp47_ = NULL; + Minefield* _tmp48_ = NULL; + Minefield* _tmp49_ = NULL; g_return_if_fail (self != NULL); _tmp1_ = minefield_view_get_minefield (self); _tmp2_ = _tmp1_; @@ -2956,10 +2937,10 @@ if (!_tmp5_) { _tmp0_ = TRUE; } else { - Minefield* _tmp6_; - Minefield* _tmp7_; - guint _tmp8_; - guint _tmp9_; + Minefield* _tmp6_ = NULL; + Minefield* _tmp7_ = NULL; + guint _tmp8_ = 0U; + guint _tmp9_ = 0U; FlagType _tmp10_ = 0; _tmp6_ = minefield_view_get_minefield (self); _tmp7_ = _tmp6_; @@ -2991,28 +2972,28 @@ Neighbour neighbour = {0}; neighbour = neighbour_collection[neighbour_it]; { - guint _tmp17_; - Neighbour _tmp18_; - gint _tmp19_; - gint nx; - guint _tmp20_; - Neighbour _tmp21_; - gint _tmp22_; - gint ny; - Minefield* _tmp23_; - Minefield* _tmp24_; - gint _tmp25_; - gint _tmp26_; + gint nx = 0; + guint _tmp17_ = 0U; + Neighbour _tmp18_ = {0}; + gint _tmp19_ = 0; + gint ny = 0; + guint _tmp20_ = 0U; + Neighbour _tmp21_ = {0}; + gint _tmp22_ = 0; + Minefield* _tmp23_ = NULL; + Minefield* _tmp24_ = NULL; + gint _tmp25_ = 0; + gint _tmp26_ = 0; gboolean _tmp27_ = FALSE; - Minefield* _tmp28_; - Minefield* _tmp29_; - gint _tmp30_; - gint _tmp31_; + Minefield* _tmp28_ = NULL; + Minefield* _tmp29_ = NULL; + gint _tmp30_ = 0; + gint _tmp31_ = 0; FlagType _tmp32_ = 0; - Minefield* _tmp34_; - Minefield* _tmp35_; - gint _tmp36_; - gint _tmp37_; + Minefield* _tmp34_ = NULL; + Minefield* _tmp35_ = NULL; + gint _tmp36_ = 0; + gint _tmp37_ = 0; gboolean _tmp38_ = FALSE; _tmp17_ = x; _tmp18_ = neighbour; @@ -3036,7 +3017,7 @@ _tmp31_ = ny; _tmp32_ = minefield_get_flag (_tmp29_, (guint) _tmp30_, (guint) _tmp31_); if (_tmp32_ == FLAG_TYPE_FLAG) { - guint _tmp33_; + guint _tmp33_ = 0U; _tmp33_ = n_flags; n_flags = _tmp33_ + 1; } @@ -3046,7 +3027,7 @@ _tmp37_ = ny; _tmp38_ = minefield_is_cleared (_tmp35_, (guint) _tmp36_, (guint) _tmp37_); if (!_tmp38_) { - guint _tmp39_; + guint _tmp39_ = 0U; _tmp39_ = n_unknown; n_unknown = _tmp39_ + 1; } @@ -3060,12 +3041,12 @@ do_clear = TRUE; } else { gboolean _tmp42_ = FALSE; - gboolean _tmp43_; - gboolean _tmp46_; + gboolean _tmp43_ = FALSE; + gboolean _tmp46_ = FALSE; _tmp43_ = self->priv->use_autoflag; if (_tmp43_) { - guint _tmp44_; - guint _tmp45_; + guint _tmp44_ = 0U; + guint _tmp45_ = 0U; _tmp44_ = n_unknown; _tmp45_ = n_mines; _tmp42_ = _tmp44_ == _tmp45_; @@ -3094,21 +3075,21 @@ Neighbour neighbour = {0}; neighbour = neighbour_collection[neighbour_it]; { - guint _tmp50_; - Neighbour _tmp51_; - gint _tmp52_; - gint nx; - guint _tmp53_; - Neighbour _tmp54_; - gint _tmp55_; - gint ny; - Minefield* _tmp56_; - gint _tmp57_; - gint _tmp58_; + gint nx = 0; + guint _tmp50_ = 0U; + Neighbour _tmp51_ = {0}; + gint _tmp52_ = 0; + gint ny = 0; + guint _tmp53_ = 0U; + Neighbour _tmp54_ = {0}; + gint _tmp55_ = 0; + Minefield* _tmp56_ = NULL; + gint _tmp57_ = 0; + gint _tmp58_ = 0; gboolean _tmp59_ = FALSE; gboolean _tmp60_ = FALSE; - gboolean _tmp61_; - gboolean _tmp66_; + gboolean _tmp61_ = FALSE; + gboolean _tmp66_ = FALSE; _tmp50_ = x; _tmp51_ = neighbour; _tmp52_ = _tmp51_.x; @@ -3126,9 +3107,9 @@ } _tmp61_ = do_clear; if (_tmp61_) { - Minefield* _tmp62_; - gint _tmp63_; - gint _tmp64_; + Minefield* _tmp62_ = NULL; + gint _tmp63_ = 0; + gint _tmp64_ = 0; FlagType _tmp65_ = 0; _tmp62_ = m; _tmp63_ = nx; @@ -3140,17 +3121,17 @@ } _tmp66_ = _tmp60_; if (_tmp66_) { - Minefield* _tmp67_; - gint _tmp68_; - gint _tmp69_; + Minefield* _tmp67_ = NULL; + gint _tmp68_ = 0; + gint _tmp69_ = 0; _tmp67_ = m; _tmp68_ = nx; _tmp69_ = ny; minefield_clear_mine (_tmp67_, (guint) _tmp68_, (guint) _tmp69_); } else { - Minefield* _tmp70_; - gint _tmp71_; - gint _tmp72_; + Minefield* _tmp70_ = NULL; + gint _tmp71_ = 0; + gint _tmp72_ = 0; _tmp70_ = m; _tmp71_ = nx; _tmp72_ = ny; @@ -3166,55 +3147,55 @@ static gboolean minefield_view_real_button_press_event (GtkWidget* base, GdkEventButton* event) { MinefieldView * self; gboolean result = FALSE; - GdkEventButton _tmp0_; - GdkEventType _tmp1_; + GdkEventButton _tmp0_ = {0}; + GdkEventType _tmp1_ = 0; gboolean _tmp2_ = FALSE; gboolean _tmp3_ = FALSE; - Minefield* _tmp4_; - Minefield* _tmp5_; - gboolean _tmp6_; - gboolean _tmp11_; - gboolean _tmp16_; + Minefield* _tmp4_ = NULL; + Minefield* _tmp5_ = NULL; + gboolean _tmp6_ = FALSE; + gboolean _tmp11_ = FALSE; + gboolean _tmp16_ = FALSE; gboolean _tmp17_ = FALSE; - Position* _tmp18_; - gboolean _tmp19_; - gboolean _tmp20_; - gboolean _tmp24_; - Position* _tmp25_; - Position* _tmp26_; - GdkEventButton _tmp27_; - gdouble _tmp28_; - guint _tmp29_; - guint _tmp30_; - guint _tmp31_; - guint _tmp32_; + Position* _tmp18_ = NULL; + gboolean _tmp19_ = FALSE; + gboolean _tmp20_ = FALSE; + gboolean _tmp24_ = FALSE; + Position* _tmp25_ = NULL; + Position* _tmp26_ = NULL; + GdkEventButton _tmp27_ = {0}; + gdouble _tmp28_ = 0.0; + guint _tmp29_ = 0U; + guint _tmp30_ = 0U; + guint _tmp31_ = 0U; + guint _tmp32_ = 0U; gdouble _tmp33_ = 0.0; - Position* _tmp34_; - GdkEventButton _tmp35_; - gdouble _tmp36_; - guint _tmp37_; - guint _tmp38_; - guint _tmp39_; - guint _tmp40_; + Position* _tmp34_ = NULL; + GdkEventButton _tmp35_ = {0}; + gdouble _tmp36_ = 0.0; + guint _tmp37_ = 0U; + guint _tmp38_ = 0U; + guint _tmp39_ = 0U; + guint _tmp40_ = 0U; gdouble _tmp41_ = 0.0; - Position* _tmp42_; - gboolean _tmp43_; - gboolean _tmp44_; + Position* _tmp42_ = NULL; + gboolean _tmp43_ = FALSE; + gboolean _tmp44_ = FALSE; gboolean _tmp45_ = FALSE; - GdkEventButton _tmp46_; - guint _tmp47_; - gboolean _tmp54_; - Position* _tmp64_; - Position* _tmp65_; - Position* _tmp66_; - gint _tmp67_; - gint _tmp68_; - Position* _tmp69_; - gint _tmp70_; - gint _tmp71_; + GdkEventButton _tmp46_ = {0}; + guint _tmp47_ = 0U; + gboolean _tmp54_ = FALSE; + Position* _tmp64_ = NULL; + Position* _tmp65_ = NULL; + Position* _tmp66_ = NULL; + gint _tmp67_ = 0; + gint _tmp68_ = 0; + Position* _tmp69_ = NULL; + gint _tmp70_ = 0; + gint _tmp71_ = 0; gint* _tmp72_ = NULL; - gint* _tmp73_; - gint _tmp73__length1; + gint* _tmp73_ = NULL; + gint _tmp73__length1 = 0; self = (MinefieldView*) base; g_return_val_if_fail (event != NULL, FALSE); _tmp0_ = *event; @@ -3229,10 +3210,10 @@ if (_tmp6_) { _tmp3_ = TRUE; } else { - Minefield* _tmp7_; - Minefield* _tmp8_; - gboolean _tmp9_; - gboolean _tmp10_; + Minefield* _tmp7_ = NULL; + Minefield* _tmp8_ = NULL; + gboolean _tmp9_ = FALSE; + gboolean _tmp10_ = FALSE; _tmp7_ = minefield_view_get_minefield (self); _tmp8_ = _tmp7_; _tmp9_ = minefield_get_is_complete (_tmp8_); @@ -3243,10 +3224,10 @@ if (_tmp11_) { _tmp2_ = TRUE; } else { - Minefield* _tmp12_; - Minefield* _tmp13_; - gboolean _tmp14_; - gboolean _tmp15_; + Minefield* _tmp12_ = NULL; + Minefield* _tmp13_ = NULL; + gboolean _tmp14_ = FALSE; + gboolean _tmp15_ = FALSE; _tmp12_ = minefield_view_get_minefield (self); _tmp13_ = _tmp12_; _tmp14_ = minefield_get_paused (_tmp13_); @@ -3262,9 +3243,9 @@ _tmp19_ = position_get_is_set (_tmp18_); _tmp20_ = _tmp19_; if (_tmp20_) { - Position* _tmp21_; - gboolean _tmp22_; - gboolean _tmp23_; + Position* _tmp21_ = NULL; + gboolean _tmp22_ = FALSE; + gboolean _tmp23_ = FALSE; _tmp21_ = self->priv->keyboard_cursor; _tmp22_ = position_get_is_set (_tmp21_); _tmp23_ = _tmp22_; @@ -3310,14 +3291,14 @@ _tmp45_ = TRUE; } else { gboolean _tmp48_ = FALSE; - GdkEventButton _tmp49_; - guint _tmp50_; - gboolean _tmp53_; + GdkEventButton _tmp49_ = {0}; + guint _tmp50_ = 0U; + gboolean _tmp53_ = FALSE; _tmp49_ = *event; _tmp50_ = _tmp49_.button; if (_tmp50_ == ((guint) 1)) { - GdkEventButton _tmp51_; - GdkModifierType _tmp52_; + GdkEventButton _tmp51_ = {0}; + GdkModifierType _tmp52_ = 0; _tmp51_ = *event; _tmp52_ = _tmp51_.state; _tmp48_ = (_tmp52_ & GDK_CONTROL_MASK) != 0; @@ -3329,12 +3310,12 @@ } _tmp54_ = _tmp45_; if (_tmp54_) { - Position* _tmp55_; - gint _tmp56_; - gint _tmp57_; - Position* _tmp58_; - gint _tmp59_; - gint _tmp60_; + Position* _tmp55_ = NULL; + gint _tmp56_ = 0; + gint _tmp57_ = 0; + Position* _tmp58_ = NULL; + gint _tmp59_ = 0; + gint _tmp60_ = 0; _tmp55_ = self->priv->selected; _tmp56_ = position_get_x (_tmp55_); _tmp57_ = _tmp56_; @@ -3344,12 +3325,12 @@ minefield_view_toggle_mark (self, (guint) _tmp57_, (guint) _tmp60_); g_signal_emit_by_name (self, "unlook"); } else { - GdkEventButton _tmp61_; - guint _tmp62_; + GdkEventButton _tmp61_ = {0}; + guint _tmp62_ = 0U; _tmp61_ = *event; _tmp62_ = _tmp61_.button; if (_tmp62_ == ((guint) 1)) { - Position* _tmp63_; + Position* _tmp63_ = NULL; _tmp63_ = self->priv->selected; position_set_is_set (_tmp63_, TRUE); g_signal_emit_by_name (self, "look"); @@ -3381,38 +3362,38 @@ gboolean result = FALSE; gboolean _tmp0_ = FALSE; gboolean _tmp1_ = FALSE; - Minefield* _tmp2_; - Minefield* _tmp3_; - gboolean _tmp4_; - gboolean _tmp9_; - gboolean _tmp14_; + Minefield* _tmp2_ = NULL; + Minefield* _tmp3_ = NULL; + gboolean _tmp4_ = FALSE; + gboolean _tmp9_ = FALSE; + gboolean _tmp14_ = FALSE; gboolean _tmp15_ = FALSE; - Position* _tmp16_; - gboolean _tmp17_; - gboolean _tmp18_; - gboolean _tmp22_; - GdkEventMotion _tmp23_; - gdouble _tmp24_; - guint _tmp25_; - guint _tmp26_; - guint _tmp27_; - guint _tmp28_; + Position* _tmp16_ = NULL; + gboolean _tmp17_ = FALSE; + gboolean _tmp18_ = FALSE; + gboolean _tmp22_ = FALSE; + gint x = 0; + GdkEventMotion _tmp23_ = {0}; + gdouble _tmp24_ = 0.0; + guint _tmp25_ = 0U; + guint _tmp26_ = 0U; + guint _tmp27_ = 0U; + guint _tmp28_ = 0U; gdouble _tmp29_ = 0.0; - gint x; - GdkEventMotion _tmp30_; - gdouble _tmp31_; - guint _tmp32_; - guint _tmp33_; - guint _tmp34_; - guint _tmp35_; + gint y = 0; + GdkEventMotion _tmp30_ = {0}; + gdouble _tmp31_ = 0.0; + guint _tmp32_ = 0U; + guint _tmp33_ = 0U; + guint _tmp34_ = 0U; + guint _tmp35_ = 0U; gdouble _tmp36_ = 0.0; - gint y; - Position* _tmp37_; - gint _tmp38_; - gint _tmp39_; + Position* _tmp37_ = NULL; + gint _tmp38_ = 0; + gint _tmp39_ = 0; gint* _tmp40_ = NULL; - gint* _tmp41_; - gint _tmp41__length1; + gint* _tmp41_ = NULL; + gint _tmp41__length1 = 0; self = (MinefieldView*) base; g_return_val_if_fail (event != NULL, FALSE); _tmp2_ = minefield_view_get_minefield (self); @@ -3421,10 +3402,10 @@ if (_tmp4_) { _tmp1_ = TRUE; } else { - Minefield* _tmp5_; - Minefield* _tmp6_; - gboolean _tmp7_; - gboolean _tmp8_; + Minefield* _tmp5_ = NULL; + Minefield* _tmp6_ = NULL; + gboolean _tmp7_ = FALSE; + gboolean _tmp8_ = FALSE; _tmp5_ = minefield_view_get_minefield (self); _tmp6_ = _tmp5_; _tmp7_ = minefield_get_is_complete (_tmp6_); @@ -3435,10 +3416,10 @@ if (_tmp9_) { _tmp0_ = TRUE; } else { - Minefield* _tmp10_; - Minefield* _tmp11_; - gboolean _tmp12_; - gboolean _tmp13_; + Minefield* _tmp10_ = NULL; + Minefield* _tmp11_ = NULL; + gboolean _tmp12_ = FALSE; + gboolean _tmp13_ = FALSE; _tmp10_ = minefield_view_get_minefield (self); _tmp11_ = _tmp10_; _tmp12_ = minefield_get_paused (_tmp11_); @@ -3456,9 +3437,9 @@ if (!_tmp18_) { _tmp15_ = TRUE; } else { - Position* _tmp19_; - gboolean _tmp20_; - gboolean _tmp21_; + Position* _tmp19_ = NULL; + gboolean _tmp20_ = FALSE; + gboolean _tmp21_ = FALSE; _tmp19_ = self->priv->keyboard_cursor; _tmp20_ = position_get_is_set (_tmp19_); _tmp21_ = _tmp20_; @@ -3503,49 +3484,49 @@ static gboolean minefield_view_real_button_release_event (GtkWidget* base, GdkEventButton* event) { MinefieldView * self; gboolean result = FALSE; - GdkEventButton _tmp0_; - guint _tmp1_; + GdkEventButton _tmp0_ = {0}; + guint _tmp1_ = 0U; gboolean _tmp2_ = FALSE; gboolean _tmp3_ = FALSE; - Minefield* _tmp4_; - Minefield* _tmp5_; - gboolean _tmp6_; - gboolean _tmp11_; - gboolean _tmp16_; + Minefield* _tmp4_ = NULL; + Minefield* _tmp5_ = NULL; + gboolean _tmp6_ = FALSE; + gboolean _tmp11_ = FALSE; + gboolean _tmp16_ = FALSE; gboolean _tmp17_ = FALSE; - Position* _tmp18_; - gboolean _tmp19_; - gboolean _tmp20_; - gboolean _tmp24_; - Minefield* _tmp25_; - Minefield* _tmp26_; - Position* _tmp27_; - gint _tmp28_; - gint _tmp29_; - Position* _tmp30_; - gint _tmp31_; - gint _tmp32_; + Position* _tmp18_ = NULL; + gboolean _tmp19_ = FALSE; + gboolean _tmp20_ = FALSE; + gboolean _tmp24_ = FALSE; + Minefield* _tmp25_ = NULL; + Minefield* _tmp26_ = NULL; + Position* _tmp27_ = NULL; + gint _tmp28_ = 0; + gint _tmp29_ = 0; + Position* _tmp30_ = NULL; + gint _tmp31_ = 0; + gint _tmp32_ = 0; gboolean _tmp33_ = FALSE; - Minefield* _tmp34_; - Minefield* _tmp35_; - Position* _tmp36_; - gint _tmp37_; - gint _tmp38_; - Position* _tmp39_; - gint _tmp40_; - gint _tmp41_; + Minefield* _tmp34_ = NULL; + Minefield* _tmp35_ = NULL; + Position* _tmp36_ = NULL; + gint _tmp37_ = 0; + gint _tmp38_ = 0; + Position* _tmp39_ = NULL; + gint _tmp40_ = 0; + gint _tmp41_ = 0; gboolean _tmp42_ = FALSE; - Position* _tmp72_; - Position* _tmp73_; - gint _tmp74_; - gint _tmp75_; - Position* _tmp76_; - gint _tmp77_; - gint _tmp78_; + Position* _tmp72_ = NULL; + Position* _tmp73_ = NULL; + gint _tmp74_ = 0; + gint _tmp75_ = 0; + Position* _tmp76_ = NULL; + gint _tmp77_ = 0; + gint _tmp78_ = 0; gint* _tmp79_ = NULL; - gint* _tmp80_; - gint _tmp80__length1; - Position* _tmp81_; + gint* _tmp80_ = NULL; + gint _tmp80__length1 = 0; + Position* _tmp81_ = NULL; self = (MinefieldView*) base; g_return_val_if_fail (event != NULL, FALSE); _tmp0_ = *event; @@ -3560,10 +3541,10 @@ if (_tmp6_) { _tmp3_ = TRUE; } else { - Minefield* _tmp7_; - Minefield* _tmp8_; - gboolean _tmp9_; - gboolean _tmp10_; + Minefield* _tmp7_ = NULL; + Minefield* _tmp8_ = NULL; + gboolean _tmp9_ = FALSE; + gboolean _tmp10_ = FALSE; _tmp7_ = minefield_view_get_minefield (self); _tmp8_ = _tmp7_; _tmp9_ = minefield_get_is_complete (_tmp8_); @@ -3574,10 +3555,10 @@ if (_tmp11_) { _tmp2_ = TRUE; } else { - Minefield* _tmp12_; - Minefield* _tmp13_; - gboolean _tmp14_; - gboolean _tmp15_; + Minefield* _tmp12_ = NULL; + Minefield* _tmp13_ = NULL; + gboolean _tmp14_ = FALSE; + gboolean _tmp15_ = FALSE; _tmp12_ = minefield_view_get_minefield (self); _tmp13_ = _tmp12_; _tmp14_ = minefield_get_paused (_tmp13_); @@ -3595,9 +3576,9 @@ if (!_tmp20_) { _tmp17_ = TRUE; } else { - Position* _tmp21_; - gboolean _tmp22_; - gboolean _tmp23_; + Position* _tmp21_ = NULL; + gboolean _tmp22_ = FALSE; + gboolean _tmp23_ = FALSE; _tmp21_ = self->priv->keyboard_cursor; _tmp22_ = position_get_is_set (_tmp21_); _tmp23_ = _tmp22_; @@ -3632,18 +3613,18 @@ _tmp41_ = _tmp40_; _tmp42_ = minefield_is_cleared (_tmp35_, (guint) _tmp38_, (guint) _tmp41_); if (_tmp42_) { - Position* _tmp43_; - gint _tmp44_; - gint _tmp45_; - Position* _tmp46_; - gint _tmp47_; - gint _tmp48_; - Position* _tmp49_; - gint _tmp50_; - gint _tmp51_; - Position* _tmp52_; - gint _tmp53_; - gint _tmp54_; + Position* _tmp43_ = NULL; + gint _tmp44_ = 0; + gint _tmp45_ = 0; + Position* _tmp46_ = NULL; + gint _tmp47_ = 0; + gint _tmp48_ = 0; + Position* _tmp49_ = NULL; + gint _tmp50_ = 0; + gint _tmp51_ = 0; + Position* _tmp52_ = NULL; + gint _tmp53_ = 0; + gint _tmp54_ = 0; _tmp43_ = self->priv->selected; _tmp44_ = position_get_x (_tmp43_); _tmp45_ = _tmp44_; @@ -3659,14 +3640,14 @@ _tmp54_ = _tmp53_; minefield_view_redraw_adjacent (self, (guint) _tmp51_, (guint) _tmp54_); } else { - Minefield* _tmp55_; - Minefield* _tmp56_; - Position* _tmp57_; - gint _tmp58_; - gint _tmp59_; - Position* _tmp60_; - gint _tmp61_; - gint _tmp62_; + Minefield* _tmp55_ = NULL; + Minefield* _tmp56_ = NULL; + Position* _tmp57_ = NULL; + gint _tmp58_ = 0; + gint _tmp59_ = 0; + Position* _tmp60_ = NULL; + gint _tmp61_ = 0; + gint _tmp62_ = 0; FlagType _tmp63_ = 0; _tmp55_ = minefield_view_get_minefield (self); _tmp56_ = _tmp55_; @@ -3678,14 +3659,14 @@ _tmp62_ = _tmp61_; _tmp63_ = minefield_get_flag (_tmp56_, (guint) _tmp59_, (guint) _tmp62_); if (_tmp63_ != FLAG_TYPE_FLAG) { - Minefield* _tmp64_; - Minefield* _tmp65_; - Position* _tmp66_; - gint _tmp67_; - gint _tmp68_; - Position* _tmp69_; - gint _tmp70_; - gint _tmp71_; + Minefield* _tmp64_ = NULL; + Minefield* _tmp65_ = NULL; + Position* _tmp66_ = NULL; + gint _tmp67_ = 0; + gint _tmp68_ = 0; + Position* _tmp69_ = NULL; + gint _tmp70_ = 0; + gint _tmp71_ = 0; _tmp64_ = minefield_view_get_minefield (self); _tmp65_ = _tmp64_; _tmp66_ = self->priv->selected; @@ -3723,44 +3704,44 @@ gboolean result = FALSE; gboolean _tmp0_ = FALSE; gboolean _tmp1_ = FALSE; - Minefield* _tmp2_; - Minefield* _tmp3_; - gboolean _tmp4_; - gboolean _tmp9_; - gboolean _tmp14_; + Minefield* _tmp2_ = NULL; + Minefield* _tmp3_ = NULL; + gboolean _tmp4_ = FALSE; + gboolean _tmp9_ = FALSE; + gboolean _tmp14_ = FALSE; gboolean _tmp15_ = FALSE; - Position* _tmp16_; - gboolean _tmp17_; - gboolean _tmp18_; - gboolean _tmp22_; - Position* _tmp23_; - gint _tmp24_; - gint _tmp25_; - gint x; - Position* _tmp26_; - gint _tmp27_; - gint _tmp28_; - gint y; - GdkEventKey _tmp29_; - guint _tmp30_; + Position* _tmp16_ = NULL; + gboolean _tmp17_ = FALSE; + gboolean _tmp18_ = FALSE; + gboolean _tmp22_ = FALSE; + gint x = 0; + Position* _tmp23_ = NULL; + gint _tmp24_ = 0; + gint _tmp25_ = 0; + gint y = 0; + Position* _tmp26_ = NULL; + gint _tmp27_ = 0; + gint _tmp28_ = 0; + GdkEventKey _tmp29_ = {0}; + guint _tmp30_ = 0U; gboolean _tmp53_ = FALSE; - gint _tmp54_; - Position* _tmp55_; - gint _tmp56_; - gint _tmp57_; - gboolean _tmp62_; - Position* _tmp63_; - gboolean _tmp64_; - gboolean _tmp65_; - Position* _tmp67_; - gint _tmp68_; - gint _tmp69_; + gint _tmp54_ = 0; + Position* _tmp55_ = NULL; + gint _tmp56_ = 0; + gint _tmp57_ = 0; + gboolean _tmp62_ = FALSE; + Position* _tmp63_ = NULL; + gboolean _tmp64_ = FALSE; + gboolean _tmp65_ = FALSE; + Position* _tmp67_ = NULL; + gint _tmp68_ = 0; + gint _tmp69_ = 0; gint* _tmp70_ = NULL; - gint* _tmp71_; - gint _tmp71__length1; - Position* _tmp72_; - gboolean _tmp73_; - gboolean _tmp74_; + gint* _tmp71_ = NULL; + gint _tmp71__length1 = 0; + Position* _tmp72_ = NULL; + gboolean _tmp73_ = FALSE; + gboolean _tmp74_ = FALSE; self = (MinefieldView*) base; g_return_val_if_fail (event != NULL, FALSE); _tmp2_ = minefield_view_get_minefield (self); @@ -3769,10 +3750,10 @@ if (_tmp4_) { _tmp1_ = TRUE; } else { - Minefield* _tmp5_; - Minefield* _tmp6_; - gboolean _tmp7_; - gboolean _tmp8_; + Minefield* _tmp5_ = NULL; + Minefield* _tmp6_ = NULL; + gboolean _tmp7_ = FALSE; + gboolean _tmp8_ = FALSE; _tmp5_ = minefield_view_get_minefield (self); _tmp6_ = _tmp5_; _tmp7_ = minefield_get_is_complete (_tmp6_); @@ -3783,10 +3764,10 @@ if (_tmp9_) { _tmp0_ = TRUE; } else { - Minefield* _tmp10_; - Minefield* _tmp11_; - gboolean _tmp12_; - gboolean _tmp13_; + Minefield* _tmp10_ = NULL; + Minefield* _tmp11_ = NULL; + gboolean _tmp12_ = FALSE; + gboolean _tmp13_ = FALSE; _tmp10_ = minefield_view_get_minefield (self); _tmp11_ = _tmp10_; _tmp12_ = minefield_get_paused (_tmp11_); @@ -3802,9 +3783,9 @@ _tmp17_ = position_get_is_set (_tmp16_); _tmp18_ = _tmp17_; if (_tmp18_) { - Position* _tmp19_; - gboolean _tmp20_; - gboolean _tmp21_; + Position* _tmp19_ = NULL; + gboolean _tmp20_ = FALSE; + gboolean _tmp21_ = FALSE; _tmp19_ = self->priv->keyboard_cursor; _tmp20_ = position_get_is_set (_tmp19_); _tmp21_ = _tmp20_; @@ -3831,7 +3812,7 @@ case GDK_KEY_Left: case GDK_KEY_h: { - gint _tmp31_; + gint _tmp31_ = 0; _tmp31_ = x; x = _tmp31_ - 1; break; @@ -3839,7 +3820,7 @@ case GDK_KEY_Right: case GDK_KEY_l: { - gint _tmp32_; + gint _tmp32_ = 0; _tmp32_ = x; x = _tmp32_ + 1; break; @@ -3847,7 +3828,7 @@ case GDK_KEY_Up: case GDK_KEY_k: { - gint _tmp33_; + gint _tmp33_ = 0; _tmp33_ = y; y = _tmp33_ - 1; break; @@ -3855,7 +3836,7 @@ case GDK_KEY_Down: case GDK_KEY_j: { - gint _tmp34_; + gint _tmp34_ = 0; _tmp34_ = y; y = _tmp34_ + 1; break; @@ -3863,27 +3844,27 @@ case GDK_KEY_space: case GDK_KEY_Return: { - Position* _tmp35_; - gboolean _tmp36_; - gboolean _tmp37_; + Position* _tmp35_ = NULL; + gboolean _tmp36_ = FALSE; + gboolean _tmp37_ = FALSE; _tmp35_ = self->priv->keyboard_cursor; _tmp36_ = position_get_is_set (_tmp35_); _tmp37_ = _tmp36_; if (_tmp37_) { - Position* _tmp38_; - GdkEventKey _tmp39_; - GdkModifierType _tmp40_; + Position* _tmp38_ = NULL; + GdkEventKey _tmp39_ = {0}; + GdkModifierType _tmp40_ = 0; _tmp38_ = self->priv->selected; position_set_is_set (_tmp38_, FALSE); _tmp39_ = *event; _tmp40_ = _tmp39_.state; if ((_tmp40_ & GDK_CONTROL_MASK) != 0) { - Position* _tmp41_; - gint _tmp42_; - gint _tmp43_; - Position* _tmp44_; - gint _tmp45_; - gint _tmp46_; + Position* _tmp41_ = NULL; + gint _tmp42_ = 0; + gint _tmp43_ = 0; + Position* _tmp44_ = NULL; + gint _tmp45_ = 0; + gint _tmp46_ = 0; _tmp41_ = self->priv->keyboard_cursor; _tmp42_ = position_get_x (_tmp41_); _tmp43_ = _tmp42_; @@ -3892,13 +3873,13 @@ _tmp46_ = _tmp45_; minefield_view_toggle_mark (self, (guint) _tmp43_, (guint) _tmp46_); } else { - Position* _tmp47_; - gint _tmp48_; - gint _tmp49_; + Position* _tmp47_ = NULL; + gint _tmp48_ = 0; + gint _tmp49_ = 0; gint* _tmp50_ = NULL; - gint* _tmp51_; - gint _tmp51__length1; - Position* _tmp52_; + gint* _tmp51_ = NULL; + gint _tmp51__length1 = 0; + Position* _tmp52_ = NULL; _tmp47_ = self->priv->selected; _tmp48_ = x; _tmp49_ = y; @@ -3927,10 +3908,10 @@ _tmp56_ = position_get_x (_tmp55_); _tmp57_ = _tmp56_; if (_tmp54_ == _tmp57_) { - gint _tmp58_; - Position* _tmp59_; - gint _tmp60_; - gint _tmp61_; + gint _tmp58_ = 0; + Position* _tmp59_ = NULL; + gint _tmp60_ = 0; + gint _tmp61_ = 0; _tmp58_ = y; _tmp59_ = self->priv->keyboard_cursor; _tmp60_ = position_get_y (_tmp59_); @@ -3948,7 +3929,7 @@ _tmp64_ = position_get_is_set (_tmp63_); _tmp65_ = _tmp64_; if (!_tmp65_) { - Position* _tmp66_; + Position* _tmp66_ = NULL; _tmp66_ = self->priv->keyboard_cursor; position_set_is_set (_tmp66_, TRUE); result = TRUE; @@ -3968,16 +3949,16 @@ _tmp73_ = position_get_is_set (_tmp72_); _tmp74_ = _tmp73_; if (_tmp74_) { - Position* _tmp75_; - Position* _tmp76_; - gint _tmp77_; - gint _tmp78_; - Position* _tmp79_; - gint _tmp80_; - gint _tmp81_; + Position* _tmp75_ = NULL; + Position* _tmp76_ = NULL; + gint _tmp77_ = 0; + gint _tmp78_ = 0; + Position* _tmp79_ = NULL; + gint _tmp80_ = 0; + gint _tmp81_ = 0; gint* _tmp82_ = NULL; - gint* _tmp83_; - gint _tmp83__length1; + gint* _tmp83_ = NULL; + gint _tmp83__length1 = 0; _tmp75_ = self->priv->selected; _tmp76_ = self->priv->keyboard_cursor; _tmp77_ = position_get_x (_tmp76_); @@ -4001,30 +3982,30 @@ static gboolean minefield_view_real_key_release_event (GtkWidget* base, GdkEventKey* event) { MinefieldView * self; gboolean result = FALSE; - GdkEventKey _tmp0_; - guint _tmp1_; + GdkEventKey _tmp0_ = {0}; + guint _tmp1_ = 0U; gboolean _tmp2_ = FALSE; gboolean _tmp3_ = FALSE; - Minefield* _tmp4_; - Minefield* _tmp5_; - gboolean _tmp6_; - gboolean _tmp11_; - gboolean _tmp16_; + Minefield* _tmp4_ = NULL; + Minefield* _tmp5_ = NULL; + gboolean _tmp6_ = FALSE; + gboolean _tmp11_ = FALSE; + gboolean _tmp16_ = FALSE; gboolean _tmp17_ = FALSE; - Position* _tmp18_; - gboolean _tmp19_; - gboolean _tmp20_; - gboolean _tmp24_; - Minefield* _tmp25_; - Minefield* _tmp26_; - Position* _tmp27_; - gint _tmp28_; - gint _tmp29_; - Position* _tmp30_; - gint _tmp31_; - gint _tmp32_; + Position* _tmp18_ = NULL; + gboolean _tmp19_ = FALSE; + gboolean _tmp20_ = FALSE; + gboolean _tmp24_ = FALSE; + Minefield* _tmp25_ = NULL; + Minefield* _tmp26_ = NULL; + Position* _tmp27_ = NULL; + gint _tmp28_ = 0; + gint _tmp29_ = 0; + Position* _tmp30_ = NULL; + gint _tmp31_ = 0; + gint _tmp32_ = 0; gboolean _tmp33_ = FALSE; - Position* _tmp63_; + Position* _tmp63_ = NULL; self = (MinefieldView*) base; g_return_val_if_fail (event != NULL, FALSE); _tmp0_ = *event; @@ -4039,10 +4020,10 @@ if (_tmp6_) { _tmp3_ = TRUE; } else { - Minefield* _tmp7_; - Minefield* _tmp8_; - gboolean _tmp9_; - gboolean _tmp10_; + Minefield* _tmp7_ = NULL; + Minefield* _tmp8_ = NULL; + gboolean _tmp9_ = FALSE; + gboolean _tmp10_ = FALSE; _tmp7_ = minefield_view_get_minefield (self); _tmp8_ = _tmp7_; _tmp9_ = minefield_get_is_complete (_tmp8_); @@ -4053,10 +4034,10 @@ if (_tmp11_) { _tmp2_ = TRUE; } else { - Minefield* _tmp12_; - Minefield* _tmp13_; - gboolean _tmp14_; - gboolean _tmp15_; + Minefield* _tmp12_ = NULL; + Minefield* _tmp13_ = NULL; + gboolean _tmp14_ = FALSE; + gboolean _tmp15_ = FALSE; _tmp12_ = minefield_view_get_minefield (self); _tmp13_ = _tmp12_; _tmp14_ = minefield_get_paused (_tmp13_); @@ -4074,9 +4055,9 @@ if (!_tmp20_) { _tmp17_ = TRUE; } else { - Position* _tmp21_; - gboolean _tmp22_; - gboolean _tmp23_; + Position* _tmp21_ = NULL; + gboolean _tmp22_ = FALSE; + gboolean _tmp23_ = FALSE; _tmp21_ = self->priv->keyboard_cursor; _tmp22_ = position_get_is_set (_tmp21_); _tmp23_ = _tmp22_; @@ -4098,18 +4079,18 @@ _tmp32_ = _tmp31_; _tmp33_ = minefield_is_cleared (_tmp26_, (guint) _tmp29_, (guint) _tmp32_); if (_tmp33_) { - Position* _tmp34_; - gint _tmp35_; - gint _tmp36_; - Position* _tmp37_; - gint _tmp38_; - gint _tmp39_; - Position* _tmp40_; - gint _tmp41_; - gint _tmp42_; - Position* _tmp43_; - gint _tmp44_; - gint _tmp45_; + Position* _tmp34_ = NULL; + gint _tmp35_ = 0; + gint _tmp36_ = 0; + Position* _tmp37_ = NULL; + gint _tmp38_ = 0; + gint _tmp39_ = 0; + Position* _tmp40_ = NULL; + gint _tmp41_ = 0; + gint _tmp42_ = 0; + Position* _tmp43_ = NULL; + gint _tmp44_ = 0; + gint _tmp45_ = 0; _tmp34_ = self->priv->selected; _tmp35_ = position_get_x (_tmp34_); _tmp36_ = _tmp35_; @@ -4125,14 +4106,14 @@ _tmp45_ = _tmp44_; minefield_view_redraw_adjacent (self, (guint) _tmp42_, (guint) _tmp45_); } else { - Minefield* _tmp46_; - Minefield* _tmp47_; - Position* _tmp48_; - gint _tmp49_; - gint _tmp50_; - Position* _tmp51_; - gint _tmp52_; - gint _tmp53_; + Minefield* _tmp46_ = NULL; + Minefield* _tmp47_ = NULL; + Position* _tmp48_ = NULL; + gint _tmp49_ = 0; + gint _tmp50_ = 0; + Position* _tmp51_ = NULL; + gint _tmp52_ = 0; + gint _tmp53_ = 0; FlagType _tmp54_ = 0; _tmp46_ = minefield_view_get_minefield (self); _tmp47_ = _tmp46_; @@ -4144,14 +4125,14 @@ _tmp53_ = _tmp52_; _tmp54_ = minefield_get_flag (_tmp47_, (guint) _tmp50_, (guint) _tmp53_); if (_tmp54_ != FLAG_TYPE_FLAG) { - Minefield* _tmp55_; - Minefield* _tmp56_; - Position* _tmp57_; - gint _tmp58_; - gint _tmp59_; - Position* _tmp60_; - gint _tmp61_; - gint _tmp62_; + Minefield* _tmp55_ = NULL; + Minefield* _tmp56_ = NULL; + Position* _tmp57_ = NULL; + gint _tmp58_ = 0; + gint _tmp59_ = 0; + Position* _tmp60_ = NULL; + gint _tmp61_ = 0; + gint _tmp62_ = 0; _tmp55_ = minefield_view_get_minefield (self); _tmp56_ = _tmp55_; _tmp57_ = self->priv->selected; @@ -4173,13 +4154,13 @@ static guint minefield_view_get_mine_size (MinefieldView* self) { guint result; gint _tmp0_ = 0; - Minefield* _tmp1_; - Minefield* _tmp2_; - guint _tmp3_; + Minefield* _tmp1_ = NULL; + Minefield* _tmp2_ = NULL; + guint _tmp3_ = 0U; gint _tmp4_ = 0; - Minefield* _tmp5_; - Minefield* _tmp6_; - guint _tmp7_; + Minefield* _tmp5_ = NULL; + Minefield* _tmp6_ = NULL; + guint _tmp7_ = 0U; gint _tmp8_ = 0; g_return_val_if_fail (self != NULL, 0U); _tmp0_ = gtk_widget_get_allocated_width ((GtkWidget*) self); @@ -4199,11 +4180,11 @@ static guint minefield_view_get_x_offset (MinefieldView* self) { guint result; gint _tmp0_ = 0; - Minefield* _tmp1_; - Minefield* _tmp2_; - guint _tmp3_; - guint _tmp4_; - guint _tmp5_; + Minefield* _tmp1_ = NULL; + Minefield* _tmp2_ = NULL; + guint _tmp3_ = 0U; + guint _tmp4_ = 0U; + guint _tmp5_ = 0U; g_return_val_if_fail (self != NULL, 0U); _tmp0_ = gtk_widget_get_allocated_width ((GtkWidget*) self); _tmp1_ = minefield_view_get_minefield (self); @@ -4219,11 +4200,11 @@ static guint minefield_view_get_y_offset (MinefieldView* self) { guint result; gint _tmp0_ = 0; - Minefield* _tmp1_; - Minefield* _tmp2_; - guint _tmp3_; - guint _tmp4_; - guint _tmp5_; + Minefield* _tmp1_ = NULL; + Minefield* _tmp2_ = NULL; + guint _tmp3_ = 0U; + guint _tmp4_ = 0U; + guint _tmp5_ = 0U; g_return_val_if_fail (self != NULL, 0U); _tmp0_ = gtk_widget_get_allocated_height ((GtkWidget*) self); _tmp1_ = minefield_view_get_minefield (self); @@ -4238,20 +4219,20 @@ static guint minefield_view_get_minimum_size (MinefieldView* self) { guint result; - Minefield* _tmp0_; - Minefield* _tmp1_; - guint _tmp2_; - guint w; - Minefield* _tmp3_; - Minefield* _tmp4_; - guint _tmp5_; - guint h; - guint _tmp6_; - guint _tmp7_; + guint w = 0U; + Minefield* _tmp0_ = NULL; + Minefield* _tmp1_ = NULL; + guint _tmp2_ = 0U; + guint h = 0U; + Minefield* _tmp3_ = NULL; + Minefield* _tmp4_ = NULL; + guint _tmp5_ = 0U; + guint s = 0U; + guint _tmp6_ = 0U; + guint _tmp7_ = 0U; guint _tmp8_ = 0U; - guint s; - guint _tmp9_; - guint _tmp10_; + guint _tmp9_ = 0U; + guint _tmp10_ = 0U; g_return_val_if_fail (self != NULL, 0U); _tmp0_ = minefield_view_get_minefield (self); _tmp1_ = _tmp0_; @@ -4277,7 +4258,7 @@ Minefield* minefield_view_get_minefield (MinefieldView* self) { Minefield* result; - Minefield* _tmp0_; + Minefield* _tmp0_ = NULL; g_return_val_if_fail (self != NULL, NULL); _tmp0_ = self->priv->_minefield; result = _tmp0_; @@ -4291,17 +4272,17 @@ static void _minefield_view_minefield___lambda2_ (MinefieldView* self, guint x, guint y) { - Minefield* _tmp0_; - guint _tmp1_; - guint _tmp2_; + Minefield* _tmp0_ = NULL; + guint _tmp1_ = 0U; + guint _tmp2_ = 0U; gboolean _tmp3_ = FALSE; _tmp0_ = self->priv->_minefield; _tmp1_ = x; _tmp2_ = y; _tmp3_ = minefield_is_cleared (_tmp0_, _tmp1_, _tmp2_); if (_tmp3_) { - guint _tmp4_; - guint _tmp5_; + guint _tmp4_ = 0U; + guint _tmp5_ = 0U; _tmp4_ = x; _tmp5_ = y; minefield_view_redraw_adjacent (self, _tmp4_, _tmp5_); @@ -4316,7 +4297,7 @@ static gint _minefield_view_minefield___lambda3_ (MinefieldView* self, gint x) { gint result = 0; - gint _tmp0_; + gint _tmp0_ = 0; _tmp0_ = x; result = _tmp0_; return result; @@ -4332,7 +4313,7 @@ static gint _minefield_view_minefield___lambda4_ (MinefieldView* self, gint y) { gint result = 0; - gint _tmp0_; + gint _tmp0_ = 0; _tmp0_ = y; result = _tmp0_; return result; @@ -4355,9 +4336,9 @@ static gint _minefield_view_minefield___lambda5_ (MinefieldView* self, gint x) { gint result = 0; - gint _tmp0_; - Minefield* _tmp1_; - guint _tmp2_; + gint _tmp0_ = 0; + Minefield* _tmp1_ = NULL; + guint _tmp2_ = 0U; _tmp0_ = x; _tmp1_ = self->priv->_minefield; _tmp2_ = _tmp1_->width; @@ -4375,9 +4356,9 @@ static gint _minefield_view_minefield___lambda6_ (MinefieldView* self, gint y) { gint result = 0; - gint _tmp0_; - Minefield* _tmp1_; - guint _tmp2_; + gint _tmp0_ = 0; + Minefield* _tmp1_ = NULL; + guint _tmp2_ = 0U; _tmp0_ = y; _tmp1_ = self->priv->_minefield; _tmp2_ = _tmp1_->height; @@ -4428,32 +4409,32 @@ void minefield_view_set_minefield (MinefieldView* self, Minefield* value) { - Minefield* _tmp0_; - Minefield* _tmp2_; - Minefield* _tmp3_; - Position* _tmp4_; - Position* _tmp5_; - Position* _tmp6_; - Position* _tmp7_; - Position* _tmp8_; - Position* _tmp9_; - Minefield* _tmp10_; - Position* _tmp11_; - Position* _tmp12_; + Minefield* _tmp0_ = NULL; + Minefield* _tmp2_ = NULL; + Minefield* _tmp3_ = NULL; + Position* _tmp4_ = NULL; + Position* _tmp5_ = NULL; + Position* _tmp6_ = NULL; + Position* _tmp7_ = NULL; + Position* _tmp8_ = NULL; + Position* _tmp9_ = NULL; + Minefield* _tmp10_ = NULL; + Position* _tmp11_ = NULL; + Position* _tmp12_ = NULL; gint* _tmp13_ = NULL; - gint* _tmp14_; - gint _tmp14__length1; - Position* _tmp15_; - Position* _tmp16_; - Position* _tmp17_; - Position* _tmp18_; - Minefield* _tmp19_; - Minefield* _tmp20_; - Minefield* _tmp21_; + gint* _tmp14_ = NULL; + gint _tmp14__length1 = 0; + Position* _tmp15_ = NULL; + Position* _tmp16_ = NULL; + Position* _tmp17_ = NULL; + Position* _tmp18_ = NULL; + Minefield* _tmp19_ = NULL; + Minefield* _tmp20_ = NULL; + Minefield* _tmp21_ = NULL; g_return_if_fail (self != NULL); _tmp0_ = self->priv->_minefield; if (_tmp0_ != NULL) { - Minefield* _tmp1_; + Minefield* _tmp1_ = NULL; _tmp1_ = self->priv->_minefield; g_signal_handlers_disconnect_by_func (_tmp1_, NULL, self); } diff -Nru gnome-mines-3.8.2/src/minefield.c gnome-mines-3.10.1/src/minefield.c --- gnome-mines-3.8.2/src/minefield.c 2013-08-20 01:49:31.000000000 +0000 +++ gnome-mines-3.10.1/src/minefield.c 2013-10-12 11:22:19.000000000 +0000 @@ -1,4 +1,4 @@ -/* minefield.c generated by valac 0.20.1, the Vala compiler +/* minefield.c generated by valac 0.22.0, the Vala compiler * generated from minefield.vala, do not modify */ /* @@ -389,12 +389,12 @@ Minefield* minefield_construct (GType object_type, guint width, guint height, guint n_mines) { Minefield* self = NULL; - guint _tmp0_; - guint _tmp1_; + guint _tmp0_ = 0U; + guint _tmp1_ = 0U; Location** _tmp2_ = NULL; - guint _tmp18_; - guint _tmp19_; - guint _tmp20_; + guint _tmp18_ = 0U; + guint _tmp19_ = 0U; + guint _tmp20_ = 0U; self = (Minefield*) g_type_create_instance (object_type); _tmp0_ = width; _tmp1_ = height; @@ -404,18 +404,18 @@ self->priv->locations_length1 = _tmp0_; self->priv->locations_length2 = _tmp1_; { - gint x; + gint x = 0; x = 0; { - gboolean _tmp3_; + gboolean _tmp3_ = FALSE; _tmp3_ = TRUE; while (TRUE) { - gboolean _tmp4_; - gint _tmp6_; - guint _tmp7_; + gboolean _tmp4_ = FALSE; + gint _tmp6_ = 0; + guint _tmp7_ = 0U; _tmp4_ = _tmp3_; if (!_tmp4_) { - gint _tmp5_; + gint _tmp5_ = 0; _tmp5_ = x; x = _tmp5_ + 1; } @@ -426,25 +426,25 @@ break; } { - gint y; + gint y = 0; y = 0; { - gboolean _tmp8_; + gboolean _tmp8_ = FALSE; _tmp8_ = TRUE; while (TRUE) { - gboolean _tmp9_; - gint _tmp11_; - guint _tmp12_; - Location** _tmp13_; - gint _tmp13__length1; - gint _tmp13__length2; - gint _tmp14_; - gint _tmp15_; - Location* _tmp16_; - Location* _tmp17_; + gboolean _tmp9_ = FALSE; + gint _tmp11_ = 0; + guint _tmp12_ = 0U; + Location** _tmp13_ = NULL; + gint _tmp13__length1 = 0; + gint _tmp13__length2 = 0; + gint _tmp14_ = 0; + gint _tmp15_ = 0; + Location* _tmp16_ = NULL; + Location* _tmp17_ = NULL; _tmp9_ = _tmp8_; if (!_tmp9_) { - gint _tmp10_; + gint _tmp10_ = 0; _tmp10_ = y; y = _tmp10_ + 1; } @@ -486,13 +486,13 @@ gboolean minefield_has_mine (Minefield* self, guint x, guint y) { gboolean result = FALSE; - Location** _tmp0_; - gint _tmp0__length1; - gint _tmp0__length2; - guint _tmp1_; - guint _tmp2_; - Location* _tmp3_; - gboolean _tmp4_; + Location** _tmp0_ = NULL; + gint _tmp0__length1 = 0; + gint _tmp0__length2 = 0; + guint _tmp1_ = 0U; + guint _tmp2_ = 0U; + Location* _tmp3_ = NULL; + gboolean _tmp4_ = FALSE; g_return_val_if_fail (self != NULL, FALSE); _tmp0_ = self->priv->locations; _tmp0__length1 = self->priv->locations_length1; @@ -508,13 +508,13 @@ gboolean minefield_is_cleared (Minefield* self, guint x, guint y) { gboolean result = FALSE; - Location** _tmp0_; - gint _tmp0__length1; - gint _tmp0__length2; - guint _tmp1_; - guint _tmp2_; - Location* _tmp3_; - gboolean _tmp4_; + Location** _tmp0_ = NULL; + gint _tmp0__length1 = 0; + gint _tmp0__length2 = 0; + guint _tmp1_ = 0U; + guint _tmp2_ = 0U; + Location* _tmp3_ = NULL; + gboolean _tmp4_ = FALSE; g_return_val_if_fail (self != NULL, FALSE); _tmp0_ = self->priv->locations; _tmp0__length1 = self->priv->locations_length1; @@ -533,14 +533,14 @@ gboolean _tmp0_ = FALSE; gboolean _tmp1_ = FALSE; gboolean _tmp2_ = FALSE; - gint _tmp3_; - gboolean _tmp5_; - gboolean _tmp8_; - gboolean _tmp11_; + gint _tmp3_ = 0; + gboolean _tmp5_ = FALSE; + gboolean _tmp8_ = FALSE; + gboolean _tmp11_ = FALSE; g_return_val_if_fail (self != NULL, FALSE); _tmp3_ = x; if (_tmp3_ >= 0) { - gint _tmp4_; + gint _tmp4_ = 0; _tmp4_ = y; _tmp2_ = _tmp4_ >= 0; } else { @@ -548,8 +548,8 @@ } _tmp5_ = _tmp2_; if (_tmp5_) { - gint _tmp6_; - guint _tmp7_; + gint _tmp6_ = 0; + guint _tmp7_ = 0U; _tmp6_ = x; _tmp7_ = self->width; _tmp1_ = ((guint) _tmp6_) < _tmp7_; @@ -558,8 +558,8 @@ } _tmp8_ = _tmp1_; if (_tmp8_) { - gint _tmp9_; - guint _tmp10_; + gint _tmp9_ = 0; + guint _tmp10_ = 0U; _tmp9_ = y; _tmp10_ = self->height; _tmp0_ = ((guint) _tmp9_) < _tmp10_; @@ -573,33 +573,33 @@ void minefield_clear_mine (Minefield* self, guint x, guint y) { - gboolean _tmp0_; + gboolean _tmp0_ = FALSE; gboolean _tmp3_ = FALSE; - Location** _tmp4_; - gint _tmp4__length1; - gint _tmp4__length2; - guint _tmp5_; - guint _tmp6_; - Location* _tmp7_; - gboolean _tmp8_; - gboolean _tmp14_; - guint _tmp15_; - guint _tmp16_; - Location** _tmp17_; - gint _tmp17__length1; - gint _tmp17__length2; - guint _tmp18_; - guint _tmp19_; - Location* _tmp20_; - gboolean _tmp21_; - gboolean _tmp23_; - gboolean _tmp24_; + Location** _tmp4_ = NULL; + gint _tmp4__length1 = 0; + gint _tmp4__length2 = 0; + guint _tmp5_ = 0U; + guint _tmp6_ = 0U; + Location* _tmp7_ = NULL; + gboolean _tmp8_ = FALSE; + gboolean _tmp14_ = FALSE; + guint _tmp15_ = 0U; + guint _tmp16_ = 0U; + Location** _tmp17_ = NULL; + gint _tmp17__length1 = 0; + gint _tmp17__length2 = 0; + guint _tmp18_ = 0U; + guint _tmp19_ = 0U; + Location* _tmp20_ = NULL; + gboolean _tmp21_ = FALSE; + gboolean _tmp23_ = FALSE; + gboolean _tmp24_ = FALSE; g_return_if_fail (self != NULL); minefield_start_clock (self); _tmp0_ = self->priv->placed_mines; if (!_tmp0_) { - guint _tmp1_; - guint _tmp2_; + guint _tmp1_ = 0U; + guint _tmp2_ = 0U; _tmp1_ = x; _tmp2_ = y; minefield_place_mines (self, _tmp1_, _tmp2_); @@ -615,13 +615,13 @@ if (_tmp8_) { _tmp3_ = TRUE; } else { - Location** _tmp9_; - gint _tmp9__length1; - gint _tmp9__length2; - guint _tmp10_; - guint _tmp11_; - Location* _tmp12_; - FlagType _tmp13_; + Location** _tmp9_ = NULL; + gint _tmp9__length1 = 0; + gint _tmp9__length2 = 0; + guint _tmp10_ = 0U; + guint _tmp11_ = 0U; + Location* _tmp12_ = NULL; + FlagType _tmp13_ = 0; _tmp9_ = self->priv->locations; _tmp9__length1 = self->priv->locations_length1; _tmp9__length2 = self->priv->locations_length2; @@ -646,7 +646,7 @@ _tmp20_ = _tmp17_[(_tmp18_ * _tmp17__length2) + _tmp19_]; _tmp21_ = _tmp20_->has_mine; if (_tmp21_) { - gboolean _tmp22_; + gboolean _tmp22_ = FALSE; _tmp22_ = self->exploded; if (!_tmp22_) { self->exploded = TRUE; @@ -660,18 +660,18 @@ if (_tmp24_) { minefield_stop_clock (self); { - gint tx; + gint tx = 0; tx = 0; { - gboolean _tmp25_; + gboolean _tmp25_ = FALSE; _tmp25_ = TRUE; while (TRUE) { - gboolean _tmp26_; - gint _tmp28_; - guint _tmp29_; + gboolean _tmp26_ = FALSE; + gint _tmp28_ = 0; + guint _tmp29_ = 0U; _tmp26_ = _tmp25_; if (!_tmp26_) { - gint _tmp27_; + gint _tmp27_ = 0; _tmp27_ = tx; tx = _tmp27_ + 1; } @@ -682,21 +682,21 @@ break; } { - gint ty; + gint ty = 0; ty = 0; { - gboolean _tmp30_; + gboolean _tmp30_ = FALSE; _tmp30_ = TRUE; while (TRUE) { - gboolean _tmp31_; - gint _tmp33_; - guint _tmp34_; - gint _tmp35_; - gint _tmp36_; + gboolean _tmp31_ = FALSE; + gint _tmp33_ = 0; + guint _tmp34_ = 0U; + gint _tmp35_ = 0; + gint _tmp36_ = 0; gboolean _tmp37_ = FALSE; _tmp31_ = _tmp30_; if (!_tmp31_) { - gint _tmp32_; + gint _tmp32_ = 0; _tmp32_ = ty; ty = _tmp32_ + 1; } @@ -710,8 +710,8 @@ _tmp36_ = ty; _tmp37_ = minefield_has_mine (self, (guint) _tmp35_, (guint) _tmp36_); if (_tmp37_) { - gint _tmp38_; - gint _tmp39_; + gint _tmp38_ = 0; + gint _tmp39_ = 0; _tmp38_ = tx; _tmp39_ = ty; minefield_set_flag (self, (guint) _tmp38_, (guint) _tmp39_, FLAG_TYPE_FLAG); @@ -728,45 +728,45 @@ static void minefield_clear_mines_recursive (Minefield* self, guint x, guint y) { - Location** _tmp0_; - gint _tmp0__length1; - gint _tmp0__length2; - guint _tmp1_; - guint _tmp2_; - Location* _tmp3_; - gboolean _tmp4_; - Location** _tmp5_; - gint _tmp5__length1; - gint _tmp5__length2; - guint _tmp6_; - guint _tmp7_; - Location* _tmp8_; - guint _tmp9_; - guint _tmp10_; - Location** _tmp11_; - gint _tmp11__length1; - gint _tmp11__length2; - guint _tmp12_; - guint _tmp13_; - Location* _tmp14_; - FlagType _tmp15_; - Location** _tmp18_; - gint _tmp18__length1; - gint _tmp18__length2; - guint _tmp19_; - guint _tmp20_; - Location* _tmp21_; - guint _tmp22_; - guint _tmp23_; + Location** _tmp0_ = NULL; + gint _tmp0__length1 = 0; + gint _tmp0__length2 = 0; + guint _tmp1_ = 0U; + guint _tmp2_ = 0U; + Location* _tmp3_ = NULL; + gboolean _tmp4_ = FALSE; + Location** _tmp5_ = NULL; + gint _tmp5__length1 = 0; + gint _tmp5__length2 = 0; + guint _tmp6_ = 0U; + guint _tmp7_ = 0U; + Location* _tmp8_ = NULL; + guint _tmp9_ = 0U; + guint _tmp10_ = 0U; + Location** _tmp11_ = NULL; + gint _tmp11__length1 = 0; + gint _tmp11__length2 = 0; + guint _tmp12_ = 0U; + guint _tmp13_ = 0U; + Location* _tmp14_ = NULL; + FlagType _tmp15_ = 0; + Location** _tmp18_ = NULL; + gint _tmp18__length1 = 0; + gint _tmp18__length2 = 0; + guint _tmp19_ = 0U; + guint _tmp20_ = 0U; + Location* _tmp21_ = NULL; + guint _tmp22_ = 0U; + guint _tmp23_ = 0U; gboolean _tmp24_ = FALSE; - Location** _tmp25_; - gint _tmp25__length1; - gint _tmp25__length2; - guint _tmp26_; - guint _tmp27_; - Location* _tmp28_; - gboolean _tmp29_; - gboolean _tmp33_; + Location** _tmp25_ = NULL; + gint _tmp25__length1 = 0; + gint _tmp25__length2 = 0; + guint _tmp26_ = 0U; + guint _tmp27_ = 0U; + Location* _tmp28_ = NULL; + gboolean _tmp29_ = FALSE; + gboolean _tmp33_ = FALSE; g_return_if_fail (self != NULL); _tmp0_ = self->priv->locations; _tmp0__length1 = self->priv->locations_length1; @@ -796,8 +796,8 @@ _tmp14_ = _tmp11_[(_tmp12_ * _tmp11__length2) + _tmp13_]; _tmp15_ = _tmp14_->flag; if (_tmp15_ == FLAG_TYPE_FLAG) { - guint _tmp16_; - guint _tmp17_; + guint _tmp16_ = 0U; + guint _tmp17_ = 0U; _tmp16_ = minefield_get_n_flags (self); _tmp17_ = _tmp16_; minefield_set_n_flags (self, _tmp17_ - 1); @@ -821,8 +821,8 @@ _tmp28_ = _tmp25_[(_tmp26_ * _tmp25__length2) + _tmp27_]; _tmp29_ = _tmp28_->has_mine; if (!_tmp29_) { - guint _tmp30_; - guint _tmp31_; + guint _tmp30_ = 0U; + guint _tmp31_ = 0U; guint _tmp32_ = 0U; _tmp30_ = x; _tmp31_ = y; @@ -844,16 +844,16 @@ Neighbour neighbour = {0}; neighbour = neighbour_collection[neighbour_it]; { - guint _tmp34_; - Neighbour _tmp35_; - gint _tmp36_; - gint nx; - guint _tmp37_; - Neighbour _tmp38_; - gint _tmp39_; - gint ny; - gint _tmp40_; - gint _tmp41_; + gint nx = 0; + guint _tmp34_ = 0U; + Neighbour _tmp35_ = {0}; + gint _tmp36_ = 0; + gint ny = 0; + guint _tmp37_ = 0U; + Neighbour _tmp38_ = {0}; + gint _tmp39_ = 0; + gint _tmp40_ = 0; + gint _tmp41_ = 0; gboolean _tmp42_ = FALSE; _tmp34_ = x; _tmp35_ = neighbour; @@ -867,8 +867,8 @@ _tmp41_ = ny; _tmp42_ = minefield_is_location (self, _tmp40_, _tmp41_); if (_tmp42_) { - gint _tmp43_; - gint _tmp44_; + gint _tmp43_ = 0; + gint _tmp44_ = 0; _tmp43_ = nx; _tmp44_ = ny; minefield_clear_mines_recursive (self, (guint) _tmp43_, (guint) _tmp44_); @@ -882,24 +882,24 @@ void minefield_set_flag (Minefield* self, guint x, guint y, FlagType flag) { gboolean _tmp0_ = FALSE; - Location** _tmp1_; - gint _tmp1__length1; - gint _tmp1__length2; - guint _tmp2_; - guint _tmp3_; - Location* _tmp4_; - gboolean _tmp5_; - gboolean _tmp12_; - FlagType _tmp13_; - Location** _tmp23_; - gint _tmp23__length1; - gint _tmp23__length2; - guint _tmp24_; - guint _tmp25_; - Location* _tmp26_; - FlagType _tmp27_; - guint _tmp28_; - guint _tmp29_; + Location** _tmp1_ = NULL; + gint _tmp1__length1 = 0; + gint _tmp1__length2 = 0; + guint _tmp2_ = 0U; + guint _tmp3_ = 0U; + Location* _tmp4_ = NULL; + gboolean _tmp5_ = FALSE; + gboolean _tmp12_ = FALSE; + FlagType _tmp13_ = 0; + Location** _tmp23_ = NULL; + gint _tmp23__length1 = 0; + gint _tmp23__length2 = 0; + guint _tmp24_ = 0U; + guint _tmp25_ = 0U; + Location* _tmp26_ = NULL; + FlagType _tmp27_ = 0; + guint _tmp28_ = 0U; + guint _tmp29_ = 0U; g_return_if_fail (self != NULL); _tmp1_ = self->priv->locations; _tmp1__length1 = self->priv->locations_length1; @@ -911,14 +911,14 @@ if (_tmp5_) { _tmp0_ = TRUE; } else { - Location** _tmp6_; - gint _tmp6__length1; - gint _tmp6__length2; - guint _tmp7_; - guint _tmp8_; - Location* _tmp9_; - FlagType _tmp10_; - FlagType _tmp11_; + Location** _tmp6_ = NULL; + gint _tmp6__length1 = 0; + gint _tmp6__length2 = 0; + guint _tmp7_ = 0U; + guint _tmp8_ = 0U; + Location* _tmp9_ = NULL; + FlagType _tmp10_ = 0; + FlagType _tmp11_ = 0; _tmp6_ = self->priv->locations; _tmp6__length1 = self->priv->locations_length1; _tmp6__length2 = self->priv->locations_length2; @@ -935,19 +935,19 @@ } _tmp13_ = flag; if (_tmp13_ == FLAG_TYPE_FLAG) { - guint _tmp14_; - guint _tmp15_; + guint _tmp14_ = 0U; + guint _tmp15_ = 0U; _tmp14_ = minefield_get_n_flags (self); _tmp15_ = _tmp14_; minefield_set_n_flags (self, _tmp15_ + 1); } else { - Location** _tmp16_; - gint _tmp16__length1; - gint _tmp16__length2; - guint _tmp17_; - guint _tmp18_; - Location* _tmp19_; - FlagType _tmp20_; + Location** _tmp16_ = NULL; + gint _tmp16__length1 = 0; + gint _tmp16__length2 = 0; + guint _tmp17_ = 0U; + guint _tmp18_ = 0U; + Location* _tmp19_ = NULL; + FlagType _tmp20_ = 0; _tmp16_ = self->priv->locations; _tmp16__length1 = self->priv->locations_length1; _tmp16__length2 = self->priv->locations_length2; @@ -956,8 +956,8 @@ _tmp19_ = _tmp16_[(_tmp17_ * _tmp16__length2) + _tmp18_]; _tmp20_ = _tmp19_->flag; if (_tmp20_ == FLAG_TYPE_FLAG) { - guint _tmp21_; - guint _tmp22_; + guint _tmp21_ = 0U; + guint _tmp22_ = 0U; _tmp21_ = minefield_get_n_flags (self); _tmp22_ = _tmp21_; minefield_set_n_flags (self, _tmp22_ - 1); @@ -985,19 +985,19 @@ Neighbour neighbour = {0}; neighbour = neighbour_collection[neighbour_it]; { - guint _tmp30_; - Neighbour _tmp31_; - gint _tmp32_; - gint nx; - guint _tmp33_; - Neighbour _tmp34_; - gint _tmp35_; - gint ny; + gint nx = 0; + guint _tmp30_ = 0U; + Neighbour _tmp31_ = {0}; + gint _tmp32_ = 0; + gint ny = 0; + guint _tmp33_ = 0U; + Neighbour _tmp34_ = {0}; + gint _tmp35_ = 0; gboolean _tmp36_ = FALSE; - gint _tmp37_; - gint _tmp38_; + gint _tmp37_ = 0; + gint _tmp38_ = 0; gboolean _tmp39_ = FALSE; - gboolean _tmp43_; + gboolean _tmp43_ = FALSE; _tmp30_ = x; _tmp31_ = neighbour; _tmp32_ = _tmp31_.x; @@ -1010,8 +1010,8 @@ _tmp38_ = ny; _tmp39_ = minefield_is_location (self, _tmp37_, _tmp38_); if (_tmp39_) { - gint _tmp40_; - gint _tmp41_; + gint _tmp40_ = 0; + gint _tmp41_ = 0; gboolean _tmp42_ = FALSE; _tmp40_ = nx; _tmp41_ = ny; @@ -1022,8 +1022,8 @@ } _tmp43_ = _tmp36_; if (_tmp43_) { - gint _tmp44_; - gint _tmp45_; + gint _tmp44_ = 0; + gint _tmp45_ = 0; _tmp44_ = nx; _tmp45_ = ny; g_signal_emit_by_name (self, "redraw-sector", (guint) _tmp44_, (guint) _tmp45_); @@ -1037,13 +1037,13 @@ FlagType minefield_get_flag (Minefield* self, guint x, guint y) { FlagType result = 0; - Location** _tmp0_; - gint _tmp0__length1; - gint _tmp0__length2; - guint _tmp1_; - guint _tmp2_; - Location* _tmp3_; - FlagType _tmp4_; + Location** _tmp0_ = NULL; + gint _tmp0__length1 = 0; + gint _tmp0__length2 = 0; + guint _tmp1_ = 0U; + guint _tmp2_ = 0U; + Location* _tmp3_ = NULL; + FlagType _tmp4_ = 0; g_return_val_if_fail (self != NULL, 0); _tmp0_ = self->priv->locations; _tmp0__length1 = self->priv->locations_length1; @@ -1063,45 +1063,45 @@ void minefield_hint (Minefield* self) { - GList* case1list; - GList* case2list; - GList* case3list; - guint hint_location; - GList* _tmp53_; + GList* case1list = NULL; + GList* case2list = NULL; + GList* case3list = NULL; + guint hint_location = 0U; + GList* _tmp53_ = NULL; guint _tmp54_ = 0U; - guint _tmp74_; - guint _tmp75_; - guint x; - guint _tmp76_; - guint _tmp77_; - guint y; - Location** _tmp78_; - gint _tmp78__length1; - gint _tmp78__length2; - guint _tmp79_; - guint _tmp80_; - Location* _tmp81_; - FlagType _tmp82_; - guint _tmp87_; - guint _tmp88_; - gdouble _tmp89_; + guint x = 0U; + guint _tmp74_ = 0U; + guint _tmp75_ = 0U; + guint y = 0U; + guint _tmp76_ = 0U; + guint _tmp77_ = 0U; + Location** _tmp78_ = NULL; + gint _tmp78__length1 = 0; + gint _tmp78__length2 = 0; + guint _tmp79_ = 0U; + guint _tmp80_ = 0U; + Location* _tmp81_ = NULL; + FlagType _tmp82_ = 0; + guint _tmp87_ = 0U; + guint _tmp88_ = 0U; + gdouble _tmp89_ = 0.0; g_return_if_fail (self != NULL); case1list = NULL; case2list = NULL; case3list = NULL; { - gint mx; + gint mx = 0; mx = 0; { - gboolean _tmp0_; + gboolean _tmp0_ = FALSE; _tmp0_ = TRUE; while (TRUE) { - gboolean _tmp1_; - gint _tmp3_; - guint _tmp4_; + gboolean _tmp1_ = FALSE; + gint _tmp3_ = 0; + guint _tmp4_ = 0U; _tmp1_ = _tmp0_; if (!_tmp1_) { - gint _tmp2_; + gint _tmp2_ = 0; _tmp2_ = mx; mx = _tmp2_ + 1; } @@ -1112,30 +1112,30 @@ break; } { - gint my; + gint my = 0; my = 0; { - gboolean _tmp5_; + gboolean _tmp5_ = FALSE; _tmp5_ = TRUE; while (TRUE) { - gboolean _tmp6_; - gint _tmp8_; - guint _tmp9_; - Location** _tmp10_; - gint _tmp10__length1; - gint _tmp10__length2; - gint _tmp11_; - gint _tmp12_; - Location* _tmp13_; - Location* _tmp14_; - Location* m; + gboolean _tmp6_ = FALSE; + gint _tmp8_ = 0; + guint _tmp9_ = 0U; + Location* m = NULL; + Location** _tmp10_ = NULL; + gint _tmp10__length1 = 0; + gint _tmp10__length2 = 0; + gint _tmp11_ = 0; + gint _tmp12_ = 0; + Location* _tmp13_ = NULL; + Location* _tmp14_ = NULL; gboolean _tmp15_ = FALSE; - Location* _tmp16_; - gboolean _tmp17_; - gboolean _tmp20_; + Location* _tmp16_ = NULL; + gboolean _tmp17_ = FALSE; + gboolean _tmp20_ = FALSE; _tmp6_ = _tmp5_; if (!_tmp6_) { - gint _tmp7_; + gint _tmp7_ = 0; _tmp7_ = my; my = _tmp7_ + 1; } @@ -1156,8 +1156,8 @@ _tmp16_ = m; _tmp17_ = _tmp16_->has_mine; if (!_tmp17_) { - Location* _tmp18_; - gboolean _tmp19_; + Location* _tmp18_ = NULL; + gboolean _tmp19_ = FALSE; _tmp18_ = m; _tmp19_ = _tmp18_->cleared; _tmp15_ = !_tmp19_; @@ -1166,13 +1166,13 @@ } _tmp20_ = _tmp15_; if (_tmp20_) { - gint _tmp21_; - guint _tmp22_; - gint _tmp23_; + gint _tmp21_ = 0; + guint _tmp22_ = 0U; + gint _tmp23_ = 0; gboolean _tmp24_ = FALSE; - Location* _tmp25_; - FlagType _tmp26_; - gboolean _tmp30_; + Location* _tmp25_ = NULL; + FlagType _tmp26_ = 0; + gboolean _tmp30_ = FALSE; _tmp21_ = mx; _tmp22_ = self->width; _tmp23_ = my; @@ -1180,8 +1180,8 @@ _tmp25_ = m; _tmp26_ = _tmp25_->flag; if (_tmp26_ != FLAG_TYPE_FLAG) { - gint _tmp27_; - gint _tmp28_; + gint _tmp27_ = 0; + gint _tmp28_ = 0; guint _tmp29_ = 0U; _tmp27_ = mx; _tmp28_ = my; @@ -1192,9 +1192,9 @@ } _tmp30_ = _tmp24_; if (_tmp30_) { - gint _tmp31_; - guint _tmp32_; - gint _tmp33_; + gint _tmp31_ = 0; + guint _tmp32_ = 0U; + gint _tmp33_ = 0; _tmp31_ = mx; _tmp32_ = self->width; _tmp33_ = my; @@ -1210,24 +1210,24 @@ Neighbour neighbour = {0}; neighbour = neighbour_collection[neighbour_it]; { - gint _tmp34_; - Neighbour _tmp35_; - gint _tmp36_; - gint _tmp37_; - Neighbour _tmp38_; - gint _tmp39_; + gint _tmp34_ = 0; + Neighbour _tmp35_ = {0}; + gint _tmp36_ = 0; + gint _tmp37_ = 0; + Neighbour _tmp38_ = {0}; + gint _tmp39_ = 0; gboolean _tmp40_ = FALSE; - Location** _tmp41_; - gint _tmp41__length1; - gint _tmp41__length2; - gint _tmp42_; - Neighbour _tmp43_; - gint _tmp44_; - gint _tmp45_; - Neighbour _tmp46_; - gint _tmp47_; - Location* _tmp48_; - gboolean _tmp49_; + Location** _tmp41_ = NULL; + gint _tmp41__length1 = 0; + gint _tmp41__length2 = 0; + gint _tmp42_ = 0; + Neighbour _tmp43_ = {0}; + gint _tmp44_ = 0; + gint _tmp45_ = 0; + Neighbour _tmp46_ = {0}; + gint _tmp47_ = 0; + Location* _tmp48_ = NULL; + gboolean _tmp49_ = FALSE; _tmp34_ = mx; _tmp35_ = neighbour; _tmp36_ = _tmp35_.x; @@ -1250,9 +1250,9 @@ _tmp48_ = _tmp41_[((_tmp42_ + _tmp44_) * _tmp41__length2) + (_tmp45_ + _tmp47_)]; _tmp49_ = _tmp48_->cleared; if (_tmp49_) { - gint _tmp50_; - guint _tmp51_; - gint _tmp52_; + gint _tmp50_ = 0; + guint _tmp51_ = 0U; + gint _tmp52_ = 0; _tmp50_ = mx; _tmp51_ = self->width; _tmp52_ = my; @@ -1275,8 +1275,8 @@ _tmp53_ = case1list; _tmp54_ = g_list_length (_tmp53_); if (_tmp54_ > ((guint) 0)) { - GList* _tmp55_; - GList* _tmp56_; + GList* _tmp55_ = NULL; + GList* _tmp56_ = NULL; guint _tmp57_ = 0U; gint32 _tmp58_ = 0; gconstpointer _tmp59_ = NULL; @@ -1287,13 +1287,13 @@ _tmp59_ = g_list_nth_data (_tmp55_, (guint) _tmp58_); hint_location = (guint) ((guintptr) _tmp59_); } else { - GList* _tmp60_; + GList* _tmp60_ = NULL; guint _tmp61_ = 0U; _tmp60_ = case2list; _tmp61_ = g_list_length (_tmp60_); if (_tmp61_ > ((guint) 0)) { - GList* _tmp62_; - GList* _tmp63_; + GList* _tmp62_ = NULL; + GList* _tmp63_ = NULL; guint _tmp64_ = 0U; gint32 _tmp65_ = 0; gconstpointer _tmp66_ = NULL; @@ -1304,13 +1304,13 @@ _tmp66_ = g_list_nth_data (_tmp62_, (guint) _tmp65_); hint_location = (guint) ((guintptr) _tmp66_); } else { - GList* _tmp67_; + GList* _tmp67_ = NULL; guint _tmp68_ = 0U; _tmp67_ = case3list; _tmp68_ = g_list_length (_tmp67_); if (_tmp68_ > ((guint) 0)) { - GList* _tmp69_; - GList* _tmp70_; + GList* _tmp69_ = NULL; + GList* _tmp70_ = NULL; guint _tmp71_ = 0U; gint32 _tmp72_ = 0; gconstpointer _tmp73_ = NULL; @@ -1337,12 +1337,12 @@ _tmp81_ = _tmp78_[(_tmp79_ * _tmp78__length2) + _tmp80_]; _tmp82_ = _tmp81_->flag; if (_tmp82_ == FLAG_TYPE_FLAG) { - Location** _tmp83_; - gint _tmp83__length1; - gint _tmp83__length2; - guint _tmp84_; - guint _tmp85_; - Location* _tmp86_; + Location** _tmp83_ = NULL; + gint _tmp83__length1 = 0; + gint _tmp83__length2 = 0; + guint _tmp84_ = 0U; + guint _tmp85_ = 0U; + Location* _tmp86_ = NULL; _tmp83_ = self->priv->locations; _tmp83__length1 = self->priv->locations_length1; _tmp83__length2 = self->priv->locations_length2; @@ -1365,7 +1365,7 @@ guint minefield_get_n_adjacent_mines (Minefield* self, guint x, guint y) { guint result = 0U; - guint n; + guint n = 0U; g_return_val_if_fail (self != NULL, 0U); n = (guint) 0; { @@ -1379,19 +1379,19 @@ Neighbour neighbour = {0}; neighbour = neighbour_collection[neighbour_it]; { - guint _tmp0_; - Neighbour _tmp1_; - gint _tmp2_; - gint nx; - guint _tmp3_; - Neighbour _tmp4_; - gint _tmp5_; - gint ny; + gint nx = 0; + guint _tmp0_ = 0U; + Neighbour _tmp1_ = {0}; + gint _tmp2_ = 0; + gint ny = 0; + guint _tmp3_ = 0U; + Neighbour _tmp4_ = {0}; + gint _tmp5_ = 0; gboolean _tmp6_ = FALSE; - gint _tmp7_; - gint _tmp8_; + gint _tmp7_ = 0; + gint _tmp8_ = 0; gboolean _tmp9_ = FALSE; - gboolean _tmp13_; + gboolean _tmp13_ = FALSE; _tmp0_ = x; _tmp1_ = neighbour; _tmp2_ = _tmp1_.x; @@ -1404,8 +1404,8 @@ _tmp8_ = ny; _tmp9_ = minefield_is_location (self, _tmp7_, _tmp8_); if (_tmp9_) { - gint _tmp10_; - gint _tmp11_; + gint _tmp10_ = 0; + gint _tmp11_ = 0; gboolean _tmp12_ = FALSE; _tmp10_ = nx; _tmp11_ = ny; @@ -1416,7 +1416,7 @@ } _tmp13_ = _tmp6_; if (_tmp13_) { - guint _tmp14_; + guint _tmp14_ = 0U; _tmp14_ = n; n = _tmp14_ + 1; } @@ -1430,13 +1430,13 @@ gboolean minefield_has_flag_warning (Minefield* self, guint x, guint y) { gboolean result = FALSE; - guint _tmp0_; - guint _tmp1_; + guint _tmp0_ = 0U; + guint _tmp1_ = 0U; gboolean _tmp2_ = FALSE; - guint n_mines; - guint n_flags; - guint _tmp20_; - guint _tmp21_; + guint n_mines = 0U; + guint n_flags = 0U; + guint _tmp20_ = 0U; + guint _tmp21_ = 0U; g_return_val_if_fail (self != NULL, FALSE); _tmp0_ = x; _tmp1_ = y; @@ -1458,22 +1458,22 @@ Neighbour neighbour = {0}; neighbour = neighbour_collection[neighbour_it]; { - guint _tmp3_; - Neighbour _tmp4_; - gint _tmp5_; - gint nx; - guint _tmp6_; - Neighbour _tmp7_; - gint _tmp8_; - gint ny; - gint _tmp9_; - gint _tmp10_; + gint nx = 0; + guint _tmp3_ = 0U; + Neighbour _tmp4_ = {0}; + gint _tmp5_ = 0; + gint ny = 0; + guint _tmp6_ = 0U; + Neighbour _tmp7_ = {0}; + gint _tmp8_ = 0; + gint _tmp9_ = 0; + gint _tmp10_ = 0; gboolean _tmp11_ = FALSE; - gint _tmp12_; - gint _tmp13_; + gint _tmp12_ = 0; + gint _tmp13_ = 0; gboolean _tmp14_ = FALSE; - gint _tmp16_; - gint _tmp17_; + gint _tmp16_ = 0; + gint _tmp17_ = 0; FlagType _tmp18_ = 0; _tmp3_ = x; _tmp4_ = neighbour; @@ -1493,7 +1493,7 @@ _tmp13_ = ny; _tmp14_ = minefield_has_mine (self, (guint) _tmp12_, (guint) _tmp13_); if (_tmp14_) { - guint _tmp15_; + guint _tmp15_ = 0U; _tmp15_ = n_mines; n_mines = _tmp15_ + 1; } @@ -1501,7 +1501,7 @@ _tmp17_ = ny; _tmp18_ = minefield_get_flag (self, (guint) _tmp16_, (guint) _tmp17_); if (_tmp18_ == FLAG_TYPE_FLAG) { - guint _tmp19_; + guint _tmp19_ = 0U; _tmp19_ = n_flags; n_flags = _tmp19_ + 1; } @@ -1518,32 +1518,32 @@ static void minefield_place_mines (Minefield* self, guint x, guint y) { g_return_if_fail (self != NULL); { - gint n; + gint n = 0; n = 0; { - gboolean _tmp0_; + gboolean _tmp0_ = FALSE; _tmp0_ = TRUE; while (TRUE) { - gboolean _tmp1_; - gint _tmp2_; - guint _tmp3_; - guint _tmp4_; + gboolean _tmp1_ = FALSE; + gint _tmp2_ = 0; + guint _tmp3_ = 0U; + gint32 rx = 0; + guint _tmp4_ = 0U; gint32 _tmp5_ = 0; - gint32 rx; - guint _tmp6_; + gint32 ry = 0; + guint _tmp6_ = 0U; gint32 _tmp7_ = 0; - gint32 ry; gboolean _tmp8_ = FALSE; - gint32 _tmp9_; - guint _tmp10_; - gboolean _tmp13_; - Location** _tmp14_; - gint _tmp14__length1; - gint _tmp14__length2; - gint32 _tmp15_; - gint32 _tmp16_; - Location* _tmp17_; - gboolean _tmp18_; + gint32 _tmp9_ = 0; + guint _tmp10_ = 0U; + gboolean _tmp13_ = FALSE; + Location** _tmp14_ = NULL; + gint _tmp14__length1 = 0; + gint _tmp14__length2 = 0; + gint32 _tmp15_ = 0; + gint32 _tmp16_ = 0; + Location* _tmp17_ = NULL; + gboolean _tmp18_ = FALSE; _tmp1_ = _tmp0_; if (!_tmp1_) { } @@ -1562,8 +1562,8 @@ _tmp9_ = rx; _tmp10_ = x; if (((guint) _tmp9_) == _tmp10_) { - gint32 _tmp11_; - guint _tmp12_; + gint32 _tmp11_ = 0; + guint _tmp12_ = 0U; _tmp11_ = ry; _tmp12_ = y; _tmp8_ = ((guint) _tmp11_) == _tmp12_; @@ -1582,8 +1582,8 @@ _tmp17_ = _tmp14_[(_tmp15_ * _tmp14__length2) + _tmp16_]; _tmp18_ = _tmp17_->has_mine; if (!_tmp18_) { - gboolean adj_found; - gboolean _tmp29_; + gboolean adj_found = FALSE; + gboolean _tmp29_ = FALSE; adj_found = FALSE; { Neighbour* neighbour_collection = NULL; @@ -1597,20 +1597,20 @@ neighbour = neighbour_collection[neighbour_it]; { gboolean _tmp19_ = FALSE; - gint32 _tmp20_; - guint _tmp21_; - Neighbour _tmp22_; - gint _tmp23_; - gboolean _tmp28_; + gint32 _tmp20_ = 0; + guint _tmp21_ = 0U; + Neighbour _tmp22_ = {0}; + gint _tmp23_ = 0; + gboolean _tmp28_ = FALSE; _tmp20_ = rx; _tmp21_ = x; _tmp22_ = neighbour; _tmp23_ = _tmp22_.x; if (((guint) _tmp20_) == (_tmp21_ + _tmp23_)) { - gint32 _tmp24_; - guint _tmp25_; - Neighbour _tmp26_; - gint _tmp27_; + gint32 _tmp24_ = 0; + guint _tmp25_ = 0U; + Neighbour _tmp26_ = {0}; + gint _tmp27_ = 0; _tmp24_ = ry; _tmp25_ = y; _tmp26_ = neighbour; @@ -1629,13 +1629,13 @@ } _tmp29_ = adj_found; if (!_tmp29_) { - Location** _tmp30_; - gint _tmp30__length1; - gint _tmp30__length2; - gint32 _tmp31_; - gint32 _tmp32_; - Location* _tmp33_; - gint _tmp34_; + Location** _tmp30_ = NULL; + gint _tmp30__length1 = 0; + gint _tmp30__length2 = 0; + gint32 _tmp31_ = 0; + gint32 _tmp32_ = 0; + Location* _tmp33_ = NULL; + gint _tmp34_ = 0; _tmp30_ = self->priv->locations; _tmp30__length1 = self->priv->locations_length1; _tmp30__length2 = self->priv->locations_length2; @@ -1654,11 +1654,11 @@ static void minefield_start_clock (Minefield* self) { - GTimer* _tmp0_; + GTimer* _tmp0_ = NULL; g_return_if_fail (self != NULL); _tmp0_ = self->priv->clock; if (_tmp0_ == NULL) { - GTimer* _tmp1_; + GTimer* _tmp1_ = NULL; _tmp1_ = g_timer_new (); _g_timer_destroy0 (self->priv->clock); self->priv->clock = _tmp1_; @@ -1668,9 +1668,9 @@ static void minefield_stop_clock (Minefield* self) { - GTimer* _tmp0_; - guint _tmp1_; - GTimer* _tmp3_; + GTimer* _tmp0_ = NULL; + guint _tmp1_ = 0U; + GTimer* _tmp3_ = NULL; g_return_if_fail (self != NULL); _tmp0_ = self->priv->clock; if (_tmp0_ == NULL) { @@ -1678,7 +1678,7 @@ } _tmp1_ = self->priv->clock_timeout; if (_tmp1_ != ((guint) 0)) { - guint _tmp2_; + guint _tmp2_ = 0U; _tmp2_ = self->priv->clock_timeout; g_source_remove (_tmp2_); } @@ -1690,16 +1690,16 @@ static void minefield_continue_clock (Minefield* self) { - GTimer* _tmp0_; + GTimer* _tmp0_ = NULL; g_return_if_fail (self != NULL); _tmp0_ = self->priv->clock; if (_tmp0_ == NULL) { - GTimer* _tmp1_; + GTimer* _tmp1_ = NULL; _tmp1_ = g_timer_new (); _g_timer_destroy0 (self->priv->clock); self->priv->clock = _tmp1_; } else { - GTimer* _tmp2_; + GTimer* _tmp2_ = NULL; _tmp2_ = self->priv->clock; g_timer_continue (_tmp2_); } @@ -1716,11 +1716,11 @@ static gboolean minefield_timeout_cb (Minefield* self) { gboolean result = FALSE; - GTimer* _tmp0_; + gdouble elapsed = 0.0; + GTimer* _tmp0_ = NULL; gdouble _tmp1_ = 0.0; - gdouble elapsed; - gint next; - gdouble wait; + gint next = 0; + gdouble wait = 0.0; guint _tmp2_ = 0U; g_return_val_if_fail (self != NULL, FALSE); _tmp0_ = self->priv->clock; @@ -1738,7 +1738,7 @@ guint minefield_get_n_cleared (Minefield* self) { guint result; - guint _tmp0_; + guint _tmp0_ = 0U; g_return_val_if_fail (self != NULL, 0U); _tmp0_ = self->priv->_n_cleared; result = _tmp0_; @@ -1747,7 +1747,7 @@ void minefield_set_n_cleared (Minefield* self, guint value) { - guint _tmp0_; + guint _tmp0_ = 0U; g_return_if_fail (self != NULL); _tmp0_ = value; self->priv->_n_cleared = _tmp0_; @@ -1756,11 +1756,11 @@ gboolean minefield_get_is_complete (Minefield* self) { gboolean result; - guint _tmp0_; - guint _tmp1_; - guint _tmp2_; - guint _tmp3_; - guint _tmp4_; + guint _tmp0_ = 0U; + guint _tmp1_ = 0U; + guint _tmp2_ = 0U; + guint _tmp3_ = 0U; + guint _tmp4_ = 0U; g_return_val_if_fail (self != NULL, FALSE); _tmp0_ = minefield_get_n_cleared (self); _tmp1_ = _tmp0_; @@ -1774,7 +1774,7 @@ guint minefield_get_n_flags (Minefield* self) { guint result; - guint _tmp0_; + guint _tmp0_ = 0U; g_return_val_if_fail (self != NULL, 0U); _tmp0_ = self->priv->_n_flags; result = _tmp0_; @@ -1783,7 +1783,7 @@ void minefield_set_n_flags (Minefield* self, guint value) { - guint _tmp0_; + guint _tmp0_ = 0U; g_return_if_fail (self != NULL); _tmp0_ = value; self->priv->_n_flags = _tmp0_; @@ -1792,9 +1792,9 @@ gdouble minefield_get_elapsed (Minefield* self) { gdouble result; - GTimer* _tmp0_; - gdouble _tmp1_; - GTimer* _tmp2_; + GTimer* _tmp0_ = NULL; + gdouble _tmp1_ = 0.0; + GTimer* _tmp2_ = NULL; gdouble _tmp3_ = 0.0; g_return_val_if_fail (self != NULL, 0.0); _tmp0_ = self->priv->clock; @@ -1812,7 +1812,7 @@ gboolean minefield_get_paused (Minefield* self) { gboolean result; - gboolean _tmp0_; + gboolean _tmp0_ = FALSE; g_return_val_if_fail (self != NULL, FALSE); _tmp0_ = self->priv->_paused; result = _tmp0_; @@ -1822,18 +1822,18 @@ void minefield_set_paused (Minefield* self, gboolean value) { gboolean _tmp0_ = FALSE; - gboolean _tmp1_; - gboolean _tmp2_; - gboolean _tmp4_; - GTimer* _tmp5_; - gboolean _tmp14_; + gboolean _tmp1_ = FALSE; + gboolean _tmp2_ = FALSE; + gboolean _tmp4_ = FALSE; + GTimer* _tmp5_ = NULL; + gboolean _tmp14_ = FALSE; g_return_if_fail (self != NULL); _tmp1_ = minefield_get_is_complete (self); _tmp2_ = _tmp1_; if (_tmp2_) { _tmp0_ = TRUE; } else { - gboolean _tmp3_; + gboolean _tmp3_ = FALSE; _tmp3_ = self->exploded; _tmp0_ = _tmp3_; } @@ -1844,11 +1844,11 @@ _tmp5_ = self->priv->clock; if (_tmp5_ != NULL) { gboolean _tmp6_ = FALSE; - gboolean _tmp7_; - gboolean _tmp9_; + gboolean _tmp7_ = FALSE; + gboolean _tmp9_ = FALSE; _tmp7_ = value; if (_tmp7_) { - gboolean _tmp8_; + gboolean _tmp8_ = FALSE; _tmp8_ = self->priv->_paused; _tmp6_ = !_tmp8_; } else { @@ -1859,11 +1859,11 @@ minefield_stop_clock (self); } else { gboolean _tmp10_ = FALSE; - gboolean _tmp11_; - gboolean _tmp13_; + gboolean _tmp11_ = FALSE; + gboolean _tmp13_ = FALSE; _tmp11_ = value; if (!_tmp11_) { - gboolean _tmp12_; + gboolean _tmp12_ = FALSE; _tmp12_ = self->priv->_paused; _tmp10_ = _tmp12_; } else {