diff -Nru gtkspell3-3.0.3/ChangeLog gtkspell3-3.0.4/ChangeLog --- gtkspell3-3.0.3/ChangeLog 2013-06-03 22:19:03.000000000 +0000 +++ gtkspell3-3.0.4/ChangeLog 2013-09-25 21:49:55.000000000 +0000 @@ -1,3 +1,8 @@ +version 3.0.4 (2013-09-25): + * Make decode-language-codes more robust + * Don't use deprecated symbols when compiled against gtk3 >= 3.9 + * Translation updates (see po/ChangeLog) + version 3.0.3 (2013-06-04): * Add decode-language-codes property (to show more friendly dictionary names in the context menu), implemented using iso-codes diff -Nru gtkspell3-3.0.3/Makefile.am gtkspell3-3.0.4/Makefile.am --- gtkspell3-3.0.3/Makefile.am 2013-05-03 23:21:02.000000000 +0000 +++ gtkspell3-3.0.4/Makefile.am 2013-09-25 21:49:55.000000000 +0000 @@ -8,7 +8,7 @@ intltool-merge.in \ intltool-update.in -EXTRA_DIST = autogen.sh $(gtkspelldoc_DATA) $(INTLTOOL_FILES) +EXTRA_DIST = autogen.sh $(gtkspelldoc_DATA) $(INTLTOOL_FILES) po/$(GETTEXT_PACKAGE).pot DISTCHECK_CONFIGURE_FLAGS = --enable-introspection --enable-gtk-doc diff -Nru gtkspell3-3.0.3/Makefile.in gtkspell3-3.0.4/Makefile.in --- gtkspell3-3.0.3/Makefile.in 2013-06-03 22:26:37.000000000 +0000 +++ gtkspell3-3.0.4/Makefile.in 2013-09-25 21:50:10.000000000 +0000 @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.13.2 from Makefile.am. +# Makefile.in generated by automake 1.13.4 from Makefile.am. # @configure_input@ # Copyright (C) 1994-2013 Free Software Foundation, Inc. @@ -237,6 +237,8 @@ GTKDOC_DEPS_LIBS = @GTKDOC_DEPS_LIBS@ GTKDOC_MKPDF = @GTKDOC_MKPDF@ GTKDOC_REBASE = @GTKDOC_REBASE@ +GTKSPELL2_MODULES = @GTKSPELL2_MODULES@ +GTKSPELL3_MODULES = @GTKSPELL3_MODULES@ GTK_SPELL2_CFLAGS = @GTK_SPELL2_CFLAGS@ GTK_SPELL2_LIBS = @GTK_SPELL2_LIBS@ GTK_SPELL3_CFLAGS = @GTK_SPELL3_CFLAGS@ @@ -380,7 +382,7 @@ intltool-merge.in \ intltool-update.in -EXTRA_DIST = autogen.sh $(gtkspelldoc_DATA) $(INTLTOOL_FILES) +EXTRA_DIST = autogen.sh $(gtkspelldoc_DATA) $(INTLTOOL_FILES) po/$(GETTEXT_PACKAGE).pot DISTCHECK_CONFIGURE_FLAGS = --enable-introspection --enable-gtk-doc DISTCLEANFILES = intltool-extract \ intltool-merge \ diff -Nru gtkspell3-3.0.3/aclocal.m4 gtkspell3-3.0.4/aclocal.m4 --- gtkspell3-3.0.3/aclocal.m4 2013-06-03 22:26:36.000000000 +0000 +++ gtkspell3-3.0.4/aclocal.m4 2013-09-25 21:50:09.000000000 +0000 @@ -1,4 +1,4 @@ -# generated automatically by aclocal 1.13.2 -*- Autoconf -*- +# generated automatically by aclocal 1.13.4 -*- Autoconf -*- # Copyright (C) 1996-2013 Free Software Foundation, Inc. @@ -35,7 +35,7 @@ [am__api_version='1.13' 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.2], [], +m4_if([$1], [1.13.4], [], [AC_FATAL([Do not call $0, use AM_INIT_AUTOMAKE([$1]).])])dnl ]) @@ -51,7 +51,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.2])dnl +[AM_AUTOMAKE_VERSION([1.13.4])dnl m4_ifndef([AC_AUTOCONF_VERSION], [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl _AM_AUTOCONF_VERSION(m4_defn([AC_AUTOCONF_VERSION]))]) diff -Nru gtkspell3-3.0.3/autogen.sh gtkspell3-3.0.4/autogen.sh --- gtkspell3-3.0.3/autogen.sh 2013-02-23 13:28:26.000000000 +0000 +++ gtkspell3-3.0.4/autogen.sh 2013-09-25 21:49:55.000000000 +0000 @@ -75,6 +75,13 @@ NO_AUTOMAKE=yes } +(gtkdocize --version) < /dev/null > /dev/null 2>&1 || { + echo + echo "**Error**: You must have \`gtk-doc' installed." + echo "You can get it from: http://ftp.gnome.org/pub/GNOME/sources/gtk-doc/" + DIE=1 +} + # if no automake, don't bother testing for aclocal test -n "$NO_AUTOMAKE" || (aclocal --version) < /dev/null > /dev/null 2>&1 || { diff -Nru gtkspell3-3.0.3/config.guess gtkspell3-3.0.4/config.guess --- gtkspell3-3.0.3/config.guess 2013-06-03 22:26:37.000000000 +0000 +++ gtkspell3-3.0.4/config.guess 2013-09-25 21:50:10.000000000 +0000 @@ -1,8 +1,10 @@ #! /bin/sh # Attempt to guess a canonical system name. -# Copyright 1992-2013 Free Software Foundation, Inc. +# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, +# 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, +# 2011, 2012, 2013 Free Software Foundation, Inc. -timestamp='2013-04-24' +timestamp='2012-12-29' # This file is free software; you can redistribute it and/or modify it # under the terms of the GNU General Public License as published by @@ -24,7 +26,7 @@ # program. This Exception is an additional permission under section 7 # of the GNU General Public License, version 3 ("GPLv3"). # -# Originally written by Per Bothner. +# Originally written by Per Bothner. # # You can get the latest version of this script from: # http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.guess;hb=HEAD @@ -50,7 +52,9 @@ GNU config.guess ($timestamp) Originally written by Per Bothner. -Copyright 1992-2013 Free Software Foundation, Inc. +Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, +2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, +2012, 2013 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE." @@ -883,9 +887,6 @@ if test "$?" = 0 ; then LIBC="libc1" ; else LIBC="" ; fi echo ${UNAME_MACHINE}-unknown-linux-gnu${LIBC} exit ;; - arc:Linux:*:* | arceb:Linux:*:*) - echo ${UNAME_MACHINE}-unknown-linux-gnu - exit ;; arm*:Linux:*:*) eval $set_cc_for_build if echo __ARM_EABI__ | $CC_FOR_BUILD -E - 2>/dev/null \ @@ -924,11 +925,6 @@ #ifdef __dietlibc__ LIBC=dietlibc #endif - #else - #include - #ifdef __UCLIBC__ - LIBC=uclibc - #endif EOF eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep '^LIBC'` echo "${UNAME_MACHINE}-pc-linux-${LIBC}" @@ -961,9 +957,6 @@ eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep '^CPU'` test x"${CPU}" != x && { echo "${CPU}-unknown-linux-gnu"; exit; } ;; - or1k:Linux:*:*) - echo ${UNAME_MACHINE}-unknown-linux-gnu - exit ;; or32:Linux:*:*) echo ${UNAME_MACHINE}-unknown-linux-gnu exit ;; @@ -1006,9 +999,7 @@ echo ${UNAME_MACHINE}-dec-linux-gnu exit ;; x86_64:Linux:*:*) - LIBC=gnu - test -r /lib/libc.so && od -An -S13 /lib/libc.so | grep -q __uClibc_main && LIBC=uclibc - echo ${UNAME_MACHINE}-unknown-linux-${LIBC} + echo ${UNAME_MACHINE}-unknown-linux-gnu exit ;; xtensa*:Linux:*:*) echo ${UNAME_MACHINE}-unknown-linux-gnu diff -Nru gtkspell3-3.0.3/config.sub gtkspell3-3.0.4/config.sub --- gtkspell3-3.0.3/config.sub 2013-06-03 22:26:37.000000000 +0000 +++ gtkspell3-3.0.4/config.sub 2013-09-25 21:50:10.000000000 +0000 @@ -1,8 +1,10 @@ #! /bin/sh # Configuration validation subroutine script. -# Copyright 1992-2013 Free Software Foundation, Inc. +# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, +# 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, +# 2011, 2012, 2013 Free Software Foundation, Inc. -timestamp='2013-04-24' +timestamp='2012-12-29' # This file is free software; you can redistribute it and/or modify it # under the terms of the GNU General Public License as published by @@ -68,7 +70,9 @@ version="\ GNU config.sub ($timestamp) -Copyright 1992-2013 Free Software Foundation, Inc. +Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, +2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, +2012, 2013 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE." @@ -252,7 +256,7 @@ | alpha | alphaev[4-8] | alphaev56 | alphaev6[78] | alphapca5[67] \ | alpha64 | alpha64ev[4-8] | alpha64ev56 | alpha64ev6[78] | alpha64pca5[67] \ | am33_2.0 \ - | arc | arceb \ + | arc \ | arm | arm[bl]e | arme[lb] | armv[2-8] | armv[3-8][lb] | armv7[arm] \ | avr | avr32 \ | be32 | be64 \ @@ -286,17 +290,16 @@ | mipsisa64r2 | mipsisa64r2el \ | mipsisa64sb1 | mipsisa64sb1el \ | mipsisa64sr71k | mipsisa64sr71kel \ - | mipsr5900 | mipsr5900el \ | mipstx39 | mipstx39el \ | mn10200 | mn10300 \ | moxie \ | mt \ | msp430 \ | nds32 | nds32le | nds32be \ - | nios | nios2 | nios2eb | nios2el \ + | nios | nios2 \ | ns16k | ns32k \ | open8 \ - | or1k | or32 \ + | or32 \ | pdp10 | pdp11 | pj | pjl \ | powerpc | powerpc64 | powerpc64le | powerpcle \ | pyramid \ @@ -366,7 +369,7 @@ | aarch64-* | aarch64_be-* \ | alpha-* | alphaev[4-8]-* | alphaev56-* | alphaev6[78]-* \ | alpha64-* | alpha64ev[4-8]-* | alpha64ev56-* | alpha64ev6[78]-* \ - | alphapca5[67]-* | alpha64pca5[67]-* | arc-* | arceb-* \ + | alphapca5[67]-* | alpha64pca5[67]-* | arc-* \ | arm-* | armbe-* | armle-* | armeb-* | armv*-* \ | avr-* | avr32-* \ | be32-* | be64-* \ @@ -404,13 +407,12 @@ | mipsisa64r2-* | mipsisa64r2el-* \ | mipsisa64sb1-* | mipsisa64sb1el-* \ | mipsisa64sr71k-* | mipsisa64sr71kel-* \ - | mipsr5900-* | mipsr5900el-* \ | mipstx39-* | mipstx39el-* \ | mmix-* \ | mt-* \ | msp430-* \ | nds32-* | nds32le-* | nds32be-* \ - | nios-* | nios2-* | nios2eb-* | nios2el-* \ + | nios-* | nios2-* \ | none-* | np1-* | ns16k-* | ns32k-* \ | open8-* \ | orion-* \ @@ -1352,7 +1354,7 @@ -gnu* | -bsd* | -mach* | -minix* | -genix* | -ultrix* | -irix* \ | -*vms* | -sco* | -esix* | -isc* | -aix* | -cnk* | -sunos | -sunos[34]*\ | -hpux* | -unos* | -osf* | -luna* | -dgux* | -auroraux* | -solaris* \ - | -sym* | -kopensolaris* | -plan9* \ + | -sym* | -kopensolaris* \ | -amigaos* | -amigados* | -msdos* | -newsos* | -unicos* | -aof* \ | -aos* | -aros* \ | -nindy* | -vxsim* | -vxworks* | -ebmon* | -hms* | -mvs* \ @@ -1498,6 +1500,9 @@ -aros*) os=-aros ;; + -kaos*) + os=-kaos + ;; -zvmoe) os=-zvmoe ;; @@ -1589,9 +1594,6 @@ mips*-*) os=-elf ;; - or1k-*) - os=-elf - ;; or32-*) os=-coff ;; diff -Nru gtkspell3-3.0.3/configure gtkspell3-3.0.4/configure --- gtkspell3-3.0.3/configure 2013-06-03 22:26:38.000000000 +0000 +++ gtkspell3-3.0.4/configure 2013-09-25 21:50:10.000000000 +0000 @@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.69 for gtkspell3 3.0.3. +# Generated by GNU Autoconf 2.69 for gtkspell3 3.0.4. # # # Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc. @@ -647,8 +647,8 @@ # Identity of this package. PACKAGE_NAME='gtkspell3' PACKAGE_TARNAME='gtkspell3' -PACKAGE_VERSION='3.0.3' -PACKAGE_STRING='gtkspell3 3.0.3' +PACKAGE_VERSION='3.0.4' +PACKAGE_STRING='gtkspell3 3.0.4' PACKAGE_BUGREPORT='' PACKAGE_URL='' @@ -693,16 +693,11 @@ am__EXEEXT_TRUE LTLIBOBJS LIBOBJS -SPEC_ENABLE_VALA -SPEC_ENABLE_GTK3 -SPEC_ENABLE_GTK2 -SPEC_ENABLE_GTK_DOC -GTK_SPELL_VERSION_MICRO -GTK_SPELL_VERSION_MINOR HAVE_ISO_CODES_FALSE HAVE_ISO_CODES_TRUE PLATFORM_WIN32_FALSE PLATFORM_WIN32_TRUE +SPEC_ENABLE_GTK_DOC GTK_DOC_USE_REBASE_FALSE GTK_DOC_USE_REBASE_TRUE GTK_DOC_USE_LIBTOOL_FALSE @@ -719,10 +714,14 @@ GTKDOC_MKPDF GTKDOC_REBASE GTKDOC_CHECK +SPEC_ENABLE_GTK2 GTK_SPELL2_LIBS GTK_SPELL2_CFLAGS +GTKSPELL2_MODULES +SPEC_ENABLE_GTK3 GTK_SPELL3_LIBS GTK_SPELL3_CFLAGS +GTKSPELL3_MODULES OTOOL64 OTOOL LIPO @@ -801,6 +800,7 @@ USE_NLS HAVE_VALAC_FALSE HAVE_VALAC_TRUE +SPEC_ENABLE_VALA ENABLE_VAPIGEN_FALSE ENABLE_VAPIGEN_TRUE VAPIGEN_MAKEFILE @@ -825,6 +825,8 @@ ENABLE_GTK2_FALSE ENABLE_GTK2_TRUE GTK_SPELL_SO_VERSION +GTK_SPELL_VERSION_MICRO +GTK_SPELL_VERSION_MINOR am__fastdepCC_FALSE am__fastdepCC_TRUE CCDEPMODE @@ -1490,7 +1492,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 gtkspell3 3.0.3 to adapt to many kinds of systems. +\`configure' configures gtkspell3 3.0.4 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1560,7 +1562,7 @@ if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of gtkspell3 3.0.3:";; + short | recursive ) echo "Configuration of gtkspell3 3.0.4:";; esac cat <<\_ACEOF @@ -1694,7 +1696,7 @@ test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -gtkspell3 configure 3.0.3 +gtkspell3 configure 3.0.4 generated by GNU Autoconf 2.69 Copyright (C) 2012 Free Software Foundation, Inc. @@ -1896,48 +1898,6 @@ } # ac_fn_c_try_cpp -# ac_fn_c_try_run LINENO -# ---------------------- -# Try to link conftest.$ac_ext, and return whether this succeeded. Assumes -# that executables *can* be run. -ac_fn_c_try_run () -{ - as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack - if { { ac_try="$ac_link" -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_link") 2>&5 - ac_status=$? - $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 - test $ac_status = 0; } && { ac_try='./conftest$ac_exeext' - { { 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_retval=0 -else - $as_echo "$as_me: program exited with status $ac_status" >&5 - $as_echo "$as_me: failed program was:" >&5 -sed 's/^/| /' conftest.$ac_ext >&5 - - ac_retval=$ac_status -fi - rm -rf conftest.dSYM conftest_ipa8_conftest.oo - eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno - as_fn_set_status $ac_retval - -} # ac_fn_c_try_run - # ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES # ------------------------------------------------------- # Tests whether HEADER exists, giving a warning if it cannot be compiled using @@ -2025,6 +1985,48 @@ } # ac_fn_c_check_header_mongrel +# ac_fn_c_try_run LINENO +# ---------------------- +# Try to link conftest.$ac_ext, and return whether this succeeded. Assumes +# that executables *can* be run. +ac_fn_c_try_run () +{ + as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack + if { { ac_try="$ac_link" +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_link") 2>&5 + ac_status=$? + $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; } && { ac_try='./conftest$ac_exeext' + { { 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_retval=0 +else + $as_echo "$as_me: program exited with status $ac_status" >&5 + $as_echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + ac_retval=$ac_status +fi + rm -rf conftest.dSYM conftest_ipa8_conftest.oo + eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno + as_fn_set_status $ac_retval + +} # ac_fn_c_try_run + # ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES # ------------------------------------------------------- # Tests whether HEADER exists and can be compiled using the include files in @@ -2059,7 +2061,7 @@ This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. -It was created by gtkspell3 $as_me 3.0.3, which was +It was created by gtkspell3 $as_me 3.0.4, which was generated by GNU Autoconf 2.69. Invocation command line was $ $0 $@ @@ -2927,7 +2929,7 @@ # Define the identity of the package. PACKAGE='gtkspell3' - VERSION='3.0.3' + VERSION='3.0.4' cat >>confdefs.h <<_ACEOF @@ -4161,6 +4163,11 @@ esac +GTK_SPELL_VERSION_MINOR=0 + +GTK_SPELL_VERSION_MICRO=4 + + GTK_SPELL_SO_VERSION=1:0:1 @@ -4958,9 +4965,6 @@ -GTK_SPELL_VERSION_MINOR=0 -GTK_SPELL_VERSION_MICRO=3 - # Check whether --enable-gtk2 was given. if test "${enable_gtk2+set}" = set; then : enableval=$enable_gtk2; case "${enableval}" in @@ -5590,6 +5594,7 @@ SPEC_ENABLE_VALA=1 + fi if test "x$VALAC" != "x"; then HAVE_VALAC_TRUE= @@ -14482,6 +14487,8 @@ if test x$gtk3 = xyes; then + GTKSPELL3_MODULES='glib-2.0 gtk+-3.0 enchant' + pkg_failed=no { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GTK_SPELL3" >&5 @@ -14491,12 +14498,12 @@ pkg_cv_GTK_SPELL3_CFLAGS="$GTK_SPELL3_CFLAGS" elif test -n "$PKG_CONFIG"; then if test -n "$PKG_CONFIG" && \ - { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"glib-2.0 gtk+-3.0 enchant \""; } >&5 - ($PKG_CONFIG --exists --print-errors "glib-2.0 gtk+-3.0 enchant ") 2>&5 + { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\$GTKSPELL3_MODULES\""; } >&5 + ($PKG_CONFIG --exists --print-errors "$GTKSPELL3_MODULES") 2>&5 ac_status=$? $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; }; then - pkg_cv_GTK_SPELL3_CFLAGS=`$PKG_CONFIG --cflags "glib-2.0 gtk+-3.0 enchant " 2>/dev/null` + pkg_cv_GTK_SPELL3_CFLAGS=`$PKG_CONFIG --cflags "$GTKSPELL3_MODULES" 2>/dev/null` test "x$?" != "x0" && pkg_failed=yes else pkg_failed=yes @@ -14508,12 +14515,12 @@ pkg_cv_GTK_SPELL3_LIBS="$GTK_SPELL3_LIBS" elif test -n "$PKG_CONFIG"; then if test -n "$PKG_CONFIG" && \ - { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"glib-2.0 gtk+-3.0 enchant \""; } >&5 - ($PKG_CONFIG --exists --print-errors "glib-2.0 gtk+-3.0 enchant ") 2>&5 + { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\$GTKSPELL3_MODULES\""; } >&5 + ($PKG_CONFIG --exists --print-errors "$GTKSPELL3_MODULES") 2>&5 ac_status=$? $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; }; then - pkg_cv_GTK_SPELL3_LIBS=`$PKG_CONFIG --libs "glib-2.0 gtk+-3.0 enchant " 2>/dev/null` + pkg_cv_GTK_SPELL3_LIBS=`$PKG_CONFIG --libs "$GTKSPELL3_MODULES" 2>/dev/null` test "x$?" != "x0" && pkg_failed=yes else pkg_failed=yes @@ -14534,14 +14541,14 @@ _pkg_short_errors_supported=no fi if test $_pkg_short_errors_supported = yes; then - GTK_SPELL3_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "glib-2.0 gtk+-3.0 enchant " 2>&1` + GTK_SPELL3_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "$GTKSPELL3_MODULES" 2>&1` else - GTK_SPELL3_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "glib-2.0 gtk+-3.0 enchant " 2>&1` + GTK_SPELL3_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "$GTKSPELL3_MODULES" 2>&1` fi # Put the nasty error message in config.log where it belongs echo "$GTK_SPELL3_PKG_ERRORS" >&5 - as_fn_error $? "Package requirements (glib-2.0 gtk+-3.0 enchant ) were not met: + as_fn_error $? "Package requirements ($GTKSPELL3_MODULES) were not met: $GTK_SPELL3_PKG_ERRORS @@ -14574,9 +14581,12 @@ fi SPEC_ENABLE_GTK3=1 + fi if test x$gtk2 = xyes; then + GTKSPELL2_MODULES='glib-2.0 gtk+-2.0 enchant' + pkg_failed=no { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GTK_SPELL2" >&5 @@ -14586,12 +14596,12 @@ pkg_cv_GTK_SPELL2_CFLAGS="$GTK_SPELL2_CFLAGS" elif test -n "$PKG_CONFIG"; then if test -n "$PKG_CONFIG" && \ - { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"glib-2.0 gtk+-2.0 enchant \""; } >&5 - ($PKG_CONFIG --exists --print-errors "glib-2.0 gtk+-2.0 enchant ") 2>&5 + { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\$GTKSPELL2_MODULES\""; } >&5 + ($PKG_CONFIG --exists --print-errors "$GTKSPELL2_MODULES") 2>&5 ac_status=$? $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; }; then - pkg_cv_GTK_SPELL2_CFLAGS=`$PKG_CONFIG --cflags "glib-2.0 gtk+-2.0 enchant " 2>/dev/null` + pkg_cv_GTK_SPELL2_CFLAGS=`$PKG_CONFIG --cflags "$GTKSPELL2_MODULES" 2>/dev/null` test "x$?" != "x0" && pkg_failed=yes else pkg_failed=yes @@ -14603,12 +14613,12 @@ pkg_cv_GTK_SPELL2_LIBS="$GTK_SPELL2_LIBS" elif test -n "$PKG_CONFIG"; then if test -n "$PKG_CONFIG" && \ - { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"glib-2.0 gtk+-2.0 enchant \""; } >&5 - ($PKG_CONFIG --exists --print-errors "glib-2.0 gtk+-2.0 enchant ") 2>&5 + { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\$GTKSPELL2_MODULES\""; } >&5 + ($PKG_CONFIG --exists --print-errors "$GTKSPELL2_MODULES") 2>&5 ac_status=$? $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; }; then - pkg_cv_GTK_SPELL2_LIBS=`$PKG_CONFIG --libs "glib-2.0 gtk+-2.0 enchant " 2>/dev/null` + pkg_cv_GTK_SPELL2_LIBS=`$PKG_CONFIG --libs "$GTKSPELL2_MODULES" 2>/dev/null` test "x$?" != "x0" && pkg_failed=yes else pkg_failed=yes @@ -14629,14 +14639,14 @@ _pkg_short_errors_supported=no fi if test $_pkg_short_errors_supported = yes; then - GTK_SPELL2_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "glib-2.0 gtk+-2.0 enchant " 2>&1` + GTK_SPELL2_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "$GTKSPELL2_MODULES" 2>&1` else - GTK_SPELL2_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "glib-2.0 gtk+-2.0 enchant " 2>&1` + GTK_SPELL2_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "$GTKSPELL2_MODULES" 2>&1` fi # Put the nasty error message in config.log where it belongs echo "$GTK_SPELL2_PKG_ERRORS" >&5 - as_fn_error $? "Package requirements (glib-2.0 gtk+-2.0 enchant ) were not met: + as_fn_error $? "Package requirements ($GTKSPELL2_MODULES) were not met: $GTK_SPELL2_PKG_ERRORS @@ -14669,6 +14679,7 @@ fi SPEC_ENABLE_GTK2=1 + fi @@ -14980,6 +14991,7 @@ SPEC_ENABLE_GTK_DOC=1 + { $as_echo "$as_me:${as_lineno-$LINENO}: checking for some Win32 platform" >&5 $as_echo_n "checking for some Win32 platform... " >&6; } case "$host" in @@ -15051,19 +15063,9 @@ echo " - Documentation: $enable_gtk_doc" echo - - - - - - - - - - - ac_config_files="$ac_config_files Makefile gtkspell3.spec gtkspell/gtkspell3-2.0.pc gtkspell/gtkspell3-3.0.pc gtkspell/Makefile examples/Makefile docs/Makefile docs/version.xml po/Makefile.in" + cat >confcache <<\_ACEOF # This file is a shell script that caches the results of configure # tests run on this system so they can be shared between configure @@ -15650,7 +15652,7 @@ # report actual input values of CONFIG_FILES etc. instead of their # values after options handling. ac_log=" -This file was extended by gtkspell3 $as_me 3.0.3, which was +This file was extended by gtkspell3 $as_me 3.0.4, which was generated by GNU Autoconf 2.69. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -15716,7 +15718,7 @@ cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" ac_cs_version="\\ -gtkspell3 config.status 3.0.3 +gtkspell3 config.status 3.0.4 configured by $0, generated by GNU Autoconf 2.69, with options \\"\$ac_cs_config\\" diff -Nru gtkspell3-3.0.3/configure.ac gtkspell3-3.0.4/configure.ac --- gtkspell3-3.0.3/configure.ac 2013-06-03 21:35:42.000000000 +0000 +++ gtkspell3-3.0.4/configure.ac 2013-09-25 21:49:55.000000000 +0000 @@ -1,7 +1,7 @@ dnl Process this file with autoconf to produce a configure script. m4_define(gtkspell_version_minor, 0) -m4_define(gtkspell_version_micro, 3) +m4_define(gtkspell_version_micro, 4) AC_PREREQ(2.62) AC_INIT(gtkspell3, 3.gtkspell_version_minor.gtkspell_version_micro) @@ -15,15 +15,15 @@ m4_ifdef([AM_PROG_AR], [AM_PROG_AR]) +AC_SUBST(GTK_SPELL_VERSION_MINOR, gtkspell_version_minor) +AC_SUBST(GTK_SPELL_VERSION_MICRO, gtkspell_version_micro) + dnl See http://www.gnu.org/software/libtool/manual/html_node/Updating-version-info.html AC_SUBST([GTK_SPELL_SO_VERSION], [1:0:1]) AC_PROG_CC AM_PROG_CC_C_O -GTK_SPELL_VERSION_MINOR=gtkspell_version_minor -GTK_SPELL_VERSION_MICRO=gtkspell_version_micro - dnl ************************ Enable Gtk2 GtkSpell build *********************** AC_ARG_ENABLE([gtk2], AS_HELP_STRING([--enable-gtk2], [enable gtk2 build (default is no)]), @@ -57,7 +57,7 @@ if test "$enable_vala" != "no"; then AC_PATH_PROG([VALAC], [valac], []) - SPEC_ENABLE_VALA=1 + AC_SUBST(SPEC_ENABLE_VALA, 1) fi AM_CONDITIONAL(HAVE_VALAC, test "x$VALAC" != "x") @@ -73,20 +73,22 @@ dnl ********************************* Modules ********************************* if test x$gtk3 = xyes; then - PKG_CHECK_MODULES(GTK_SPELL3, [glib-2.0 gtk+-3.0 enchant ]) - SPEC_ENABLE_GTK3=1 + AC_SUBST([GTKSPELL3_MODULES], ['glib-2.0 gtk+-3.0 enchant']) + PKG_CHECK_MODULES(GTK_SPELL3, [$GTKSPELL3_MODULES]) + AC_SUBST(SPEC_ENABLE_GTK3, 1) fi if test x$gtk2 = xyes; then - PKG_CHECK_MODULES(GTK_SPELL2, [glib-2.0 gtk+-2.0 enchant ]) - SPEC_ENABLE_GTK2=1 + AC_SUBST([GTKSPELL2_MODULES], ['glib-2.0 gtk+-2.0 enchant']) + PKG_CHECK_MODULES(GTK_SPELL2, [$GTKSPELL2_MODULES]) + AC_SUBST(SPEC_ENABLE_GTK2, 1) fi dnl ********************************* GTK-Doc ********************************* dnl See http://developer.gnome.org/gtk-doc-manual/unstable/settingup_autoconf.html.en m4_ifdef([GTK_DOC_CHECK], [ GTK_DOC_CHECK([1.14],[--flavour no-tmpl]) -SPEC_ENABLE_GTK_DOC=1 +AC_SUBST(SPEC_ENABLE_GTK_DOC, 1) ],[ AM_CONDITIONAL([ENABLE_GTK_DOC], false) ]) @@ -134,18 +136,7 @@ echo " - Documentation: $enable_gtk_doc" echo -AC_SUBST(GTK_SPELL_VERSION_MINOR) -AC_SUBST(GTK_SPELL_VERSION_MICRO) -AC_SUBST(SPEC_ENABLE_GTK_DOC) -AC_SUBST(SPEC_ENABLE_GTK2) -AC_SUBST(SPEC_ENABLE_GTK3) -AC_SUBST(SPEC_ENABLE_VALA) -AC_SUBST(GTK_SPELL2_CFLAGS) -AC_SUBST(GTK_SPELL2_LIBS) -AC_SUBST(GTK_SPELL3_CFLAGS) -AC_SUBST(GTK_SPELL3_LIBS) - -AC_OUTPUT([ +AC_CONFIG_FILES([ Makefile gtkspell3.spec gtkspell/gtkspell3-2.0.pc @@ -155,3 +146,5 @@ docs/Makefile docs/version.xml po/Makefile.in]) + +AC_OUTPUT diff -Nru gtkspell3-3.0.3/debian/changelog gtkspell3-3.0.4/debian/changelog --- gtkspell3-3.0.3/debian/changelog 2013-06-29 17:56:44.000000000 +0000 +++ gtkspell3-3.0.4/debian/changelog 2013-09-28 02:20:02.000000000 +0000 @@ -1,47 +1,27 @@ -gtkspell3 (3.0.3-1) unstable; urgency=low +gtkspell3 (3.0.4-1gnaSaucy1) saucy; urgency=low - * New upstream release. - * Drop patches, all merged upstream. - * debian/patches/01-hide-private-symbols.patch: Don't export private - symbols. - * Update symbols file, add new symbols. - - -- Michael Biebl Sat, 29 Jun 2013 19:56:42 +0200 - -gtkspell3 (3.0.2-2) unstable; urgency=low - - [ Iain Lane ] - * debian/patches/gtk-spell-cflags-typo.patch: Cherry-pick patch from - upstream to substitute correct variable name for CFLAGS. - * debian/patches/fix-automake-syntax.patch: Cherry-pick patch from - upstream to use correct automake substitution syntax. - * dh-autoreconf for this change. - - [ Jordi Mallach ] - * Build-Depend on valac (>= 0.20). - - -- Jordi Mallach Wed, 29 May 2013 11:27:17 +0200 - -gtkspell3 (3.0.2-1) unstable; urgency=low - - * New upstream release. - * Make Debian GNOME Maintainers the primary maintainer of this package. - * Update Build-Depends as per configure.ac. - * Bump to debhelper compat v9. - * Update to Standards-Version 3.9.4. - * Enable gobject-introspection support and add a gir1.2-gtkspell3-3.0 - package. - * Fix watch file to look for new tarball name. - * Rename packages for name change: libgtkspell-3-0 → libgtkspell3-3-0. - * Add Conflicts/Replaces for old packages, as there are filename clashes. - * Add a symbols file for libgtkspell3-3-0. - * Install vala files. - * Build-Depend on libglib2.0-doc to ensure correct cross references in - generated gtk-doc documentation. - * Pass -c4 to dpkg-gensymbols. - * Call the list-missing rule. + * New upstream release + * Make decode-language-codes more robust + * Don't use deprecated symbols when compiled against gtk3 >= 3.9 + * Translation updates (see po/ChangeLog) + + -- Andrew Smith (GNA SERVICES INC) Fri, 27 Sep 2013 22:12:37 -0400 + +gtkspell3 (3.0.2-2gna1) quantal; urgency=low + + * Newer upstream release required to build tpad. + * Update to be GObject based + * Add introspection support + * Add "language-changed" signal + * Add gtk_spell_checker_get_language function + + -- Andrew Smith (GNA SERVICES INC) Wed, 10 Apr 2013 15:49:08 -0400 + +gtkspell3 (3.0.0~hg20110814-1build1) quantal; urgency=low + + * Rebuild for new armel compiler default of ARMv5t. - -- Jordi Mallach Mon, 29 Apr 2013 01:00:19 +0200 + -- Colin Watson Tue, 02 Oct 2012 12:17:42 +0100 gtkspell3 (3.0.0~hg20110814-1) unstable; urgency=low diff -Nru gtkspell3-3.0.3/debian/compat gtkspell3-3.0.4/debian/compat --- gtkspell3-3.0.3/debian/compat 2013-06-29 17:17:50.000000000 +0000 +++ gtkspell3-3.0.4/debian/compat 2011-12-26 01:30:05.000000000 +0000 @@ -1 +1 @@ -9 +8 diff -Nru gtkspell3-3.0.3/debian/control gtkspell3-3.0.4/debian/control --- gtkspell3-3.0.3/debian/control 2013-06-29 18:03:14.000000000 +0000 +++ gtkspell3-3.0.4/debian/control 2013-09-28 02:20:07.000000000 +0000 @@ -2,67 +2,42 @@ # # Modifications should be made to debian/control.in instead. # This file is regenerated automatically in the clean target. - Source: gtkspell3 Section: libs Priority: optional -Maintainer: Debian GNOME Maintainers -Uploaders: Jordi Mallach , Michael Biebl -Build-Depends: debhelper (>= 9), - dh-autoreconf, +Maintainer: Ari Pollak +Uploaders: Debian GNOME Maintainers , Jordi Mallach +Build-Depends: debhelper (>= 8), cdbs, gnome-pkg-tools, - gobject-introspection (>= 1.30.0), - libgirepository1.0-dev (>= 1.30.0), libenchant-dev (>= 0.4.0), - libglib2.0-dev, - libgtk-3-dev, + libgtk-3-dev (>= 2.4.0), libpango1.0-dev (>= 1.3.5), intltool (>= 0.35.0), - gtk-doc-tools (>= 1.14), - libglib2.0-doc, + gtk-doc-tools (>= 1.0), libgtk-3-doc, - valac (>= 0.20), autotools-dev -Standards-Version: 3.9.4 +Standards-Version: 3.9.2 Vcs-Svn: svn://anonscm.debian.org/svn/pkg-gnome/packages/unstable/gtkspell3/ Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-gnome/packages/unstable/gtkspell3/ Homepage: http://gtkspell.sourceforge.net/ -Package: libgtkspell3-3-0 +Package: libgtkspell-3-0 Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} -Conflicts: libgtkspell-3-0 -Replaces: libgtkspell-3-0 -Description: spell-checking addon for GTK+'s TextView widget - GtkSpell provides Microsoft Word/OS X-style highlighting of misspelled - words in a GtkTextView widget. Right-clicking a misspelled word pops up a - menu of suggested replacements. +Description: spell-checking addon for GTK's TextView widget + GtkSpell provides MSWord/MacOSX-style highlighting of misspelled words in a + GtkTextView widget. Right-clicking a misspelled word pops up a menu of + suggested replacements. -Package: libgtkspell3-3-dev +Package: libgtkspell-3-dev Section: libdevel Architecture: any Depends: libenchant-dev, libgtk-3-dev, - libgtkspell3-3-0 (= ${binary:Version}), - gir1.2-gtkspell3-3.0 (= ${binary:Version}), + libgtkspell-3-0 (= ${binary:Version}), ${misc:Depends} -Conflicts: libgtkspell-3-dev -Replaces: libgtkspell-3-dev Description: Development files for GtkSpell This package contains the headers and static libraries for developing applications with GtkSpell support. Also included are documentation and example code for developing GtkSpell applications. - -Package: gir1.2-gtkspell3-3.0 -Section: introspection -Architecture: any -Depends: ${misc:Depends}, ${gir:Depends} -Description: GObject introspection data for the GtkSpell library - This package contains introspection data for GtkSpell, a spell-checking - library for GTK+. They can be used to generate dynamic bindings. - . - GtkSpell provides Microsoft Word/OS X-style highlighting of misspelled - words in a GtkTextView widget. Right-clicking a misspelled word pops up a - menu of suggested replacements. - diff -Nru gtkspell3-3.0.3/debian/control.in gtkspell3-3.0.4/debian/control.in --- gtkspell3-3.0.3/debian/control.in 2013-06-29 17:17:50.000000000 +0000 +++ gtkspell3-3.0.4/debian/control.in 2011-12-26 01:30:05.000000000 +0000 @@ -1,63 +1,39 @@ Source: gtkspell3 Section: libs Priority: optional -Maintainer: Debian GNOME Maintainers +Maintainer: Ari Pollak Uploaders: @GNOME_TEAM@ -Build-Depends: debhelper (>= 9), - dh-autoreconf, +Build-Depends: debhelper (>= 8), cdbs, gnome-pkg-tools, - gobject-introspection (>= 1.30.0), - libgirepository1.0-dev (>= 1.30.0), libenchant-dev (>= 0.4.0), - libglib2.0-dev, - libgtk-3-dev, + libgtk-3-dev (>= 2.4.0), libpango1.0-dev (>= 1.3.5), intltool (>= 0.35.0), - gtk-doc-tools (>= 1.14), - libglib2.0-doc, + gtk-doc-tools (>= 1.0), libgtk-3-doc, - valac (>= 0.20), autotools-dev -Standards-Version: 3.9.4 +Standards-Version: 3.9.2 Vcs-Svn: svn://anonscm.debian.org/svn/pkg-gnome/packages/unstable/gtkspell3/ Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-gnome/packages/unstable/gtkspell3/ Homepage: http://gtkspell.sourceforge.net/ -Package: libgtkspell3-3-0 +Package: libgtkspell-3-0 Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} -Conflicts: libgtkspell-3-0 -Replaces: libgtkspell-3-0 -Description: spell-checking addon for GTK+'s TextView widget - GtkSpell provides Microsoft Word/OS X-style highlighting of misspelled - words in a GtkTextView widget. Right-clicking a misspelled word pops up a - menu of suggested replacements. +Description: spell-checking addon for GTK's TextView widget + GtkSpell provides MSWord/MacOSX-style highlighting of misspelled words in a + GtkTextView widget. Right-clicking a misspelled word pops up a menu of + suggested replacements. -Package: libgtkspell3-3-dev +Package: libgtkspell-3-dev Section: libdevel Architecture: any Depends: libenchant-dev, libgtk-3-dev, - libgtkspell3-3-0 (= ${binary:Version}), - gir1.2-gtkspell3-3.0 (= ${binary:Version}), + libgtkspell-3-0 (= ${binary:Version}), ${misc:Depends} -Conflicts: libgtkspell-3-dev -Replaces: libgtkspell-3-dev Description: Development files for GtkSpell This package contains the headers and static libraries for developing applications with GtkSpell support. Also included are documentation and example code for developing GtkSpell applications. - -Package: gir1.2-gtkspell3-3.0 -Section: introspection -Architecture: any -Depends: ${misc:Depends}, ${gir:Depends} -Description: GObject introspection data for the GtkSpell library - This package contains introspection data for GtkSpell, a spell-checking - library for GTK+. They can be used to generate dynamic bindings. - . - GtkSpell provides Microsoft Word/OS X-style highlighting of misspelled - words in a GtkTextView widget. Right-clicking a misspelled word pops up a - menu of suggested replacements. - diff -Nru gtkspell3-3.0.3/debian/gir1.2-gtkspell3-3.0.install gtkspell3-3.0.4/debian/gir1.2-gtkspell3-3.0.install --- gtkspell3-3.0.3/debian/gir1.2-gtkspell3-3.0.install 2013-06-29 17:17:50.000000000 +0000 +++ gtkspell3-3.0.4/debian/gir1.2-gtkspell3-3.0.install 1970-01-01 00:00:00.000000000 +0000 @@ -1 +0,0 @@ -usr/lib/girepository-1.0 diff -Nru gtkspell3-3.0.3/debian/libgtkspell-3-0.install gtkspell3-3.0.4/debian/libgtkspell-3-0.install --- gtkspell3-3.0.3/debian/libgtkspell-3-0.install 1970-01-01 00:00:00.000000000 +0000 +++ gtkspell3-3.0.4/debian/libgtkspell-3-0.install 2011-12-26 01:30:05.000000000 +0000 @@ -0,0 +1,2 @@ +usr/lib/lib*.so.* +usr/share/locale diff -Nru gtkspell3-3.0.3/debian/libgtkspell-3-dev.examples gtkspell3-3.0.4/debian/libgtkspell-3-dev.examples --- gtkspell3-3.0.3/debian/libgtkspell-3-dev.examples 1970-01-01 00:00:00.000000000 +0000 +++ gtkspell3-3.0.4/debian/libgtkspell-3-dev.examples 2011-12-26 01:30:05.000000000 +0000 @@ -0,0 +1,3 @@ +examples/Makefile +examples/advanced.c +examples/simple.c diff -Nru gtkspell3-3.0.3/debian/libgtkspell-3-dev.install gtkspell3-3.0.4/debian/libgtkspell-3-dev.install --- gtkspell3-3.0.3/debian/libgtkspell-3-dev.install 1970-01-01 00:00:00.000000000 +0000 +++ gtkspell3-3.0.4/debian/libgtkspell-3-dev.install 2011-12-26 01:30:05.000000000 +0000 @@ -0,0 +1,4 @@ +usr/include +usr/lib/lib*.so +usr/lib/pkgconfig +usr/share/gtk-doc diff -Nru gtkspell3-3.0.3/debian/libgtkspell3-3-0.install gtkspell3-3.0.4/debian/libgtkspell3-3-0.install --- gtkspell3-3.0.3/debian/libgtkspell3-3-0.install 2013-06-29 17:17:50.000000000 +0000 +++ gtkspell3-3.0.4/debian/libgtkspell3-3-0.install 1970-01-01 00:00:00.000000000 +0000 @@ -1,2 +0,0 @@ -usr/lib/lib*.so.* -usr/share/locale diff -Nru gtkspell3-3.0.3/debian/libgtkspell3-3-0.symbols gtkspell3-3.0.4/debian/libgtkspell3-3-0.symbols --- gtkspell3-3.0.3/debian/libgtkspell3-3-0.symbols 2013-06-29 17:46:49.000000000 +0000 +++ gtkspell3-3.0.4/debian/libgtkspell3-3-0.symbols 1970-01-01 00:00:00.000000000 +0000 @@ -1,14 +0,0 @@ -libgtkspell3-3.so.0 libgtkspell3-3-0 #MINVER# - gtk_spell_checker_attach@Base 0 - gtk_spell_checker_decode_language_code@Base 3.0.3 - gtk_spell_checker_detach@Base 0 - gtk_spell_checker_get_from_text_view@Base 0 - gtk_spell_checker_get_language@Base 0 - gtk_spell_checker_get_language_list@Base 3.0.3 - gtk_spell_checker_get_suggestions_menu@Base 0 - gtk_spell_checker_get_type@Base 0 - gtk_spell_checker_new@Base 0 - gtk_spell_checker_recheck_all@Base 0 - gtk_spell_checker_set_language@Base 0 - gtk_spell_error_get_type@Base 0 - gtk_spell_error_quark@Base 0 diff -Nru gtkspell3-3.0.3/debian/libgtkspell3-3-dev.examples gtkspell3-3.0.4/debian/libgtkspell3-3-dev.examples --- gtkspell3-3.0.3/debian/libgtkspell3-3-dev.examples 2013-06-29 17:17:50.000000000 +0000 +++ gtkspell3-3.0.4/debian/libgtkspell3-3-dev.examples 1970-01-01 00:00:00.000000000 +0000 @@ -1,3 +0,0 @@ -examples/Makefile -examples/advanced.c -examples/simple.c diff -Nru gtkspell3-3.0.3/debian/libgtkspell3-3-dev.install gtkspell3-3.0.4/debian/libgtkspell3-3-dev.install --- gtkspell3-3.0.3/debian/libgtkspell3-3-dev.install 2013-06-29 17:17:50.000000000 +0000 +++ gtkspell3-3.0.4/debian/libgtkspell3-3-dev.install 1970-01-01 00:00:00.000000000 +0000 @@ -1,6 +0,0 @@ -usr/include -usr/lib/lib*.so -usr/lib/pkgconfig -usr/share/gir-1.0 -usr/share/gtk-doc -usr/share/vala diff -Nru gtkspell3-3.0.3/debian/patches/01-hide-private-symbols.patch gtkspell3-3.0.4/debian/patches/01-hide-private-symbols.patch --- gtkspell3-3.0.3/debian/patches/01-hide-private-symbols.patch 2013-06-29 17:41:25.000000000 +0000 +++ gtkspell3-3.0.4/debian/patches/01-hide-private-symbols.patch 1970-01-01 00:00:00.000000000 +0000 @@ -1,25 +0,0 @@ -Description: Don't export private symbols - http://www.flameeyes.eu/autotools-mythbuster/libtool/symbols.html -Author: Michael Biebl -Index: gtkspell3-3.0.3/gtkspell/Makefile.am -=================================================================== ---- gtkspell3-3.0.3.orig/gtkspell/Makefile.am 2013-06-29 19:39:26.225634580 +0200 -+++ gtkspell3-3.0.3/gtkspell/Makefile.am 2013-06-29 19:39:39.981762344 +0200 -@@ -22,7 +22,7 @@ - libgtkspell3_3_la_SOURCES += gtkspell-win32.c gtkspell-win32.h - endif - libgtkspell3_3_la_LIBADD = $(GTK_SPELL3_LIBS) --libgtkspell3_3_la_LDFLAGS = -version-info $(GTK_SPELL_SO_VERSION) $(no_undefined) -+libgtkspell3_3_la_LDFLAGS = -version-info $(GTK_SPELL_SO_VERSION) $(no_undefined) -export-symbols-regex '^gtk_spell_.*' - - pkgconfig_DATA += gtkspell3-3.0.pc - endif -@@ -41,7 +41,7 @@ - libgtkspell3_2_la_SOURCES += gtkspell-win32.c gtkspell-win32.h - endif - libgtkspell3_2_la_LIBADD = $(GTK_SPELL2_LIBS) --libgtkspell3_2_la_LDFLAGS = -version-info $(GTK_SPELL_SO_VERSION) $(no_undefined) -+libgtkspell3_2_la_LDFLAGS = -version-info $(GTK_SPELL_SO_VERSION) $(no_undefined) -export-symbols-regex '^gtk_spell_.*' - - pkgconfig_DATA += gtkspell3-2.0.pc - endif diff -Nru gtkspell3-3.0.3/debian/patches/series gtkspell3-3.0.4/debian/patches/series --- gtkspell3-3.0.3/debian/patches/series 2013-06-29 17:35:56.000000000 +0000 +++ gtkspell3-3.0.4/debian/patches/series 1970-01-01 00:00:00.000000000 +0000 @@ -1 +0,0 @@ -01-hide-private-symbols.patch diff -Nru gtkspell3-3.0.3/debian/rules gtkspell3-3.0.4/debian/rules --- gtkspell3-3.0.3/debian/rules 2013-06-29 17:24:11.000000000 +0000 +++ gtkspell3-3.0.4/debian/rules 2011-12-26 01:58:44.000000000 +0000 @@ -1,19 +1,16 @@ #!/usr/bin/make -f include /usr/share/cdbs/1/class/autotools.mk -include /usr/share/cdbs/1/rules/autoreconf.mk include /usr/share/cdbs/1/rules/debhelper.mk include /usr/share/cdbs/1/rules/utils.mk include /usr/share/cdbs/1/class/gnome.mk include /usr/share/gnome-pkg-tools/1/rules/uploaders.mk -include /usr/share/gnome-pkg-tools/1/rules/gnome-get-source.mk -LDFLAGS += -Wl,-z,defs -Wl,-O1 -Wl,--as-needed - -DEB_DH_MAKESHLIBS_ARGS_libgtkspell3-3-0 += -- -c4 -DEB_INSTALL_DOCS_libgtkspell3-3-0 = -DEB_INSTALL_DOCS_libgtkspell3-3-dev = README +#LDFLAGS += -Wl,-z,defs -Wl,-O1 -Wl,--as-needed +DEB_CONFIGURE_SCRIPT_ENV += LDFLAGS="-Wl,-z,defs -Wl,-O1 -Wl,--as-needed" DEB_CONFIGURE_EXTRA_FLAGS += --enable-gtk-doc -common-binary-post-install-arch:: list-missing +DEB_INSTALL_DOCS_libgtkspell-3-0 = +DEB_INSTALL_DOCS_libgtkspell-3-dev = README diff -Nru gtkspell3-3.0.3/debian/watch gtkspell3-3.0.4/debian/watch --- gtkspell3-3.0.3/debian/watch 2013-06-29 17:17:50.000000000 +0000 +++ gtkspell3-3.0.4/debian/watch 2011-12-26 01:30:05.000000000 +0000 @@ -1,2 +1,2 @@ version=3 -http://gtkspell.sourceforge.net/ download/gtkspell3-(.*)\.tar\.gz +http://gtkspell.sourceforge.net/ download/gtkspell-(.*)\.tar\.gz diff -Nru gtkspell3-3.0.3/depcomp gtkspell3-3.0.4/depcomp --- gtkspell3-3.0.3/depcomp 2013-06-03 22:26:37.000000000 +0000 +++ gtkspell3-3.0.4/depcomp 2013-09-25 21:50:10.000000000 +0000 @@ -1,7 +1,7 @@ #! /bin/sh # depcomp - compile a program generating dependencies as side-effects -scriptversion=2012-10-18.11; # UTC +scriptversion=2013-05-30.07; # UTC # Copyright (C) 1999-2013 Free Software Foundation, Inc. @@ -552,6 +552,7 @@ G p }' >> "$depfile" + echo >> "$depfile" # make sure the fragment doesn't end with a backslash rm -f "$tmpdepfile" ;; diff -Nru gtkspell3-3.0.3/docs/Makefile.in gtkspell3-3.0.4/docs/Makefile.in --- gtkspell3-3.0.3/docs/Makefile.in 2013-06-03 22:26:37.000000000 +0000 +++ gtkspell3-3.0.4/docs/Makefile.in 2013-09-25 21:50:10.000000000 +0000 @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.13.2 from Makefile.am. +# Makefile.in generated by automake 1.13.4 from Makefile.am. # @configure_input@ # Copyright (C) 1994-2013 Free Software Foundation, Inc. @@ -159,6 +159,8 @@ GTKDOC_DEPS_LIBS = @GTKDOC_DEPS_LIBS@ GTKDOC_MKPDF = @GTKDOC_MKPDF@ GTKDOC_REBASE = @GTKDOC_REBASE@ +GTKSPELL2_MODULES = @GTKSPELL2_MODULES@ +GTKSPELL3_MODULES = @GTKSPELL3_MODULES@ GTK_SPELL2_CFLAGS = @GTK_SPELL2_CFLAGS@ GTK_SPELL2_LIBS = @GTK_SPELL2_LIBS@ GTK_SPELL3_CFLAGS = @GTK_SPELL3_CFLAGS@ @@ -682,7 +684,7 @@ if test "x$$files" != "x" ; then \ for file in $$files ; do \ test -f $(abs_srcdir)/$$file && \ - cp -pu $(abs_srcdir)/$$file $(abs_builddir)/ || true; \ + cp -pu $(abs_srcdir)/$$file $(abs_builddir)/$$file || true; \ done; \ fi; \ fi diff -Nru gtkspell3-3.0.3/docs/gtkspell3-sections.txt gtkspell3-3.0.4/docs/gtkspell3-sections.txt --- gtkspell3-3.0.3/docs/gtkspell3-sections.txt 2013-06-03 22:34:32.000000000 +0000 +++ gtkspell3-3.0.4/docs/gtkspell3-sections.txt 2013-09-25 21:50:29.000000000 +0000 @@ -34,7 +34,7 @@ codetable_free codetable_init codetable_lookup -ISOCODESLOCALEDIR +ISO_CODES_LOCALEDIR ISO_CODES_PREFIX PACKAGE_LOCALE_DIR get_win32_localedir diff -Nru gtkspell3-3.0.3/docs/html/annotation-glossary.html gtkspell3-3.0.4/docs/html/annotation-glossary.html --- gtkspell3-3.0.3/docs/html/annotation-glossary.html 2013-06-03 22:34:32.000000000 +0000 +++ gtkspell3-3.0.4/docs/html/annotation-glossary.html 2013-09-25 21:50:29.000000000 +0000 @@ -7,7 +7,7 @@ - + @@ -20,18 +20,23 @@   -O +T +  |  + O  |  A  |  E -  |  - T

Annotation Glossary

+

T

+
transfer full
+

Free data after the code is done.

+
transfer none
+

Don't free data after the code is done.

O

out

Parameter for returning results. Default is transfer full.

@@ -41,14 +46,9 @@

E

element-type

Generics and defining elements of containers and arrays.

-

T

-
transfer full
-

Free data after the code is done.

-
transfer none
-

Don't free data after the code is done.

+ Generated by GTK-Doc V1.19 \ No newline at end of file diff -Nru gtkspell3-3.0.3/docs/html/api-index-full.html gtkspell3-3.0.4/docs/html/api-index-full.html --- gtkspell3-3.0.3/docs/html/api-index-full.html 2013-06-03 22:34:32.000000000 +0000 +++ gtkspell3-3.0.4/docs/html/api-index-full.html 2013-09-25 21:50:29.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -85,6 +85,6 @@ + Generated by GTK-Doc V1.19 \ No newline at end of file diff -Nru gtkspell3-3.0.3/docs/html/ch02.html gtkspell3-3.0.4/docs/html/ch02.html --- gtkspell3-3.0.3/docs/html/ch02.html 2013-06-03 22:34:32.000000000 +0000 +++ gtkspell3-3.0.4/docs/html/ch02.html 2013-09-25 21:50:29.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -28,6 +28,6 @@ + Generated by GTK-Doc V1.19 \ No newline at end of file diff -Nru gtkspell3-3.0.3/docs/html/chapter-tutorial.html gtkspell3-3.0.4/docs/html/chapter-tutorial.html --- gtkspell3-3.0.3/docs/html/chapter-tutorial.html 2013-06-03 22:34:32.000000000 +0000 +++ gtkspell3-3.0.4/docs/html/chapter-tutorial.html 2013-09-25 21:50:29.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -66,6 +66,6 @@ + Generated by GTK-Doc V1.19 \ No newline at end of file diff -Nru gtkspell3-3.0.3/docs/html/deprecated-api-index.html gtkspell3-3.0.4/docs/html/deprecated-api-index.html --- gtkspell3-3.0.3/docs/html/deprecated-api-index.html 2013-06-03 22:34:32.000000000 +0000 +++ gtkspell3-3.0.4/docs/html/deprecated-api-index.html 2013-09-25 21:50:29.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -26,6 +26,6 @@ + Generated by GTK-Doc V1.19 \ No newline at end of file diff -Nru gtkspell3-3.0.3/docs/html/gtkspell3-gtkspell.html gtkspell3-3.0.4/docs/html/gtkspell3-gtkspell.html --- gtkspell3-3.0.3/docs/html/gtkspell3-gtkspell.html 2013-06-03 22:34:32.000000000 +0000 +++ gtkspell3-3.0.4/docs/html/gtkspell3-gtkspell.html 2013-09-25 21:50:29.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -198,7 +198,7 @@

lang :

-The language to use, as a locale specifier (i.e. "en", or "en_US"). +The language to use, as a locale specifier (i.e. "en_US"). If NULL, attempt to use the default system locale (LANG). [allow-none] @@ -280,7 +280,7 @@

lang :

-The language locale specifier (i.e. "en", or "en_US"). +The language locale specifier (i.e. "en_US").

Returns :

@@ -437,6 +437,6 @@ + Generated by GTK-Doc V1.19 \ No newline at end of file diff -Nru gtkspell3-3.0.3/docs/html/index.html gtkspell3-3.0.4/docs/html/index.html --- gtkspell3-3.0.3/docs/html/index.html 2013-06-03 22:34:32.000000000 +0000 +++ gtkspell3-3.0.4/docs/html/index.html 2013-09-25 21:50:29.000000000 +0000 @@ -6,7 +6,7 @@ - + @@ -15,7 +15,7 @@

- for GtkSpell 3.0.3 + for GtkSpell 3.0.4

@@ -47,6 +47,6 @@
+ Generated by GTK-Doc V1.19 \ No newline at end of file diff -Nru gtkspell3-3.0.3/docs/html/index.sgml gtkspell3-3.0.4/docs/html/index.sgml --- gtkspell3-3.0.3/docs/html/index.sgml 2013-06-03 22:34:32.000000000 +0000 +++ gtkspell3-3.0.4/docs/html/index.sgml 2013-09-25 21:50:29.000000000 +0000 @@ -23,8 +23,8 @@ + + - - diff -Nru gtkspell3-3.0.3/docs/html/object-tree.html gtkspell3-3.0.4/docs/html/object-tree.html --- gtkspell3-3.0.3/docs/html/object-tree.html 2013-06-03 22:34:32.000000000 +0000 +++ gtkspell3-3.0.4/docs/html/object-tree.html 2013-09-25 21:50:29.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -30,6 +30,6 @@ + Generated by GTK-Doc V1.19 \ No newline at end of file diff -Nru gtkspell3-3.0.3/docs/html/tutorial-advanced.html gtkspell3-3.0.4/docs/html/tutorial-advanced.html --- gtkspell3-3.0.3/docs/html/tutorial-advanced.html 2013-06-03 22:34:32.000000000 +0000 +++ gtkspell3-3.0.4/docs/html/tutorial-advanced.html 2013-09-25 21:50:29.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -87,6 +87,6 @@ + Generated by GTK-Doc V1.19 \ No newline at end of file diff -Nru gtkspell3-3.0.3/docs/html/tutorial-bindings.html gtkspell3-3.0.4/docs/html/tutorial-bindings.html --- gtkspell3-3.0.3/docs/html/tutorial-bindings.html 2013-06-03 22:34:32.000000000 +0000 +++ gtkspell3-3.0.4/docs/html/tutorial-bindings.html 2013-09-25 21:50:29.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -58,6 +58,6 @@ + Generated by GTK-Doc V1.19 \ No newline at end of file diff -Nru gtkspell3-3.0.3/docs/html/tutorial-building.html gtkspell3-3.0.4/docs/html/tutorial-building.html --- gtkspell3-3.0.3/docs/html/tutorial-building.html 2013-06-03 22:34:32.000000000 +0000 +++ gtkspell3-3.0.4/docs/html/tutorial-building.html 2013-09-25 21:50:29.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -69,6 +69,6 @@ + Generated by GTK-Doc V1.19 \ No newline at end of file diff -Nru gtkspell3-3.0.3/docs/html/tutorial-lang.html gtkspell3-3.0.4/docs/html/tutorial-lang.html --- gtkspell3-3.0.3/docs/html/tutorial-lang.html 2013-06-03 22:34:32.000000000 +0000 +++ gtkspell3-3.0.4/docs/html/tutorial-lang.html 2013-09-25 21:50:29.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -47,6 +47,6 @@ + Generated by GTK-Doc V1.19 \ No newline at end of file diff -Nru gtkspell3-3.0.3/examples/Makefile.in gtkspell3-3.0.4/examples/Makefile.in --- gtkspell3-3.0.3/examples/Makefile.in 2013-06-03 22:26:37.000000000 +0000 +++ gtkspell3-3.0.4/examples/Makefile.in 2013-09-25 21:50:10.000000000 +0000 @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.13.2 from Makefile.am. +# Makefile.in generated by automake 1.13.4 from Makefile.am. # @configure_input@ # Copyright (C) 1994-2013 Free Software Foundation, Inc. @@ -253,6 +253,8 @@ GTKDOC_DEPS_LIBS = @GTKDOC_DEPS_LIBS@ GTKDOC_MKPDF = @GTKDOC_MKPDF@ GTKDOC_REBASE = @GTKDOC_REBASE@ +GTKSPELL2_MODULES = @GTKSPELL2_MODULES@ +GTKSPELL3_MODULES = @GTKSPELL3_MODULES@ GTK_SPELL2_CFLAGS = @GTK_SPELL2_CFLAGS@ GTK_SPELL2_LIBS = @GTK_SPELL2_LIBS@ GTK_SPELL3_CFLAGS = @GTK_SPELL3_CFLAGS@ diff -Nru gtkspell3-3.0.3/examples/simple-vala.c gtkspell3-3.0.4/examples/simple-vala.c --- gtkspell3-3.0.3/examples/simple-vala.c 2013-06-03 22:27:01.000000000 +0000 +++ gtkspell3-3.0.4/examples/simple-vala.c 2013-09-25 21:50:23.000000000 +0000 @@ -1,4 +1,4 @@ -/* simple-vala.c generated by valac 0.20.1, the Vala compiler +/* simple-vala.c generated by valac 0.22.0, the Vala compiler * generated from simple-vala.vala, do not modify */ @@ -69,27 +69,27 @@ GObject * obj; GObjectClass * parent_class; Window * self; - GtkBox* _tmp0_; - GtkBox* box; - GtkBox* _tmp1_; - GtkBox* _tmp2_; - GtkLabel* _tmp3_; - GtkScrolledWindow* _tmp4_; - GtkScrolledWindow* scroll; - GtkBox* _tmp5_; - GtkScrolledWindow* _tmp6_; - GtkScrolledWindow* _tmp7_; - GtkScrolledWindow* _tmp8_; - GtkTextView* _tmp9_; - GtkTextView* view; - GtkScrolledWindow* _tmp10_; - GtkTextView* _tmp11_; - GtkTextView* _tmp12_; - GtkSpellChecker* _tmp13_; - GtkSpellChecker* spell; - GtkSpellChecker* _tmp14_; - GtkTextView* _tmp15_; - GtkBox* _tmp22_; + GtkBox* box = NULL; + GtkBox* _tmp0_ = NULL; + GtkBox* _tmp1_ = NULL; + GtkBox* _tmp2_ = NULL; + GtkLabel* _tmp3_ = NULL; + GtkScrolledWindow* scroll = NULL; + GtkScrolledWindow* _tmp4_ = NULL; + GtkBox* _tmp5_ = NULL; + GtkScrolledWindow* _tmp6_ = NULL; + GtkScrolledWindow* _tmp7_ = NULL; + GtkScrolledWindow* _tmp8_ = NULL; + GtkTextView* view = NULL; + GtkTextView* _tmp9_ = NULL; + GtkScrolledWindow* _tmp10_ = NULL; + GtkTextView* _tmp11_ = NULL; + GtkTextView* _tmp12_ = NULL; + GtkSpellChecker* spell = NULL; + GtkSpellChecker* _tmp13_ = NULL; + GtkSpellChecker* _tmp14_ = NULL; + GtkTextView* _tmp15_ = NULL; + GtkBox* _tmp22_ = NULL; GError * _inner_error_ = NULL; parent_class = G_OBJECT_CLASS (window_parent_class); obj = parent_class->constructor (type, n_construct_properties, construct_properties); @@ -129,7 +129,7 @@ _tmp15_ = view; gtk_spell_checker_attach (_tmp14_, _tmp15_); { - GtkLabel* _tmp16_; + GtkLabel* _tmp16_ = NULL; _tmp16_ = self->priv->label; gtk_label_set_label (_tmp16_, "Type some text into the text box.\n" "Try misspelling some words. Then right-click on them."); } @@ -137,11 +137,11 @@ __catch0_g_error: { GError* e = NULL; - GtkLabel* _tmp17_; - GError* _tmp18_; - const gchar* _tmp19_; - gchar* _tmp20_; - gchar* _tmp21_; + GtkLabel* _tmp17_ = NULL; + GError* _tmp18_ = NULL; + const gchar* _tmp19_ = NULL; + gchar* _tmp20_ = NULL; + gchar* _tmp21_ = NULL; e = _inner_error_; _inner_error_ = NULL; _tmp17_ = self->priv->label; @@ -181,7 +181,7 @@ static void window_instance_init (Window * self) { - GtkLabel* _tmp0_; + GtkLabel* _tmp0_ = NULL; self->priv = WINDOW_GET_PRIVATE (self); _tmp0_ = (GtkLabel*) gtk_label_new (NULL); g_object_ref_sink (_tmp0_); @@ -216,8 +216,8 @@ gint _vala_main (gchar** args, int args_length1) { gint result = 0; - Window* _tmp0_; - Window* win; + Window* win = NULL; + Window* _tmp0_ = NULL; gtk_init (&args_length1, &args); _tmp0_ = window_new (); g_object_ref_sink (_tmp0_); diff -Nru gtkspell3-3.0.3/gtk-doc.make gtkspell3-3.0.4/gtk-doc.make --- gtkspell3-3.0.3/gtk-doc.make 2013-04-19 20:24:28.000000000 +0000 +++ gtkspell3-3.0.4/gtk-doc.make 2013-05-26 12:37:34.000000000 +0000 @@ -84,7 +84,7 @@ if test "x$$files" != "x" ; then \ for file in $$files ; do \ test -f $(abs_srcdir)/$$file && \ - cp -pu $(abs_srcdir)/$$file $(abs_builddir)/ || true; \ + cp -pu $(abs_srcdir)/$$file $(abs_builddir)/$$file || true; \ done; \ fi; \ fi diff -Nru gtkspell3-3.0.3/gtkspell/Makefile.in gtkspell3-3.0.4/gtkspell/Makefile.in --- gtkspell3-3.0.3/gtkspell/Makefile.in 2013-06-03 22:26:38.000000000 +0000 +++ gtkspell3-3.0.4/gtkspell/Makefile.in 2013-09-25 21:50:10.000000000 +0000 @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.13.2 from Makefile.am. +# Makefile.in generated by automake 1.13.4 from Makefile.am. # @configure_input@ # Copyright (C) 1994-2013 Free Software Foundation, Inc. @@ -288,6 +288,8 @@ GTKDOC_DEPS_LIBS = @GTKDOC_DEPS_LIBS@ GTKDOC_MKPDF = @GTKDOC_MKPDF@ GTKDOC_REBASE = @GTKDOC_REBASE@ +GTKSPELL2_MODULES = @GTKSPELL2_MODULES@ +GTKSPELL3_MODULES = @GTKSPELL3_MODULES@ GTK_SPELL2_CFLAGS = @GTK_SPELL2_CFLAGS@ GTK_SPELL2_LIBS = @GTK_SPELL2_LIBS@ GTK_SPELL3_CFLAGS = @GTK_SPELL3_CFLAGS@ diff -Nru gtkspell3-3.0.3/gtkspell/gtkspell-codetable.c gtkspell3-3.0.4/gtkspell/gtkspell-codetable.c --- gtkspell3-3.0.3/gtkspell/gtkspell-codetable.c 2013-06-03 18:44:55.000000000 +0000 +++ gtkspell3-3.0.4/gtkspell/gtkspell-codetable.c 2013-09-25 21:49:55.000000000 +0000 @@ -146,7 +146,7 @@ }; g_return_if_fail (iso_639_table == NULL); - g_return_if_fail (iso_639_table == NULL); + g_return_if_fail (iso_3166_table == NULL); #ifdef ENABLE_NLS bindtextdomain (ISO_639_DOMAIN, ISO_CODES_LOCALEDIR); @@ -174,7 +174,7 @@ codetable_free (void) { g_return_if_fail (iso_639_table != NULL); - g_return_if_fail (iso_639_table != NULL); + g_return_if_fail (iso_3166_table != NULL); g_hash_table_unref (iso_639_table); g_hash_table_unref (iso_3166_table); @@ -201,12 +201,12 @@ gchar **parts; g_return_if_fail (iso_639_table != NULL); - g_return_if_fail (iso_639_table != NULL); + g_return_if_fail (iso_3166_table != NULL); /* Split language code into parts. */ parts = g_strsplit (language_code, "_", 2); - g_return_if_fail (parts != NULL); + g_return_if_fail (*parts != NULL); *language_name = g_hash_table_lookup (iso_639_table, parts[0]); if (*language_name == NULL) @@ -216,12 +216,15 @@ *language_name = g_hash_table_lookup (iso_639_table, parts[0]); } - *country_name = g_hash_table_lookup (iso_3166_table, parts[1]); - if (*country_name == NULL) + if (g_strv_length (parts) == 2) { - g_hash_table_insert (iso_3166_table, g_strdup (parts[1]), - g_strdup (parts[1])); *country_name = g_hash_table_lookup (iso_3166_table, parts[1]); + if (*country_name == NULL) + { + g_hash_table_insert (iso_3166_table, g_strdup (parts[1]), + g_strdup (parts[1])); + *country_name = g_hash_table_lookup (iso_3166_table, parts[1]); + } } g_strfreev (parts); diff -Nru gtkspell3-3.0.3/gtkspell/gtkspell.c gtkspell3-3.0.4/gtkspell/gtkspell.c --- gtkspell3-3.0.3/gtkspell/gtkspell.c 2013-05-31 10:54:24.000000000 +0000 +++ gtkspell3-3.0.4/gtkspell/gtkspell.c 2013-09-25 21:49:55.000000000 +0000 @@ -463,18 +463,26 @@ /* + Add to Dictionary */ label = g_strdup_printf (_("Add \"%s\" to Dictionary"), word); +#if GTK_CHECK_VERSION(3,9,0) + mi = gtk_menu_item_new_with_label (label); +#else mi = gtk_image_menu_item_new_with_label (label); - g_free (label); gtk_image_menu_item_set_image (GTK_IMAGE_MENU_ITEM (mi), gtk_image_new_from_stock (GTK_STOCK_ADD, GTK_ICON_SIZE_MENU)); +#endif + g_free (label); g_signal_connect (mi, "activate", G_CALLBACK (add_to_dictionary), spell); gtk_widget_show_all (mi); gtk_menu_shell_insert (GTK_MENU_SHELL (topmenu), mi, menu_position++); /* - Ignore All */ +#if GTK_CHECK_VERSION(3,9,0) + mi = gtk_menu_item_new_with_label (_("Ignore All")); +#else mi = gtk_image_menu_item_new_with_label (_("Ignore All")); gtk_image_menu_item_set_image (GTK_IMAGE_MENU_ITEM (mi), gtk_image_new_from_stock (GTK_STOCK_REMOVE, GTK_ICON_SIZE_MENU)); +#endif g_signal_connect (mi, "activate", G_CALLBACK (ignore_all), spell); gtk_widget_show_all (mi); gtk_menu_shell_insert (GTK_MENU_SHELL (topmenu), mi, menu_position++); @@ -541,10 +549,14 @@ #ifdef HAVE_ISO_CODES if (spell->priv->decode_codes == TRUE) { - const gchar *lang_name; - const gchar *country_name; + const gchar *lang_name = "\0"; + const gchar *country_name = "\0"; + gchar *label; codetable_lookup (lang_tag, &lang_name, &country_name); - gchar *label = g_strdup_printf ("%s (%s)", lang_name, country_name); + if (strlen (country_name) != 0) + label = g_strdup_printf ("%s (%s)", lang_name, country_name); + else + label = g_strdup_printf ("%s", lang_name); mi = gtk_radio_menu_item_new_with_label (menu_group, label); g_free (label); } @@ -1099,7 +1111,7 @@ /** * gtk_spell_checker_decode_language_code: - * @lang: The language locale specifier (i.e. "en", or "en_US"). + * @lang: The language locale specifier (i.e. "en_US"). * * Translates the language code to a human readable format * (i.e. "en_US" -> "English (United States)"). @@ -1115,14 +1127,17 @@ gtk_spell_checker_decode_language_code (const gchar *lang) { #ifdef HAVE_ISO_CODES - const gchar *lang_name; - const gchar *country_name; + const gchar *lang_name = "\0"; + const gchar *country_name = "\0"; if (codetable_ref_cnt == 0) codetable_init (); codetable_lookup (lang, &lang_name, &country_name); if (codetable_ref_cnt == 0) codetable_free (); - return g_strdup_printf ("%s (%s)", lang_name, country_name); + if (strlen (country_name) != 0) + return g_strdup_printf ("%s (%s)", lang_name, country_name); + else + return g_strdup_printf ("%s", lang_name); #else return g_strdup (lang); #endif @@ -1131,7 +1146,7 @@ /** * gtk_spell_checker_set_language: * @spell: The #GtkSpellChecker object. - * @lang: (allow-none): The language to use, as a locale specifier (i.e. "en", or "en_US"). + * @lang: (allow-none): The language to use, as a locale specifier (i.e. "en_US"). * If #NULL, attempt to use the default system locale (LANG). * @error: (out) (allow-none): Return location for error. * diff -Nru gtkspell3-3.0.3/gtkspell/gtkspell3-2.0.pc gtkspell3-3.0.4/gtkspell/gtkspell3-2.0.pc --- gtkspell3-3.0.3/gtkspell/gtkspell3-2.0.pc 2013-06-03 22:26:41.000000000 +0000 +++ gtkspell3-3.0.4/gtkspell/gtkspell3-2.0.pc 2013-09-25 21:50:12.000000000 +0000 @@ -7,7 +7,7 @@ Name: gtkspell3 for GTK+2 Description: On-the-fly spell checking for GtkTextView widgets. -Version: 3.0.3 -Requires: +Version: 3.0.4 +Requires: glib-2.0 gtk+-2.0 enchant Libs: -L${libdir} -lgtkspell3-2 Cflags: -I${includedir} diff -Nru gtkspell3-3.0.3/gtkspell/gtkspell3-2.0.pc.in gtkspell3-3.0.4/gtkspell/gtkspell3-2.0.pc.in --- gtkspell3-3.0.3/gtkspell/gtkspell3-2.0.pc.in 2013-02-06 23:30:42.000000000 +0000 +++ gtkspell3-3.0.4/gtkspell/gtkspell3-2.0.pc.in 2013-09-25 21:49:55.000000000 +0000 @@ -8,6 +8,6 @@ Name: gtkspell3 for GTK+2 Description: On-the-fly spell checking for GtkTextView widgets. Version: @VERSION@ -Requires: +Requires: @GTKSPELL2_MODULES@ Libs: -L${libdir} -lgtkspell3-2 Cflags: -I${includedir} diff -Nru gtkspell3-3.0.3/gtkspell/gtkspell3-3.0.pc gtkspell3-3.0.4/gtkspell/gtkspell3-3.0.pc --- gtkspell3-3.0.3/gtkspell/gtkspell3-3.0.pc 2013-06-03 22:26:41.000000000 +0000 +++ gtkspell3-3.0.4/gtkspell/gtkspell3-3.0.pc 2013-09-25 21:50:12.000000000 +0000 @@ -7,7 +7,7 @@ Name: gtkspell3 Description: On-the-fly spell checking for GtkTextView widgets. -Version: 3.0.3 -Requires: +Version: 3.0.4 +Requires: glib-2.0 gtk+-3.0 enchant Libs: -L${libdir} -lgtkspell3-3 Cflags: -I${includedir} diff -Nru gtkspell3-3.0.3/gtkspell/gtkspell3-3.0.pc.in gtkspell3-3.0.4/gtkspell/gtkspell3-3.0.pc.in --- gtkspell3-3.0.3/gtkspell/gtkspell3-3.0.pc.in 2013-02-06 23:30:42.000000000 +0000 +++ gtkspell3-3.0.4/gtkspell/gtkspell3-3.0.pc.in 2013-09-25 21:49:55.000000000 +0000 @@ -8,6 +8,6 @@ Name: gtkspell3 Description: On-the-fly spell checking for GtkTextView widgets. Version: @VERSION@ -Requires: +Requires: @GTKSPELL3_MODULES@ Libs: -L${libdir} -lgtkspell3-3 Cflags: -I${includedir} diff -Nru gtkspell3-3.0.3/m4/glib-gettext.m4 gtkspell3-3.0.4/m4/glib-gettext.m4 --- gtkspell3-3.0.3/m4/glib-gettext.m4 2013-06-03 22:26:30.000000000 +0000 +++ gtkspell3-3.0.4/m4/glib-gettext.m4 2013-09-25 21:50:06.000000000 +0000 @@ -315,7 +315,6 @@ dnl glib_DEFUN([GLIB_GNU_GETTEXT], [AC_REQUIRE([AC_PROG_CC])dnl - AC_REQUIRE([AC_HEADER_STDC])dnl GLIB_LC_MESSAGES GLIB_WITH_NLS diff -Nru gtkspell3-3.0.3/po/ChangeLog gtkspell3-3.0.4/po/ChangeLog --- gtkspell3-3.0.3/po/ChangeLog 2013-06-01 10:39:54.000000000 +0000 +++ gtkspell3-3.0.4/po/ChangeLog 2013-09-25 21:49:55.000000000 +0000 @@ -1,3 +1,9 @@ +version 3.0.4: + * Hebrew translation updated (Isratine Citizen) + * Chinese (Simplified) translation update (Anthony Fok) + * Chinese (Honk Kong) translation update (Anthony Fok) + * Chinese (Traditional) translation update (Anthony Fok) + version 3.0.3: * Turkish translation updated (Volkan Gezer) diff -Nru gtkspell3-3.0.3/po/af.po gtkspell3-3.0.4/po/af.po --- gtkspell3-3.0.3/po/af.po 2013-02-06 23:30:42.000000000 +0000 +++ gtkspell3-3.0.4/po/af.po 2013-09-25 21:49:55.000000000 +0000 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: gtkspell3 3.0.1\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2013-01-20 17:07+0100\n" +"POT-Creation-Date: 2013-09-25 23:44+0200\n" "PO-Revision-Date: 2009-01-21 23:14+0200\n" "Last-Translator: Dwayne Bailey \n" "Language-Team: Afrikaans \n" @@ -19,29 +19,31 @@ "Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-Generator: Virtaal 0.2svn\n" -#: ../gtkspell/gtkspell.c:410 +#: ../gtkspell/gtkspell.c:428 msgid "(no suggestions)" msgstr "(geen voorstelle nie)" -#: ../gtkspell/gtkspell.c:426 +#: ../gtkspell/gtkspell.c:444 msgid "More..." msgstr "Meer..." -#: ../gtkspell/gtkspell.c:447 +#. + Add to Dictionary +#: ../gtkspell/gtkspell.c:465 #, c-format msgid "Add \"%s\" to Dictionary" msgstr "Voeg \"%s\" by die woordeboek" -#: ../gtkspell/gtkspell.c:457 +#: ../gtkspell/gtkspell.c:480 ../gtkspell/gtkspell.c:482 msgid "Ignore All" msgstr "Ignoreer almal" -#: ../gtkspell/gtkspell.c:559 +#. on top: language selection +#: ../gtkspell/gtkspell.c:602 #, fuzzy msgid "Languages" msgstr "Tale" -#: ../gtkspell/gtkspell.c:659 +#: ../gtkspell/gtkspell.c:702 #, fuzzy, c-format msgid "enchant error for language: %s" msgstr "enchant fout vir taal: %s" diff -Nru gtkspell3-3.0.3/po/ak.po gtkspell3-3.0.4/po/ak.po --- gtkspell3-3.0.3/po/ak.po 2013-02-06 23:30:42.000000000 +0000 +++ gtkspell3-3.0.4/po/ak.po 2013-09-25 21:49:55.000000000 +0000 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: gtkspell3 3.0.1\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2013-01-20 17:07+0100\n" +"POT-Creation-Date: 2013-09-25 23:44+0200\n" "PO-Revision-Date: 2009-12-31 16:03+0200\n" "Last-Translator: kasahorow \n" "Language-Team: Akan \n" @@ -19,28 +19,30 @@ "Plural-Forms: nplurals=2; plural=(n > 1);\n" "X-Generator: Pootle 2.0.0\n" -#: ../gtkspell/gtkspell.c:410 +#: ../gtkspell/gtkspell.c:428 msgid "(no suggestions)" msgstr "(adwenkyerɛ biara nni hɔ)" -#: ../gtkspell/gtkspell.c:426 +#: ../gtkspell/gtkspell.c:444 msgid "More..." msgstr "Bio..." -#: ../gtkspell/gtkspell.c:447 +#. + Add to Dictionary +#: ../gtkspell/gtkspell.c:465 #, c-format msgid "Add \"%s\" to Dictionary" msgstr "Fa \"%s\" ka Nsɛmfuasekyerɛ ho" -#: ../gtkspell/gtkspell.c:457 +#: ../gtkspell/gtkspell.c:480 ../gtkspell/gtkspell.c:482 msgid "Ignore All" msgstr "Bu wo eni gu wɔn Nyinara so" -#: ../gtkspell/gtkspell.c:559 +#. on top: language selection +#: ../gtkspell/gtkspell.c:602 msgid "Languages" msgstr "Akasa" -#: ../gtkspell/gtkspell.c:659 +#: ../gtkspell/gtkspell.c:702 #, c-format msgid "enchant error for language: %s" msgstr "" diff -Nru gtkspell3-3.0.3/po/ast.po gtkspell3-3.0.4/po/ast.po --- gtkspell3-3.0.3/po/ast.po 2013-02-06 23:30:42.000000000 +0000 +++ gtkspell3-3.0.4/po/ast.po 2013-09-25 21:49:55.000000000 +0000 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: gtkspell3 3.0.1\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2013-01-20 17:07+0100\n" +"POT-Creation-Date: 2013-09-25 23:44+0200\n" "PO-Revision-Date: 2009-12-15 12:22+0100\n" "Last-Translator: Marquinos \n" "Language-Team: Asturian \n" @@ -18,28 +18,30 @@ "Content-Transfer-Encoding: 8bit\n" "X-Generator: KBabel 1.3.1\n" -#: ../gtkspell/gtkspell.c:410 +#: ../gtkspell/gtkspell.c:428 msgid "(no suggestions)" msgstr "(ensin suxerencies)" -#: ../gtkspell/gtkspell.c:426 +#: ../gtkspell/gtkspell.c:444 msgid "More..." msgstr "Más..." -#: ../gtkspell/gtkspell.c:447 +#. + Add to Dictionary +#: ../gtkspell/gtkspell.c:465 #, c-format msgid "Add \"%s\" to Dictionary" msgstr "Amestar \"%s\" al Diccionariu" -#: ../gtkspell/gtkspell.c:457 +#: ../gtkspell/gtkspell.c:480 ../gtkspell/gtkspell.c:482 msgid "Ignore All" msgstr "Ignorar Toos" -#: ../gtkspell/gtkspell.c:559 +#. on top: language selection +#: ../gtkspell/gtkspell.c:602 msgid "Languages" msgstr "Llingües" -#: ../gtkspell/gtkspell.c:659 +#: ../gtkspell/gtkspell.c:702 #, c-format msgid "enchant error for language: %s" msgstr "fallu atontáu pa la llingua: %s" diff -Nru gtkspell3-3.0.3/po/be.po gtkspell3-3.0.4/po/be.po --- gtkspell3-3.0.3/po/be.po 2013-02-06 23:30:42.000000000 +0000 +++ gtkspell3-3.0.4/po/be.po 2013-09-25 21:49:55.000000000 +0000 @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: gtkspell3 3.0.1\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2013-01-20 17:07+0100\n" +"POT-Creation-Date: 2013-09-25 23:44+0200\n" "PO-Revision-Date: 2010-01-08 01:27+0300\n" "Last-Translator: Ihar Hrachyshka \n" "Language-Team: Belarusian \n" @@ -21,28 +21,30 @@ "%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n" "X-Generator: Pootle 2.0.0\n" -#: ../gtkspell/gtkspell.c:410 +#: ../gtkspell/gtkspell.c:428 msgid "(no suggestions)" msgstr "(няма прапаноў)" -#: ../gtkspell/gtkspell.c:426 +#: ../gtkspell/gtkspell.c:444 msgid "More..." msgstr "Яшчэ..." -#: ../gtkspell/gtkspell.c:447 +#. + Add to Dictionary +#: ../gtkspell/gtkspell.c:465 #, c-format msgid "Add \"%s\" to Dictionary" msgstr "Дадаць \"%s\" у слоўнік" -#: ../gtkspell/gtkspell.c:457 +#: ../gtkspell/gtkspell.c:480 ../gtkspell/gtkspell.c:482 msgid "Ignore All" msgstr "Ігнараваць усё" -#: ../gtkspell/gtkspell.c:559 +#. on top: language selection +#: ../gtkspell/gtkspell.c:602 msgid "Languages" msgstr "Мовы" -#: ../gtkspell/gtkspell.c:659 +#: ../gtkspell/gtkspell.c:702 #, c-format msgid "enchant error for language: %s" msgstr "Памылка enchant для мовы: %s" diff -Nru gtkspell3-3.0.3/po/cs.po gtkspell3-3.0.4/po/cs.po --- gtkspell3-3.0.3/po/cs.po 2013-02-06 23:30:42.000000000 +0000 +++ gtkspell3-3.0.4/po/cs.po 2013-09-25 21:49:55.000000000 +0000 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: gtkspell3 3.0.1\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2013-01-20 17:07+0100\n" +"POT-Creation-Date: 2013-09-25 23:44+0200\n" "PO-Revision-Date: 2009-10-10 19:24+0200\n" "Last-Translator: Petr Kovar \n" "Language-Team: Czech \n" @@ -18,28 +18,30 @@ "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" -#: ../gtkspell/gtkspell.c:410 +#: ../gtkspell/gtkspell.c:428 msgid "(no suggestions)" msgstr "(žádné návrhy)" -#: ../gtkspell/gtkspell.c:426 +#: ../gtkspell/gtkspell.c:444 msgid "More..." msgstr "Další..." -#: ../gtkspell/gtkspell.c:447 +#. + Add to Dictionary +#: ../gtkspell/gtkspell.c:465 #, c-format msgid "Add \"%s\" to Dictionary" msgstr "Přidat \"%s\" do slovníku" -#: ../gtkspell/gtkspell.c:457 +#: ../gtkspell/gtkspell.c:480 ../gtkspell/gtkspell.c:482 msgid "Ignore All" msgstr "Ignorovat vše" -#: ../gtkspell/gtkspell.c:559 +#. on top: language selection +#: ../gtkspell/gtkspell.c:602 msgid "Languages" msgstr "Jazyky" -#: ../gtkspell/gtkspell.c:659 +#: ../gtkspell/gtkspell.c:702 #, c-format msgid "enchant error for language: %s" msgstr "Chyba systému enchant jazyka: %s" diff -Nru gtkspell3-3.0.3/po/da.po gtkspell3-3.0.4/po/da.po --- gtkspell3-3.0.3/po/da.po 2013-02-06 23:30:42.000000000 +0000 +++ gtkspell3-3.0.4/po/da.po 2013-09-25 21:49:55.000000000 +0000 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: gtkspell3 3.0.1\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2013-01-20 17:07+0100\n" +"POT-Creation-Date: 2013-09-25 23:44+0200\n" "PO-Revision-Date: 2009-10-08 00:00+0000\n" "Last-Translator: Joe Hansen \n" "Language-Team: Danish \n" @@ -17,30 +17,32 @@ "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -#: ../gtkspell/gtkspell.c:410 +#: ../gtkspell/gtkspell.c:428 msgid "(no suggestions)" msgstr "(ingen forslag)" -#: ../gtkspell/gtkspell.c:426 +#: ../gtkspell/gtkspell.c:444 msgid "More..." msgstr "Flere..." -#: ../gtkspell/gtkspell.c:447 +#. + Add to Dictionary +#: ../gtkspell/gtkspell.c:465 #, c-format msgid "Add \"%s\" to Dictionary" msgstr "Tilføj »%s« til ordbogen" -#: ../gtkspell/gtkspell.c:457 +#: ../gtkspell/gtkspell.c:480 ../gtkspell/gtkspell.c:482 msgid "Ignore All" msgstr "Ignorer alle" -#: ../gtkspell/gtkspell.c:559 +#. on top: language selection +#: ../gtkspell/gtkspell.c:602 msgid "Languages" msgstr "Sprog" # http://www.abisource.com/projects/enchant/ # program, men burde det så ikke være med stort. -#: ../gtkspell/gtkspell.c:659 +#: ../gtkspell/gtkspell.c:702 #, c-format msgid "enchant error for language: %s" msgstr "Enchantfejl for sprog: %s" diff -Nru gtkspell3-3.0.3/po/de.po gtkspell3-3.0.4/po/de.po --- gtkspell3-3.0.3/po/de.po 2013-02-06 23:30:42.000000000 +0000 +++ gtkspell3-3.0.4/po/de.po 2013-09-25 21:49:55.000000000 +0000 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: gtkspell3 3.0.1\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2013-01-20 17:07+0100\n" +"POT-Creation-Date: 2013-09-25 23:44+0200\n" "PO-Revision-Date: 2009-10-25 23:26+0100\n" "Last-Translator: Roland Illig \n" "Language-Team: German \n" @@ -17,28 +17,30 @@ "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" -#: ../gtkspell/gtkspell.c:410 +#: ../gtkspell/gtkspell.c:428 msgid "(no suggestions)" msgstr "(keine Vorschläge)" -#: ../gtkspell/gtkspell.c:426 +#: ../gtkspell/gtkspell.c:444 msgid "More..." msgstr "Mehr ..." -#: ../gtkspell/gtkspell.c:447 +#. + Add to Dictionary +#: ../gtkspell/gtkspell.c:465 #, c-format msgid "Add \"%s\" to Dictionary" msgstr "»%s« zum Wörterbuch hinzufügen" -#: ../gtkspell/gtkspell.c:457 +#: ../gtkspell/gtkspell.c:480 ../gtkspell/gtkspell.c:482 msgid "Ignore All" msgstr "Alle ignorieren" -#: ../gtkspell/gtkspell.c:559 +#. on top: language selection +#: ../gtkspell/gtkspell.c:602 msgid "Languages" msgstr "Sprachen" -#: ../gtkspell/gtkspell.c:659 +#: ../gtkspell/gtkspell.c:702 #, c-format msgid "enchant error for language: %s" msgstr "Enchant-Fehler für Sprache: %s" diff -Nru gtkspell3-3.0.3/po/el.po gtkspell3-3.0.4/po/el.po --- gtkspell3-3.0.3/po/el.po 2013-02-06 23:30:42.000000000 +0000 +++ gtkspell3-3.0.4/po/el.po 2013-09-25 21:49:55.000000000 +0000 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: gtkspell3 3.0.1\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2013-01-20 17:07+0100\n" +"POT-Creation-Date: 2013-09-25 23:44+0200\n" "PO-Revision-Date: 2005-01-06 18:56+0000\n" "Last-Translator: Simos Xenitellis \n" "Language-Team: Greek \n" @@ -18,29 +18,31 @@ "Content-Transfer-Encoding: 8bit\n" "X-Generator: KBabel 1.3.1\n" -#: ../gtkspell/gtkspell.c:410 +#: ../gtkspell/gtkspell.c:428 msgid "(no suggestions)" msgstr "(δεν υπάρχουν προτάσεις)" -#: ../gtkspell/gtkspell.c:426 +#: ../gtkspell/gtkspell.c:444 msgid "More..." msgstr "Περισσότερα..." -#: ../gtkspell/gtkspell.c:447 +#. + Add to Dictionary +#: ../gtkspell/gtkspell.c:465 #, c-format msgid "Add \"%s\" to Dictionary" msgstr "Προσθήκη \"%s\" στο Λεξικό" -#: ../gtkspell/gtkspell.c:457 +#: ../gtkspell/gtkspell.c:480 ../gtkspell/gtkspell.c:482 msgid "Ignore All" msgstr "Αγνόηση Όλων" -#: ../gtkspell/gtkspell.c:559 +#. on top: language selection +#: ../gtkspell/gtkspell.c:602 #, fuzzy msgid "Languages" msgstr "Γλώσσες" -#: ../gtkspell/gtkspell.c:659 +#: ../gtkspell/gtkspell.c:702 #, fuzzy, c-format msgid "enchant error for language: %s" msgstr "enchant σφάλμα για τη γλώσσα: %s" diff -Nru gtkspell3-3.0.3/po/eo.po gtkspell3-3.0.4/po/eo.po --- gtkspell3-3.0.3/po/eo.po 2013-02-06 23:30:42.000000000 +0000 +++ gtkspell3-3.0.4/po/eo.po 2013-09-25 21:49:55.000000000 +0000 @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: gtkspell3 3.0.1\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2013-01-20 17:07+0100\n" +"POT-Creation-Date: 2013-09-25 23:44+0200\n" "PO-Revision-Date: 2009-10-20 22:38-0300\n" "Last-Translator: Felipe Castro \n" "Language-Team: Esperanto \n" @@ -18,28 +18,30 @@ "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" -#: ../gtkspell/gtkspell.c:410 +#: ../gtkspell/gtkspell.c:428 msgid "(no suggestions)" msgstr "(neniu sugesto)" -#: ../gtkspell/gtkspell.c:426 +#: ../gtkspell/gtkspell.c:444 msgid "More..." msgstr "Pli..." -#: ../gtkspell/gtkspell.c:447 +#. + Add to Dictionary +#: ../gtkspell/gtkspell.c:465 #, c-format msgid "Add \"%s\" to Dictionary" msgstr "Aldoni \"%s\" al la Vortaro" -#: ../gtkspell/gtkspell.c:457 +#: ../gtkspell/gtkspell.c:480 ../gtkspell/gtkspell.c:482 msgid "Ignore All" msgstr "Ignori Ĉiujn" -#: ../gtkspell/gtkspell.c:559 +#. on top: language selection +#: ../gtkspell/gtkspell.c:602 msgid "Languages" msgstr "Lingvoj" -#: ../gtkspell/gtkspell.c:659 +#: ../gtkspell/gtkspell.c:702 #, c-format msgid "enchant error for language: %s" msgstr "eraro de enchant por la lingvo: %s" diff -Nru gtkspell3-3.0.3/po/es.po gtkspell3-3.0.4/po/es.po --- gtkspell3-3.0.3/po/es.po 2013-02-06 23:30:42.000000000 +0000 +++ gtkspell3-3.0.4/po/es.po 2013-09-25 21:49:55.000000000 +0000 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: gtkspell 3.0.1\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2013-01-20 17:07+0100\n" +"POT-Creation-Date: 2013-09-25 23:44+0200\n" "PO-Revision-Date: 2004-11-27 20:09+0000\n" "Last-Translator: Víctor Alonso \n" "Language-Team: Spanish \n" @@ -18,28 +18,30 @@ "Content-Transfer-Encoding: 8bit\n" "X-Generator: KBabel 1.3.1\n" -#: ../gtkspell/gtkspell.c:410 +#: ../gtkspell/gtkspell.c:428 msgid "(no suggestions)" msgstr "(no hay sugerencias)" -#: ../gtkspell/gtkspell.c:426 +#: ../gtkspell/gtkspell.c:444 msgid "More..." msgstr "Más..." -#: ../gtkspell/gtkspell.c:447 +#. + Add to Dictionary +#: ../gtkspell/gtkspell.c:465 #, c-format msgid "Add \"%s\" to Dictionary" msgstr "Añadir \"%s\" al diccionario" -#: ../gtkspell/gtkspell.c:457 +#: ../gtkspell/gtkspell.c:480 ../gtkspell/gtkspell.c:482 msgid "Ignore All" msgstr "Descartar todas" -#: ../gtkspell/gtkspell.c:559 +#. on top: language selection +#: ../gtkspell/gtkspell.c:602 msgid "Languages" msgstr "Idiomas" -#: ../gtkspell/gtkspell.c:659 +#: ../gtkspell/gtkspell.c:702 #, c-format msgid "enchant error for language: %s" msgstr "enchant error para el idioma: %s" diff -Nru gtkspell3-3.0.3/po/eu.po gtkspell3-3.0.4/po/eu.po --- gtkspell3-3.0.3/po/eu.po 2013-02-06 23:30:42.000000000 +0000 +++ gtkspell3-3.0.4/po/eu.po 2013-09-25 21:49:55.000000000 +0000 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: gtkspell3 3.0.1\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2013-01-20 17:07+0100\n" +"POT-Creation-Date: 2013-09-25 23:44+0200\n" "PO-Revision-Date: 2009-12-09 23:57+0100\n" "Last-Translator: Mikel Olasagasti Uranga \n" "Language-Team: Basque \n" @@ -17,28 +17,30 @@ "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -#: ../gtkspell/gtkspell.c:410 +#: ../gtkspell/gtkspell.c:428 msgid "(no suggestions)" msgstr " (ez dago iradokizunik) " -#: ../gtkspell/gtkspell.c:426 +#: ../gtkspell/gtkspell.c:444 msgid "More..." msgstr "Gehiago..." -#: ../gtkspell/gtkspell.c:447 +#. + Add to Dictionary +#: ../gtkspell/gtkspell.c:465 #, c-format msgid "Add \"%s\" to Dictionary" msgstr "Gehitu \"%s\" hiztegiari" -#: ../gtkspell/gtkspell.c:457 +#: ../gtkspell/gtkspell.c:480 ../gtkspell/gtkspell.c:482 msgid "Ignore All" msgstr "Ignoratu guztiak" -#: ../gtkspell/gtkspell.c:559 +#. on top: language selection +#: ../gtkspell/gtkspell.c:602 msgid "Languages" msgstr "Hizkuntzak" -#: ../gtkspell/gtkspell.c:659 +#: ../gtkspell/gtkspell.c:702 #, c-format msgid "enchant error for language: %s" msgstr "enchant-en errorea hizkuntza honentzat: %s" diff -Nru gtkspell3-3.0.3/po/ff.po gtkspell3-3.0.4/po/ff.po --- gtkspell3-3.0.3/po/ff.po 2013-02-06 23:30:42.000000000 +0000 +++ gtkspell3-3.0.4/po/ff.po 2013-09-25 21:49:55.000000000 +0000 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: gtkspell3 3.0.1\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2013-01-20 17:07+0100\n" +"POT-Creation-Date: 2013-09-25 23:44+0200\n" "PO-Revision-Date: 2010-11-19 21:01+0200\n" "Last-Translator: Ibrahima SARR \n" "Language-Team: Fula \n" @@ -18,28 +18,30 @@ "Content-Transfer-Encoding: 8bit\n" "X-Generator: Pootle 2.1.3\n" -#: ../gtkspell/gtkspell.c:410 +#: ../gtkspell/gtkspell.c:428 msgid "(no suggestions)" msgstr "(alaa wasiyaaji)" -#: ../gtkspell/gtkspell.c:426 +#: ../gtkspell/gtkspell.c:444 msgid "More..." msgstr "Jokku..." -#: ../gtkspell/gtkspell.c:447 +#. + Add to Dictionary +#: ../gtkspell/gtkspell.c:465 #, c-format msgid "Add \"%s\" to Dictionary" msgstr "Ɓeydu \"%s\" e Saggitorde" -#: ../gtkspell/gtkspell.c:457 +#: ../gtkspell/gtkspell.c:480 ../gtkspell/gtkspell.c:482 msgid "Ignore All" msgstr "Faalkiso Fof" -#: ../gtkspell/gtkspell.c:559 +#. on top: language selection +#: ../gtkspell/gtkspell.c:602 msgid "Languages" msgstr "Ɗemɗe" -#: ../gtkspell/gtkspell.c:659 +#: ../gtkspell/gtkspell.c:702 #, c-format msgid "enchant error for language: %s" msgstr "" diff -Nru gtkspell3-3.0.3/po/fi.po gtkspell3-3.0.4/po/fi.po --- gtkspell3-3.0.3/po/fi.po 2013-02-06 23:30:42.000000000 +0000 +++ gtkspell3-3.0.4/po/fi.po 2013-09-25 21:49:55.000000000 +0000 @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: gtkspell3 3.0.1\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2013-01-20 17:07+0100\n" +"POT-Creation-Date: 2013-09-25 23:44+0200\n" "PO-Revision-Date: 2009-10-08 10:22+0200\n" "Last-Translator: Jorma Karvonen \n" "Language-Team: Finnish \n" @@ -19,28 +19,30 @@ "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: ../gtkspell/gtkspell.c:410 +#: ../gtkspell/gtkspell.c:428 msgid "(no suggestions)" msgstr "(ei ehdotuksia)" -#: ../gtkspell/gtkspell.c:426 +#: ../gtkspell/gtkspell.c:444 msgid "More..." msgstr "Lisää..." -#: ../gtkspell/gtkspell.c:447 +#. + Add to Dictionary +#: ../gtkspell/gtkspell.c:465 #, c-format msgid "Add \"%s\" to Dictionary" msgstr "Lisää ”%s” sanakirjaan" -#: ../gtkspell/gtkspell.c:457 +#: ../gtkspell/gtkspell.c:480 ../gtkspell/gtkspell.c:482 msgid "Ignore All" msgstr "Ohita kaikki" -#: ../gtkspell/gtkspell.c:559 +#. on top: language selection +#: ../gtkspell/gtkspell.c:602 msgid "Languages" msgstr "Kielet" -#: ../gtkspell/gtkspell.c:659 +#: ../gtkspell/gtkspell.c:702 #, c-format msgid "enchant error for language: %s" msgstr "enchant-ohjelman aiheuttama virhe kielelle: %s" diff -Nru gtkspell3-3.0.3/po/fo.po gtkspell3-3.0.4/po/fo.po --- gtkspell3-3.0.3/po/fo.po 2013-02-06 23:30:42.000000000 +0000 +++ gtkspell3-3.0.4/po/fo.po 2013-09-25 21:49:55.000000000 +0000 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: gtkspell3 3.0.1\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2013-01-20 17:07+0100\n" +"POT-Creation-Date: 2013-09-25 23:44+0200\n" "PO-Revision-Date: 2010-08-27 00:11+0200\n" "Last-Translator: Gunleif \n" "Language-Team: Faroese \n" @@ -19,28 +19,30 @@ "Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-Generator: Pootle 2.1.5\n" -#: ../gtkspell/gtkspell.c:410 +#: ../gtkspell/gtkspell.c:428 msgid "(no suggestions)" msgstr "(eingi uppskot)" -#: ../gtkspell/gtkspell.c:426 +#: ../gtkspell/gtkspell.c:444 msgid "More..." msgstr "Meira..." -#: ../gtkspell/gtkspell.c:447 +#. + Add to Dictionary +#: ../gtkspell/gtkspell.c:465 #, c-format msgid "Add \"%s\" to Dictionary" msgstr "Legg \"%s\" afturat orðabókini" -#: ../gtkspell/gtkspell.c:457 +#: ../gtkspell/gtkspell.c:480 ../gtkspell/gtkspell.c:482 msgid "Ignore All" msgstr "Skúgva alt til viks" -#: ../gtkspell/gtkspell.c:559 +#. on top: language selection +#: ../gtkspell/gtkspell.c:602 msgid "Languages" msgstr "Mál" -#: ../gtkspell/gtkspell.c:659 +#: ../gtkspell/gtkspell.c:702 #, c-format msgid "enchant error for language: %s" msgstr "" diff -Nru gtkspell3-3.0.3/po/fr.po gtkspell3-3.0.4/po/fr.po --- gtkspell3-3.0.3/po/fr.po 2013-02-06 23:30:42.000000000 +0000 +++ gtkspell3-3.0.4/po/fr.po 2013-09-25 21:49:55.000000000 +0000 @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: gtkspell3 3.0.1\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2013-01-20 17:07+0100\n" +"POT-Creation-Date: 2013-09-25 23:44+0200\n" "PO-Revision-Date: 2011-06-25 11:28+0200\n" "Last-Translator: Frédéric Marchal \n" "Language-Team: French \n" @@ -20,28 +20,30 @@ "Plural-Forms: nplurals=2; plural=(n > 1);\n" "X-Generator: Lokalize 1.2\n" -#: ../gtkspell/gtkspell.c:410 +#: ../gtkspell/gtkspell.c:428 msgid "(no suggestions)" msgstr "(aucune suggestion)" -#: ../gtkspell/gtkspell.c:426 +#: ../gtkspell/gtkspell.c:444 msgid "More..." msgstr "Plus encore..." -#: ../gtkspell/gtkspell.c:447 +#. + Add to Dictionary +#: ../gtkspell/gtkspell.c:465 #, c-format msgid "Add \"%s\" to Dictionary" msgstr "Ajouter «%s» au Dictionnaire" -#: ../gtkspell/gtkspell.c:457 +#: ../gtkspell/gtkspell.c:480 ../gtkspell/gtkspell.c:482 msgid "Ignore All" msgstr "Tout ignorer" -#: ../gtkspell/gtkspell.c:559 +#. on top: language selection +#: ../gtkspell/gtkspell.c:602 msgid "Languages" msgstr "Langages" -#: ../gtkspell/gtkspell.c:659 +#: ../gtkspell/gtkspell.c:702 #, c-format msgid "enchant error for language: %s" msgstr "erreur de enchant pour le langage: %s" diff -Nru gtkspell3-3.0.3/po/ga.po gtkspell3-3.0.4/po/ga.po --- gtkspell3-3.0.3/po/ga.po 2013-02-06 23:30:42.000000000 +0000 +++ gtkspell3-3.0.4/po/ga.po 2013-09-25 21:49:55.000000000 +0000 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: gtkspell3 3.0.1\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2013-01-20 17:07+0100\n" +"POT-Creation-Date: 2013-09-25 23:44+0200\n" "PO-Revision-Date: 2004-06-11 12:05-0500\n" "Last-Translator: Kevin Patrick Scannell \n" "Language-Team: Irish \n" @@ -17,29 +17,31 @@ "Content-Type: text/plain; charset=ISO-8859-1\n" "Content-Transfer-Encoding: 8bit\n" -#: ../gtkspell/gtkspell.c:410 +#: ../gtkspell/gtkspell.c:428 msgid "(no suggestions)" msgstr "(nl aon mholadh)" -#: ../gtkspell/gtkspell.c:426 +#: ../gtkspell/gtkspell.c:444 msgid "More..." msgstr "Tuilleadh..." -#: ../gtkspell/gtkspell.c:447 +#. + Add to Dictionary +#: ../gtkspell/gtkspell.c:465 #, c-format msgid "Add \"%s\" to Dictionary" msgstr "Cuir \"%s\" isteach san fhoclir" -#: ../gtkspell/gtkspell.c:457 +#: ../gtkspell/gtkspell.c:480 ../gtkspell/gtkspell.c:482 msgid "Ignore All" msgstr "Dan neamhshuim ar gach" -#: ../gtkspell/gtkspell.c:559 +#. on top: language selection +#: ../gtkspell/gtkspell.c:602 #, fuzzy msgid "Languages" msgstr "Teangacha" -#: ../gtkspell/gtkspell.c:659 +#: ../gtkspell/gtkspell.c:702 #, fuzzy, c-format msgid "enchant error for language: %s" msgstr "enchant earrid don teanga: %s" diff -Nru gtkspell3-3.0.3/po/gl.po gtkspell3-3.0.4/po/gl.po --- gtkspell3-3.0.3/po/gl.po 2013-02-06 23:30:42.000000000 +0000 +++ gtkspell3-3.0.4/po/gl.po 2013-09-25 21:49:55.000000000 +0000 @@ -12,7 +12,7 @@ msgstr "" "Project-Id-Version: gtkspell3 3.0.1\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2013-01-20 17:07+0100\n" +"POT-Creation-Date: 2013-09-25 23:44+0200\n" "PO-Revision-Date: 2012-11-10 13:49+0200\n" "Last-Translator: Leandro Regueiro \n" "Language-Team: Galician \n" @@ -23,28 +23,30 @@ "Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-Generator: Virtaal 0.7.0\n" -#: ../gtkspell/gtkspell.c:410 +#: ../gtkspell/gtkspell.c:428 msgid "(no suggestions)" msgstr "(non hai recomendacións)" -#: ../gtkspell/gtkspell.c:426 +#: ../gtkspell/gtkspell.c:444 msgid "More..." msgstr "Máis..." -#: ../gtkspell/gtkspell.c:447 +#. + Add to Dictionary +#: ../gtkspell/gtkspell.c:465 #, c-format msgid "Add \"%s\" to Dictionary" msgstr "Engadir «%s» ao dicionario" -#: ../gtkspell/gtkspell.c:457 +#: ../gtkspell/gtkspell.c:480 ../gtkspell/gtkspell.c:482 msgid "Ignore All" msgstr "Ignorar todo" -#: ../gtkspell/gtkspell.c:559 +#. on top: language selection +#: ../gtkspell/gtkspell.c:602 msgid "Languages" msgstr "Idiomas" -#: ../gtkspell/gtkspell.c:659 +#: ../gtkspell/gtkspell.c:702 #, c-format msgid "enchant error for language: %s" msgstr "erro de enchant para o idioma: %s" diff -Nru gtkspell3-3.0.3/po/gtkspell3.pot gtkspell3-3.0.4/po/gtkspell3.pot --- gtkspell3-3.0.3/po/gtkspell3.pot 1970-01-01 00:00:00.000000000 +0000 +++ gtkspell3-3.0.4/po/gtkspell3.pot 2013-09-25 21:49:55.000000000 +0000 @@ -0,0 +1,46 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# FIRST AUTHOR , YEAR. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2013-09-25 23:44+0200\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"Language: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=CHARSET\n" +"Content-Transfer-Encoding: 8bit\n" + +#: ../gtkspell/gtkspell.c:428 +msgid "(no suggestions)" +msgstr "" + +#: ../gtkspell/gtkspell.c:444 +msgid "More..." +msgstr "" + +#. + Add to Dictionary +#: ../gtkspell/gtkspell.c:465 +#, c-format +msgid "Add \"%s\" to Dictionary" +msgstr "" + +#: ../gtkspell/gtkspell.c:480 ../gtkspell/gtkspell.c:482 +msgid "Ignore All" +msgstr "" + +#. on top: language selection +#: ../gtkspell/gtkspell.c:602 +msgid "Languages" +msgstr "" + +#: ../gtkspell/gtkspell.c:702 +#, c-format +msgid "enchant error for language: %s" +msgstr "" diff -Nru gtkspell3-3.0.3/po/he.po gtkspell3-3.0.4/po/he.po --- gtkspell3-3.0.3/po/he.po 2013-02-06 23:30:42.000000000 +0000 +++ gtkspell3-3.0.4/po/he.po 2013-09-25 21:49:55.000000000 +0000 @@ -1,47 +1,46 @@ # Hebrew translations of gtkspell3 # Copyright (C) 2013 the gtkspell3 copyright holder -# This file is distributed under the same license as the gtkspell3 package. -# Isratine Citizen , 2012. +# This file is distributed under the same license as the gtkspell package. +# Isratine Citizen , 2012 - 2013. # -#, fuzzy msgid "" msgstr "" -"Project-Id-Version: gtkspell3 3.0.1\n" +"Project-Id-Version: gtkspell 3.0.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2013-01-20 17:07+0100\n" -"PO-Revision-Date: 2012-05-24 01:15+0200\n" +"POT-Creation-Date: 2013-09-25 23:44+0200\n" +"PO-Revision-Date: 2013-08-14 10:18+0200\n" "Last-Translator: Isratine Citizen \n" "Language-Team: Hebrew \n" "Language: he\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"X-Generator: Poedit 1.5.4\n" -# לא קיימות הצעות -#: ../gtkspell/gtkspell.c:410 +#: ../gtkspell/gtkspell.c:428 msgid "(no suggestions)" msgstr "(אין הצעות)" -#: ../gtkspell/gtkspell.c:426 +#: ../gtkspell/gtkspell.c:444 msgid "More..." msgstr "עוד..." -#: ../gtkspell/gtkspell.c:447 +#. + Add to Dictionary +#: ../gtkspell/gtkspell.c:465 #, c-format msgid "Add \"%s\" to Dictionary" -msgstr "הוספת \"%s\" אל המליון" +msgstr "הוסף את \"%s\" למילון" -# התעלמות מוחלטת -#: ../gtkspell/gtkspell.c:457 +#: ../gtkspell/gtkspell.c:480 ../gtkspell/gtkspell.c:482 msgid "Ignore All" msgstr "התעלם מהכל" -#: ../gtkspell/gtkspell.c:559 +#. on top: language selection +#: ../gtkspell/gtkspell.c:602 msgid "Languages" msgstr "שפות" -# התואילו לסייע בפירוש המילה כישוף או קסם? -#: ../gtkspell/gtkspell.c:659 +#: ../gtkspell/gtkspell.c:702 #, c-format msgid "enchant error for language: %s" msgstr "שגיאת enchant עבור שפה: %s" diff -Nru gtkspell3-3.0.3/po/hr.po gtkspell3-3.0.4/po/hr.po --- gtkspell3-3.0.3/po/hr.po 2013-02-06 23:30:42.000000000 +0000 +++ gtkspell3-3.0.4/po/hr.po 2013-09-25 21:49:55.000000000 +0000 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: gtkspell3 3.0.1\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2013-01-20 17:07+0100\n" +"POT-Creation-Date: 2013-09-25 23:44+0200\n" "PO-Revision-Date: 2012-04-16 01:59+0200\n" "Last-Translator: Tomislav Krznar \n" "Language-Team: Croatian \n" @@ -19,28 +19,30 @@ "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n" "%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2)\n" -#: ../gtkspell/gtkspell.c:410 +#: ../gtkspell/gtkspell.c:428 msgid "(no suggestions)" msgstr "(nema prijedloga)" -#: ../gtkspell/gtkspell.c:426 +#: ../gtkspell/gtkspell.c:444 msgid "More..." msgstr "Više..." -#: ../gtkspell/gtkspell.c:447 +#. + Add to Dictionary +#: ../gtkspell/gtkspell.c:465 #, c-format msgid "Add \"%s\" to Dictionary" msgstr "Dodaj „%s” u rječnik" -#: ../gtkspell/gtkspell.c:457 +#: ../gtkspell/gtkspell.c:480 ../gtkspell/gtkspell.c:482 msgid "Ignore All" msgstr "Zanemari sve" -#: ../gtkspell/gtkspell.c:559 +#. on top: language selection +#: ../gtkspell/gtkspell.c:602 msgid "Languages" msgstr "Jezici" -#: ../gtkspell/gtkspell.c:659 +#: ../gtkspell/gtkspell.c:702 #, c-format msgid "enchant error for language: %s" msgstr "enchant greška za jezik: %s" diff -Nru gtkspell3-3.0.3/po/hu.po gtkspell3-3.0.4/po/hu.po --- gtkspell3-3.0.3/po/hu.po 2013-02-06 23:30:42.000000000 +0000 +++ gtkspell3-3.0.4/po/hu.po 2013-09-25 21:49:55.000000000 +0000 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: gtkspell3 3.0.1\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2013-01-20 17:07+0100\n" +"POT-Creation-Date: 2013-09-25 23:44+0200\n" "PO-Revision-Date: 2010-02-01 15:16+0100\n" "Last-Translator: Gabor Kelemen \n" "Language-Team: Hungarian \n" @@ -19,28 +19,30 @@ "X-Generator: KBabel 1.11.4\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: ../gtkspell/gtkspell.c:410 +#: ../gtkspell/gtkspell.c:428 msgid "(no suggestions)" msgstr "(nincs javaslat)" -#: ../gtkspell/gtkspell.c:426 +#: ../gtkspell/gtkspell.c:444 msgid "More..." msgstr "Több…" -#: ../gtkspell/gtkspell.c:447 +#. + Add to Dictionary +#: ../gtkspell/gtkspell.c:465 #, c-format msgid "Add \"%s\" to Dictionary" msgstr "„%s” felvétele a szótárba" -#: ../gtkspell/gtkspell.c:457 +#: ../gtkspell/gtkspell.c:480 ../gtkspell/gtkspell.c:482 msgid "Ignore All" msgstr "Mindent mellőz" -#: ../gtkspell/gtkspell.c:559 +#. on top: language selection +#: ../gtkspell/gtkspell.c:602 msgid "Languages" msgstr "Nyelvek" -#: ../gtkspell/gtkspell.c:659 +#: ../gtkspell/gtkspell.c:702 #, c-format msgid "enchant error for language: %s" msgstr "enchant hiba a következő nyelvhez: %s" diff -Nru gtkspell3-3.0.3/po/hy.po gtkspell3-3.0.4/po/hy.po --- gtkspell3-3.0.3/po/hy.po 2013-02-06 23:30:42.000000000 +0000 +++ gtkspell3-3.0.4/po/hy.po 2013-09-25 21:49:55.000000000 +0000 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: gtkspell3 3.0.1\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2013-01-20 17:07+0100\n" +"POT-Creation-Date: 2013-09-25 23:44+0200\n" "PO-Revision-Date: 2007-12-25 10:41+0400\n" "Last-Translator: Vardan Gevorgyan \n" "Language-Team: Armenian \n" @@ -18,29 +18,31 @@ "Content-Transfer-Encoding: 8bit\n" "X-Generator: KBabel 1.11.4\n" -#: ../gtkspell/gtkspell.c:410 +#: ../gtkspell/gtkspell.c:428 msgid "(no suggestions)" msgstr "(առաջարկություններ չկան)" -#: ../gtkspell/gtkspell.c:426 +#: ../gtkspell/gtkspell.c:444 msgid "More..." msgstr "Ավելին..." -#: ../gtkspell/gtkspell.c:447 +#. + Add to Dictionary +#: ../gtkspell/gtkspell.c:465 #, c-format msgid "Add \"%s\" to Dictionary" msgstr "Ավելացնել \"%s\" բառարանում" -#: ../gtkspell/gtkspell.c:457 +#: ../gtkspell/gtkspell.c:480 ../gtkspell/gtkspell.c:482 msgid "Ignore All" msgstr "Բացառել բոլորը" -#: ../gtkspell/gtkspell.c:559 +#. on top: language selection +#: ../gtkspell/gtkspell.c:602 #, fuzzy msgid "Languages" msgstr "լեզուներ" -#: ../gtkspell/gtkspell.c:659 +#: ../gtkspell/gtkspell.c:702 #, fuzzy, c-format msgid "enchant error for language: %s" msgstr "enchant սխալ է լեզվի: %s" diff -Nru gtkspell3-3.0.3/po/id.po gtkspell3-3.0.4/po/id.po --- gtkspell3-3.0.3/po/id.po 2013-02-06 23:30:42.000000000 +0000 +++ gtkspell3-3.0.4/po/id.po 2013-09-25 21:49:55.000000000 +0000 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: gtkspell3 3.0.1\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2013-01-20 17:07+0100\n" +"POT-Creation-Date: 2013-09-25 23:44+0200\n" "PO-Revision-Date: 2009-10-08 11:38-0400\n" "Last-Translator: Andhika Padmawan \n" "Language-Team: Indonesian \n" @@ -17,28 +17,30 @@ "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" -#: ../gtkspell/gtkspell.c:410 +#: ../gtkspell/gtkspell.c:428 msgid "(no suggestions)" msgstr "(tak ada saran)" -#: ../gtkspell/gtkspell.c:426 +#: ../gtkspell/gtkspell.c:444 msgid "More..." msgstr "Lainnya..." -#: ../gtkspell/gtkspell.c:447 +#. + Add to Dictionary +#: ../gtkspell/gtkspell.c:465 #, c-format msgid "Add \"%s\" to Dictionary" msgstr "Tambah \"%s\" ke Kamus" -#: ../gtkspell/gtkspell.c:457 +#: ../gtkspell/gtkspell.c:480 ../gtkspell/gtkspell.c:482 msgid "Ignore All" msgstr "Abaikan Semua" -#: ../gtkspell/gtkspell.c:559 +#. on top: language selection +#: ../gtkspell/gtkspell.c:602 msgid "Languages" msgstr "Bahasa" -#: ../gtkspell/gtkspell.c:659 +#: ../gtkspell/gtkspell.c:702 #, c-format msgid "enchant error for language: %s" msgstr "galat panggilan untuk bahasa: %s" diff -Nru gtkspell3-3.0.3/po/is.po gtkspell3-3.0.4/po/is.po --- gtkspell3-3.0.3/po/is.po 2013-02-06 23:30:42.000000000 +0000 +++ gtkspell3-3.0.4/po/is.po 2013-09-25 21:49:55.000000000 +0000 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: gtkspell3 3.0.1\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2013-01-20 17:07+0100\n" +"POT-Creation-Date: 2013-09-25 23:44+0200\n" "PO-Revision-Date: 2011-05-12 20:43+0000\n" "Last-Translator: Sveinn í Felli \n" "Language-Team: Icelandic \n" @@ -18,28 +18,30 @@ "Content-Transfer-Encoding: 8bit\n" "X-Generator: KBabel 1.11.4\n" -#: ../gtkspell/gtkspell.c:410 +#: ../gtkspell/gtkspell.c:428 msgid "(no suggestions)" msgstr "(engar tillögur)" -#: ../gtkspell/gtkspell.c:426 +#: ../gtkspell/gtkspell.c:444 msgid "More..." msgstr "Meira..." -#: ../gtkspell/gtkspell.c:447 +#. + Add to Dictionary +#: ../gtkspell/gtkspell.c:465 #, c-format msgid "Add \"%s\" to Dictionary" msgstr "Bæta \"%s\" við orðalista" -#: ../gtkspell/gtkspell.c:457 +#: ../gtkspell/gtkspell.c:480 ../gtkspell/gtkspell.c:482 msgid "Ignore All" msgstr "Hunsa allt" -#: ../gtkspell/gtkspell.c:559 +#. on top: language selection +#: ../gtkspell/gtkspell.c:602 msgid "Languages" msgstr "Tungumál" -#: ../gtkspell/gtkspell.c:659 +#: ../gtkspell/gtkspell.c:702 #, c-format msgid "enchant error for language: %s" msgstr "villa í enchant varðandi tungumálið: %s" diff -Nru gtkspell3-3.0.3/po/it.po gtkspell3-3.0.4/po/it.po --- gtkspell3-3.0.3/po/it.po 2013-02-06 23:30:42.000000000 +0000 +++ gtkspell3-3.0.4/po/it.po 2013-09-25 21:49:55.000000000 +0000 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: gtkspell3 3.0.1\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2013-01-20 17:07+0100\n" +"POT-Creation-Date: 2013-09-25 23:44+0200\n" "PO-Revision-Date: 2009-10-13 18:23+0100\n" "Last-Translator: Marco Colombo \n" "Language-Team: Italian \n" @@ -17,28 +17,30 @@ "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -#: ../gtkspell/gtkspell.c:410 +#: ../gtkspell/gtkspell.c:428 msgid "(no suggestions)" msgstr "(nessun suggerimento)" -#: ../gtkspell/gtkspell.c:426 +#: ../gtkspell/gtkspell.c:444 msgid "More..." msgstr "Ancora..." -#: ../gtkspell/gtkspell.c:447 +#. + Add to Dictionary +#: ../gtkspell/gtkspell.c:465 #, c-format msgid "Add \"%s\" to Dictionary" msgstr "Aggiungi \"%s\" al dizionario" -#: ../gtkspell/gtkspell.c:457 +#: ../gtkspell/gtkspell.c:480 ../gtkspell/gtkspell.c:482 msgid "Ignore All" msgstr "Ignora tutti" -#: ../gtkspell/gtkspell.c:559 +#. on top: language selection +#: ../gtkspell/gtkspell.c:602 msgid "Languages" msgstr "Lingue" -#: ../gtkspell/gtkspell.c:659 +#: ../gtkspell/gtkspell.c:702 #, c-format msgid "enchant error for language: %s" msgstr "errore di enchant per la lingua: %s" diff -Nru gtkspell3-3.0.3/po/ja.po gtkspell3-3.0.4/po/ja.po --- gtkspell3-3.0.3/po/ja.po 2013-02-06 23:30:42.000000000 +0000 +++ gtkspell3-3.0.4/po/ja.po 2013-09-25 21:49:55.000000000 +0000 @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: gtkspell3 3.0.1\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2013-01-20 17:07+0100\n" +"POT-Creation-Date: 2013-09-25 23:44+0200\n" "PO-Revision-Date: 2011-02-04 00:17+0900\n" "Last-Translator: Takeshi Hamasaki \n" "Language-Team: Japanese \n" @@ -18,28 +18,30 @@ "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -#: ../gtkspell/gtkspell.c:410 +#: ../gtkspell/gtkspell.c:428 msgid "(no suggestions)" msgstr "(訂正案はありません)" -#: ../gtkspell/gtkspell.c:426 +#: ../gtkspell/gtkspell.c:444 msgid "More..." msgstr "さらに表示..." -#: ../gtkspell/gtkspell.c:447 +#. + Add to Dictionary +#: ../gtkspell/gtkspell.c:465 #, c-format msgid "Add \"%s\" to Dictionary" msgstr "\"%s\" を辞書に追加する" -#: ../gtkspell/gtkspell.c:457 +#: ../gtkspell/gtkspell.c:480 ../gtkspell/gtkspell.c:482 msgid "Ignore All" msgstr "全て無視する" -#: ../gtkspell/gtkspell.c:559 +#. on top: language selection +#: ../gtkspell/gtkspell.c:602 msgid "Languages" msgstr "言語" -#: ../gtkspell/gtkspell.c:659 +#: ../gtkspell/gtkspell.c:702 #, c-format msgid "enchant error for language: %s" msgstr "言語 %s で enchant のエラーが発生しました" diff -Nru gtkspell3-3.0.3/po/ky.po gtkspell3-3.0.4/po/ky.po --- gtkspell3-3.0.3/po/ky.po 2013-02-06 23:30:42.000000000 +0000 +++ gtkspell3-3.0.4/po/ky.po 2013-09-25 21:49:55.000000000 +0000 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: gtkspell3 3.0.1\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2013-01-20 17:07+0100\n" +"POT-Creation-Date: 2013-09-25 23:44+0200\n" "PO-Revision-Date: 2008-03-03 14:55+0600\n" "Last-Translator: Ilyas Bakirov \n" "Language-Team: Kirghiz \n" @@ -19,28 +19,30 @@ "X-Poedit-Language: Kyrgyz\n" "X-Poedit-Country: KYRGYZSTAN\n" -#: ../gtkspell/gtkspell.c:410 +#: ../gtkspell/gtkspell.c:428 msgid "(no suggestions)" msgstr "(эч кандай вариант жок)" -#: ../gtkspell/gtkspell.c:426 +#: ../gtkspell/gtkspell.c:444 msgid "More..." msgstr "Дагы..." -#: ../gtkspell/gtkspell.c:447 +#. + Add to Dictionary +#: ../gtkspell/gtkspell.c:465 #, c-format msgid "Add \"%s\" to Dictionary" msgstr "\"%s\" Сөздүккө кошуу" -#: ../gtkspell/gtkspell.c:457 +#: ../gtkspell/gtkspell.c:480 ../gtkspell/gtkspell.c:482 msgid "Ignore All" msgstr "Бардыгын айнуу" -#: ../gtkspell/gtkspell.c:559 +#. on top: language selection +#: ../gtkspell/gtkspell.c:602 msgid "Languages" msgstr "" -#: ../gtkspell/gtkspell.c:659 +#: ../gtkspell/gtkspell.c:702 #, c-format msgid "enchant error for language: %s" msgstr "" diff -Nru gtkspell3-3.0.3/po/lg.po gtkspell3-3.0.4/po/lg.po --- gtkspell3-3.0.3/po/lg.po 2013-02-06 23:30:42.000000000 +0000 +++ gtkspell3-3.0.4/po/lg.po 2013-09-25 21:49:55.000000000 +0000 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: gtkspell3 3.0.1\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2013-01-20 17:07+0100\n" +"POT-Creation-Date: 2013-09-25 23:44+0200\n" "PO-Revision-Date: 2010-06-28 11:59+0200\n" "Last-Translator: OLWENY San James \n" "Language-Team: Ganda \n" @@ -18,28 +18,30 @@ "Content-Transfer-Encoding: 8bit\n" "X-Generator: Pootle 2.0.4\n" -#: ../gtkspell/gtkspell.c:410 +#: ../gtkspell/gtkspell.c:428 msgid "(no suggestions)" msgstr "(tewali magezi gaweereddwa)" -#: ../gtkspell/gtkspell.c:426 +#: ../gtkspell/gtkspell.c:444 msgid "More..." msgstr "Yongera..." -#: ../gtkspell/gtkspell.c:447 +#. + Add to Dictionary +#: ../gtkspell/gtkspell.c:465 #, c-format msgid "Add \"%s\" to Dictionary" msgstr "Gattako \"%s\" ku Nkuluze" -#: ../gtkspell/gtkspell.c:457 +#: ../gtkspell/gtkspell.c:480 ../gtkspell/gtkspell.c:482 msgid "Ignore All" msgstr "Ziimura Byonna" -#: ../gtkspell/gtkspell.c:559 +#. on top: language selection +#: ../gtkspell/gtkspell.c:602 msgid "Languages" msgstr "Ennimi" -#: ../gtkspell/gtkspell.c:659 +#: ../gtkspell/gtkspell.c:702 #, c-format msgid "enchant error for language: %s" msgstr "" diff -Nru gtkspell3-3.0.3/po/lt.po gtkspell3-3.0.4/po/lt.po --- gtkspell3-3.0.3/po/lt.po 2013-02-06 23:30:42.000000000 +0000 +++ gtkspell3-3.0.4/po/lt.po 2013-09-25 21:49:55.000000000 +0000 @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: gtkspell3 3.0.1\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2013-01-20 17:07+0100\n" +"POT-Creation-Date: 2013-09-25 23:44+0200\n" "PO-Revision-Date: 2012-01-19 09:56+0200\n" "Last-Translator: Algimantas Margevičius \n" "Language-Team: Lithuanian \n" @@ -20,28 +20,30 @@ # "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && (n" # "%100<10 || n%100>=20) ? 1 : 2)\n" -#: ../gtkspell/gtkspell.c:410 +#: ../gtkspell/gtkspell.c:428 msgid "(no suggestions)" msgstr "(pasiūlymų nėra)" -#: ../gtkspell/gtkspell.c:426 +#: ../gtkspell/gtkspell.c:444 msgid "More..." msgstr "Daugiau..." -#: ../gtkspell/gtkspell.c:447 +#. + Add to Dictionary +#: ../gtkspell/gtkspell.c:465 #, c-format msgid "Add \"%s\" to Dictionary" msgstr "Pridėti „%s“ į žodyną" -#: ../gtkspell/gtkspell.c:457 +#: ../gtkspell/gtkspell.c:480 ../gtkspell/gtkspell.c:482 msgid "Ignore All" msgstr "Nepaisyti visų" -#: ../gtkspell/gtkspell.c:559 +#. on top: language selection +#: ../gtkspell/gtkspell.c:602 msgid "Languages" msgstr "Kalbos" -#: ../gtkspell/gtkspell.c:659 +#: ../gtkspell/gtkspell.c:702 #, c-format msgid "enchant error for language: %s" msgstr "iššaukti klaidą kalbai: %s" diff -Nru gtkspell3-3.0.3/po/lv.po gtkspell3-3.0.4/po/lv.po --- gtkspell3-3.0.3/po/lv.po 2013-02-06 23:30:42.000000000 +0000 +++ gtkspell3-3.0.4/po/lv.po 2013-09-25 21:49:55.000000000 +0000 @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: gtkspell3 3.0.1\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2013-01-20 17:07+0100\n" +"POT-Creation-Date: 2013-09-25 23:44+0200\n" "PO-Revision-Date: 2010-02-11 13:12+0000\n" "Last-Translator: Rihards Prieditis \n" "Language-Team: Latvian \n" @@ -21,28 +21,30 @@ "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : " "2);\n" -#: ../gtkspell/gtkspell.c:410 +#: ../gtkspell/gtkspell.c:428 msgid "(no suggestions)" msgstr "(nav priekšlikumu)" -#: ../gtkspell/gtkspell.c:426 +#: ../gtkspell/gtkspell.c:444 msgid "More..." msgstr "Vairāk..." -#: ../gtkspell/gtkspell.c:447 +#. + Add to Dictionary +#: ../gtkspell/gtkspell.c:465 #, c-format msgid "Add \"%s\" to Dictionary" msgstr "Pievienot \"%s\" vārdnīcai" -#: ../gtkspell/gtkspell.c:457 +#: ../gtkspell/gtkspell.c:480 ../gtkspell/gtkspell.c:482 msgid "Ignore All" msgstr "Ignorēt visu" -#: ../gtkspell/gtkspell.c:559 +#. on top: language selection +#: ../gtkspell/gtkspell.c:602 msgid "Languages" msgstr "Valodas" -#: ../gtkspell/gtkspell.c:659 +#: ../gtkspell/gtkspell.c:702 #, c-format msgid "enchant error for language: %s" msgstr "uzlabot kļūdu valodai: %s" diff -Nru gtkspell3-3.0.3/po/mn.po gtkspell3-3.0.4/po/mn.po --- gtkspell3-3.0.3/po/mn.po 2013-02-06 23:30:42.000000000 +0000 +++ gtkspell3-3.0.4/po/mn.po 2013-09-25 21:49:55.000000000 +0000 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: gtkspell3 3.0.1\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2013-01-20 17:07+0100\n" +"POT-Creation-Date: 2013-09-25 23:44+0200\n" "PO-Revision-Date: 2004-07-26 12:54+0200\n" "Last-Translator: Sanlig Badral \n" "Language-Team: Mongolian \n" @@ -18,29 +18,31 @@ "Content-Transfer-Encoding: 8bit\n" "X-Generator: KBabel 1.3.1\n" -#: ../gtkspell/gtkspell.c:410 +#: ../gtkspell/gtkspell.c:428 msgid "(no suggestions)" msgstr "(хувилбар алга)" -#: ../gtkspell/gtkspell.c:426 +#: ../gtkspell/gtkspell.c:444 msgid "More..." msgstr "Илүү..." -#: ../gtkspell/gtkspell.c:447 +#. + Add to Dictionary +#: ../gtkspell/gtkspell.c:465 #, c-format msgid "Add \"%s\" to Dictionary" msgstr "\"%s\" Лавлар руу нэмэх" -#: ../gtkspell/gtkspell.c:457 +#: ../gtkspell/gtkspell.c:480 ../gtkspell/gtkspell.c:482 msgid "Ignore All" msgstr "Бүгдийг үл хэрэгс" -#: ../gtkspell/gtkspell.c:559 +#. on top: language selection +#: ../gtkspell/gtkspell.c:602 #, fuzzy msgid "Languages" msgstr "хэл" -#: ../gtkspell/gtkspell.c:659 +#: ../gtkspell/gtkspell.c:702 #, fuzzy, c-format msgid "enchant error for language: %s" msgstr "enchant хэл алдаа: %s" diff -Nru gtkspell3-3.0.3/po/ms.po gtkspell3-3.0.4/po/ms.po --- gtkspell3-3.0.3/po/ms.po 2013-02-06 23:30:42.000000000 +0000 +++ gtkspell3-3.0.4/po/ms.po 2013-09-25 21:49:55.000000000 +0000 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: gtkspell3 3.0.1\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2013-01-20 17:07+0100\n" +"POT-Creation-Date: 2013-09-25 23:44+0200\n" "PO-Revision-Date: 2009-10-08 15:14+0800\n" "Last-Translator: Muhammad Najmi bin Ahmad Zabidi \n" "Language-Team: Malay \n" @@ -18,28 +18,30 @@ "Content-Transfer-Encoding: 8bit\n" "X-Generator: KBabel 1.11.4\n" -#: ../gtkspell/gtkspell.c:410 +#: ../gtkspell/gtkspell.c:428 msgid "(no suggestions)" msgstr "(tiada cadangan)" -#: ../gtkspell/gtkspell.c:426 +#: ../gtkspell/gtkspell.c:444 msgid "More..." msgstr "Lagi..." -#: ../gtkspell/gtkspell.c:447 +#. + Add to Dictionary +#: ../gtkspell/gtkspell.c:465 #, c-format msgid "Add \"%s\" to Dictionary" msgstr "Tambah \"%s\" ke Kamus" -#: ../gtkspell/gtkspell.c:457 +#: ../gtkspell/gtkspell.c:480 ../gtkspell/gtkspell.c:482 msgid "Ignore All" msgstr "Abai Semua" -#: ../gtkspell/gtkspell.c:559 +#. on top: language selection +#: ../gtkspell/gtkspell.c:602 msgid "Languages" msgstr "Bahasa" -#: ../gtkspell/gtkspell.c:659 +#: ../gtkspell/gtkspell.c:702 #, c-format msgid "enchant error for language: %s" msgstr "pantau ralat pada bahasa: %s" diff -Nru gtkspell3-3.0.3/po/nb.po gtkspell3-3.0.4/po/nb.po --- gtkspell3-3.0.3/po/nb.po 2013-02-06 23:30:42.000000000 +0000 +++ gtkspell3-3.0.4/po/nb.po 2013-09-25 21:49:55.000000000 +0000 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: gtkspell3 3.0.1\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2013-01-20 17:07+0100\n" +"POT-Creation-Date: 2013-09-25 23:44+0200\n" "PO-Revision-Date: 2008-03-22 16:42+0100\n" "Last-Translator: Roy Hvaara \n" "Language-Team: Norwegian Bokmaal \n" @@ -17,29 +17,31 @@ "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" -#: ../gtkspell/gtkspell.c:410 +#: ../gtkspell/gtkspell.c:428 msgid "(no suggestions)" msgstr "(ingen forslag)" -#: ../gtkspell/gtkspell.c:426 +#: ../gtkspell/gtkspell.c:444 msgid "More..." msgstr "Flere..." -#: ../gtkspell/gtkspell.c:447 +#. + Add to Dictionary +#: ../gtkspell/gtkspell.c:465 #, c-format msgid "Add \"%s\" to Dictionary" msgstr "Legg til \"%s\" i ordboken" -#: ../gtkspell/gtkspell.c:457 +#: ../gtkspell/gtkspell.c:480 ../gtkspell/gtkspell.c:482 msgid "Ignore All" msgstr "Ignorer alle" -#: ../gtkspell/gtkspell.c:559 +#. on top: language selection +#: ../gtkspell/gtkspell.c:602 #, fuzzy msgid "Languages" msgstr "Språk" -#: ../gtkspell/gtkspell.c:659 +#: ../gtkspell/gtkspell.c:702 #, fuzzy, c-format msgid "enchant error for language: %s" msgstr "enchant språk mistak: %s" diff -Nru gtkspell3-3.0.3/po/nl.po gtkspell3-3.0.4/po/nl.po --- gtkspell3-3.0.3/po/nl.po 2013-02-06 23:30:42.000000000 +0000 +++ gtkspell3-3.0.4/po/nl.po 2013-09-25 21:49:55.000000000 +0000 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: gtkspell3 3.0.1\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2013-01-20 17:07+0100\n" +"POT-Creation-Date: 2013-09-25 23:44+0200\n" "PO-Revision-Date: 2005-11-29 10:52+0100\n" "Last-Translator: Jan Claeys \n" "Language-Team: Dutch \n" @@ -18,29 +18,31 @@ "Content-Transfer-Encoding: 8bit\n" "X-Poedit-Language: Dutch\n" -#: ../gtkspell/gtkspell.c:410 +#: ../gtkspell/gtkspell.c:428 msgid "(no suggestions)" msgstr "(geen suggesties)" -#: ../gtkspell/gtkspell.c:426 +#: ../gtkspell/gtkspell.c:444 msgid "More..." msgstr "Meer..." -#: ../gtkspell/gtkspell.c:447 +#. + Add to Dictionary +#: ../gtkspell/gtkspell.c:465 #, c-format msgid "Add \"%s\" to Dictionary" msgstr "\"%s\" toevoegen aan woordenboek" -#: ../gtkspell/gtkspell.c:457 +#: ../gtkspell/gtkspell.c:480 ../gtkspell/gtkspell.c:482 msgid "Ignore All" msgstr "Alles negeren" -#: ../gtkspell/gtkspell.c:559 +#. on top: language selection +#: ../gtkspell/gtkspell.c:602 #, fuzzy msgid "Languages" msgstr "Talen" -#: ../gtkspell/gtkspell.c:659 +#: ../gtkspell/gtkspell.c:702 #, fuzzy, c-format msgid "enchant error for language: %s" msgstr "enchant fout voor taal: %s" diff -Nru gtkspell3-3.0.3/po/nso.po gtkspell3-3.0.4/po/nso.po --- gtkspell3-3.0.3/po/nso.po 2013-02-06 23:30:42.000000000 +0000 +++ gtkspell3-3.0.4/po/nso.po 2013-09-25 21:49:55.000000000 +0000 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: gtkspell3 3.0.1\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2013-01-20 17:07+0100\n" +"POT-Creation-Date: 2013-09-25 23:44+0200\n" "PO-Revision-Date: 2009-11-09 15:16+0200\n" "Last-Translator: Pheledi \n" "Language-Team: Northern Sotho \n" @@ -19,28 +19,30 @@ "Plural-Forms: nplurals=2; plural=(n > 1);\n" "X-Generator: Pootle 1.2.1\n" -#: ../gtkspell/gtkspell.c:410 +#: ../gtkspell/gtkspell.c:428 msgid "(no suggestions)" msgstr "(ga go ditšhišinyo)" -#: ../gtkspell/gtkspell.c:426 +#: ../gtkspell/gtkspell.c:444 msgid "More..." msgstr "Oketšegilego..." -#: ../gtkspell/gtkspell.c:447 +#. + Add to Dictionary +#: ../gtkspell/gtkspell.c:465 #, c-format msgid "Add \"%s\" to Dictionary" msgstr "Oketša \"%s\" ka pukuntšung" -#: ../gtkspell/gtkspell.c:457 +#: ../gtkspell/gtkspell.c:480 ../gtkspell/gtkspell.c:482 msgid "Ignore All" msgstr "Hlokomologa tšohle" -#: ../gtkspell/gtkspell.c:559 +#. on top: language selection +#: ../gtkspell/gtkspell.c:602 msgid "Languages" msgstr "Maleme" -#: ../gtkspell/gtkspell.c:659 +#: ../gtkspell/gtkspell.c:702 #, c-format msgid "enchant error for language: %s" msgstr "" diff -Nru gtkspell3-3.0.3/po/pl.po gtkspell3-3.0.4/po/pl.po --- gtkspell3-3.0.3/po/pl.po 2013-02-06 23:30:42.000000000 +0000 +++ gtkspell3-3.0.4/po/pl.po 2013-09-25 21:49:55.000000000 +0000 @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: gtkspell3 3.0.1\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2013-01-20 17:07+0100\n" +"POT-Creation-Date: 2013-09-25 23:44+0200\n" "PO-Revision-Date: 2009-10-28 14:19+0100\n" "Last-Translator: Tomasz Dominikowski \n" "Language-Team: Polish \n" @@ -18,28 +18,30 @@ "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -#: ../gtkspell/gtkspell.c:410 +#: ../gtkspell/gtkspell.c:428 msgid "(no suggestions)" msgstr "(brak sugestii)" -#: ../gtkspell/gtkspell.c:426 +#: ../gtkspell/gtkspell.c:444 msgid "More..." msgstr "Więcej..." -#: ../gtkspell/gtkspell.c:447 +#. + Add to Dictionary +#: ../gtkspell/gtkspell.c:465 #, c-format msgid "Add \"%s\" to Dictionary" msgstr "Dodaj \"%s\" do słownika" -#: ../gtkspell/gtkspell.c:457 +#: ../gtkspell/gtkspell.c:480 ../gtkspell/gtkspell.c:482 msgid "Ignore All" msgstr "Zignoruj wszystkie" -#: ../gtkspell/gtkspell.c:559 +#. on top: language selection +#: ../gtkspell/gtkspell.c:602 msgid "Languages" msgstr "Języki" -#: ../gtkspell/gtkspell.c:659 +#: ../gtkspell/gtkspell.c:702 #, c-format msgid "enchant error for language: %s" msgstr "błąd programu Enchant dla języka: %s" diff -Nru gtkspell3-3.0.3/po/pt.po gtkspell3-3.0.4/po/pt.po --- gtkspell3-3.0.3/po/pt.po 2013-02-06 23:30:42.000000000 +0000 +++ gtkspell3-3.0.4/po/pt.po 2013-09-25 21:49:55.000000000 +0000 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: gtkspell3 3.0.1\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2013-01-20 17:07+0100\n" +"POT-Creation-Date: 2013-09-25 23:44+0200\n" "PO-Revision-Date: 2009-01-27 03:05+0100\n" "Last-Translator: Hugo Patrício \n" "Language-Team: Portuguese \n" @@ -20,28 +20,30 @@ "X-Poedit-Country: PORTUGAL\n" "X-Poedit-SourceCharset: utf-8\n" -#: ../gtkspell/gtkspell.c:410 +#: ../gtkspell/gtkspell.c:428 msgid "(no suggestions)" msgstr "(sem sugestões)" -#: ../gtkspell/gtkspell.c:426 +#: ../gtkspell/gtkspell.c:444 msgid "More..." msgstr "Mais..." -#: ../gtkspell/gtkspell.c:447 +#. + Add to Dictionary +#: ../gtkspell/gtkspell.c:465 #, c-format msgid "Add \"%s\" to Dictionary" msgstr "Adicionar \"%s\" ao Dicionário" -#: ../gtkspell/gtkspell.c:457 +#: ../gtkspell/gtkspell.c:480 ../gtkspell/gtkspell.c:482 msgid "Ignore All" msgstr "Ignorar Tudo" -#: ../gtkspell/gtkspell.c:559 +#. on top: language selection +#: ../gtkspell/gtkspell.c:602 msgid "Languages" msgstr "Idiomas" -#: ../gtkspell/gtkspell.c:659 +#: ../gtkspell/gtkspell.c:702 #, c-format msgid "enchant error for language: %s" msgstr "enchant erro para o idioma: %s" diff -Nru gtkspell3-3.0.3/po/pt_BR.po gtkspell3-3.0.4/po/pt_BR.po --- gtkspell3-3.0.3/po/pt_BR.po 2013-02-06 23:30:42.000000000 +0000 +++ gtkspell3-3.0.4/po/pt_BR.po 2013-09-25 21:49:55.000000000 +0000 @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: gtkspell3 3.0.1\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2013-01-20 17:07+0100\n" +"POT-Creation-Date: 2013-09-25 23:44+0200\n" "PO-Revision-Date: 2010-09-17 22:33-0300\n" "Last-Translator: Felipe Castro \n" "Language-Team: Brazilian Portuguese \n" @@ -18,28 +18,30 @@ "Content-Type: text/plain; charset=iso-8859-1\n" "Content-Transfer-Encoding: 8bit\n" -#: ../gtkspell/gtkspell.c:410 +#: ../gtkspell/gtkspell.c:428 msgid "(no suggestions)" msgstr "(sem sugestes)" -#: ../gtkspell/gtkspell.c:426 +#: ../gtkspell/gtkspell.c:444 msgid "More..." msgstr "Mais..." -#: ../gtkspell/gtkspell.c:447 +#. + Add to Dictionary +#: ../gtkspell/gtkspell.c:465 #, c-format msgid "Add \"%s\" to Dictionary" msgstr "Adicionar \"%s\" ao Dicionrio" -#: ../gtkspell/gtkspell.c:457 +#: ../gtkspell/gtkspell.c:480 ../gtkspell/gtkspell.c:482 msgid "Ignore All" msgstr "Ignorar Tudo" -#: ../gtkspell/gtkspell.c:559 +#. on top: language selection +#: ../gtkspell/gtkspell.c:602 msgid "Languages" msgstr "Idiomas" -#: ../gtkspell/gtkspell.c:659 +#: ../gtkspell/gtkspell.c:702 #, c-format msgid "enchant error for language: %s" msgstr "erro do programa 'enchant' para o idioma: %s" diff -Nru gtkspell3-3.0.3/po/rm.po gtkspell3-3.0.4/po/rm.po --- gtkspell3-3.0.3/po/rm.po 2013-02-06 23:30:42.000000000 +0000 +++ gtkspell3-3.0.4/po/rm.po 2013-09-25 21:49:55.000000000 +0000 @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: gtkspell3 3.0.1\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2013-01-20 17:07+0100\n" +"POT-Creation-Date: 2013-09-25 23:44+0200\n" "PO-Revision-Date: 2005-02-06 12:28+0100\n" "Last-Translator: Florian Verdet _goto \n" "Language-Team: Rhaeto-Romance \n" @@ -19,28 +19,30 @@ "Content-Transfer-Encoding: 8bit\n" "X-Generator: KBabel 1.2\n" -#: ../gtkspell/gtkspell.c:410 +#: ../gtkspell/gtkspell.c:428 msgid "(no suggestions)" msgstr "(ingünas propostas)" -#: ../gtkspell/gtkspell.c:426 +#: ../gtkspell/gtkspell.c:444 msgid "More..." msgstr "Daplü..." -#: ../gtkspell/gtkspell.c:447 +#. + Add to Dictionary +#: ../gtkspell/gtkspell.c:465 #, c-format msgid "Add \"%s\" to Dictionary" msgstr "Agiundscher \"%s\" al dicziunari" -#: ../gtkspell/gtkspell.c:457 +#: ../gtkspell/gtkspell.c:480 ../gtkspell/gtkspell.c:482 msgid "Ignore All" msgstr "Ignorar tuots" -#: ../gtkspell/gtkspell.c:559 +#. on top: language selection +#: ../gtkspell/gtkspell.c:602 msgid "Languages" msgstr "Linguas" -#: ../gtkspell/gtkspell.c:659 +#: ../gtkspell/gtkspell.c:702 #, fuzzy, c-format msgid "enchant error for language: %s" msgstr "enchant lingua sbagl: %s" diff -Nru gtkspell3-3.0.3/po/ro.po gtkspell3-3.0.4/po/ro.po --- gtkspell3-3.0.3/po/ro.po 2013-02-06 23:30:42.000000000 +0000 +++ gtkspell3-3.0.4/po/ro.po 2013-09-25 21:49:55.000000000 +0000 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: gtkspell3 3.0.1\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2013-01-20 17:07+0100\n" +"POT-Creation-Date: 2013-09-25 23:44+0200\n" "PO-Revision-Date: 2004-06-13 12:00-0500\n" "Last-Translator: Laurentiu Buzdugan \n" "Language-Team: Romanian \n" @@ -18,29 +18,31 @@ "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: ../gtkspell/gtkspell.c:410 +#: ../gtkspell/gtkspell.c:428 msgid "(no suggestions)" msgstr "(nici o sugestie)" -#: ../gtkspell/gtkspell.c:426 +#: ../gtkspell/gtkspell.c:444 msgid "More..." msgstr "Mai multe..." -#: ../gtkspell/gtkspell.c:447 +#. + Add to Dictionary +#: ../gtkspell/gtkspell.c:465 #, c-format msgid "Add \"%s\" to Dictionary" msgstr "Adaug \"%s\" la dicionar" -#: ../gtkspell/gtkspell.c:457 +#: ../gtkspell/gtkspell.c:480 ../gtkspell/gtkspell.c:482 msgid "Ignore All" msgstr "Ignor tot" -#: ../gtkspell/gtkspell.c:559 +#. on top: language selection +#: ../gtkspell/gtkspell.c:602 #, fuzzy msgid "Languages" msgstr "Limbi" -#: ../gtkspell/gtkspell.c:659 +#: ../gtkspell/gtkspell.c:702 #, fuzzy, c-format msgid "enchant error for language: %s" msgstr "enchant eroare pentru limba: %s" diff -Nru gtkspell3-3.0.3/po/ru.po gtkspell3-3.0.4/po/ru.po --- gtkspell3-3.0.3/po/ru.po 2013-02-06 23:30:42.000000000 +0000 +++ gtkspell3-3.0.4/po/ru.po 2013-09-25 21:49:55.000000000 +0000 @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: gtkspell3 3.0.1\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2013-01-20 17:07+0100\n" +"POT-Creation-Date: 2013-09-25 23:44+0200\n" "PO-Revision-Date: 2010-02-23 17:15+0300\n" "Last-Translator: Yuri Kozlov \n" "Language-Team: Russian \n" @@ -21,28 +21,30 @@ "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n" "%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" -#: ../gtkspell/gtkspell.c:410 +#: ../gtkspell/gtkspell.c:428 msgid "(no suggestions)" msgstr "(нет вариантов)" -#: ../gtkspell/gtkspell.c:426 +#: ../gtkspell/gtkspell.c:444 msgid "More..." msgstr "Ещё..." -#: ../gtkspell/gtkspell.c:447 +#. + Add to Dictionary +#: ../gtkspell/gtkspell.c:465 #, c-format msgid "Add \"%s\" to Dictionary" msgstr "Добавить \"%s\" в Словарь" -#: ../gtkspell/gtkspell.c:457 +#: ../gtkspell/gtkspell.c:480 ../gtkspell/gtkspell.c:482 msgid "Ignore All" msgstr "Игнорировать Всё" -#: ../gtkspell/gtkspell.c:559 +#. on top: language selection +#: ../gtkspell/gtkspell.c:602 msgid "Languages" msgstr "Языки" -#: ../gtkspell/gtkspell.c:659 +#: ../gtkspell/gtkspell.c:702 #, c-format msgid "enchant error for language: %s" msgstr "ошибка в enchant для языка: %s" diff -Nru gtkspell3-3.0.3/po/rw.po gtkspell3-3.0.4/po/rw.po --- gtkspell3-3.0.3/po/rw.po 2013-02-06 23:30:42.000000000 +0000 +++ gtkspell3-3.0.4/po/rw.po 2013-09-25 21:49:55.000000000 +0000 @@ -17,7 +17,7 @@ msgstr "" "Project-Id-Version: gtkspell3 3.0.1\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2013-01-20 17:07+0100\n" +"POT-Creation-Date: 2013-09-25 23:44+0200\n" "PO-Revision-Date: 2005-04-04 10:55-0700\n" "Last-Translator: Steven Michael Murphy \n" "Language-Team: Kinyarwanda \n" @@ -26,30 +26,32 @@ "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -#: ../gtkspell/gtkspell.c:410 +#: ../gtkspell/gtkspell.c:428 #, fuzzy msgid "(no suggestions)" msgstr "(Oya Ibyifuzo)" -#: ../gtkspell/gtkspell.c:426 +#: ../gtkspell/gtkspell.c:444 msgid "More..." msgstr "Birenzeho..." -#: ../gtkspell/gtkspell.c:447 +#. + Add to Dictionary +#: ../gtkspell/gtkspell.c:465 #, fuzzy, c-format msgid "Add \"%s\" to Dictionary" msgstr "Kongera \"%s\" kuri inkoranya" -#: ../gtkspell/gtkspell.c:457 +#: ../gtkspell/gtkspell.c:480 ../gtkspell/gtkspell.c:482 msgid "Ignore All" msgstr "Kwirengagiza byose" -#: ../gtkspell/gtkspell.c:559 +#. on top: language selection +#: ../gtkspell/gtkspell.c:602 #, fuzzy msgid "Languages" msgstr "Ururimi" -#: ../gtkspell/gtkspell.c:659 +#: ../gtkspell/gtkspell.c:702 #, fuzzy, c-format msgid "enchant error for language: %s" msgstr "enchant ururimi ikosa: %s" diff -Nru gtkspell3-3.0.3/po/sk.po gtkspell3-3.0.4/po/sk.po --- gtkspell3-3.0.3/po/sk.po 2013-02-06 23:30:42.000000000 +0000 +++ gtkspell3-3.0.4/po/sk.po 2013-09-25 21:49:55.000000000 +0000 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: gtkspell3 3.0.1\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2013-01-20 17:07+0100\n" +"POT-Creation-Date: 2013-09-25 23:44+0200\n" "PO-Revision-Date: 2004-07-29 19:21+0200\n" "Last-Translator: Andrej Kacian \n" "Language-Team: Slovak \n" @@ -17,29 +17,31 @@ "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -#: ../gtkspell/gtkspell.c:410 +#: ../gtkspell/gtkspell.c:428 msgid "(no suggestions)" msgstr "(žiadne návrhy)" -#: ../gtkspell/gtkspell.c:426 +#: ../gtkspell/gtkspell.c:444 msgid "More..." msgstr "Ďalšie..." -#: ../gtkspell/gtkspell.c:447 +#. + Add to Dictionary +#: ../gtkspell/gtkspell.c:465 #, c-format msgid "Add \"%s\" to Dictionary" msgstr "Pridať \"%s\" do slovníku" -#: ../gtkspell/gtkspell.c:457 +#: ../gtkspell/gtkspell.c:480 ../gtkspell/gtkspell.c:482 msgid "Ignore All" msgstr "Ignorovať Všetky" -#: ../gtkspell/gtkspell.c:559 +#. on top: language selection +#: ../gtkspell/gtkspell.c:602 #, fuzzy msgid "Languages" msgstr "Jazykov" -#: ../gtkspell/gtkspell.c:659 +#: ../gtkspell/gtkspell.c:702 #, fuzzy, c-format msgid "enchant error for language: %s" msgstr "enchant chyba na jazyk: %s" diff -Nru gtkspell3-3.0.3/po/sl.po gtkspell3-3.0.4/po/sl.po --- gtkspell3-3.0.3/po/sl.po 2013-02-06 23:30:42.000000000 +0000 +++ gtkspell3-3.0.4/po/sl.po 2013-09-25 21:49:55.000000000 +0000 @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: gtkspell3 3.0.1\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2013-01-20 17:07+0100\n" +"POT-Creation-Date: 2013-09-25 23:44+0200\n" "PO-Revision-Date: 2011-02-20 16:12+0100\n" "Last-Translator: Klemen Košir \n" "Language-Team: Slovenian \n" @@ -23,28 +23,30 @@ "X-Poedit-Country: SLOVENIA\n" "X-Poedit-SourceCharset: utf-8\n" -#: ../gtkspell/gtkspell.c:410 +#: ../gtkspell/gtkspell.c:428 msgid "(no suggestions)" msgstr "(ni predlogov)" -#: ../gtkspell/gtkspell.c:426 +#: ../gtkspell/gtkspell.c:444 msgid "More..." msgstr "Več ..." -#: ../gtkspell/gtkspell.c:447 +#. + Add to Dictionary +#: ../gtkspell/gtkspell.c:465 #, c-format msgid "Add \"%s\" to Dictionary" msgstr "Dodaj \"%s\" v slovar" -#: ../gtkspell/gtkspell.c:457 +#: ../gtkspell/gtkspell.c:480 ../gtkspell/gtkspell.c:482 msgid "Ignore All" msgstr "Prezri vse" -#: ../gtkspell/gtkspell.c:559 +#. on top: language selection +#: ../gtkspell/gtkspell.c:602 msgid "Languages" msgstr "Jeziki" -#: ../gtkspell/gtkspell.c:659 +#: ../gtkspell/gtkspell.c:702 #, c-format msgid "enchant error for language: %s" msgstr "napaka oblike oznake jezika: %s" diff -Nru gtkspell3-3.0.3/po/son.po gtkspell3-3.0.4/po/son.po --- gtkspell3-3.0.3/po/son.po 2013-02-06 23:30:42.000000000 +0000 +++ gtkspell3-3.0.4/po/son.po 2013-09-25 21:49:55.000000000 +0000 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: gtkspell3 3.0.1\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2013-01-20 17:07+0100\n" +"POT-Creation-Date: 2013-09-25 23:44+0200\n" "PO-Revision-Date: 2009-12-04 23:30+0200\n" "Last-Translator: Mohomodou \n" "Language-Team: Songhai \n" @@ -19,28 +19,30 @@ "Plural-Forms: nplurals=1; plural=0;\n" "X-Generator: Pootle 2.0.0-rc2\n" -#: ../gtkspell/gtkspell.c:410 +#: ../gtkspell/gtkspell.c:428 msgid "(no suggestions)" msgstr "(no suggestions)" -#: ../gtkspell/gtkspell.c:426 +#: ../gtkspell/gtkspell.c:444 msgid "More..." msgstr "Bešere..." -#: ../gtkspell/gtkspell.c:447 +#. + Add to Dictionary +#: ../gtkspell/gtkspell.c:465 #, c-format msgid "Add \"%s\" to Dictionary" msgstr "\"%s\" tonton kamasu ga" -#: ../gtkspell/gtkspell.c:457 +#: ../gtkspell/gtkspell.c:480 ../gtkspell/gtkspell.c:482 msgid "Ignore All" msgstr "Kul muray" -#: ../gtkspell/gtkspell.c:559 +#. on top: language selection +#: ../gtkspell/gtkspell.c:602 msgid "Languages" msgstr "Šenney" -#: ../gtkspell/gtkspell.c:659 +#: ../gtkspell/gtkspell.c:702 #, c-format msgid "enchant error for language: %s" msgstr "" diff -Nru gtkspell3-3.0.3/po/sq.po gtkspell3-3.0.4/po/sq.po --- gtkspell3-3.0.3/po/sq.po 2013-02-06 23:30:42.000000000 +0000 +++ gtkspell3-3.0.4/po/sq.po 2013-09-25 21:49:55.000000000 +0000 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: gtkspell3 3.0.1\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2013-01-20 17:07+0100\n" +"POT-Creation-Date: 2013-09-25 23:44+0200\n" "PO-Revision-Date: 2009-10-09 01:33+0200\n" "Last-Translator: Besnik Bleta \n" "Language-Team: Albanian \n" @@ -17,28 +17,30 @@ "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" -#: ../gtkspell/gtkspell.c:410 +#: ../gtkspell/gtkspell.c:428 msgid "(no suggestions)" msgstr "(pa këshillime)" -#: ../gtkspell/gtkspell.c:426 +#: ../gtkspell/gtkspell.c:444 msgid "More..." msgstr "Më tepër..." -#: ../gtkspell/gtkspell.c:447 +#. + Add to Dictionary +#: ../gtkspell/gtkspell.c:465 #, c-format msgid "Add \"%s\" to Dictionary" msgstr "Shtoje \"%s\" te Fjalori" -#: ../gtkspell/gtkspell.c:457 +#: ../gtkspell/gtkspell.c:480 ../gtkspell/gtkspell.c:482 msgid "Ignore All" msgstr "Shpërfilli të Tëra" -#: ../gtkspell/gtkspell.c:559 +#. on top: language selection +#: ../gtkspell/gtkspell.c:602 msgid "Languages" msgstr "Gjuhë" -#: ../gtkspell/gtkspell.c:659 +#: ../gtkspell/gtkspell.c:702 #, c-format msgid "enchant error for language: %s" msgstr "gabim Enchant për gjuhën: %s" diff -Nru gtkspell3-3.0.3/po/sr.po gtkspell3-3.0.4/po/sr.po --- gtkspell3-3.0.3/po/sr.po 2013-02-06 23:30:42.000000000 +0000 +++ gtkspell3-3.0.4/po/sr.po 2013-09-25 21:49:55.000000000 +0000 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: gtkspell3 3.0.1\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2013-01-20 17:07+0100\n" +"POT-Creation-Date: 2013-09-25 23:44+0200\n" "PO-Revision-Date: 2010-03-05 10:27-0400\n" "Last-Translator: Aleksandar Jelenak \n" "Language-Team: Serbian \n" @@ -17,28 +17,30 @@ "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -#: ../gtkspell/gtkspell.c:410 +#: ../gtkspell/gtkspell.c:428 msgid "(no suggestions)" msgstr "(без предлога)" -#: ../gtkspell/gtkspell.c:426 +#: ../gtkspell/gtkspell.c:444 msgid "More..." msgstr "Још..." -#: ../gtkspell/gtkspell.c:447 +#. + Add to Dictionary +#: ../gtkspell/gtkspell.c:465 #, c-format msgid "Add \"%s\" to Dictionary" msgstr "Додај \"%s\" у речник" -#: ../gtkspell/gtkspell.c:457 +#: ../gtkspell/gtkspell.c:480 ../gtkspell/gtkspell.c:482 msgid "Ignore All" msgstr "Занемари све" -#: ../gtkspell/gtkspell.c:559 +#. on top: language selection +#: ../gtkspell/gtkspell.c:602 msgid "Languages" msgstr "Језици" -#: ../gtkspell/gtkspell.c:659 +#: ../gtkspell/gtkspell.c:702 #, c-format msgid "enchant error for language: %s" msgstr "Enchant грешка за језик: %s" diff -Nru gtkspell3-3.0.3/po/st.po gtkspell3-3.0.4/po/st.po --- gtkspell3-3.0.3/po/st.po 2013-02-06 23:30:42.000000000 +0000 +++ gtkspell3-3.0.4/po/st.po 2013-09-25 21:49:55.000000000 +0000 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: gtkspell3 3.0.1\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2013-01-20 17:07+0100\n" +"POT-Creation-Date: 2013-09-25 23:44+0200\n" "PO-Revision-Date: 2009-11-11 14:55+0200\n" "Last-Translator: Abe Mathibela \n" "Language-Team: Sotho \n" @@ -19,30 +19,32 @@ "Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-Generator: Pootle 1.2.1\n" -#: ../gtkspell/gtkspell.c:410 +#: ../gtkspell/gtkspell.c:428 msgid "(no suggestions)" msgstr "(ha ho na dihlahiso)" -#: ../gtkspell/gtkspell.c:426 +#: ../gtkspell/gtkspell.c:444 msgid "More..." msgstr "Tse eketsehileng..." -#: ../gtkspell/gtkspell.c:447 +#. + Add to Dictionary +#: ../gtkspell/gtkspell.c:465 #, c-format msgid "Add \"%s\" to Dictionary" msgstr "Eketsa \"%s\" ho bukantswe" # (review) capitals -#: ../gtkspell/gtkspell.c:457 +#: ../gtkspell/gtkspell.c:480 ../gtkspell/gtkspell.c:482 #, fuzzy msgid "Ignore All" msgstr "Ikgatholose tsohle" -#: ../gtkspell/gtkspell.c:559 +#. on top: language selection +#: ../gtkspell/gtkspell.c:602 msgid "Languages" msgstr "Dipuo" -#: ../gtkspell/gtkspell.c:659 +#: ../gtkspell/gtkspell.c:702 #, c-format msgid "enchant error for language: %s" msgstr "" diff -Nru gtkspell3-3.0.3/po/sv.po gtkspell3-3.0.4/po/sv.po --- gtkspell3-3.0.3/po/sv.po 2013-02-06 23:30:42.000000000 +0000 +++ gtkspell3-3.0.4/po/sv.po 2013-09-25 21:49:55.000000000 +0000 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: gtkspell3 3.0.1\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2013-01-20 17:07+0100\n" +"POT-Creation-Date: 2013-09-25 23:44+0200\n" "PO-Revision-Date: 2009-10-10 11:28+0100\n" "Last-Translator: Daniel Nylander \n" "Language-Team: Swedish \n" @@ -17,28 +17,30 @@ "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" -#: ../gtkspell/gtkspell.c:410 +#: ../gtkspell/gtkspell.c:428 msgid "(no suggestions)" msgstr "(inga förslag)" -#: ../gtkspell/gtkspell.c:426 +#: ../gtkspell/gtkspell.c:444 msgid "More..." msgstr "Fler..." -#: ../gtkspell/gtkspell.c:447 +#. + Add to Dictionary +#: ../gtkspell/gtkspell.c:465 #, c-format msgid "Add \"%s\" to Dictionary" msgstr "Lägg till \"%s\" i ordbok" -#: ../gtkspell/gtkspell.c:457 +#: ../gtkspell/gtkspell.c:480 ../gtkspell/gtkspell.c:482 msgid "Ignore All" msgstr "Ignorera alla" -#: ../gtkspell/gtkspell.c:559 +#. on top: language selection +#: ../gtkspell/gtkspell.c:602 msgid "Languages" msgstr "Språk" -#: ../gtkspell/gtkspell.c:659 +#: ../gtkspell/gtkspell.c:702 #, c-format msgid "enchant error for language: %s" msgstr "fel i enchant för språket: %s" diff -Nru gtkspell3-3.0.3/po/th.po gtkspell3-3.0.4/po/th.po --- gtkspell3-3.0.3/po/th.po 2013-02-06 23:30:42.000000000 +0000 +++ gtkspell3-3.0.4/po/th.po 2013-09-25 21:49:55.000000000 +0000 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: gtkspell3 3.0.1\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2013-01-20 17:07+0100\n" +"POT-Creation-Date: 2013-09-25 23:44+0200\n" "PO-Revision-Date: 2009-10-17 00:53+0700\n" "Last-Translator: Seksan Poltree \n" "Language-Team: Thai \n" @@ -19,28 +19,30 @@ "X-Poedit-Language: Thai\n" "X-Poedit-Country: THAILAND\n" -#: ../gtkspell/gtkspell.c:410 +#: ../gtkspell/gtkspell.c:428 msgid "(no suggestions)" msgstr "(ไม่มีข้อแนะนำ)" -#: ../gtkspell/gtkspell.c:426 +#: ../gtkspell/gtkspell.c:444 msgid "More..." msgstr "เพิ่มเติม..." -#: ../gtkspell/gtkspell.c:447 +#. + Add to Dictionary +#: ../gtkspell/gtkspell.c:465 #, c-format msgid "Add \"%s\" to Dictionary" msgstr "เพิ่ม \"%s\" ไปยังพจนานุกรม" -#: ../gtkspell/gtkspell.c:457 +#: ../gtkspell/gtkspell.c:480 ../gtkspell/gtkspell.c:482 msgid "Ignore All" msgstr "เพิกเฉยทั้งหมด" -#: ../gtkspell/gtkspell.c:559 +#. on top: language selection +#: ../gtkspell/gtkspell.c:602 msgid "Languages" msgstr "ภาษา" -#: ../gtkspell/gtkspell.c:659 +#: ../gtkspell/gtkspell.c:702 #, c-format msgid "enchant error for language: %s" msgstr "เกิดข้อผิดพลาดสำหรับภาษา: %s" diff -Nru gtkspell3-3.0.3/po/tr.po gtkspell3-3.0.4/po/tr.po --- gtkspell3-3.0.3/po/tr.po 2013-05-29 21:12:08.000000000 +0000 +++ gtkspell3-3.0.4/po/tr.po 2013-09-25 21:49:55.000000000 +0000 @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: gtkspell3 3.0.1\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2013-01-20 17:07+0100\n" +"POT-Creation-Date: 2013-09-25 23:44+0200\n" "PO-Revision-Date: 2008-02-03 12:08+0200\n" "Last-Translator: Eren Türkay \n" "Language-Team: Turkish \n" @@ -19,29 +19,31 @@ "Content-Transfer-Encoding: 8bit\n" "X-Generator: KBabel 1.11.4\n" -#: ../gtkspell/gtkspell.c:410 +#: ../gtkspell/gtkspell.c:428 msgid "(no suggestions)" msgstr "(öneri yok)" -#: ../gtkspell/gtkspell.c:426 +#: ../gtkspell/gtkspell.c:444 msgid "More..." msgstr "Daha fazla..." -#: ../gtkspell/gtkspell.c:447 +#. + Add to Dictionary +#: ../gtkspell/gtkspell.c:465 #, c-format msgid "Add \"%s\" to Dictionary" msgstr "\"%s\" Kelimesini Sözlüğe Ekle" -#: ../gtkspell/gtkspell.c:457 +#: ../gtkspell/gtkspell.c:480 ../gtkspell/gtkspell.c:482 msgid "Ignore All" msgstr "Hiçbirini Dikkate Alma" -#: ../gtkspell/gtkspell.c:559 +#. on top: language selection +#: ../gtkspell/gtkspell.c:602 #, fuzzy msgid "Languages" msgstr "Diller" -#: ../gtkspell/gtkspell.c:659 +#: ../gtkspell/gtkspell.c:702 #, fuzzy, c-format msgid "enchant error for language: %s" msgstr "dil için mest hatası: %s" diff -Nru gtkspell3-3.0.3/po/uk.po gtkspell3-3.0.4/po/uk.po --- gtkspell3-3.0.3/po/uk.po 2013-02-06 23:30:42.000000000 +0000 +++ gtkspell3-3.0.4/po/uk.po 2013-09-25 21:49:55.000000000 +0000 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: gtkspell3 3.0.1\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2013-01-20 17:07+0100\n" +"POT-Creation-Date: 2013-09-25 23:44+0200\n" "PO-Revision-Date: 2006-04-07 16:50+0300\n" "Last-Translator: Maxim V. Dziumanenko \n" "Language-Team: Ukrainian \n" @@ -17,29 +17,31 @@ "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -#: ../gtkspell/gtkspell.c:410 +#: ../gtkspell/gtkspell.c:428 msgid "(no suggestions)" msgstr "(немає варіантів)" -#: ../gtkspell/gtkspell.c:426 +#: ../gtkspell/gtkspell.c:444 msgid "More..." msgstr "Ще..." -#: ../gtkspell/gtkspell.c:447 +#. + Add to Dictionary +#: ../gtkspell/gtkspell.c:465 #, c-format msgid "Add \"%s\" to Dictionary" msgstr "Додати \"%s\" у словник" -#: ../gtkspell/gtkspell.c:457 +#: ../gtkspell/gtkspell.c:480 ../gtkspell/gtkspell.c:482 msgid "Ignore All" msgstr "Ігнорувати все" -#: ../gtkspell/gtkspell.c:559 +#. on top: language selection +#: ../gtkspell/gtkspell.c:602 #, fuzzy msgid "Languages" msgstr "мови" -#: ../gtkspell/gtkspell.c:659 +#: ../gtkspell/gtkspell.c:702 #, fuzzy, c-format msgid "enchant error for language: %s" msgstr "enchant Похибка мовою: %s" diff -Nru gtkspell3-3.0.3/po/vi.po gtkspell3-3.0.4/po/vi.po --- gtkspell3-3.0.3/po/vi.po 2013-02-06 23:30:42.000000000 +0000 +++ gtkspell3-3.0.4/po/vi.po 2013-09-25 21:49:55.000000000 +0000 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: gtkspell3 3.0.1\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2013-01-20 17:07+0100\n" +"POT-Creation-Date: 2013-09-25 23:44+0200\n" "PO-Revision-Date: 2010-03-06 22:40+1030\n" "Last-Translator: Clytie Siddall \n" "Language-Team: Vietnamese \n" @@ -19,28 +19,30 @@ "Plural-Forms: nplurals=1; plural=0;\n" "X-Generator: LocFactoryEditor 1.8\n" -#: ../gtkspell/gtkspell.c:410 +#: ../gtkspell/gtkspell.c:428 msgid "(no suggestions)" msgstr "(không có góp ý nào)" -#: ../gtkspell/gtkspell.c:426 +#: ../gtkspell/gtkspell.c:444 msgid "More..." msgstr "Tiếp..." -#: ../gtkspell/gtkspell.c:447 +#. + Add to Dictionary +#: ../gtkspell/gtkspell.c:465 #, c-format msgid "Add \"%s\" to Dictionary" msgstr "Thêm « %s » vào Từ điển" -#: ../gtkspell/gtkspell.c:457 +#: ../gtkspell/gtkspell.c:480 ../gtkspell/gtkspell.c:482 msgid "Ignore All" msgstr "Lờ tất cả" -#: ../gtkspell/gtkspell.c:559 +#. on top: language selection +#: ../gtkspell/gtkspell.c:602 msgid "Languages" msgstr "Ngôn ngữ" -#: ../gtkspell/gtkspell.c:659 +#: ../gtkspell/gtkspell.c:702 #, c-format msgid "enchant error for language: %s" msgstr "gặp lỗi enchant đối với ngôn ngữ : %s" diff -Nru gtkspell3-3.0.3/po/wa.po gtkspell3-3.0.4/po/wa.po --- gtkspell3-3.0.3/po/wa.po 2013-02-06 23:30:42.000000000 +0000 +++ gtkspell3-3.0.4/po/wa.po 2013-09-25 21:49:55.000000000 +0000 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: gtkspell3 3.0.1\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2013-01-20 17:07+0100\n" +"POT-Creation-Date: 2013-09-25 23:44+0200\n" "PO-Revision-Date: 2004-06-19 22:45+0200\n" "Last-Translator: Pablo Saratxaga \n" "Language-Team: Walloon \n" @@ -18,29 +18,31 @@ "Content-Transfer-Encoding: 8bit\n" "X-Generator: KBabel 1.0.2\n" -#: ../gtkspell/gtkspell.c:410 +#: ../gtkspell/gtkspell.c:428 msgid "(no suggestions)" msgstr "(nole sudjestion)" -#: ../gtkspell/gtkspell.c:426 +#: ../gtkspell/gtkspell.c:444 msgid "More..." msgstr "Co des ôtes..." -#: ../gtkspell/gtkspell.c:447 +#. + Add to Dictionary +#: ../gtkspell/gtkspell.c:465 #, c-format msgid "Add \"%s\" to Dictionary" msgstr "Radjouter «%s» å motî" -#: ../gtkspell/gtkspell.c:457 +#: ../gtkspell/gtkspell.c:480 ../gtkspell/gtkspell.c:482 msgid "Ignore All" msgstr "Passer tofer houte" -#: ../gtkspell/gtkspell.c:559 +#. on top: language selection +#: ../gtkspell/gtkspell.c:602 #, fuzzy msgid "Languages" msgstr "Lingaedje" -#: ../gtkspell/gtkspell.c:659 +#: ../gtkspell/gtkspell.c:702 #, fuzzy, c-format msgid "enchant error for language: %s" msgstr "enchant lingaedje aroke: %s" diff -Nru gtkspell3-3.0.3/po/zh_CN.po gtkspell3-3.0.4/po/zh_CN.po --- gtkspell3-3.0.3/po/zh_CN.po 2013-02-06 23:30:42.000000000 +0000 +++ gtkspell3-3.0.4/po/zh_CN.po 2013-09-25 21:49:55.000000000 +0000 @@ -3,46 +3,48 @@ # This file is distributed under the same license as the gtkspell3 package. # Meng Jie , 2004. # Aron Xu , 2009. +# Anthony Fok , 2013. # -#, fuzzy msgid "" msgstr "" -"Project-Id-Version: gtkspell3 3.0.1\n" +"Project-Id-Version: gtkspell 2.0.16\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2013-01-20 17:07+0100\n" -"PO-Revision-Date: 2009-10-14 13:16+0800\n" -"Last-Translator: Aron Xu \n" +"POT-Creation-Date: 2013-09-25 23:44+0200\n" +"PO-Revision-Date: 2013-08-17 15:00+0800\n" +"Last-Translator: Anthony Fok \n" "Language-Team: Chinese (simplified) \n" "Language: zh_CN\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" -#: ../gtkspell/gtkspell.c:410 +#: ../gtkspell/gtkspell.c:428 msgid "(no suggestions)" msgstr "(没有建议)" -#: ../gtkspell/gtkspell.c:426 +#: ../gtkspell/gtkspell.c:444 msgid "More..." msgstr "更多..." -#: ../gtkspell/gtkspell.c:447 +#. + Add to Dictionary +#: ../gtkspell/gtkspell.c:465 #, c-format msgid "Add \"%s\" to Dictionary" msgstr "将“%s”添加至词典" -#: ../gtkspell/gtkspell.c:457 +#: ../gtkspell/gtkspell.c:480 ../gtkspell/gtkspell.c:482 msgid "Ignore All" msgstr "全部忽略" -#: ../gtkspell/gtkspell.c:559 +#. on top: language selection +#: ../gtkspell/gtkspell.c:602 msgid "Languages" msgstr "语言" -#: ../gtkspell/gtkspell.c:659 +#: ../gtkspell/gtkspell.c:702 #, c-format msgid "enchant error for language: %s" -msgstr "语言迷惑性错误:%s" +msgstr "拼写检查库 Enchant 处理语言 %s 时发生错误" #~ msgid "Spelling Suggestions" #~ msgstr "拼写建议" diff -Nru gtkspell3-3.0.3/po/zh_HK.po gtkspell3-3.0.4/po/zh_HK.po --- gtkspell3-3.0.3/po/zh_HK.po 2013-02-06 23:30:42.000000000 +0000 +++ gtkspell3-3.0.4/po/zh_HK.po 2013-09-25 21:49:55.000000000 +0000 @@ -2,46 +2,48 @@ # Copyright (C) 2013 the gtkspell3 copyright holder # This file is distributed under the same license as the gtkspell3 package. # Abel Cheung , 2005. +# Anthony Fok , 2013. # -#, fuzzy msgid "" msgstr "" -"Project-Id-Version: gtkspell3 3.0.1\n" +"Project-Id-Version: gtkspell 3.0.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2013-01-20 17:07+0100\n" -"PO-Revision-Date: 2006-01-06 06:48+0800\n" -"Last-Translator: Abel Cheung \n" -"Language-Team: Chinese (Hong Kong) \n" -"Language: zh_HK\n" +"POT-Creation-Date: 2013-09-25 23:44+0200\n" +"PO-Revision-Date: 2013-08-17 15:58+0800\n" +"Last-Translator: Anthony Fok \n" +"Language-Team: Chinese (Hong Kong) <(nothing)>\n" +"Language: zh_CN\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -#: ../gtkspell/gtkspell.c:410 +#: ../gtkspell/gtkspell.c:428 msgid "(no suggestions)" msgstr "(沒有建議)" -#: ../gtkspell/gtkspell.c:426 +#: ../gtkspell/gtkspell.c:444 msgid "More..." msgstr "還有..." -#: ../gtkspell/gtkspell.c:447 +#. + Add to Dictionary +#: ../gtkspell/gtkspell.c:465 #, c-format msgid "Add \"%s\" to Dictionary" msgstr "將「%s」加入字典" -#: ../gtkspell/gtkspell.c:457 +#: ../gtkspell/gtkspell.c:480 ../gtkspell/gtkspell.c:482 msgid "Ignore All" msgstr "全部略過" -#: ../gtkspell/gtkspell.c:559 +#. on top: language selection +#: ../gtkspell/gtkspell.c:602 msgid "Languages" -msgstr "语言" +msgstr "語言" -#: ../gtkspell/gtkspell.c:659 +#: ../gtkspell/gtkspell.c:702 #, c-format msgid "enchant error for language: %s" -msgstr "语言迷惑性错误:%s" +msgstr "拼字檢查函式庫 Enchant 處理語言 %s 時發生錯誤" #~ msgid "Spelling Suggestions" #~ msgstr "拼字建議" diff -Nru gtkspell3-3.0.3/po/zh_TW.po gtkspell3-3.0.4/po/zh_TW.po --- gtkspell3-3.0.3/po/zh_TW.po 2013-02-06 23:30:42.000000000 +0000 +++ gtkspell3-3.0.4/po/zh_TW.po 2013-09-25 21:49:55.000000000 +0000 @@ -1,47 +1,49 @@ -# Chinese (traditional) translations of gtkspell3 +# Traditional Chinese translations of gtkspell3 # Copyright (C) 2013 the gtkspell3 copyright holder # This file is distributed under the same license as the gtkspell3 package. # Abel Cheung , 2005. +# Anthony Fok , 2013. # -#, fuzzy msgid "" msgstr "" -"Project-Id-Version: gtkspell3 3.0.1\n" +"Project-Id-Version: gtkspell 3.0.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2013-01-20 17:07+0100\n" -"PO-Revision-Date: 2006-01-06 06:48+0800\n" -"Last-Translator: Abel Cheung \n" +"POT-Creation-Date: 2013-09-25 23:44+0200\n" +"PO-Revision-Date: 2013-08-17 15:58+0800\n" +"Last-Translator: Anthony Fok \n" "Language-Team: Chinese (traditional) \n" "Language: zh_TW\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -#: ../gtkspell/gtkspell.c:410 +#: ../gtkspell/gtkspell.c:428 msgid "(no suggestions)" msgstr "(沒有建議)" -#: ../gtkspell/gtkspell.c:426 +#: ../gtkspell/gtkspell.c:444 msgid "More..." msgstr "還有..." -#: ../gtkspell/gtkspell.c:447 +#. + Add to Dictionary +#: ../gtkspell/gtkspell.c:465 #, c-format msgid "Add \"%s\" to Dictionary" msgstr "將「%s」加入字典" -#: ../gtkspell/gtkspell.c:457 +#: ../gtkspell/gtkspell.c:480 ../gtkspell/gtkspell.c:482 msgid "Ignore All" msgstr "全部略過" -#: ../gtkspell/gtkspell.c:559 +#. on top: language selection +#: ../gtkspell/gtkspell.c:602 msgid "Languages" -msgstr "语言" +msgstr "語言" -#: ../gtkspell/gtkspell.c:659 +#: ../gtkspell/gtkspell.c:702 #, c-format msgid "enchant error for language: %s" -msgstr "语言迷惑性错误:%s" +msgstr "拼字檢查函式庫 Enchant 處理語言 %s 時發生錯誤" #~ msgid "Spelling Suggestions" #~ msgstr "拼字建議" diff -Nru gtkspell3-3.0.3/po/zu.po gtkspell3-3.0.4/po/zu.po --- gtkspell3-3.0.3/po/zu.po 2013-02-06 23:30:42.000000000 +0000 +++ gtkspell3-3.0.4/po/zu.po 2013-09-25 21:49:55.000000000 +0000 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: gtkspell3 3.0.1\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2013-01-20 17:07+0100\n" +"POT-Creation-Date: 2013-09-25 23:44+0200\n" "PO-Revision-Date: 2011-02-18 15:32+0200\n" "Last-Translator: abel \n" "Language-Team: Zulu \n" @@ -19,28 +19,30 @@ "Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-Generator: Pootle 2.1.5\n" -#: ../gtkspell/gtkspell.c:410 +#: ../gtkspell/gtkspell.c:428 msgid "(no suggestions)" msgstr "(azikho iziphakamiso)" -#: ../gtkspell/gtkspell.c:426 +#: ../gtkspell/gtkspell.c:444 msgid "More..." msgstr "Okungaphezulu..." -#: ../gtkspell/gtkspell.c:447 +#. + Add to Dictionary +#: ../gtkspell/gtkspell.c:465 #, c-format msgid "Add \"%s\" to Dictionary" msgstr "Yongeza i-\"%s\" kusichazamazwi" -#: ../gtkspell/gtkspell.c:457 +#: ../gtkspell/gtkspell.c:480 ../gtkspell/gtkspell.c:482 msgid "Ignore All" msgstr "Ziba konke" -#: ../gtkspell/gtkspell.c:559 +#. on top: language selection +#: ../gtkspell/gtkspell.c:602 msgid "Languages" msgstr "Izilimi" -#: ../gtkspell/gtkspell.c:659 +#: ../gtkspell/gtkspell.c:702 #, c-format msgid "enchant error for language: %s" msgstr ""