From 6cd216d78dc05e818ce8e9a244be16a7d523d7d3 Mon Sep 17 00:00:00 2001 From: Alessio Treglia Date: Tue, 31 Aug 2010 01:00:11 +0200 Subject: Imported Upstream version 2.31.91 --- Makefile.in | 16 +- NEWS | 4 + aclocal.m4 | 433 ----------------------------- configure | 722 +------------------------------------------------ configure.ac | 6 +- data/Makefile.in | 13 +- data/icons/Makefile.in | 13 +- data/simple-scan.ui | 20 +- help/C/edit.page | 15 - help/C/reorder.page | 17 ++ help/Makefile.am | 2 +- help/Makefile.in | 15 +- mkinstalldirs | 162 ----------- po/af.po | 40 +-- po/ar.po | 40 +-- po/ast.po | 40 +-- po/bg.po | 40 +-- po/ca.po | 200 ++++++++------ po/cs.po | 40 +-- po/da.po | 40 +-- po/de.po | 45 +-- po/el.po | 40 +-- po/en_GB.po | 4 +- po/es.po | 41 +-- po/eu.po | 40 +-- po/fi.po | 40 +-- po/fr.po | 41 +-- po/gl.po | 40 +-- po/he.po | 40 +-- po/hr.po | 40 +-- po/hu.po | 40 +-- po/it.po | 77 +++--- po/ja.po | 40 +-- po/lt.po | 40 +-- po/ms.po | 40 +-- po/nb.po | 40 +-- po/nl.po | 40 +-- po/pl.po | 40 +-- po/pt.po | 41 +-- po/pt_BR.po | 42 +-- po/ro.po | 4 +- po/ru.po | 40 +-- po/sk.po | 40 +-- po/sl.po | 46 ++-- po/sr.po | 40 +-- po/sv.po | 43 +-- po/te.po | 40 +-- po/tr.po | 79 +++--- po/uk.po | 46 ++-- po/vi.po | 40 +-- po/zh_CN.po | 40 +-- src/Makefile.in | 13 +- src/book-view.c | 9 + src/book.c | 28 ++ src/book.h | 5 + src/ui.c | 58 +++- 56 files changed, 1030 insertions(+), 2230 deletions(-) delete mode 100644 help/C/edit.page create mode 100644 help/C/reorder.page delete mode 100755 mkinstalldirs diff --git a/Makefile.in b/Makefile.in index 121db27..34f567e 100644 --- a/Makefile.in +++ b/Makefile.in @@ -34,15 +34,14 @@ POST_UNINSTALL = : subdir = . DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \ $(srcdir)/Makefile.in $(top_srcdir)/configure AUTHORS COPYING \ - ChangeLog INSTALL NEWS depcomp install-sh missing \ - mkinstalldirs + ChangeLog INSTALL NEWS depcomp install-sh missing ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/configure.ac am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4) am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \ configure.lineno config.status.lineno -mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs +mkinstalldirs = $(install_sh) -d CONFIG_CLEAN_FILES = CONFIG_CLEAN_VPATH_FILES = AM_V_GEN = $(am__v_GEN_$(V)) @@ -112,8 +111,6 @@ AUTOCONF = @AUTOCONF@ AUTOHEADER = @AUTOHEADER@ AUTOMAKE = @AUTOMAKE@ AWK = @AWK@ -CATALOGS = @CATALOGS@ -CATOBJEXT = @CATOBJEXT@ CC = @CC@ CCDEPMODE = @CCDEPMODE@ CFLAGS = @CFLAGS@ @@ -134,7 +131,6 @@ EXEEXT = @EXEEXT@ GCONF_SCHEMA_CONFIG_SOURCE = @GCONF_SCHEMA_CONFIG_SOURCE@ GCONF_SCHEMA_FILE_DIR = @GCONF_SCHEMA_FILE_DIR@ GETTEXT_PACKAGE = @GETTEXT_PACKAGE@ -GMOFILES = @GMOFILES@ GMSGFMT = @GMSGFMT@ GREP = @GREP@ HELP_DIR = @HELP_DIR@ @@ -143,8 +139,6 @@ INSTALL_DATA = @INSTALL_DATA@ INSTALL_PROGRAM = @INSTALL_PROGRAM@ INSTALL_SCRIPT = @INSTALL_SCRIPT@ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ -INSTOBJEXT = @INSTOBJEXT@ -INTLLIBS = @INTLLIBS@ INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@ INTLTOOL_MERGE = @INTLTOOL_MERGE@ INTLTOOL_PERL = @INTLTOOL_PERL@ @@ -157,9 +151,7 @@ LTLIBOBJS = @LTLIBOBJS@ MAINT = @MAINT@ MAKEINFO = @MAKEINFO@ MKDIR_P = @MKDIR_P@ -MKINSTALLDIRS = @MKINSTALLDIRS@ MSGFMT = @MSGFMT@ -MSGFMT_OPTS = @MSGFMT_OPTS@ MSGMERGE = @MSGMERGE@ OBJEXT = @OBJEXT@ OMF_DIR = @OMF_DIR@ @@ -174,10 +166,6 @@ PATH_SEPARATOR = @PATH_SEPARATOR@ PKG_CONFIG = @PKG_CONFIG@ PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ -POFILES = @POFILES@ -POSUB = @POSUB@ -PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@ -PO_IN_DATADIR_TRUE = @PO_IN_DATADIR_TRUE@ SET_MAKE = @SET_MAKE@ SHELL = @SHELL@ SIMPLE_SCAN_CFLAGS = @SIMPLE_SCAN_CFLAGS@ diff --git a/NEWS b/NEWS index c861430..e04af96 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,7 @@ +Overview of changes in simple-scan 2.31.91 + + * Allow pages to be reordered + Overview of changes in simple-scan 2.31.90.2 * Fix crash saving cropped pages diff --git a/aclocal.m4 b/aclocal.m4 index a83d257..b07ffd9 100644 --- a/aclocal.m4 +++ b/aclocal.m4 @@ -64,439 +64,6 @@ AC_DEFUN([AM_GCONF_SOURCE_2], AM_CONDITIONAL([GCONF_SCHEMAS_INSTALL], [test "$enable_schemas_install" != no]) ]) -# Copyright (C) 1995-2002 Free Software Foundation, Inc. -# Copyright (C) 2001-2003,2004 Red Hat, Inc. -# -# This file is free software, distributed under the terms of the GNU -# General Public License. As a special exception to the GNU General -# Public License, this file may be distributed as part of a program -# that contains a configuration script generated by Autoconf, under -# the same distribution terms as the rest of that program. -# -# This file can be copied and used freely without restrictions. It can -# be used in projects which are not available under the GNU Public License -# but which still want to provide support for the GNU gettext functionality. -# -# Macro to add for using GNU gettext. -# Ulrich Drepper , 1995, 1996 -# -# Modified to never use included libintl. -# Owen Taylor , 12/15/1998 -# -# Major rework to remove unused code -# Owen Taylor , 12/11/2002 -# -# Added better handling of ALL_LINGUAS from GNU gettext version -# written by Bruno Haible, Owen Taylor 5/30/3002 -# -# Modified to require ngettext -# Matthias Clasen 08/06/2004 -# -# We need this here as well, since someone might use autoconf-2.5x -# to configure GLib then an older version to configure a package -# using AM_GLIB_GNU_GETTEXT -AC_PREREQ(2.53) - -dnl -dnl We go to great lengths to make sure that aclocal won't -dnl try to pull in the installed version of these macros -dnl when running aclocal in the glib directory. -dnl -m4_copy([AC_DEFUN],[glib_DEFUN]) -m4_copy([AC_REQUIRE],[glib_REQUIRE]) -dnl -dnl At the end, if we're not within glib, we'll define the public -dnl definitions in terms of our private definitions. -dnl - -# GLIB_LC_MESSAGES -#-------------------- -glib_DEFUN([GLIB_LC_MESSAGES], - [AC_CHECK_HEADERS([locale.h]) - if test $ac_cv_header_locale_h = yes; then - AC_CACHE_CHECK([for LC_MESSAGES], am_cv_val_LC_MESSAGES, - [AC_TRY_LINK([#include ], [return LC_MESSAGES], - am_cv_val_LC_MESSAGES=yes, am_cv_val_LC_MESSAGES=no)]) - if test $am_cv_val_LC_MESSAGES = yes; then - AC_DEFINE(HAVE_LC_MESSAGES, 1, - [Define if your file defines LC_MESSAGES.]) - fi - fi]) - -# GLIB_PATH_PROG_WITH_TEST -#---------------------------- -dnl GLIB_PATH_PROG_WITH_TEST(VARIABLE, PROG-TO-CHECK-FOR, -dnl TEST-PERFORMED-ON-FOUND_PROGRAM [, VALUE-IF-NOT-FOUND [, PATH]]) -glib_DEFUN([GLIB_PATH_PROG_WITH_TEST], -[# Extract the first word of "$2", so it can be a program name with args. -set dummy $2; ac_word=[$]2 -AC_MSG_CHECKING([for $ac_word]) -AC_CACHE_VAL(ac_cv_path_$1, -[case "[$]$1" in - /*) - ac_cv_path_$1="[$]$1" # Let the user override the test with a path. - ;; - *) - IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:" - for ac_dir in ifelse([$5], , $PATH, [$5]); do - test -z "$ac_dir" && ac_dir=. - if test -f $ac_dir/$ac_word; then - if [$3]; then - ac_cv_path_$1="$ac_dir/$ac_word" - break - fi - fi - done - IFS="$ac_save_ifs" -dnl If no 4th arg is given, leave the cache variable unset, -dnl so AC_PATH_PROGS will keep looking. -ifelse([$4], , , [ test -z "[$]ac_cv_path_$1" && ac_cv_path_$1="$4" -])dnl - ;; -esac])dnl -$1="$ac_cv_path_$1" -if test ifelse([$4], , [-n "[$]$1"], ["[$]$1" != "$4"]); then - AC_MSG_RESULT([$]$1) -else - AC_MSG_RESULT(no) -fi -AC_SUBST($1)dnl -]) - -# GLIB_WITH_NLS -#----------------- -glib_DEFUN([GLIB_WITH_NLS], - dnl NLS is obligatory - [USE_NLS=yes - AC_SUBST(USE_NLS) - - gt_cv_have_gettext=no - - CATOBJEXT=NONE - XGETTEXT=: - INTLLIBS= - - AC_CHECK_HEADER(libintl.h, - [gt_cv_func_dgettext_libintl="no" - libintl_extra_libs="" - - # - # First check in libc - # - AC_CACHE_CHECK([for ngettext in libc], gt_cv_func_ngettext_libc, - [AC_TRY_LINK([ -#include -], - [return !ngettext ("","", 1)], - gt_cv_func_ngettext_libc=yes, - gt_cv_func_ngettext_libc=no) - ]) - - if test "$gt_cv_func_ngettext_libc" = "yes" ; then - AC_CACHE_CHECK([for dgettext in libc], gt_cv_func_dgettext_libc, - [AC_TRY_LINK([ -#include -], - [return !dgettext ("","")], - gt_cv_func_dgettext_libc=yes, - gt_cv_func_dgettext_libc=no) - ]) - fi - - if test "$gt_cv_func_ngettext_libc" = "yes" ; then - AC_CHECK_FUNCS(bind_textdomain_codeset) - fi - - # - # If we don't have everything we want, check in libintl - # - if test "$gt_cv_func_dgettext_libc" != "yes" \ - || test "$gt_cv_func_ngettext_libc" != "yes" \ - || test "$ac_cv_func_bind_textdomain_codeset" != "yes" ; then - - AC_CHECK_LIB(intl, bindtextdomain, - [AC_CHECK_LIB(intl, ngettext, - [AC_CHECK_LIB(intl, dgettext, - gt_cv_func_dgettext_libintl=yes)])]) - - if test "$gt_cv_func_dgettext_libintl" != "yes" ; then - AC_MSG_CHECKING([if -liconv is needed to use gettext]) - AC_MSG_RESULT([]) - AC_CHECK_LIB(intl, ngettext, - [AC_CHECK_LIB(intl, dcgettext, - [gt_cv_func_dgettext_libintl=yes - libintl_extra_libs=-liconv], - :,-liconv)], - :,-liconv) - fi - - # - # If we found libintl, then check in it for bind_textdomain_codeset(); - # we'll prefer libc if neither have bind_textdomain_codeset(), - # and both have dgettext and ngettext - # - if test "$gt_cv_func_dgettext_libintl" = "yes" ; then - glib_save_LIBS="$LIBS" - LIBS="$LIBS -lintl $libintl_extra_libs" - unset ac_cv_func_bind_textdomain_codeset - AC_CHECK_FUNCS(bind_textdomain_codeset) - LIBS="$glib_save_LIBS" - - if test "$ac_cv_func_bind_textdomain_codeset" = "yes" ; then - gt_cv_func_dgettext_libc=no - else - if test "$gt_cv_func_dgettext_libc" = "yes" \ - && test "$gt_cv_func_ngettext_libc" = "yes"; then - gt_cv_func_dgettext_libintl=no - fi - fi - fi - fi - - if test "$gt_cv_func_dgettext_libc" = "yes" \ - || test "$gt_cv_func_dgettext_libintl" = "yes"; then - gt_cv_have_gettext=yes - fi - - if test "$gt_cv_func_dgettext_libintl" = "yes"; then - INTLLIBS="-lintl $libintl_extra_libs" - fi - - if test "$gt_cv_have_gettext" = "yes"; then - AC_DEFINE(HAVE_GETTEXT,1, - [Define if the GNU gettext() function is already present or preinstalled.]) - GLIB_PATH_PROG_WITH_TEST(MSGFMT, msgfmt, - [test -z "`$ac_dir/$ac_word -h 2>&1 | grep 'dv '`"], no)dnl - if test "$MSGFMT" != "no"; then - glib_save_LIBS="$LIBS" - LIBS="$LIBS $INTLLIBS" - AC_CHECK_FUNCS(dcgettext) - MSGFMT_OPTS= - AC_MSG_CHECKING([if msgfmt accepts -c]) - GLIB_RUN_PROG([$MSGFMT -c -o /dev/null],[ -msgid "" -msgstr "" -"Content-Type: text/plain; charset=UTF-8\n" -"Project-Id-Version: test 1.0\n" -"PO-Revision-Date: 2007-02-15 12:01+0100\n" -"Last-Translator: test \n" -"Language-Team: C \n" -"MIME-Version: 1.0\n" -"Content-Transfer-Encoding: 8bit\n" -], [MSGFMT_OPTS=-c; AC_MSG_RESULT([yes])], [AC_MSG_RESULT([no])]) - AC_SUBST(MSGFMT_OPTS) - AC_PATH_PROG(GMSGFMT, gmsgfmt, $MSGFMT) - GLIB_PATH_PROG_WITH_TEST(XGETTEXT, xgettext, - [test -z "`$ac_dir/$ac_word -h 2>&1 | grep '(HELP)'`"], :) - AC_TRY_LINK(, [extern int _nl_msg_cat_cntr; - return _nl_msg_cat_cntr], - [CATOBJEXT=.gmo - DATADIRNAME=share], - [case $host in - *-*-solaris*) - dnl On Solaris, if bind_textdomain_codeset is in libc, - dnl GNU format message catalog is always supported, - dnl since both are added to the libc all together. - dnl Hence, we'd like to go with DATADIRNAME=share and - dnl and CATOBJEXT=.gmo in this case. - AC_CHECK_FUNC(bind_textdomain_codeset, - [CATOBJEXT=.gmo - DATADIRNAME=share], - [CATOBJEXT=.mo - DATADIRNAME=lib]) - ;; - *) - CATOBJEXT=.mo - DATADIRNAME=lib - ;; - esac]) - LIBS="$glib_save_LIBS" - INSTOBJEXT=.mo - else - gt_cv_have_gettext=no - fi - fi - ]) - - if test "$gt_cv_have_gettext" = "yes" ; then - AC_DEFINE(ENABLE_NLS, 1, - [always defined to indicate that i18n is enabled]) - fi - - dnl Test whether we really found GNU xgettext. - if test "$XGETTEXT" != ":"; then - dnl If it is not GNU xgettext we define it as : so that the - dnl Makefiles still can work. - if $XGETTEXT --omit-header /dev/null 2> /dev/null; then - : ; - else - AC_MSG_RESULT( - [found xgettext program is not GNU xgettext; ignore it]) - XGETTEXT=":" - fi - fi - - # We need to process the po/ directory. - POSUB=po - - AC_OUTPUT_COMMANDS( - [case "$CONFIG_FILES" in *po/Makefile.in*) - sed -e "/POTFILES =/r po/POTFILES" po/Makefile.in > po/Makefile - esac]) - - dnl These rules are solely for the distribution goal. While doing this - dnl we only have to keep exactly one list of the available catalogs - dnl in configure.ac. - for lang in $ALL_LINGUAS; do - GMOFILES="$GMOFILES $lang.gmo" - POFILES="$POFILES $lang.po" - done - - dnl Make all variables we use known to autoconf. - AC_SUBST(CATALOGS) - AC_SUBST(CATOBJEXT) - AC_SUBST(DATADIRNAME) - AC_SUBST(GMOFILES) - AC_SUBST(INSTOBJEXT) - AC_SUBST(INTLLIBS) - AC_SUBST(PO_IN_DATADIR_TRUE) - AC_SUBST(PO_IN_DATADIR_FALSE) - AC_SUBST(POFILES) - AC_SUBST(POSUB) - ]) - -# AM_GLIB_GNU_GETTEXT -# ------------------- -# Do checks necessary for use of gettext. If a suitable implementation -# of gettext is found in either in libintl or in the C library, -# it will set INTLLIBS to the libraries needed for use of gettext -# and AC_DEFINE() HAVE_GETTEXT and ENABLE_NLS. (The shell variable -# gt_cv_have_gettext will be set to "yes".) It will also call AC_SUBST() -# on various variables needed by the Makefile.in.in installed by -# glib-gettextize. -dnl -glib_DEFUN([GLIB_GNU_GETTEXT], - [AC_REQUIRE([AC_PROG_CC])dnl - AC_REQUIRE([AC_HEADER_STDC])dnl - - GLIB_LC_MESSAGES - GLIB_WITH_NLS - - if test "$gt_cv_have_gettext" = "yes"; then - if test "x$ALL_LINGUAS" = "x"; then - LINGUAS= - else - AC_MSG_CHECKING(for catalogs to be installed) - NEW_LINGUAS= - for presentlang in $ALL_LINGUAS; do - useit=no - if test "%UNSET%" != "${LINGUAS-%UNSET%}"; then - desiredlanguages="$LINGUAS" - else - desiredlanguages="$ALL_LINGUAS" - fi - for desiredlang in $desiredlanguages; do - # Use the presentlang catalog if desiredlang is - # a. equal to presentlang, or - # b. a variant of presentlang (because in this case, - # presentlang can be used as a fallback for messages - # which are not translated in the desiredlang catalog). - case "$desiredlang" in - "$presentlang"*) useit=yes;; - esac - done - if test $useit = yes; then - NEW_LINGUAS="$NEW_LINGUAS $presentlang" - fi - done - LINGUAS=$NEW_LINGUAS - AC_MSG_RESULT($LINGUAS) - fi - - dnl Construct list of names of catalog files to be constructed. - if test -n "$LINGUAS"; then - for lang in $LINGUAS; do CATALOGS="$CATALOGS $lang$CATOBJEXT"; done - fi - fi - - dnl If the AC_CONFIG_AUX_DIR macro for autoconf is used we possibly - dnl find the mkinstalldirs script in another subdir but ($top_srcdir). - dnl Try to locate is. - MKINSTALLDIRS= - if test -n "$ac_aux_dir"; then - MKINSTALLDIRS="$ac_aux_dir/mkinstalldirs" - fi - if test -z "$MKINSTALLDIRS"; then - MKINSTALLDIRS="\$(top_srcdir)/mkinstalldirs" - fi - AC_SUBST(MKINSTALLDIRS) - - dnl Generate list of files to be processed by xgettext which will - dnl be included in po/Makefile. - test -d po || mkdir po - if test "x$srcdir" != "x."; then - if test "x`echo $srcdir | sed 's@/.*@@'`" = "x"; then - posrcprefix="$srcdir/" - else - posrcprefix="../$srcdir/" - fi - else - posrcprefix="../" - fi - rm -f po/POTFILES - sed -e "/^#/d" -e "/^\$/d" -e "s,.*, $posrcprefix& \\\\," -e "\$s/\(.*\) \\\\/\1/" \ - < $srcdir/po/POTFILES.in > po/POTFILES - ]) - -# AM_GLIB_DEFINE_LOCALEDIR(VARIABLE) -# ------------------------------- -# Define VARIABLE to the location where catalog files will -# be installed by po/Makefile. -glib_DEFUN([GLIB_DEFINE_LOCALEDIR], -[glib_REQUIRE([GLIB_GNU_GETTEXT])dnl -glib_save_prefix="$prefix" -glib_save_exec_prefix="$exec_prefix" -glib_save_datarootdir="$datarootdir" -test "x$prefix" = xNONE && prefix=$ac_default_prefix -test "x$exec_prefix" = xNONE && exec_prefix=$prefix -datarootdir=`eval echo "${datarootdir}"` -if test "x$CATOBJEXT" = "x.mo" ; then - localedir=`eval echo "${libdir}/locale"` -else - localedir=`eval echo "${datadir}/locale"` -fi -prefix="$glib_save_prefix" -exec_prefix="$glib_save_exec_prefix" -datarootdir="$glib_save_datarootdir" -AC_DEFINE_UNQUOTED($1, "$localedir", - [Define the location where the catalogs will be installed]) -]) - -dnl -dnl Now the definitions that aclocal will find -dnl -ifdef(glib_configure_ac,[],[ -AC_DEFUN([AM_GLIB_GNU_GETTEXT],[GLIB_GNU_GETTEXT($@)]) -AC_DEFUN([AM_GLIB_DEFINE_LOCALEDIR],[GLIB_DEFINE_LOCALEDIR($@)]) -])dnl - -# GLIB_RUN_PROG(PROGRAM, TEST-FILE, [ACTION-IF-PASS], [ACTION-IF-FAIL]) -# -# Create a temporary file with TEST-FILE as its contents and pass the -# file name to PROGRAM. Perform ACTION-IF-PASS if PROGRAM exits with -# 0 and perform ACTION-IF-FAIL for any other exit status. -AC_DEFUN([GLIB_RUN_PROG], -[cat >conftest.foo <<_ACEOF -$2 -_ACEOF -if AC_RUN_LOG([$1 conftest.foo]); then - m4_ifval([$3], [$3], [:]) -m4_ifvaln([$4], [else $4])dnl -echo "$as_me: failed input was:" >&AS_MESSAGE_LOG_FD -sed 's/^/| /' conftest.foo >&AS_MESSAGE_LOG_FD -fi]) - - # gnome-common.m4 # diff --git a/configure b/configure index aad2a8c..c370083 100755 --- a/configure +++ b/configure @@ -595,17 +595,6 @@ ac_subst_vars='am__EXEEXT_FALSE am__EXEEXT_TRUE LTLIBOBJS LIBOBJS -MKINSTALLDIRS -POSUB -POFILES -PO_IN_DATADIR_FALSE -PO_IN_DATADIR_TRUE -INTLLIBS -INSTOBJEXT -GMOFILES -CATOBJEXT -CATALOGS -MSGFMT_OPTS GETTEXT_PACKAGE DATADIRNAME ALL_LINGUAS @@ -2678,7 +2667,7 @@ fi # Define the identity of the package. PACKAGE=simple-scan - VERSION=2.31.90.2 + VERSION=2.31.91 cat >>confdefs.h <<_ACEOF @@ -6159,710 +6148,6 @@ fi GETTEXT_PACKAGE=simple-scan - for ac_header in locale.h -do : - ac_fn_c_check_header_mongrel "$LINENO" "locale.h" "ac_cv_header_locale_h" "$ac_includes_default" -if test "x$ac_cv_header_locale_h" = x""yes; then : - cat >>confdefs.h <<_ACEOF -#define HAVE_LOCALE_H 1 -_ACEOF - -fi - -done - - if test $ac_cv_header_locale_h = yes; then - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for LC_MESSAGES" >&5 -$as_echo_n "checking for LC_MESSAGES... " >&6; } -if test "${am_cv_val_LC_MESSAGES+set}" = set; then : - $as_echo_n "(cached) " >&6 -else - cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h. */ -#include -int -main () -{ -return LC_MESSAGES - ; - return 0; -} -_ACEOF -if ac_fn_c_try_link "$LINENO"; then : - am_cv_val_LC_MESSAGES=yes -else - am_cv_val_LC_MESSAGES=no -fi -rm -f core conftest.err conftest.$ac_objext \ - conftest$ac_exeext conftest.$ac_ext -fi -{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_val_LC_MESSAGES" >&5 -$as_echo "$am_cv_val_LC_MESSAGES" >&6; } - if test $am_cv_val_LC_MESSAGES = yes; then - -$as_echo "#define HAVE_LC_MESSAGES 1" >>confdefs.h - - fi - fi - USE_NLS=yes - - - gt_cv_have_gettext=no - - CATOBJEXT=NONE - XGETTEXT=: - INTLLIBS= - - ac_fn_c_check_header_mongrel "$LINENO" "libintl.h" "ac_cv_header_libintl_h" "$ac_includes_default" -if test "x$ac_cv_header_libintl_h" = x""yes; then : - gt_cv_func_dgettext_libintl="no" - libintl_extra_libs="" - - # - # First check in libc - # - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ngettext in libc" >&5 -$as_echo_n "checking for ngettext in libc... " >&6; } -if test "${gt_cv_func_ngettext_libc+set}" = set; then : - $as_echo_n "(cached) " >&6 -else - cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h. */ - -#include - -int -main () -{ -return !ngettext ("","", 1) - ; - return 0; -} -_ACEOF -if ac_fn_c_try_link "$LINENO"; then : - gt_cv_func_ngettext_libc=yes -else - gt_cv_func_ngettext_libc=no -fi -rm -f core conftest.err conftest.$ac_objext \ - conftest$ac_exeext conftest.$ac_ext - -fi -{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $gt_cv_func_ngettext_libc" >&5 -$as_echo "$gt_cv_func_ngettext_libc" >&6; } - - if test "$gt_cv_func_ngettext_libc" = "yes" ; then - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dgettext in libc" >&5 -$as_echo_n "checking for dgettext in libc... " >&6; } -if test "${gt_cv_func_dgettext_libc+set}" = set; then : - $as_echo_n "(cached) " >&6 -else - cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h. */ - -#include - -int -main () -{ -return !dgettext ("","") - ; - return 0; -} -_ACEOF -if ac_fn_c_try_link "$LINENO"; then : - gt_cv_func_dgettext_libc=yes -else - gt_cv_func_dgettext_libc=no -fi -rm -f core conftest.err conftest.$ac_objext \ - conftest$ac_exeext conftest.$ac_ext - -fi -{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $gt_cv_func_dgettext_libc" >&5 -$as_echo "$gt_cv_func_dgettext_libc" >&6; } - fi - - if test "$gt_cv_func_ngettext_libc" = "yes" ; then - for ac_func in bind_textdomain_codeset -do : - ac_fn_c_check_func "$LINENO" "bind_textdomain_codeset" "ac_cv_func_bind_textdomain_codeset" -if test "x$ac_cv_func_bind_textdomain_codeset" = x""yes; then : - cat >>confdefs.h <<_ACEOF -#define HAVE_BIND_TEXTDOMAIN_CODESET 1 -_ACEOF - -fi -done - - fi - - # - # If we don't have everything we want, check in libintl - # - if test "$gt_cv_func_dgettext_libc" != "yes" \ - || test "$gt_cv_func_ngettext_libc" != "yes" \ - || test "$ac_cv_func_bind_textdomain_codeset" != "yes" ; then - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for bindtextdomain in -lintl" >&5 -$as_echo_n "checking for bindtextdomain in -lintl... " >&6; } -if test "${ac_cv_lib_intl_bindtextdomain+set}" = set; then : - $as_echo_n "(cached) " >&6 -else - ac_check_lib_save_LIBS=$LIBS -LIBS="-lintl $LIBS" -cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h. */ - -/* Override any GCC internal prototype to avoid an error. - Use char because int might match the return type of a GCC - builtin and then its argument prototype would still apply. */ -#ifdef __cplusplus -extern "C" -#endif -char bindtextdomain (); -int -main () -{ -return bindtextdomain (); - ; - return 0; -} -_ACEOF -if ac_fn_c_try_link "$LINENO"; then : - ac_cv_lib_intl_bindtextdomain=yes -else - ac_cv_lib_intl_bindtextdomain=no -fi -rm -f core conftest.err conftest.$ac_objext \ - conftest$ac_exeext conftest.$ac_ext -LIBS=$ac_check_lib_save_LIBS -fi -{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_intl_bindtextdomain" >&5 -$as_echo "$ac_cv_lib_intl_bindtextdomain" >&6; } -if test "x$ac_cv_lib_intl_bindtextdomain" = x""yes; then : - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ngettext in -lintl" >&5 -$as_echo_n "checking for ngettext in -lintl... " >&6; } -if test "${ac_cv_lib_intl_ngettext+set}" = set; then : - $as_echo_n "(cached) " >&6 -else - ac_check_lib_save_LIBS=$LIBS -LIBS="-lintl $LIBS" -cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h. */ - -/* Override any GCC internal prototype to avoid an error. - Use char because int might match the return type of a GCC - builtin and then its argument prototype would still apply. */ -#ifdef __cplusplus -extern "C" -#endif -char ngettext (); -int -main () -{ -return ngettext (); - ; - return 0; -} -_ACEOF -if ac_fn_c_try_link "$LINENO"; then : - ac_cv_lib_intl_ngettext=yes -else - ac_cv_lib_intl_ngettext=no -fi -rm -f core conftest.err conftest.$ac_objext \ - conftest$ac_exeext conftest.$ac_ext -LIBS=$ac_check_lib_save_LIBS -fi -{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_intl_ngettext" >&5 -$as_echo "$ac_cv_lib_intl_ngettext" >&6; } -if test "x$ac_cv_lib_intl_ngettext" = x""yes; then : - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dgettext in -lintl" >&5 -$as_echo_n "checking for dgettext in -lintl... " >&6; } -if test "${ac_cv_lib_intl_dgettext+set}" = set; then : - $as_echo_n "(cached) " >&6 -else - ac_check_lib_save_LIBS=$LIBS -LIBS="-lintl $LIBS" -cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h. */ - -/* Override any GCC internal prototype to avoid an error. - Use char because int might match the return type of a GCC - builtin and then its argument prototype would still apply. */ -#ifdef __cplusplus -extern "C" -#endif -char dgettext (); -int -main () -{ -return dgettext (); - ; - return 0; -} -_ACEOF -if ac_fn_c_try_link "$LINENO"; then : - ac_cv_lib_intl_dgettext=yes -else - ac_cv_lib_intl_dgettext=no -fi -rm -f core conftest.err conftest.$ac_objext \ - conftest$ac_exeext conftest.$ac_ext -LIBS=$ac_check_lib_save_LIBS -fi -{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_intl_dgettext" >&5 -$as_echo "$ac_cv_lib_intl_dgettext" >&6; } -if test "x$ac_cv_lib_intl_dgettext" = x""yes; then : - gt_cv_func_dgettext_libintl=yes -fi - -fi - -fi - - - if test "$gt_cv_func_dgettext_libintl" != "yes" ; then - { $as_echo "$as_me:${as_lineno-$LINENO}: checking if -liconv is needed to use gettext" >&5 -$as_echo_n "checking if -liconv is needed to use gettext... " >&6; } - { $as_echo "$as_me:${as_lineno-$LINENO}: result: " >&5 -$as_echo "" >&6; } - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ngettext in -lintl" >&5 -$as_echo_n "checking for ngettext in -lintl... " >&6; } -if test "${ac_cv_lib_intl_ngettext+set}" = set; then : - $as_echo_n "(cached) " >&6 -else - ac_check_lib_save_LIBS=$LIBS -LIBS="-lintl -liconv $LIBS" -cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h. */ - -/* Override any GCC internal prototype to avoid an error. - Use char because int might match the return type of a GCC - builtin and then its argument prototype would still apply. */ -#ifdef __cplusplus -extern "C" -#endif -char ngettext (); -int -main () -{ -return ngettext (); - ; - return 0; -} -_ACEOF -if ac_fn_c_try_link "$LINENO"; then : - ac_cv_lib_intl_ngettext=yes -else - ac_cv_lib_intl_ngettext=no -fi -rm -f core conftest.err conftest.$ac_objext \ - conftest$ac_exeext conftest.$ac_ext -LIBS=$ac_check_lib_save_LIBS -fi -{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_intl_ngettext" >&5 -$as_echo "$ac_cv_lib_intl_ngettext" >&6; } -if test "x$ac_cv_lib_intl_ngettext" = x""yes; then : - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dcgettext in -lintl" >&5 -$as_echo_n "checking for dcgettext in -lintl... " >&6; } -if test "${ac_cv_lib_intl_dcgettext+set}" = set; then : - $as_echo_n "(cached) " >&6 -else - ac_check_lib_save_LIBS=$LIBS -LIBS="-lintl -liconv $LIBS" -cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h. */ - -/* Override any GCC internal prototype to avoid an error. - Use char because int might match the return type of a GCC - builtin and then its argument prototype would still apply. */ -#ifdef __cplusplus -extern "C" -#endif -char dcgettext (); -int -main () -{ -return dcgettext (); - ; - return 0; -} -_ACEOF -if ac_fn_c_try_link "$LINENO"; then : - ac_cv_lib_intl_dcgettext=yes -else - ac_cv_lib_intl_dcgettext=no -fi -rm -f core conftest.err conftest.$ac_objext \ - conftest$ac_exeext conftest.$ac_ext -LIBS=$ac_check_lib_save_LIBS -fi -{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_intl_dcgettext" >&5 -$as_echo "$ac_cv_lib_intl_dcgettext" >&6; } -if test "x$ac_cv_lib_intl_dcgettext" = x""yes; then : - gt_cv_func_dgettext_libintl=yes - libintl_extra_libs=-liconv -else - : -fi - -else - : -fi - - fi - - # - # If we found libintl, then check in it for bind_textdomain_codeset(); - # we'll prefer libc if neither have bind_textdomain_codeset(), - # and both have dgettext and ngettext - # - if test "$gt_cv_func_dgettext_libintl" = "yes" ; then - glib_save_LIBS="$LIBS" - LIBS="$LIBS -lintl $libintl_extra_libs" - unset ac_cv_func_bind_textdomain_codeset - for ac_func in bind_textdomain_codeset -do : - ac_fn_c_check_func "$LINENO" "bind_textdomain_codeset" "ac_cv_func_bind_textdomain_codeset" -if test "x$ac_cv_func_bind_textdomain_codeset" = x""yes; then : - cat >>confdefs.h <<_ACEOF -#define HAVE_BIND_TEXTDOMAIN_CODESET 1 -_ACEOF - -fi -done - - LIBS="$glib_save_LIBS" - - if test "$ac_cv_func_bind_textdomain_codeset" = "yes" ; then - gt_cv_func_dgettext_libc=no - else - if test "$gt_cv_func_dgettext_libc" = "yes" \ - && test "$gt_cv_func_ngettext_libc" = "yes"; then - gt_cv_func_dgettext_libintl=no - fi - fi - fi - fi - - if test "$gt_cv_func_dgettext_libc" = "yes" \ - || test "$gt_cv_func_dgettext_libintl" = "yes"; then - gt_cv_have_gettext=yes - fi - - if test "$gt_cv_func_dgettext_libintl" = "yes"; then - INTLLIBS="-lintl $libintl_extra_libs" - fi - - if test "$gt_cv_have_gettext" = "yes"; then - -$as_echo "#define HAVE_GETTEXT 1" >>confdefs.h - - # Extract the first word of "msgfmt", so it can be a program name with args. -set dummy msgfmt; ac_word=$2 -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 -$as_echo_n "checking for $ac_word... " >&6; } -if test "${ac_cv_path_MSGFMT+set}" = set; then : - $as_echo_n "(cached) " >&6 -else - case "$MSGFMT" in - /*) - ac_cv_path_MSGFMT="$MSGFMT" # Let the user override the test with a path. - ;; - *) - IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:" - for ac_dir in $PATH; do - test -z "$ac_dir" && ac_dir=. - if test -f $ac_dir/$ac_word; then - if test -z "`$ac_dir/$ac_word -h 2>&1 | grep 'dv '`"; then - ac_cv_path_MSGFMT="$ac_dir/$ac_word" - break - fi - fi - done - IFS="$ac_save_ifs" - test -z "$ac_cv_path_MSGFMT" && ac_cv_path_MSGFMT="no" - ;; -esac -fi -MSGFMT="$ac_cv_path_MSGFMT" -if test "$MSGFMT" != "no"; then - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MSGFMT" >&5 -$as_echo "$MSGFMT" >&6; } -else - { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 -$as_echo "no" >&6; } -fi - if test "$MSGFMT" != "no"; then - glib_save_LIBS="$LIBS" - LIBS="$LIBS $INTLLIBS" - for ac_func in dcgettext -do : - ac_fn_c_check_func "$LINENO" "dcgettext" "ac_cv_func_dcgettext" -if test "x$ac_cv_func_dcgettext" = x""yes; then : - cat >>confdefs.h <<_ACEOF -#define HAVE_DCGETTEXT 1 -_ACEOF - -fi -done - - MSGFMT_OPTS= - { $as_echo "$as_me:${as_lineno-$LINENO}: checking if msgfmt accepts -c" >&5 -$as_echo_n "checking if msgfmt accepts -c... " >&6; } - cat >conftest.foo <<_ACEOF - -msgid "" -msgstr "" -"Content-Type: text/plain; charset=UTF-8\n" -"Project-Id-Version: test 1.0\n" -"PO-Revision-Date: 2007-02-15 12:01+0100\n" -"Last-Translator: test \n" -"Language-Team: C \n" -"MIME-Version: 1.0\n" -"Content-Transfer-Encoding: 8bit\n" - -_ACEOF -if { { $as_echo "$as_me:${as_lineno-$LINENO}: \$MSGFMT -c -o /dev/null conftest.foo"; } >&5 - ($MSGFMT -c -o /dev/null conftest.foo) 2>&5 - ac_status=$? - $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 - test $ac_status = 0; }; then - MSGFMT_OPTS=-c; { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 -$as_echo "yes" >&6; } -else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 -$as_echo "no" >&6; } -echo "$as_me: failed input was:" >&5 -sed 's/^/| /' conftest.foo >&5 -fi - - # Extract the first word of "gmsgfmt", so it can be a program name with args. -set dummy gmsgfmt; ac_word=$2 -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 -$as_echo_n "checking for $ac_word... " >&6; } -if test "${ac_cv_path_GMSGFMT+set}" = set; then : - $as_echo_n "(cached) " >&6 -else - case $GMSGFMT in - [\\/]* | ?:[\\/]*) - ac_cv_path_GMSGFMT="$GMSGFMT" # Let the user override the test with a path. - ;; - *) - as_save_IFS=$IFS; IFS=$PATH_SEPARATOR -for as_dir in $PATH -do - IFS=$as_save_IFS - test -z "$as_dir" && as_dir=. - for ac_exec_ext in '' $ac_executable_extensions; do - if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then - ac_cv_path_GMSGFMT="$as_dir/$ac_word$ac_exec_ext" - $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 - break 2 - fi -done - done -IFS=$as_save_IFS - - test -z "$ac_cv_path_GMSGFMT" && ac_cv_path_GMSGFMT="$MSGFMT" - ;; -esac -fi -GMSGFMT=$ac_cv_path_GMSGFMT -if test -n "$GMSGFMT"; then - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GMSGFMT" >&5 -$as_echo "$GMSGFMT" >&6; } -else - { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 -$as_echo "no" >&6; } -fi - - - # Extract the first word of "xgettext", so it can be a program name with args. -set dummy xgettext; ac_word=$2 -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 -$as_echo_n "checking for $ac_word... " >&6; } -if test "${ac_cv_path_XGETTEXT+set}" = set; then : - $as_echo_n "(cached) " >&6 -else - case "$XGETTEXT" in - /*) - ac_cv_path_XGETTEXT="$XGETTEXT" # Let the user override the test with a path. - ;; - *) - IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:" - for ac_dir in $PATH; do - test -z "$ac_dir" && ac_dir=. - if test -f $ac_dir/$ac_word; then - if test -z "`$ac_dir/$ac_word -h 2>&1 | grep '(HELP)'`"; then - ac_cv_path_XGETTEXT="$ac_dir/$ac_word" - break - fi - fi - done - IFS="$ac_save_ifs" - test -z "$ac_cv_path_XGETTEXT" && ac_cv_path_XGETTEXT=":" - ;; -esac -fi -XGETTEXT="$ac_cv_path_XGETTEXT" -if test "$XGETTEXT" != ":"; then - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $XGETTEXT" >&5 -$as_echo "$XGETTEXT" >&6; } -else - { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 -$as_echo "no" >&6; } -fi - - cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h. */ - -int -main () -{ -extern int _nl_msg_cat_cntr; - return _nl_msg_cat_cntr - ; - return 0; -} -_ACEOF -if ac_fn_c_try_link "$LINENO"; then : - CATOBJEXT=.gmo - DATADIRNAME=share -else - case $host in - *-*-solaris*) - ac_fn_c_check_func "$LINENO" "bind_textdomain_codeset" "ac_cv_func_bind_textdomain_codeset" -if test "x$ac_cv_func_bind_textdomain_codeset" = x""yes; then : - CATOBJEXT=.gmo - DATADIRNAME=share -else - CATOBJEXT=.mo - DATADIRNAME=lib -fi - - ;; - *) - CATOBJEXT=.mo - DATADIRNAME=lib - ;; - esac -fi -rm -f core conftest.err conftest.$ac_objext \ - conftest$ac_exeext conftest.$ac_ext - LIBS="$glib_save_LIBS" - INSTOBJEXT=.mo - else - gt_cv_have_gettext=no - fi - fi - -fi - - - - if test "$gt_cv_have_gettext" = "yes" ; then - -$as_echo "#define ENABLE_NLS 1" >>confdefs.h - - fi - - if test "$XGETTEXT" != ":"; then - if $XGETTEXT --omit-header /dev/null 2> /dev/null; then - : ; - else - { $as_echo "$as_me:${as_lineno-$LINENO}: result: found xgettext program is not GNU xgettext; ignore it" >&5 -$as_echo "found xgettext program is not GNU xgettext; ignore it" >&6; } - XGETTEXT=":" - fi - fi - - # We need to process the po/ directory. - POSUB=po - - ac_config_commands="$ac_config_commands default-1" - - - for lang in $ALL_LINGUAS; do - GMOFILES="$GMOFILES $lang.gmo" - POFILES="$POFILES $lang.po" - done - - - - - - - - - - - - - - if test "$gt_cv_have_gettext" = "yes"; then - if test "x$ALL_LINGUAS" = "x"; then - LINGUAS= - else - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for catalogs to be installed" >&5 -$as_echo_n "checking for catalogs to be installed... " >&6; } - NEW_LINGUAS= - for presentlang in $ALL_LINGUAS; do - useit=no - if test "%UNSET%" != "${LINGUAS-%UNSET%}"; then - desiredlanguages="$LINGUAS" - else - desiredlanguages="$ALL_LINGUAS" - fi - for desiredlang in $desiredlanguages; do - # Use the presentlang catalog if desiredlang is - # a. equal to presentlang, or - # b. a variant of presentlang (because in this case, - # presentlang can be used as a fallback for messages - # which are not translated in the desiredlang catalog). - case "$desiredlang" in - "$presentlang"*) useit=yes;; - esac - done - if test $useit = yes; then - NEW_LINGUAS="$NEW_LINGUAS $presentlang" - fi - done - LINGUAS=$NEW_LINGUAS - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LINGUAS" >&5 -$as_echo "$LINGUAS" >&6; } - fi - - if test -n "$LINGUAS"; then - for lang in $LINGUAS; do CATALOGS="$CATALOGS $lang$CATOBJEXT"; done - fi - fi - - MKINSTALLDIRS= - if test -n "$ac_aux_dir"; then - MKINSTALLDIRS="$ac_aux_dir/mkinstalldirs" - fi - if test -z "$MKINSTALLDIRS"; then - MKINSTALLDIRS="\$(top_srcdir)/mkinstalldirs" - fi - - - test -d po || mkdir po - if test "x$srcdir" != "x."; then - if test "x`echo $srcdir | sed 's@/.*@@'`" = "x"; then - posrcprefix="$srcdir/" - else - posrcprefix="../$srcdir/" - fi - else - posrcprefix="../" - fi - rm -f po/POTFILES - sed -e "/^#/d" -e "/^\$/d" -e "s,.*, $posrcprefix& \\\\," -e "\$s/\(.*\) \\\\/\1/" \ - < $srcdir/po/POTFILES.in > po/POTFILES - - ac_config_files="$ac_config_files Makefile data/Makefile data/icons/Makefile help/Makefile po/Makefile.in src/Makefile" @@ -7615,7 +6900,6 @@ cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 # AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir" - _ACEOF cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 @@ -7625,7 +6909,6 @@ for ac_config_target in $ac_config_targets do case $ac_config_target in "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;; - "default-1") CONFIG_COMMANDS="$CONFIG_COMMANDS default-1" ;; "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;; "data/Makefile") CONFIG_FILES="$CONFIG_FILES data/Makefile" ;; "data/icons/Makefile") CONFIG_FILES="$CONFIG_FILES data/icons/Makefile" ;; @@ -8154,9 +7437,6 @@ $as_echo X"$file" | done } ;; - "default-1":C) case "$CONFIG_FILES" in *po/Makefile.in*) - sed -e "/POTFILES =/r po/POTFILES" po/Makefile.in > po/Makefile - esac ;; "po/stamp-it":C) if ! grep "^# INTLTOOL_MAKEFILE$" "po/Makefile.in" > /dev/null ; then as_fn_error $? "po/Makefile.in.in was not created by intltoolize." "$LINENO" 5 diff --git a/configure.ac b/configure.ac index 3695769..ae53f4b 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ dnl Process this file with autoconf to produce a configure script. AC_INIT(configure.ac) -AM_INIT_AUTOMAKE(simple-scan, 2.31.90.2) +AM_INIT_AUTOMAKE(simple-scan, 2.31.91) AM_MAINTAINER_MODE GNOME_MAINTAINER_MODE_DEFINES m4_ifdef([AM_SILENT_RULES],[AM_SILENT_RULES([yes])]) @@ -53,9 +53,7 @@ dnl Internationalization dnl ########################################################################### IT_PROG_INTLTOOL([0.35.0]) -GETTEXT_PACKAGE=simple-scan -AC_SUBST(GETTEXT_PACKAGE) -AM_GLIB_GNU_GETTEXT +AC_SUBST(GETTEXT_PACKAGE, simple-scan) dnl ########################################################################### dnl Files to generate diff --git a/data/Makefile.in b/data/Makefile.in index 7b7d1c6..da951ec 100644 --- a/data/Makefile.in +++ b/data/Makefile.in @@ -38,7 +38,7 @@ ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/configure.ac am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4) -mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs +mkinstalldirs = $(install_sh) -d CONFIG_CLEAN_FILES = CONFIG_CLEAN_VPATH_FILES = AM_V_GEN = $(am__v_GEN_$(V)) @@ -125,8 +125,6 @@ AUTOCONF = @AUTOCONF@ AUTOHEADER = @AUTOHEADER@ AUTOMAKE = @AUTOMAKE@ AWK = @AWK@ -CATALOGS = @CATALOGS@ -CATOBJEXT = @CATOBJEXT@ CC = @CC@ CCDEPMODE = @CCDEPMODE@ CFLAGS = @CFLAGS@ @@ -147,7 +145,6 @@ EXEEXT = @EXEEXT@ GCONF_SCHEMA_CONFIG_SOURCE = @GCONF_SCHEMA_CONFIG_SOURCE@ GCONF_SCHEMA_FILE_DIR = @GCONF_SCHEMA_FILE_DIR@ GETTEXT_PACKAGE = @GETTEXT_PACKAGE@ -GMOFILES = @GMOFILES@ GMSGFMT = @GMSGFMT@ GREP = @GREP@ HELP_DIR = @HELP_DIR@ @@ -156,8 +153,6 @@ INSTALL_DATA = @INSTALL_DATA@ INSTALL_PROGRAM = @INSTALL_PROGRAM@ INSTALL_SCRIPT = @INSTALL_SCRIPT@ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ -INSTOBJEXT = @INSTOBJEXT@ -INTLLIBS = @INTLLIBS@ INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@ INTLTOOL_MERGE = @INTLTOOL_MERGE@ INTLTOOL_PERL = @INTLTOOL_PERL@ @@ -170,9 +165,7 @@ LTLIBOBJS = @LTLIBOBJS@ MAINT = @MAINT@ MAKEINFO = @MAKEINFO@ MKDIR_P = @MKDIR_P@ -MKINSTALLDIRS = @MKINSTALLDIRS@ MSGFMT = @MSGFMT@ -MSGFMT_OPTS = @MSGFMT_OPTS@ MSGMERGE = @MSGMERGE@ OBJEXT = @OBJEXT@ OMF_DIR = @OMF_DIR@ @@ -187,10 +180,6 @@ PATH_SEPARATOR = @PATH_SEPARATOR@ PKG_CONFIG = @PKG_CONFIG@ PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ -POFILES = @POFILES@ -POSUB = @POSUB@ -PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@ -PO_IN_DATADIR_TRUE = @PO_IN_DATADIR_TRUE@ SET_MAKE = @SET_MAKE@ SHELL = @SHELL@ SIMPLE_SCAN_CFLAGS = @SIMPLE_SCAN_CFLAGS@ diff --git a/data/icons/Makefile.in b/data/icons/Makefile.in index 08dac6e..b60ce6c 100644 --- a/data/icons/Makefile.in +++ b/data/icons/Makefile.in @@ -37,7 +37,7 @@ ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/configure.ac am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4) -mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs +mkinstalldirs = $(install_sh) -d CONFIG_CLEAN_FILES = CONFIG_CLEAN_VPATH_FILES = AM_V_GEN = $(am__v_GEN_$(V)) @@ -57,8 +57,6 @@ AUTOCONF = @AUTOCONF@ AUTOHEADER = @AUTOHEADER@ AUTOMAKE = @AUTOMAKE@ AWK = @AWK@ -CATALOGS = @CATALOGS@ -CATOBJEXT = @CATOBJEXT@ CC = @CC@ CCDEPMODE = @CCDEPMODE@ CFLAGS = @CFLAGS@ @@ -79,7 +77,6 @@ EXEEXT = @EXEEXT@ GCONF_SCHEMA_CONFIG_SOURCE = @GCONF_SCHEMA_CONFIG_SOURCE@ GCONF_SCHEMA_FILE_DIR = @GCONF_SCHEMA_FILE_DIR@ GETTEXT_PACKAGE = @GETTEXT_PACKAGE@ -GMOFILES = @GMOFILES@ GMSGFMT = @GMSGFMT@ GREP = @GREP@ HELP_DIR = @HELP_DIR@ @@ -88,8 +85,6 @@ INSTALL_DATA = @INSTALL_DATA@ INSTALL_PROGRAM = @INSTALL_PROGRAM@ INSTALL_SCRIPT = @INSTALL_SCRIPT@ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ -INSTOBJEXT = @INSTOBJEXT@ -INTLLIBS = @INTLLIBS@ INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@ INTLTOOL_MERGE = @INTLTOOL_MERGE@ INTLTOOL_PERL = @INTLTOOL_PERL@ @@ -102,9 +97,7 @@ LTLIBOBJS = @LTLIBOBJS@ MAINT = @MAINT@ MAKEINFO = @MAKEINFO@ MKDIR_P = @MKDIR_P@ -MKINSTALLDIRS = @MKINSTALLDIRS@ MSGFMT = @MSGFMT@ -MSGFMT_OPTS = @MSGFMT_OPTS@ MSGMERGE = @MSGMERGE@ OBJEXT = @OBJEXT@ OMF_DIR = @OMF_DIR@ @@ -119,10 +112,6 @@ PATH_SEPARATOR = @PATH_SEPARATOR@ PKG_CONFIG = @PKG_CONFIG@ PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ -POFILES = @POFILES@ -POSUB = @POSUB@ -PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@ -PO_IN_DATADIR_TRUE = @PO_IN_DATADIR_TRUE@ SET_MAKE = @SET_MAKE@ SHELL = @SHELL@ SIMPLE_SCAN_CFLAGS = @SIMPLE_SCAN_CFLAGS@ diff --git a/data/simple-scan.ui b/data/simple-scan.ui index 25bf23b..7dcd2d7 100644 --- a/data/simple-scan.ui +++ b/data/simple-scan.ui @@ -116,7 +116,7 @@ False True True - + @@ -307,6 +307,23 @@ + + + True + Move Left + + + + + + + True + Move Right + True + + + + gtk-delete @@ -373,6 +390,7 @@ False + True diff --git a/help/C/edit.page b/help/C/edit.page deleted file mode 100644 index 32d501d..0000000 --- a/help/C/edit.page +++ /dev/null @@ -1,15 +0,0 @@ - - - - - - - Editing a Document - -

- Simple Scan does not provide any editing functions. - To edit a document save the document and open it in your favourite editing application. -

-
diff --git a/help/C/reorder.page b/help/C/reorder.page new file mode 100644 index 0000000..0892e4c --- /dev/null +++ b/help/C/reorder.page @@ -0,0 +1,17 @@ + + + + + + + Reordering Pages + +

+ To move a page, select it and move the page left or right using the < and > keys. +

+

+ To remove the selected page use the Delete key. +

+
diff --git a/help/Makefile.am b/help/Makefile.am index d12f00d..a901f88 100644 --- a/help/Makefile.am +++ b/help/Makefile.am @@ -9,9 +9,9 @@ DOC_PAGES = index.page \ adf.page \ crop.page \ dpi.page \ - edit.page \ email.page \ print.page \ + reorder.page \ rotate.page \ save.page \ scanner.page \ diff --git a/help/Makefile.in b/help/Makefile.in index d1ce867..6920b3c 100644 --- a/help/Makefile.in +++ b/help/Makefile.in @@ -62,7 +62,7 @@ ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/configure.ac am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4) -mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs +mkinstalldirs = $(install_sh) -d CONFIG_CLEAN_FILES = CONFIG_CLEAN_VPATH_FILES = AM_V_GEN = $(am__v_GEN_$(V)) @@ -82,8 +82,6 @@ AUTOCONF = @AUTOCONF@ AUTOHEADER = @AUTOHEADER@ AUTOMAKE = @AUTOMAKE@ AWK = @AWK@ -CATALOGS = @CATALOGS@ -CATOBJEXT = @CATOBJEXT@ CC = @CC@ CCDEPMODE = @CCDEPMODE@ CFLAGS = @CFLAGS@ @@ -104,7 +102,6 @@ EXEEXT = @EXEEXT@ GCONF_SCHEMA_CONFIG_SOURCE = @GCONF_SCHEMA_CONFIG_SOURCE@ GCONF_SCHEMA_FILE_DIR = @GCONF_SCHEMA_FILE_DIR@ GETTEXT_PACKAGE = @GETTEXT_PACKAGE@ -GMOFILES = @GMOFILES@ GMSGFMT = @GMSGFMT@ GREP = @GREP@ HELP_DIR = @HELP_DIR@ @@ -113,8 +110,6 @@ INSTALL_DATA = @INSTALL_DATA@ INSTALL_PROGRAM = @INSTALL_PROGRAM@ INSTALL_SCRIPT = @INSTALL_SCRIPT@ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ -INSTOBJEXT = @INSTOBJEXT@ -INTLLIBS = @INTLLIBS@ INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@ INTLTOOL_MERGE = @INTLTOOL_MERGE@ INTLTOOL_PERL = @INTLTOOL_PERL@ @@ -127,9 +122,7 @@ LTLIBOBJS = @LTLIBOBJS@ MAINT = @MAINT@ MAKEINFO = @MAKEINFO@ MKDIR_P = @MKDIR_P@ -MKINSTALLDIRS = @MKINSTALLDIRS@ MSGFMT = @MSGFMT@ -MSGFMT_OPTS = @MSGFMT_OPTS@ MSGMERGE = @MSGMERGE@ OBJEXT = @OBJEXT@ OMF_DIR = @OMF_DIR@ @@ -144,10 +137,6 @@ PATH_SEPARATOR = @PATH_SEPARATOR@ PKG_CONFIG = @PKG_CONFIG@ PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ -POFILES = @POFILES@ -POSUB = @POSUB@ -PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@ -PO_IN_DATADIR_TRUE = @PO_IN_DATADIR_TRUE@ SET_MAKE = @SET_MAKE@ SHELL = @SHELL@ SIMPLE_SCAN_CFLAGS = @SIMPLE_SCAN_CFLAGS@ @@ -316,9 +305,9 @@ DOC_PAGES = index.page \ adf.page \ crop.page \ dpi.page \ - edit.page \ email.page \ print.page \ + reorder.page \ rotate.page \ save.page \ scanner.page \ diff --git a/mkinstalldirs b/mkinstalldirs deleted file mode 100755 index 4191a45..0000000 --- a/mkinstalldirs +++ /dev/null @@ -1,162 +0,0 @@ -#! /bin/sh -# mkinstalldirs --- make directory hierarchy - -scriptversion=2009-04-28.21; # UTC - -# Original author: Noah Friedman -# Created: 1993-05-16 -# Public domain. -# -# This file is maintained in Automake, please report -# bugs to or send patches to -# . - -nl=' -' -IFS=" "" $nl" -errstatus=0 -dirmode= - -usage="\ -Usage: mkinstalldirs [-h] [--help] [--version] [-m MODE] DIR ... - -Create each directory DIR (with mode MODE, if specified), including all -leading file name components. - -Report bugs to ." - -# process command line arguments -while test $# -gt 0 ; do - case $1 in - -h | --help | --h*) # -h for help - echo "$usage" - exit $? - ;; - -m) # -m PERM arg - shift - test $# -eq 0 && { echo "$usage" 1>&2; exit 1; } - dirmode=$1 - shift - ;; - --version) - echo "$0 $scriptversion" - exit $? - ;; - --) # stop option processing - shift - break - ;; - -*) # unknown option - echo "$usage" 1>&2 - exit 1 - ;; - *) # first non-opt arg - break - ;; - esac -done - -for file -do - if test -d "$file"; then - shift - else - break - fi -done - -case $# in - 0) exit 0 ;; -esac - -# Solaris 8's mkdir -p isn't thread-safe. If you mkdir -p a/b and -# mkdir -p a/c at the same time, both will detect that a is missing, -# one will create a, then the other will try to create a and die with -# a "File exists" error. This is a problem when calling mkinstalldirs -# from a parallel make. We use --version in the probe to restrict -# ourselves to GNU mkdir, which is thread-safe. -case $dirmode in - '') - if mkdir -p --version . >/dev/null 2>&1 && test ! -d ./--version; then - echo "mkdir -p -- $*" - exec mkdir -p -- "$@" - else - # On NextStep and OpenStep, the `mkdir' command does not - # recognize any option. It will interpret all options as - # directories to create, and then abort because `.' already - # exists. - test -d ./-p && rmdir ./-p - test -d ./--version && rmdir ./--version - fi - ;; - *) - if mkdir -m "$dirmode" -p --version . >/dev/null 2>&1 && - test ! -d ./--version; then - echo "mkdir -m $dirmode -p -- $*" - exec mkdir -m "$dirmode" -p -- "$@" - else - # Clean up after NextStep and OpenStep mkdir. - for d in ./-m ./-p ./--version "./$dirmode"; - do - test -d $d && rmdir $d - done - fi - ;; -esac - -for file -do - case $file in - /*) pathcomp=/ ;; - *) pathcomp= ;; - esac - oIFS=$IFS - IFS=/ - set fnord $file - shift - IFS=$oIFS - - for d - do - test "x$d" = x && continue - - pathcomp=$pathcomp$d - case $pathcomp in - -*) pathcomp=./$pathcomp ;; - esac - - if test ! -d "$pathcomp"; then - echo "mkdir $pathcomp" - - mkdir "$pathcomp" || lasterr=$? - - if test ! -d "$pathcomp"; then - errstatus=$lasterr - else - if test ! -z "$dirmode"; then - echo "chmod $dirmode $pathcomp" - lasterr= - chmod "$dirmode" "$pathcomp" || lasterr=$? - - if test ! -z "$lasterr"; then - errstatus=$lasterr - fi - fi - fi - fi - - pathcomp=$pathcomp/ - done -done - -exit $errstatus - -# Local Variables: -# mode: shell-script -# sh-indentation: 2 -# eval: (add-hook 'write-file-hooks 'time-stamp) -# time-stamp-start: "scriptversion=" -# time-stamp-format: "%:y-%02m-%02d.%02H" -# time-stamp-time-zone: "UTC" -# time-stamp-end: "; # UTC" -# End: diff --git a/po/af.po b/po/af.po index cc73dd2..cf7ed78 100644 --- a/po/af.po +++ b/po/af.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: simple-scan\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2010-07-11 04:04+0000\n" +"POT-Creation-Date: 2010-08-20 05:36+0000\n" "PO-Revision-Date: 2010-01-26 22:27+0000\n" "Last-Translator: Launchpad Translations Administrators " "\n" @@ -15,7 +15,7 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2010-07-14 03:43+0000\n" +"X-Launchpad-Export-Date: 2010-08-27 03:48+0000\n" "X-Generator: Launchpad (build Unknown)\n" #. Radio button for cropping page to 4x6 inch @@ -406,7 +406,7 @@ msgid "Unable to start scan" msgstr "" #. Error displayed when communication with scanner broken -#: ../src/scanner.c:1240 ../src/scanner.c:1338 +#: ../src/scanner.c:1240 ../src/scanner.c:1346 msgid "Error communicating with scanner" msgstr "" @@ -527,17 +527,17 @@ msgid "Discard Changes" msgstr "" #. Error message display when unable to preview image -#: ../src/ui.c:949 +#: ../src/ui.c:950 msgid "Unable to open image preview application" msgstr "" #. Error message displayed when unable to launch help browser -#: ../src/ui.c:1245 +#: ../src/ui.c:1246 msgid "Unable to open help file" msgstr "" #. The license this software is under (GPL3+) -#: ../src/ui.c:1260 +#: ../src/ui.c:1261 msgid "" "This program is free software: you can redistribute it and/or modify\n" "it under the terms of the GNU General Public License as published by\n" @@ -554,75 +554,75 @@ msgid "" msgstr "" #. Title of about dialog -#: ../src/ui.c:1274 +#: ../src/ui.c:1275 msgid "About Simple Scan" msgstr "" #. Description of program -#: ../src/ui.c:1277 +#: ../src/ui.c:1278 msgid "Simple document scanning tool" msgstr "" -#: ../src/ui.c:1286 +#: ../src/ui.c:1287 msgid "translator-credits" msgstr "" "Launchpad Contributions:\n" " Jacques Botha https://launchpad.net/~jacquesb" #. Text in dialog warning when a document is about to be lost -#: ../src/ui.c:1304 +#: ../src/ui.c:1305 msgid "Save document before quitting?" msgstr "" #. Button in dialog to quit and discard unsaved document -#: ../src/ui.c:1306 +#: ../src/ui.c:1307 msgid "Quit without Saving" msgstr "" #. Preferences dialog: Label for minimum resolution in resolution list -#: ../src/ui.c:1448 +#: ../src/ui.c:1449 #, c-format msgid "%d dpi (draft)" msgstr "" #. Preferences dialog: Label for resolution value in resolution list (dpi = dots per inch) -#: ../src/ui.c:1450 ../src/ui.c:1451 ../src/ui.c:1452 ../src/ui.c:1455 +#: ../src/ui.c:1451 ../src/ui.c:1452 ../src/ui.c:1453 ../src/ui.c:1456 #, c-format msgid "%d dpi" msgstr "" #. Preferences dialog: Label for maximum resolution in resolution list -#: ../src/ui.c:1454 +#: ../src/ui.c:1455 #, c-format msgid "%d dpi (high resolution)" msgstr "" #. Preferences dialog: Label for default resolution in resolution list -#: ../src/ui.c:1477 +#: ../src/ui.c:1478 #, c-format msgid "%d dpi (default)" msgstr "" #. Title of dialog when cannot load required files -#: ../src/ui.c:1522 +#: ../src/ui.c:1523 msgid "Files missing" msgstr "" #. Description in dialog when cannot load required files -#: ../src/ui.c:1524 +#: ../src/ui.c:1525 msgid "Please check your installation" msgstr "" #. Button in error infobar to open preferences dialog and change scanner -#: ../src/ui.c:1581 +#: ../src/ui.c:1582 msgid "Change _Scanner" msgstr "" #. Combo box value for automatic paper size -#: ../src/ui.c:1587 +#: ../src/ui.c:1588 msgid "Automatic" msgstr "" -#: ../src/ui.c:1865 +#: ../src/ui.c:1866 msgid "Scanned Document.pdf" msgstr "" diff --git a/po/ar.po b/po/ar.po index be656a5..016fd9a 100644 --- a/po/ar.po +++ b/po/ar.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: simple-scan\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2010-07-11 04:04+0000\n" +"POT-Creation-Date: 2010-08-20 05:36+0000\n" "PO-Revision-Date: 2010-04-19 09:51+0000\n" "Last-Translator: Khaled Hosny \n" "Language-Team: Arabic \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2010-07-14 03:43+0000\n" +"X-Launchpad-Export-Date: 2010-08-27 03:48+0000\n" "X-Generator: Launchpad (build Unknown)\n" #. Radio button for cropping page to 4x6 inch @@ -412,7 +412,7 @@ msgid "Unable to start scan" msgstr "تعذّر بدء المسح" #. Error displayed when communication with scanner broken -#: ../src/scanner.c:1240 ../src/scanner.c:1338 +#: ../src/scanner.c:1240 ../src/scanner.c:1346 msgid "Error communicating with scanner" msgstr "خطأ في التواصل مع الماسحة" @@ -533,17 +533,17 @@ msgid "Discard Changes" msgstr "" #. Error message display when unable to preview image -#: ../src/ui.c:949 +#: ../src/ui.c:950 msgid "Unable to open image preview application" msgstr "تعذر فتح معاين الصور" #. Error message displayed when unable to launch help browser -#: ../src/ui.c:1245 +#: ../src/ui.c:1246 msgid "Unable to open help file" msgstr "تعذّر فتح ملف المساعدة" #. The license this software is under (GPL3+) -#: ../src/ui.c:1260 +#: ../src/ui.c:1261 msgid "" "This program is free software: you can redistribute it and/or modify\n" "it under the terms of the GNU General Public License as published by\n" @@ -570,16 +570,16 @@ msgstr "" "إذا لم يحدث هذا فانظر ." #. Title of about dialog -#: ../src/ui.c:1274 +#: ../src/ui.c:1275 msgid "About Simple Scan" msgstr "عن \"المسح البسيط\"" #. Description of program -#: ../src/ui.c:1277 +#: ../src/ui.c:1278 msgid "Simple document scanning tool" msgstr "أداة بسيطة لمسح المستندات" -#: ../src/ui.c:1286 +#: ../src/ui.c:1287 msgid "translator-credits" msgstr "" "Launchpad Contributions:\n" @@ -588,59 +588,59 @@ msgstr "" " benohb https://launchpad.net/~hamid" #. Text in dialog warning when a document is about to be lost -#: ../src/ui.c:1304 +#: ../src/ui.c:1305 msgid "Save document before quitting?" msgstr "" #. Button in dialog to quit and discard unsaved document -#: ../src/ui.c:1306 +#: ../src/ui.c:1307 msgid "Quit without Saving" msgstr "" #. Preferences dialog: Label for minimum resolution in resolution list -#: ../src/ui.c:1448 +#: ../src/ui.c:1449 #, c-format msgid "%d dpi (draft)" msgstr "%d نقطة\\بوصة (مسودة)" #. Preferences dialog: Label for resolution value in resolution list (dpi = dots per inch) -#: ../src/ui.c:1450 ../src/ui.c:1451 ../src/ui.c:1452 ../src/ui.c:1455 +#: ../src/ui.c:1451 ../src/ui.c:1452 ../src/ui.c:1453 ../src/ui.c:1456 #, c-format msgid "%d dpi" msgstr "%d نقطة\\بوصة" #. Preferences dialog: Label for maximum resolution in resolution list -#: ../src/ui.c:1454 +#: ../src/ui.c:1455 #, c-format msgid "%d dpi (high resolution)" msgstr "%d نقطة\\بوصة (دقة عالية)" #. Preferences dialog: Label for default resolution in resolution list -#: ../src/ui.c:1477 +#: ../src/ui.c:1478 #, c-format msgid "%d dpi (default)" msgstr "%d نقطة\\بوصة (مبدئي)" #. Title of dialog when cannot load required files -#: ../src/ui.c:1522 +#: ../src/ui.c:1523 msgid "Files missing" msgstr "ملفات مفقودة" #. Description in dialog when cannot load required files -#: ../src/ui.c:1524 +#: ../src/ui.c:1525 msgid "Please check your installation" msgstr "من فضلك تحقق من تثبيتك" #. Button in error infobar to open preferences dialog and change scanner -#: ../src/ui.c:1581 +#: ../src/ui.c:1582 msgid "Change _Scanner" msgstr "غيّر _الماسحة" #. Combo box value for automatic paper size -#: ../src/ui.c:1587 +#: ../src/ui.c:1588 msgid "Automatic" msgstr "" -#: ../src/ui.c:1865 +#: ../src/ui.c:1866 msgid "Scanned Document.pdf" msgstr "مستند ممسوح.pdf" diff --git a/po/ast.po b/po/ast.po index b91b061..fb47e76 100644 --- a/po/ast.po +++ b/po/ast.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: simple-scan\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2010-07-11 04:04+0000\n" +"POT-Creation-Date: 2010-08-20 05:36+0000\n" "PO-Revision-Date: 2010-01-26 22:27+0000\n" "Last-Translator: Launchpad Translations Administrators " "\n" @@ -15,7 +15,7 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2010-07-14 03:43+0000\n" +"X-Launchpad-Export-Date: 2010-08-27 03:48+0000\n" "X-Generator: Launchpad (build Unknown)\n" #. Radio button for cropping page to 4x6 inch @@ -406,7 +406,7 @@ msgid "Unable to start scan" msgstr "Nun puede anicase l'escáner" #. Error displayed when communication with scanner broken -#: ../src/scanner.c:1240 ../src/scanner.c:1338 +#: ../src/scanner.c:1240 ../src/scanner.c:1346 msgid "Error communicating with scanner" msgstr "Fallu de comunicación col escáner" @@ -539,17 +539,17 @@ msgid "Discard Changes" msgstr "" #. Error message display when unable to preview image -#: ../src/ui.c:949 +#: ../src/ui.c:950 msgid "Unable to open image preview application" msgstr "" #. Error message displayed when unable to launch help browser -#: ../src/ui.c:1245 +#: ../src/ui.c:1246 msgid "Unable to open help file" msgstr "" #. The license this software is under (GPL3+) -#: ../src/ui.c:1260 +#: ../src/ui.c:1261 msgid "" "This program is free software: you can redistribute it and/or modify\n" "it under the terms of the GNU General Public License as published by\n" @@ -578,75 +578,75 @@ msgstr "" "along with this program. If not, see ." #. Title of about dialog -#: ../src/ui.c:1274 +#: ../src/ui.c:1275 msgid "About Simple Scan" msgstr "Tocante a Simple Scan" #. Description of program -#: ../src/ui.c:1277 +#: ../src/ui.c:1278 msgid "Simple document scanning tool" msgstr "Una cenciella ferramienta pa escanear documentos" -#: ../src/ui.c:1286 +#: ../src/ui.c:1287 msgid "translator-credits" msgstr "" "Launchpad Contributions:\n" " Iñigo Varela https://launchpad.net/~ivarela" #. Text in dialog warning when a document is about to be lost -#: ../src/ui.c:1304 +#: ../src/ui.c:1305 msgid "Save document before quitting?" msgstr "" #. Button in dialog to quit and discard unsaved document -#: ../src/ui.c:1306 +#: ../src/ui.c:1307 msgid "Quit without Saving" msgstr "" #. Preferences dialog: Label for minimum resolution in resolution list -#: ../src/ui.c:1448 +#: ../src/ui.c:1449 #, c-format msgid "%d dpi (draft)" msgstr "" #. Preferences dialog: Label for resolution value in resolution list (dpi = dots per inch) -#: ../src/ui.c:1450 ../src/ui.c:1451 ../src/ui.c:1452 ../src/ui.c:1455 +#: ../src/ui.c:1451 ../src/ui.c:1452 ../src/ui.c:1453 ../src/ui.c:1456 #, c-format msgid "%d dpi" msgstr "" #. Preferences dialog: Label for maximum resolution in resolution list -#: ../src/ui.c:1454 +#: ../src/ui.c:1455 #, c-format msgid "%d dpi (high resolution)" msgstr "" #. Preferences dialog: Label for default resolution in resolution list -#: ../src/ui.c:1477 +#: ../src/ui.c:1478 #, c-format msgid "%d dpi (default)" msgstr "" #. Title of dialog when cannot load required files -#: ../src/ui.c:1522 +#: ../src/ui.c:1523 msgid "Files missing" msgstr "Ficheros non alcontraos" #. Description in dialog when cannot load required files -#: ../src/ui.c:1524 +#: ../src/ui.c:1525 msgid "Please check your installation" msgstr "Por favor, comprueba la instalación" #. Button in error infobar to open preferences dialog and change scanner -#: ../src/ui.c:1581 +#: ../src/ui.c:1582 msgid "Change _Scanner" msgstr "" #. Combo box value for automatic paper size -#: ../src/ui.c:1587 +#: ../src/ui.c:1588 msgid "Automatic" msgstr "" -#: ../src/ui.c:1865 +#: ../src/ui.c:1866 msgid "Scanned Document.pdf" msgstr "Documentu Escaneáu.pdf" diff --git a/po/bg.po b/po/bg.po index a123524..5929759 100644 --- a/po/bg.po +++ b/po/bg.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: simple-scan\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2010-08-08 07:48+0000\n" +"POT-Creation-Date: 2010-08-20 05:36+0000\n" "PO-Revision-Date: 2010-08-14 18:50+0000\n" "Last-Translator: Svetoslav Stefanov \n" "Language-Team: Bulgarian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2010-08-15 06:31+0000\n" +"X-Launchpad-Export-Date: 2010-08-27 03:48+0000\n" "X-Generator: Launchpad (build Unknown)\n" #. Radio button for cropping page to 4x6 inch @@ -423,7 +423,7 @@ msgid "Unable to start scan" msgstr "Сканирането не може да бъде стартирано" #. Error displayed when communication with scanner broken -#: ../src/scanner.c:1240 ../src/scanner.c:1338 +#: ../src/scanner.c:1240 ../src/scanner.c:1346 msgid "Error communicating with scanner" msgstr "Грешка при комуникацията със скенера" @@ -559,17 +559,17 @@ msgid "Discard Changes" msgstr "Отказ от промените" #. Error message display when unable to preview image -#: ../src/ui.c:949 +#: ../src/ui.c:950 msgid "Unable to open image preview application" msgstr "" #. Error message displayed when unable to launch help browser -#: ../src/ui.c:1245 +#: ../src/ui.c:1246 msgid "Unable to open help file" msgstr "Помощния файл не може да бъде отворен" #. The license this software is under (GPL3+) -#: ../src/ui.c:1260 +#: ../src/ui.c:1261 msgid "" "This program is free software: you can redistribute it and/or modify\n" "it under the terms of the GNU General Public License as published by\n" @@ -600,16 +600,16 @@ msgstr "" "." #. Title of about dialog -#: ../src/ui.c:1274 +#: ../src/ui.c:1275 msgid "About Simple Scan" msgstr "Относно Опростено сканиране" #. Description of program -#: ../src/ui.c:1277 +#: ../src/ui.c:1278 msgid "Simple document scanning tool" msgstr "Инструмент за опростено сканиране на документи" -#: ../src/ui.c:1286 +#: ../src/ui.c:1287 msgid "translator-credits" msgstr "" "Launchpad Contributions:\n" @@ -619,59 +619,59 @@ msgstr "" " Филип Андонов https://launchpad.net/~vonodna" #. Text in dialog warning when a document is about to be lost -#: ../src/ui.c:1304 +#: ../src/ui.c:1305 msgid "Save document before quitting?" msgstr "" #. Button in dialog to quit and discard unsaved document -#: ../src/ui.c:1306 +#: ../src/ui.c:1307 msgid "Quit without Saving" msgstr "" #. Preferences dialog: Label for minimum resolution in resolution list -#: ../src/ui.c:1448 +#: ../src/ui.c:1449 #, c-format msgid "%d dpi (draft)" msgstr "%d dpi (чернова)" #. Preferences dialog: Label for resolution value in resolution list (dpi = dots per inch) -#: ../src/ui.c:1450 ../src/ui.c:1451 ../src/ui.c:1452 ../src/ui.c:1455 +#: ../src/ui.c:1451 ../src/ui.c:1452 ../src/ui.c:1453 ../src/ui.c:1456 #, c-format msgid "%d dpi" msgstr "%d dpi" #. Preferences dialog: Label for maximum resolution in resolution list -#: ../src/ui.c:1454 +#: ../src/ui.c:1455 #, c-format msgid "%d dpi (high resolution)" msgstr "%d dpi (висока разделителна способност)" #. Preferences dialog: Label for default resolution in resolution list -#: ../src/ui.c:1477 +#: ../src/ui.c:1478 #, c-format msgid "%d dpi (default)" msgstr "%d dpi (по подразбиране)" #. Title of dialog when cannot load required files -#: ../src/ui.c:1522 +#: ../src/ui.c:1523 msgid "Files missing" msgstr "Липсващи файлове" #. Description in dialog when cannot load required files -#: ../src/ui.c:1524 +#: ../src/ui.c:1525 msgid "Please check your installation" msgstr "Моля проверете инсталацията си" #. Button in error infobar to open preferences dialog and change scanner -#: ../src/ui.c:1581 +#: ../src/ui.c:1582 msgid "Change _Scanner" msgstr "Смяна на _скенер" #. Combo box value for automatic paper size -#: ../src/ui.c:1587 +#: ../src/ui.c:1588 msgid "Automatic" msgstr "" -#: ../src/ui.c:1865 +#: ../src/ui.c:1866 msgid "Scanned Document.pdf" msgstr "Сканиран документ.pdf" diff --git a/po/ca.po b/po/ca.po index 216854f..01f430b 100644 --- a/po/ca.po +++ b/po/ca.po @@ -7,20 +7,20 @@ msgid "" msgstr "" "Project-Id-Version: simple-scan\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2010-07-11 04:04+0000\n" -"PO-Revision-Date: 2010-02-11 15:07+0000\n" -"Last-Translator: David Planella \n" +"POT-Creation-Date: 2010-08-20 05:36+0000\n" +"PO-Revision-Date: 2010-08-23 21:21+0000\n" +"Last-Translator: Joan Duran \n" "Language-Team: Catalan \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2010-07-14 03:43+0000\n" +"X-Launchpad-Export-Date: 2010-08-27 03:48+0000\n" "X-Generator: Launchpad (build Unknown)\n" #. Radio button for cropping page to 4x6 inch #: ../data/simple-scan.ui.h:2 msgid "4×6" -msgstr "" +msgstr "4×6" #. Radio button for cropping page to A4 size #: ../data/simple-scan.ui.h:4 @@ -45,7 +45,7 @@ msgstr "Totes les pàgines de l'a_limentador" #. Combo box label for scanning the back side of a page #: ../data/simple-scan.ui.h:12 msgid "Back" -msgstr "" +msgstr "Dorsal" #: ../data/simple-scan.ui.h:13 msgid "Crop" @@ -53,22 +53,22 @@ msgstr "" #: ../data/simple-scan.ui.h:14 msgid "Crop the selected page" -msgstr "" +msgstr "Escapça la pàgina seleccionada" #. Combo box label for scanning the front side of a page #: ../data/simple-scan.ui.h:16 msgid "Front" -msgstr "" +msgstr "Frontal" #. Combo box label for scanning both sides of a page #: ../data/simple-scan.ui.h:18 msgid "Front and Back" -msgstr "" +msgstr "Per dues cares" #. Radio button for cropping to page to US legal size #: ../data/simple-scan.ui.h:20 msgid "Le_gal" -msgstr "" +msgstr "Le_gal EUA" #: ../data/simple-scan.ui.h:21 msgid "New" @@ -77,7 +77,7 @@ msgstr "Nou" #. Label beside page size combo box #: ../data/simple-scan.ui.h:23 msgid "Page Size:" -msgstr "" +msgstr "Mida de la pàgina:" #. Combo box label for photo scan mode #: ../data/simple-scan.ui.h:25 @@ -112,12 +112,12 @@ msgstr "Gira a la _dreta" #. Tooltip for rotate left (counter-clockwise) button #: ../data/simple-scan.ui.h:37 msgid "Rotate the page to the left (counter-clockwise)" -msgstr "" +msgstr "Gireu la pàgina cap a l'esquerra (en sentit antihorari)" #. Tooltip for rotate right (clockwise) button #: ../data/simple-scan.ui.h:39 msgid "Rotate the page to the right (clockwise)" -msgstr "" +msgstr "Gireu la pàgina cap a la dreta (en sentit horari)" #: ../data/simple-scan.ui.h:40 msgid "Save" @@ -126,12 +126,12 @@ msgstr "Desa" #. Tooltip for save toolbar button #: ../data/simple-scan.ui.h:42 msgid "Save document to a file" -msgstr "" +msgstr "Desa el document en un fitxer" #. Scan menu item #: ../data/simple-scan.ui.h:44 msgid "Sc_an" -msgstr "" +msgstr "Esc_aneja" #. Label on scan toolbar item #: ../data/simple-scan.ui.h:46 @@ -146,7 +146,7 @@ msgstr "Font d'_escaneig:" #. Label beside scan side combo box #: ../data/simple-scan.ui.h:50 msgid "Scan Side:" -msgstr "" +msgstr "Cara a escanejar:" #. Tooltip for scan toolbar button #: ../data/simple-scan.ui.h:52 @@ -170,12 +170,12 @@ msgstr "Comença un document nou" #: ../data/simple-scan.ui.h:59 msgid "Stop" -msgstr "" +msgstr "Atura" #. Tooltip for stop button #: ../data/simple-scan.ui.h:61 msgid "Stop the current scan" -msgstr "" +msgstr "Atura l'escaneig actual" #. Combo box label for text scan mode #: ../data/simple-scan.ui.h:63 @@ -190,7 +190,7 @@ msgstr "_Autoritza" #. Help|Contents menu #: ../data/simple-scan.ui.h:67 msgid "_Contents" -msgstr "" +msgstr "C_ontingut" #. Label for page crop submenu #: ../data/simple-scan.ui.h:69 @@ -210,7 +210,7 @@ msgstr "_Document" #. Label on email menu item #: ../data/simple-scan.ui.h:75 msgid "_Email" -msgstr "" +msgstr "_Envia per correu" #. Label on help menu #: ../data/simple-scan.ui.h:77 @@ -220,7 +220,7 @@ msgstr "A_juda" #. Radio button for cropping page to US letter size #: ../data/simple-scan.ui.h:79 msgid "_Letter" -msgstr "" +msgstr "_Carta EUA" #. Radio button for no crop #: ../data/simple-scan.ui.h:81 @@ -240,7 +240,7 @@ msgstr "_Contrasenya:" #. Label beside scan source combo box #: ../data/simple-scan.ui.h:87 msgid "_Photo Resolution:" -msgstr "" +msgstr "_Resolució fotogràfica:" #. Menu item to rotate the crop area #: ../data/simple-scan.ui.h:89 @@ -255,7 +255,7 @@ msgstr "_Atura l'escaneig" #. Label beside scan source combo box #: ../data/simple-scan.ui.h:93 msgid "_Text Resolution:" -msgstr "" +msgstr "_Resolució de text:" #. Label beside username entry #: ../data/simple-scan.ui.h:95 @@ -268,103 +268,120 @@ msgstr "Escanegeu documents" #: ../data/simple-scan.schemas.in.h:1 msgid "Device to scan from" -msgstr "" +msgstr "Dispositiu d'escaneig" #: ../data/simple-scan.schemas.in.h:2 msgid "Direction of scan" -msgstr "" +msgstr "Direcció de l'escaneig" #: ../data/simple-scan.schemas.in.h:3 msgid "Directory to save files to" -msgstr "" +msgstr "Directori on desar els fitxers" #: ../data/simple-scan.schemas.in.h:4 msgid "Height of paper in tenths of a mm" -msgstr "" +msgstr "Alçada del paper en dècimes parts d'un mm" #: ../data/simple-scan.schemas.in.h:5 msgid "Height of scanned image in pixels" -msgstr "" +msgstr "Alçada de la imatge escanejada en píxels" #: ../data/simple-scan.schemas.in.h:6 msgid "Page side to scan" -msgstr "" +msgstr "Cara de la pàgina a escanejar" #: ../data/simple-scan.schemas.in.h:7 msgid "Resolution for photo scans" -msgstr "" +msgstr "Resolució per l'escaneig de fotos" #: ../data/simple-scan.schemas.in.h:8 msgid "Resolution for text scans" -msgstr "" +msgstr "Resolució per l'escaneig de text" #: ../data/simple-scan.schemas.in.h:9 msgid "Resolution of last scanned image" -msgstr "" +msgstr "Resolució de l'última imatge escanejada" #: ../data/simple-scan.schemas.in.h:10 msgid "SANE device to acquire images from." -msgstr "" +msgstr "Dispositiu SANE per a l'adquisició d'imatges." #: ../data/simple-scan.schemas.in.h:11 msgid "TRUE if the application window is maximized" -msgstr "" +msgstr "TRUE (cert) si la finestra de l'aplicació està maximitzada" #: ../data/simple-scan.schemas.in.h:12 msgid "" "The direction of the scanner across the scanned page. It can be one of the " "following: 'top-to-bottom' 'bottom-to-top' 'left-to-right' 'right-to-left'" msgstr "" +"La direcció de l'escaneig a través de la pàgina escanejada. Pot ser una de " +"les següents: «top-to-bottom» (de dalt a baix), «bottom-to-top» (de baix a " +"dalt), «left-to-right» (d'esquerra a dreta) o «right-to-left» (de dreta a " +"esquerra)." #: ../data/simple-scan.schemas.in.h:13 msgid "" "The directory to save files to. Defaults to the documents directory if unset." msgstr "" +"El directori on desar els fitxers. Per defecte serà el directori de " +"documents si no es defineix." #: ../data/simple-scan.schemas.in.h:14 msgid "" "The height of scanned image in pixels. This value is updated to what the " "last scanned page was." msgstr "" +"L'alçada de la imatge escanejada en píxels. Aquest valor s'ha actualitzat al " +"que tenia l'última pàgina escanejada." #: ../data/simple-scan.schemas.in.h:15 msgid "" "The height of the paper in tenths of a mm (or 0 for automatic paper " "detection)." msgstr "" +"L'alçada del paper en dècimes de mm (o 0 per la detecció automàtica del " +"paper)." #: ../data/simple-scan.schemas.in.h:16 msgid "" "The page side to scan. It can be one of the following: 'both' 'front' 'back'" msgstr "" +"El costat de la pàgina a escanejar. Pot ser un dels següents: «both» " +"(ambdós), «front» (frontal) o «back» (dorsal)" #: ../data/simple-scan.schemas.in.h:17 msgid "The resolution in dots-per-inch of the previously scanned image." msgstr "" +"La resolució en punts per polzada de la imatge prèviament escanejada." #: ../data/simple-scan.schemas.in.h:18 msgid "The resolution in dots-per-inch to use when scanning photos." -msgstr "" +msgstr "La resolució en punts per polzada quan s'escanegin fotos." #: ../data/simple-scan.schemas.in.h:19 msgid "The resolution in dots-per-inch to use when scanning text." -msgstr "" +msgstr "La resolució en punts per polzada quan s'escanegi text." #: ../data/simple-scan.schemas.in.h:20 msgid "" "The width of scanned image in pixels. This value is updated to what the last " "scanned page was." msgstr "" +"L'amplada de la imatge escanejada en píxels. Aquest valor s'ha actualitzat " +"al que tenia l'última pàgina escanejada." #: ../data/simple-scan.schemas.in.h:21 msgid "" "The width of the paper in tenths of a mm (or 0 for automatic paper " "detection)." msgstr "" +"L'amplada del paper en dècimes de mm (o 0 per la detecció automàtica del " +"paper)" #: ../data/simple-scan.schemas.in.h:22 msgid "Type of document being scanned" -msgstr "" +msgstr "Tipus de document a escanejar" #: ../data/simple-scan.schemas.in.h:23 msgid "" @@ -372,27 +389,30 @@ msgid "" "photos. This setting decides on the scan resolution, colors and post-" "processing." msgstr "" +"Tipus de document a escanejar. «text» per documents de text o «photo» per " +"fotos. Aquest paràmetre decideix la resolució de l'escaneig, els colors i el " +"postprocessament." #: ../data/simple-scan.schemas.in.h:24 msgid "Width of paper in tenths of a mm" -msgstr "" +msgstr "Amplada del paper en dècimes de mm" #: ../data/simple-scan.schemas.in.h:25 msgid "Width of scanned image in pixels" -msgstr "" +msgstr "Amplada de la imatge escanejada en píxels" #: ../data/simple-scan.schemas.in.h:26 msgid "Window height in pixels" -msgstr "" +msgstr "Alçada de la finestra en píxels" #: ../data/simple-scan.schemas.in.h:27 msgid "Window width in pixels" -msgstr "" +msgstr "Amplada de la finestra en píxels" #. Error displayed when no scanners to scan with #: ../src/scanner.c:889 msgid "No scanners available. Please connect a scanner." -msgstr "" +msgstr "No hi ha cap escàner disponible. Si us plau, connecteu-ne un." #. Error displayed when cannot connect to scanner #: ../src/scanner.c:916 @@ -405,7 +425,7 @@ msgid "Unable to start scan" msgstr "No s'ha pogut iniciar l'escaneig" #. Error displayed when communication with scanner broken -#: ../src/scanner.c:1240 ../src/scanner.c:1338 +#: ../src/scanner.c:1240 ../src/scanner.c:1346 msgid "Error communicating with scanner" msgstr "S'ha produït un error en comunicar-se amb l'escàner" @@ -417,7 +437,7 @@ msgstr "Ha fallat l'escaneig" #. Default filename to use when saving document (and extension will be added, e.g. .jpg) #: ../src/simple-scan.c:283 msgid "Scanned Document" -msgstr "" +msgstr "Document escanejat" #. Description on how to use simple-scan displayed on command-line #: ../src/simple-scan.c:426 @@ -440,6 +460,12 @@ msgid "" " --help-all Show all help options\n" " --help-gtk Show GTK+ options" msgstr "" +"Ajuda per a les opcions:\n" +" -d, --debug Mostra els missatges de depuració\n" +" -v, --version Mostra la versió del programa\n" +" -h, --help Mostra l'ajuda de les opcions\n" +" --help-all Mostra l'ajuda de totes les opcions\n" +" --help-gtk Mostra l'ajuda de les opcions de la GTK+" #. Description on simple-scan command-line GTK+ options displayed on command-line #: ../src/simple-scan.c:446 @@ -484,17 +510,17 @@ msgstr "Comproveu que l'escàner està connectat i engegat" #. Save dialog: Label for saving in PDF format #: ../src/ui.c:382 msgid "PDF (multi-page document)" -msgstr "" +msgstr "PDF (document multipàgina)." #. Save dialog: Label for saving in JPEG format #: ../src/ui.c:384 msgid "JPEG (compressed)" -msgstr "" +msgstr "JPEG (comprimit)" #. Save dialog: Label for saving in PNG format #: ../src/ui.c:386 msgid "PNG (lossless)" -msgstr "" +msgstr "PNG (sense pèrdua)" #. Save dialog: Dialog title #: ../src/ui.c:398 @@ -504,17 +530,17 @@ msgstr "Anomena i desa..." #. Save dialog: Filter name to show only image files #: ../src/ui.c:414 msgid "Image Files" -msgstr "" +msgstr "Fitxers d'imatge" #. Save dialog: Filter name to show all files #: ../src/ui.c:421 msgid "All Files" -msgstr "" +msgstr "Tots els fitxers" #. #: ../src/ui.c:426 msgid "Select File _Type" -msgstr "" +msgstr "Seleccioneu el _tipus de fitxer" #. Title of error dialog when save failed #: ../src/ui.c:524 @@ -524,7 +550,7 @@ msgstr "Ha fallat el desament del fitxer" #. Text in dialog warning when a document is about to be lost #: ../src/ui.c:552 msgid "If you don't save, changes will be permanently lost." -msgstr "" +msgstr "Si no ho deseu, els canvis es perdran per sempre més." #. Text in dialog warning when a document is about to be lost #: ../src/ui.c:594 @@ -534,20 +560,20 @@ msgstr "" #. Button in dialog to create new document and discard unsaved document #: ../src/ui.c:596 msgid "Discard Changes" -msgstr "" +msgstr "Descarta els canvis" #. Error message display when unable to preview image -#: ../src/ui.c:949 +#: ../src/ui.c:950 msgid "Unable to open image preview application" -msgstr "" +msgstr "No s'ha pogut obrir l'aplicació de previsualització d'imatges" #. Error message displayed when unable to launch help browser -#: ../src/ui.c:1245 +#: ../src/ui.c:1246 msgid "Unable to open help file" -msgstr "" +msgstr "No s'ha pogut obrir el fitxer d'ajuda" #. The license this software is under (GPL3+) -#: ../src/ui.c:1260 +#: ../src/ui.c:1261 msgid "" "This program is free software: you can redistribute it and/or modify\n" "it under the terms of the GNU General Public License as published by\n" @@ -562,80 +588,96 @@ msgid "" "You should have received a copy of the GNU General Public License\n" "along with this program. If not, see ." msgstr "" +"Aquest programa és programari lliure: podeu redistribuir-lo l'i/o modificar-" +"lo\n" +"sota els termes de la Llicència Pública General GNU (GNU GPL) segons publica " +"la \n" +"Fundació de Programari Lliure, qualsevol versió 3 de la Llicència, o \n" +"(si ho trieu) qualsevol versió més recent. \n" +"\n" +"Aquest programa és distribuït en l'esperança que serà útil, \n" +"però SENSE CAP GARANTIA; fins i tot sense la garantia implicada de \n" +"MERCANDABILITAT o ADEQUAT PER UN PROPÒSIT PARTICULAR.\n" +"Vegeu la Llicència Pública General GNU (GNU GPL) per més detalls. \n" +"\n" +"Hauríeu d'haver rebut una còpia de la Llicència Pública General GNU (GNU " +"GPL)\n" +"juntament amb aquest programa. Si no, mireu ." #. Title of about dialog -#: ../src/ui.c:1274 +#: ../src/ui.c:1275 msgid "About Simple Scan" msgstr "Quant a l'escaneig senzill" #. Description of program -#: ../src/ui.c:1277 +#: ../src/ui.c:1278 msgid "Simple document scanning tool" msgstr "Eina senzilla d'escaneig de documents" -#: ../src/ui.c:1286 +#: ../src/ui.c:1287 msgid "translator-credits" msgstr "" "Launchpad Contributions:\n" " David Planella https://launchpad.net/~dpm\n" +" Joan Duran https://launchpad.net/~jodufi\n" " Sergi https://launchpad.net/~scaparrosj\n" " Siegfried Gevatter https://launchpad.net/~rainct\n" " pancake https://launchpad.net/~pancake" #. Text in dialog warning when a document is about to be lost -#: ../src/ui.c:1304 +#: ../src/ui.c:1305 msgid "Save document before quitting?" msgstr "" #. Button in dialog to quit and discard unsaved document -#: ../src/ui.c:1306 +#: ../src/ui.c:1307 msgid "Quit without Saving" msgstr "" #. Preferences dialog: Label for minimum resolution in resolution list -#: ../src/ui.c:1448 +#: ../src/ui.c:1449 #, c-format msgid "%d dpi (draft)" -msgstr "" +msgstr "%d ppp (esborrany)" #. Preferences dialog: Label for resolution value in resolution list (dpi = dots per inch) -#: ../src/ui.c:1450 ../src/ui.c:1451 ../src/ui.c:1452 ../src/ui.c:1455 +#: ../src/ui.c:1451 ../src/ui.c:1452 ../src/ui.c:1453 ../src/ui.c:1456 #, c-format msgid "%d dpi" -msgstr "" +msgstr "%d ppp" #. Preferences dialog: Label for maximum resolution in resolution list -#: ../src/ui.c:1454 +#: ../src/ui.c:1455 #, c-format msgid "%d dpi (high resolution)" -msgstr "" +msgstr "%d ppp (alta resolució)" #. Preferences dialog: Label for default resolution in resolution list -#: ../src/ui.c:1477 +#: ../src/ui.c:1478 #, c-format msgid "%d dpi (default)" -msgstr "" +msgstr "%d ppp (predeterminat)" #. Title of dialog when cannot load required files -#: ../src/ui.c:1522 +#: ../src/ui.c:1523 msgid "Files missing" -msgstr "" +msgstr "Manquen fitxers" #. Description in dialog when cannot load required files -#: ../src/ui.c:1524 +#: ../src/ui.c:1525 msgid "Please check your installation" -msgstr "" +msgstr "Comproveu la vostra instal·lació" #. Button in error infobar to open preferences dialog and change scanner -#: ../src/ui.c:1581 +#: ../src/ui.c:1582 msgid "Change _Scanner" -msgstr "" +msgstr "Canvia l'e_scàner" #. Combo box value for automatic paper size -#: ../src/ui.c:1587 +#: ../src/ui.c:1588 msgid "Automatic" -msgstr "" +msgstr "Automàtic" -#: ../src/ui.c:1865 +#: ../src/ui.c:1866 msgid "Scanned Document.pdf" msgstr "Document escanejat.pdf" diff --git a/po/cs.po b/po/cs.po index 252944c..d1d0363 100644 --- a/po/cs.po +++ b/po/cs.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: simple-scan\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2010-08-08 07:48+0000\n" +"POT-Creation-Date: 2010-08-20 05:36+0000\n" "PO-Revision-Date: 2010-08-13 21:18+0000\n" "Last-Translator: Adrian Guniš \n" "Language-Team: Czech \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2010-08-14 06:24+0000\n" +"X-Launchpad-Export-Date: 2010-08-27 03:48+0000\n" "X-Generator: Launchpad (build Unknown)\n" #. Radio button for cropping page to 4x6 inch @@ -420,7 +420,7 @@ msgid "Unable to start scan" msgstr "Nelze zahájit skenování" #. Error displayed when communication with scanner broken -#: ../src/scanner.c:1240 ../src/scanner.c:1338 +#: ../src/scanner.c:1240 ../src/scanner.c:1346 msgid "Error communicating with scanner" msgstr "Při komunikaci se skenerem došlo k chybě" @@ -558,17 +558,17 @@ msgid "Discard Changes" msgstr "Zahodit změny" #. Error message display when unable to preview image -#: ../src/ui.c:949 +#: ../src/ui.c:950 msgid "Unable to open image preview application" msgstr "Nelze otevřít aplikaci s náhledem obrázku" #. Error message displayed when unable to launch help browser -#: ../src/ui.c:1245 +#: ../src/ui.c:1246 msgid "Unable to open help file" msgstr "Nelze otevřít soubor s nápovědou" #. The license this software is under (GPL3+) -#: ../src/ui.c:1260 +#: ../src/ui.c:1261 msgid "" "This program is free software: you can redistribute it and/or modify\n" "it under the terms of the GNU General Public License as published by\n" @@ -598,16 +598,16 @@ msgstr "" "Pokud ne, přečtěte si ji na stránce ." #. Title of about dialog -#: ../src/ui.c:1274 +#: ../src/ui.c:1275 msgid "About Simple Scan" msgstr "O aplikaci Jednoduché skenování" #. Description of program -#: ../src/ui.c:1277 +#: ../src/ui.c:1278 msgid "Simple document scanning tool" msgstr "Jednoduchý nástroj pro skenování dokumentů" -#: ../src/ui.c:1286 +#: ../src/ui.c:1287 msgid "translator-credits" msgstr "" "Launchpad Contributions:\n" @@ -617,59 +617,59 @@ msgstr "" " Vitezslav Kotrla https://launchpad.net/~vitezslav-kotrla" #. Text in dialog warning when a document is about to be lost -#: ../src/ui.c:1304 +#: ../src/ui.c:1305 msgid "Save document before quitting?" msgstr "Uložit dokument před ukončením?" #. Button in dialog to quit and discard unsaved document -#: ../src/ui.c:1306 +#: ../src/ui.c:1307 msgid "Quit without Saving" msgstr "Ukončit bez uložení" #. Preferences dialog: Label for minimum resolution in resolution list -#: ../src/ui.c:1448 +#: ../src/ui.c:1449 #, c-format msgid "%d dpi (draft)" msgstr "%d dpi (náčrt)" #. Preferences dialog: Label for resolution value in resolution list (dpi = dots per inch) -#: ../src/ui.c:1450 ../src/ui.c:1451 ../src/ui.c:1452 ../src/ui.c:1455 +#: ../src/ui.c:1451 ../src/ui.c:1452 ../src/ui.c:1453 ../src/ui.c:1456 #, c-format msgid "%d dpi" msgstr "%d dpi" #. Preferences dialog: Label for maximum resolution in resolution list -#: ../src/ui.c:1454 +#: ../src/ui.c:1455 #, c-format msgid "%d dpi (high resolution)" msgstr "%d dpi (vysoké rozlišení)" #. Preferences dialog: Label for default resolution in resolution list -#: ../src/ui.c:1477 +#: ../src/ui.c:1478 #, c-format msgid "%d dpi (default)" msgstr "%d dpi (výchozí)" #. Title of dialog when cannot load required files -#: ../src/ui.c:1522 +#: ../src/ui.c:1523 msgid "Files missing" msgstr "Soubory chybí" #. Description in dialog when cannot load required files -#: ../src/ui.c:1524 +#: ../src/ui.c:1525 msgid "Please check your installation" msgstr "Zkontrolujte prosím svoji instalaci" #. Button in error infobar to open preferences dialog and change scanner -#: ../src/ui.c:1581 +#: ../src/ui.c:1582 msgid "Change _Scanner" msgstr "Změnit _skener" #. Combo box value for automatic paper size -#: ../src/ui.c:1587 +#: ../src/ui.c:1588 msgid "Automatic" msgstr "Automaticky" -#: ../src/ui.c:1865 +#: ../src/ui.c:1866 msgid "Scanned Document.pdf" msgstr "Naskenovaný dokument.pdf" diff --git a/po/da.po b/po/da.po index 692749a..c42b148 100644 --- a/po/da.po +++ b/po/da.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: simple-scan\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2010-07-11 04:04+0000\n" +"POT-Creation-Date: 2010-08-20 05:36+0000\n" "PO-Revision-Date: 2010-05-25 09:17+0000\n" "Last-Translator: AJenbo \n" "Language-Team: Danish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2010-07-14 03:43+0000\n" +"X-Launchpad-Export-Date: 2010-08-27 03:48+0000\n" "X-Generator: Launchpad (build Unknown)\n" #. Radio button for cropping page to 4x6 inch @@ -421,7 +421,7 @@ msgid "Unable to start scan" msgstr "Kunne ikke starte skanning" #. Error displayed when communication with scanner broken -#: ../src/scanner.c:1240 ../src/scanner.c:1338 +#: ../src/scanner.c:1240 ../src/scanner.c:1346 msgid "Error communicating with scanner" msgstr "Fejl under kommunikation med skanner." @@ -559,17 +559,17 @@ msgid "Discard Changes" msgstr "" #. Error message display when unable to preview image -#: ../src/ui.c:949 +#: ../src/ui.c:950 msgid "Unable to open image preview application" msgstr "Kunne ikke åbne programmet til forhåndsvisning af billeder" #. Error message displayed when unable to launch help browser -#: ../src/ui.c:1245 +#: ../src/ui.c:1246 msgid "Unable to open help file" msgstr "Kunne ikke åbne hjælpfil" #. The license this software is under (GPL3+) -#: ../src/ui.c:1260 +#: ../src/ui.c:1261 msgid "" "This program is free software: you can redistribute it and/or modify\n" "it under the terms of the GNU General Public License as published by\n" @@ -598,16 +598,16 @@ msgstr "" "sammen med dette program. Hvis ikke, se ." #. Title of about dialog -#: ../src/ui.c:1274 +#: ../src/ui.c:1275 msgid "About Simple Scan" msgstr "Om Simpel Skanning" #. Description of program -#: ../src/ui.c:1277 +#: ../src/ui.c:1278 msgid "Simple document scanning tool" msgstr "Simpelt dokument skanningsværktøj" -#: ../src/ui.c:1286 +#: ../src/ui.c:1287 msgid "translator-credits" msgstr "" "Launchpad Contributions:\n" @@ -618,59 +618,59 @@ msgstr "" " Niels Kjøller Hansen https://launchpad.net/~kjoller" #. Text in dialog warning when a document is about to be lost -#: ../src/ui.c:1304 +#: ../src/ui.c:1305 msgid "Save document before quitting?" msgstr "" #. Button in dialog to quit and discard unsaved document -#: ../src/ui.c:1306 +#: ../src/ui.c:1307 msgid "Quit without Saving" msgstr "" #. Preferences dialog: Label for minimum resolution in resolution list -#: ../src/ui.c:1448 +#: ../src/ui.c:1449 #, c-format msgid "%d dpi (draft)" msgstr "%d dpi (udkast)" #. Preferences dialog: Label for resolution value in resolution list (dpi = dots per inch) -#: ../src/ui.c:1450 ../src/ui.c:1451 ../src/ui.c:1452 ../src/ui.c:1455 +#: ../src/ui.c:1451 ../src/ui.c:1452 ../src/ui.c:1453 ../src/ui.c:1456 #, c-format msgid "%d dpi" msgstr "%d dpi" #. Preferences dialog: Label for maximum resolution in resolution list -#: ../src/ui.c:1454 +#: ../src/ui.c:1455 #, c-format msgid "%d dpi (high resolution)" msgstr "%d dpi (høj opløsning)" #. Preferences dialog: Label for default resolution in resolution list -#: ../src/ui.c:1477 +#: ../src/ui.c:1478 #, c-format msgid "%d dpi (default)" msgstr "%d dpi (standard)" #. Title of dialog when cannot load required files -#: ../src/ui.c:1522 +#: ../src/ui.c:1523 msgid "Files missing" msgstr "Filer mangler" #. Description in dialog when cannot load required files -#: ../src/ui.c:1524 +#: ../src/ui.c:1525 msgid "Please check your installation" msgstr "Kontrollér venligst din installation" #. Button in error infobar to open preferences dialog and change scanner -#: ../src/ui.c:1581 +#: ../src/ui.c:1582 msgid "Change _Scanner" msgstr "Skift _skanner" #. Combo box value for automatic paper size -#: ../src/ui.c:1587 +#: ../src/ui.c:1588 msgid "Automatic" msgstr "Automatisk" -#: ../src/ui.c:1865 +#: ../src/ui.c:1866 msgid "Scanned Document.pdf" msgstr "Skannet dokument.pdf" diff --git a/po/de.po b/po/de.po index 247e5e4..f7cdadb 100644 --- a/po/de.po +++ b/po/de.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: simple-scan\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2010-07-18 04:27+0000\n" +"POT-Creation-Date: 2010-08-20 05:36+0000\n" "PO-Revision-Date: 2010-07-17 23:44+0000\n" -"Last-Translator: Jan-Christoph Borchardt \n" +"Last-Translator: Jan-Christoph Borchardt \n" "Language-Team: German \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2010-07-19 03:47+0000\n" +"X-Launchpad-Export-Date: 2010-08-27 03:48+0000\n" "X-Generator: Launchpad (build Unknown)\n" #. Radio button for cropping page to 4x6 inch @@ -422,7 +422,7 @@ msgid "Unable to start scan" msgstr "Scanvorgang konnte nicht gestartet werden" #. Error displayed when communication with scanner broken -#: ../src/scanner.c:1240 ../src/scanner.c:1338 +#: ../src/scanner.c:1240 ../src/scanner.c:1346 msgid "Error communicating with scanner" msgstr "Fehler bei der Kommunikation mit dem Scanner" @@ -562,17 +562,17 @@ msgid "Discard Changes" msgstr "Änderungen verwerfen" #. Error message display when unable to preview image -#: ../src/ui.c:949 +#: ../src/ui.c:950 msgid "Unable to open image preview application" msgstr "Bildvorschauanwendung konnte nicht gestartet werden" #. Error message displayed when unable to launch help browser -#: ../src/ui.c:1245 +#: ../src/ui.c:1246 msgid "Unable to open help file" msgstr "Die Hilfedatei konnte nicht geöffnet werden" #. The license this software is under (GPL3+) -#: ../src/ui.c:1260 +#: ../src/ui.c:1261 msgid "" "This program is free software: you can redistribute it and/or modify\n" "it under the terms of the GNU General Public License as published by\n" @@ -606,16 +606,16 @@ msgstr "" "." #. Title of about dialog -#: ../src/ui.c:1274 +#: ../src/ui.c:1275 msgid "About Simple Scan" msgstr "Über Simple Scan" #. Description of program -#: ../src/ui.c:1277 +#: ../src/ui.c:1278 msgid "Simple document scanning tool" msgstr "Einfaches Werkzeug zum Scannen von Dokumenten" -#: ../src/ui.c:1286 +#: ../src/ui.c:1287 msgid "translator-credits" msgstr "" "Launchpad Contributions:\n" @@ -627,7 +627,8 @@ msgstr "" " Funky Future https://launchpad.net/~funky-future\n" " HOMBRESINIESTRO https://launchpad.net/~hombre\n" " Hendrik Brandt https://launchpad.net/~heb\n" -" Jan-Christoph Borchardt https://launchpad.net/~inquata\n" +" Jan-Christoph Borchardt https://launchpad.net/~jancborchardt\n" +" Julian Gehring https://launchpad.net/~julian-gehring\n" " Lars Vopicka https://launchpad.net/~lars+vopicka\n" " Moritz Baumann https://launchpad.net/~mo-germany\n" " Raphael J. Schmid https://launchpad.net/~raphael-j-schmid\n" @@ -639,59 +640,59 @@ msgstr "" " tlue https://launchpad.net/~tlueber" #. Text in dialog warning when a document is about to be lost -#: ../src/ui.c:1304 +#: ../src/ui.c:1305 msgid "Save document before quitting?" msgstr "" #. Button in dialog to quit and discard unsaved document -#: ../src/ui.c:1306 +#: ../src/ui.c:1307 msgid "Quit without Saving" msgstr "" #. Preferences dialog: Label for minimum resolution in resolution list -#: ../src/ui.c:1448 +#: ../src/ui.c:1449 #, c-format msgid "%d dpi (draft)" msgstr "%d dpi (Entwurf)" #. Preferences dialog: Label for resolution value in resolution list (dpi = dots per inch) -#: ../src/ui.c:1450 ../src/ui.c:1451 ../src/ui.c:1452 ../src/ui.c:1455 +#: ../src/ui.c:1451 ../src/ui.c:1452 ../src/ui.c:1453 ../src/ui.c:1456 #, c-format msgid "%d dpi" msgstr "%d dpi" #. Preferences dialog: Label for maximum resolution in resolution list -#: ../src/ui.c:1454 +#: ../src/ui.c:1455 #, c-format msgid "%d dpi (high resolution)" msgstr "%d dpi (Hohe Auflösung)" #. Preferences dialog: Label for default resolution in resolution list -#: ../src/ui.c:1477 +#: ../src/ui.c:1478 #, c-format msgid "%d dpi (default)" msgstr "%d dpi (Vorgabe)" #. Title of dialog when cannot load required files -#: ../src/ui.c:1522 +#: ../src/ui.c:1523 msgid "Files missing" msgstr "Dateien nicht gefunden" #. Description in dialog when cannot load required files -#: ../src/ui.c:1524 +#: ../src/ui.c:1525 msgid "Please check your installation" msgstr "Bitte überprüfen Sie Ihre Installation" #. Button in error infobar to open preferences dialog and change scanner -#: ../src/ui.c:1581 +#: ../src/ui.c:1582 msgid "Change _Scanner" msgstr "_Scanner wechseln" #. Combo box value for automatic paper size -#: ../src/ui.c:1587 +#: ../src/ui.c:1588 msgid "Automatic" msgstr "Automatisch" -#: ../src/ui.c:1865 +#: ../src/ui.c:1866 msgid "Scanned Document.pdf" msgstr "Gescanntes Dokument.pdf" diff --git a/po/el.po b/po/el.po index 6db6ab6..5f91369 100644 --- a/po/el.po +++ b/po/el.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: simple-scan\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2010-07-11 04:04+0000\n" +"POT-Creation-Date: 2010-08-20 05:36+0000\n" "PO-Revision-Date: 2010-03-23 00:21+0000\n" "Last-Translator: Thanos Lefteris \n" "Language-Team: Greek \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2010-07-14 03:44+0000\n" +"X-Launchpad-Export-Date: 2010-08-27 03:48+0000\n" "X-Generator: Launchpad (build Unknown)\n" #. Radio button for cropping page to 4x6 inch @@ -421,7 +421,7 @@ msgid "Unable to start scan" msgstr "Αδύνατη η εκκίνηση της σάρωσης" #. Error displayed when communication with scanner broken -#: ../src/scanner.c:1240 ../src/scanner.c:1338 +#: ../src/scanner.c:1240 ../src/scanner.c:1346 msgid "Error communicating with scanner" msgstr "Σφάλμα κατά την επικοινωνία με τον σαρωτή" @@ -561,17 +561,17 @@ msgid "Discard Changes" msgstr "" #. Error message display when unable to preview image -#: ../src/ui.c:949 +#: ../src/ui.c:950 msgid "Unable to open image preview application" msgstr "Αδύνατο το άνοιγμα της εφαρμογής προβολής εικόνων" #. Error message displayed when unable to launch help browser -#: ../src/ui.c:1245 +#: ../src/ui.c:1246 msgid "Unable to open help file" msgstr "Αδύνατο το άνοιγμα του αρχείου βοήθειας" #. The license this software is under (GPL3+) -#: ../src/ui.c:1260 +#: ../src/ui.c:1261 msgid "" "This program is free software: you can redistribute it and/or modify\n" "it under the terms of the GNU General Public License as published by\n" @@ -603,16 +603,16 @@ msgstr "" "εδώ: ." #. Title of about dialog -#: ../src/ui.c:1274 +#: ../src/ui.c:1275 msgid "About Simple Scan" msgstr "Περί Σάρωσης" #. Description of program -#: ../src/ui.c:1277 +#: ../src/ui.c:1278 msgid "Simple document scanning tool" msgstr "Απλό εργαλείο σάρωσης εγγράφων" -#: ../src/ui.c:1286 +#: ../src/ui.c:1287 msgid "translator-credits" msgstr "" "Launchpad Contributions:\n" @@ -621,59 +621,59 @@ msgstr "" " Thanos Lefteris https://launchpad.net/~alefteris" #. Text in dialog warning when a document is about to be lost -#: ../src/ui.c:1304 +#: ../src/ui.c:1305 msgid "Save document before quitting?" msgstr "" #. Button in dialog to quit and discard unsaved document -#: ../src/ui.c:1306 +#: ../src/ui.c:1307 msgid "Quit without Saving" msgstr "" #. Preferences dialog: Label for minimum resolution in resolution list -#: ../src/ui.c:1448 +#: ../src/ui.c:1449 #, c-format msgid "%d dpi (draft)" msgstr "%d dpi (πρόχειρο)" #. Preferences dialog: Label for resolution value in resolution list (dpi = dots per inch) -#: ../src/ui.c:1450 ../src/ui.c:1451 ../src/ui.c:1452 ../src/ui.c:1455 +#: ../src/ui.c:1451 ../src/ui.c:1452 ../src/ui.c:1453 ../src/ui.c:1456 #, c-format msgid "%d dpi" msgstr "%d dpi" #. Preferences dialog: Label for maximum resolution in resolution list -#: ../src/ui.c:1454 +#: ../src/ui.c:1455 #, c-format msgid "%d dpi (high resolution)" msgstr "%d dpi (υψηλή ανάλυση)" #. Preferences dialog: Label for default resolution in resolution list -#: ../src/ui.c:1477 +#: ../src/ui.c:1478 #, c-format msgid "%d dpi (default)" msgstr "%d dpi (προεπιλογή)" #. Title of dialog when cannot load required files -#: ../src/ui.c:1522 +#: ../src/ui.c:1523 msgid "Files missing" msgstr "Λείπουν αρχεία" #. Description in dialog when cannot load required files -#: ../src/ui.c:1524 +#: ../src/ui.c:1525 msgid "Please check your installation" msgstr "Παρακαλούμε ελέγξτε την εγκατάσταση σας" #. Button in error infobar to open preferences dialog and change scanner -#: ../src/ui.c:1581 +#: ../src/ui.c:1582 msgid "Change _Scanner" msgstr "Αλλαγή _σαρωτή" #. Combo box value for automatic paper size -#: ../src/ui.c:1587 +#: ../src/ui.c:1588 msgid "Automatic" msgstr "" -#: ../src/ui.c:1865 +#: ../src/ui.c:1866 msgid "Scanned Document.pdf" msgstr "Σαρωμένο.pdf" diff --git a/po/en_GB.po b/po/en_GB.po index 0dd4453..9078dfd 100644 --- a/po/en_GB.po +++ b/po/en_GB.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: simple-scan\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2010-08-16 06:40+0000\n" +"POT-Creation-Date: 2010-08-20 05:36+0000\n" "PO-Revision-Date: 2010-08-15 13:46+0000\n" "Last-Translator: James Thorrold \n" "Language-Team: English (United Kingdom) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2010-08-16 06:59+0000\n" +"X-Launchpad-Export-Date: 2010-08-27 03:48+0000\n" "X-Generator: Launchpad (build Unknown)\n" #. Radio button for cropping page to 4x6 inch diff --git a/po/es.po b/po/es.po index 2170e63..3feec14 100644 --- a/po/es.po +++ b/po/es.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: simple-scan\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2010-07-11 04:04+0000\n" +"POT-Creation-Date: 2010-08-20 05:36+0000\n" "PO-Revision-Date: 2010-05-29 15:56+0000\n" "Last-Translator: Julián Alarcón \n" "Language-Team: Spanish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2010-07-14 03:44+0000\n" +"X-Launchpad-Export-Date: 2010-08-27 03:48+0000\n" "X-Generator: Launchpad (build Unknown)\n" #. Radio button for cropping page to 4x6 inch @@ -423,7 +423,7 @@ msgid "Unable to start scan" msgstr "No empezar a escanear" #. Error displayed when communication with scanner broken -#: ../src/scanner.c:1240 ../src/scanner.c:1338 +#: ../src/scanner.c:1240 ../src/scanner.c:1346 msgid "Error communicating with scanner" msgstr "Error comunicándose con el escáner" @@ -562,17 +562,17 @@ msgid "Discard Changes" msgstr "" #. Error message display when unable to preview image -#: ../src/ui.c:949 +#: ../src/ui.c:950 msgid "Unable to open image preview application" msgstr "No se puede abrir la imagen previa de la aplicación" #. Error message displayed when unable to launch help browser -#: ../src/ui.c:1245 +#: ../src/ui.c:1246 msgid "Unable to open help file" msgstr "No se pudo abrir el archivo de ayuda" #. The license this software is under (GPL3+) -#: ../src/ui.c:1260 +#: ../src/ui.c:1261 msgid "" "This program is free software: you can redistribute it and/or modify\n" "it under the terms of the GNU General Public License as published by\n" @@ -601,16 +601,16 @@ msgstr "" "con este programa. Si no fuera así, vea ." #. Title of about dialog -#: ../src/ui.c:1274 +#: ../src/ui.c:1275 msgid "About Simple Scan" msgstr "Acerca de Simple Scan" #. Description of program -#: ../src/ui.c:1277 +#: ../src/ui.c:1278 msgid "Simple document scanning tool" msgstr "Herramienta sencilla para escanear documentos" -#: ../src/ui.c:1286 +#: ../src/ui.c:1287 msgid "translator-credits" msgstr "" "Launchpad Contributions:\n" @@ -633,63 +633,64 @@ msgstr "" " Vladimir Rojas https://launchpad.net/~vladyrojas\n" " almejo https://launchpad.net/~alejandro-vera\n" " daironmedina https://launchpad.net/~dairon\n" +" elXATU https://launchpad.net/~elxatu\n" " felix.anadon@gmail.com https://launchpad.net/~felix-anadon\n" " fosk https://launchpad.net/~oscarrdg" #. Text in dialog warning when a document is about to be lost -#: ../src/ui.c:1304 +#: ../src/ui.c:1305 msgid "Save document before quitting?" msgstr "" #. Button in dialog to quit and discard unsaved document -#: ../src/ui.c:1306 +#: ../src/ui.c:1307 msgid "Quit without Saving" msgstr "" #. Preferences dialog: Label for minimum resolution in resolution list -#: ../src/ui.c:1448 +#: ../src/ui.c:1449 #, c-format msgid "%d dpi (draft)" msgstr "%d ppp (borrador)" #. Preferences dialog: Label for resolution value in resolution list (dpi = dots per inch) -#: ../src/ui.c:1450 ../src/ui.c:1451 ../src/ui.c:1452 ../src/ui.c:1455 +#: ../src/ui.c:1451 ../src/ui.c:1452 ../src/ui.c:1453 ../src/ui.c:1456 #, c-format msgid "%d dpi" msgstr "%d ppp" #. Preferences dialog: Label for maximum resolution in resolution list -#: ../src/ui.c:1454 +#: ../src/ui.c:1455 #, c-format msgid "%d dpi (high resolution)" msgstr "%d ppp (alta resolución)" #. Preferences dialog: Label for default resolution in resolution list -#: ../src/ui.c:1477 +#: ../src/ui.c:1478 #, c-format msgid "%d dpi (default)" msgstr "%d ppp (predeterminado)" #. Title of dialog when cannot load required files -#: ../src/ui.c:1522 +#: ../src/ui.c:1523 msgid "Files missing" msgstr "Faltan archivos" #. Description in dialog when cannot load required files -#: ../src/ui.c:1524 +#: ../src/ui.c:1525 msgid "Please check your installation" msgstr "Verifique su instalación" #. Button in error infobar to open preferences dialog and change scanner -#: ../src/ui.c:1581 +#: ../src/ui.c:1582 msgid "Change _Scanner" msgstr "Cambiar _escáner" #. Combo box value for automatic paper size -#: ../src/ui.c:1587 +#: ../src/ui.c:1588 msgid "Automatic" msgstr "Automático" -#: ../src/ui.c:1865 +#: ../src/ui.c:1866 msgid "Scanned Document.pdf" msgstr "Documento escaneado.pdf" diff --git a/po/eu.po b/po/eu.po index ca37060..c6f44a5 100644 --- a/po/eu.po +++ b/po/eu.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: simple-scan\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2010-07-11 04:04+0000\n" +"POT-Creation-Date: 2010-08-20 05:36+0000\n" "PO-Revision-Date: 2010-01-26 22:27+0000\n" "Last-Translator: Launchpad Translations Administrators " "\n" @@ -15,7 +15,7 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2010-07-14 03:43+0000\n" +"X-Launchpad-Export-Date: 2010-08-27 03:48+0000\n" "X-Generator: Launchpad (build Unknown)\n" #. Radio button for cropping page to 4x6 inch @@ -406,7 +406,7 @@ msgid "Unable to start scan" msgstr "" #. Error displayed when communication with scanner broken -#: ../src/scanner.c:1240 ../src/scanner.c:1338 +#: ../src/scanner.c:1240 ../src/scanner.c:1346 msgid "Error communicating with scanner" msgstr "" @@ -527,17 +527,17 @@ msgid "Discard Changes" msgstr "" #. Error message display when unable to preview image -#: ../src/ui.c:949 +#: ../src/ui.c:950 msgid "Unable to open image preview application" msgstr "" #. Error message displayed when unable to launch help browser -#: ../src/ui.c:1245 +#: ../src/ui.c:1246 msgid "Unable to open help file" msgstr "" #. The license this software is under (GPL3+) -#: ../src/ui.c:1260 +#: ../src/ui.c:1261 msgid "" "This program is free software: you can redistribute it and/or modify\n" "it under the terms of the GNU General Public License as published by\n" @@ -554,75 +554,75 @@ msgid "" msgstr "" #. Title of about dialog -#: ../src/ui.c:1274 +#: ../src/ui.c:1275 msgid "About Simple Scan" msgstr "" #. Description of program -#: ../src/ui.c:1277 +#: ../src/ui.c:1278 msgid "Simple document scanning tool" msgstr "" -#: ../src/ui.c:1286 +#: ../src/ui.c:1287 msgid "translator-credits" msgstr "" "Launchpad Contributions:\n" " Jon Legarrea https://launchpad.net/~jonlegarrea" #. Text in dialog warning when a document is about to be lost -#: ../src/ui.c:1304 +#: ../src/ui.c:1305 msgid "Save document before quitting?" msgstr "" #. Button in dialog to quit and discard unsaved document -#: ../src/ui.c:1306 +#: ../src/ui.c:1307 msgid "Quit without Saving" msgstr "" #. Preferences dialog: Label for minimum resolution in resolution list -#: ../src/ui.c:1448 +#: ../src/ui.c:1449 #, c-format msgid "%d dpi (draft)" msgstr "" #. Preferences dialog: Label for resolution value in resolution list (dpi = dots per inch) -#: ../src/ui.c:1450 ../src/ui.c:1451 ../src/ui.c:1452 ../src/ui.c:1455 +#: ../src/ui.c:1451 ../src/ui.c:1452 ../src/ui.c:1453 ../src/ui.c:1456 #, c-format msgid "%d dpi" msgstr "" #. Preferences dialog: Label for maximum resolution in resolution list -#: ../src/ui.c:1454 +#: ../src/ui.c:1455 #, c-format msgid "%d dpi (high resolution)" msgstr "" #. Preferences dialog: Label for default resolution in resolution list -#: ../src/ui.c:1477 +#: ../src/ui.c:1478 #, c-format msgid "%d dpi (default)" msgstr "" #. Title of dialog when cannot load required files -#: ../src/ui.c:1522 +#: ../src/ui.c:1523 msgid "Files missing" msgstr "" #. Description in dialog when cannot load required files -#: ../src/ui.c:1524 +#: ../src/ui.c:1525 msgid "Please check your installation" msgstr "" #. Button in error infobar to open preferences dialog and change scanner -#: ../src/ui.c:1581 +#: ../src/ui.c:1582 msgid "Change _Scanner" msgstr "" #. Combo box value for automatic paper size -#: ../src/ui.c:1587 +#: ../src/ui.c:1588 msgid "Automatic" msgstr "" -#: ../src/ui.c:1865 +#: ../src/ui.c:1866 msgid "Scanned Document.pdf" msgstr "" diff --git a/po/fi.po b/po/fi.po index 88e6ee4..715b802 100644 --- a/po/fi.po +++ b/po/fi.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: simple-scan\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2010-07-27 18:03+0000\n" +"POT-Creation-Date: 2010-08-20 05:36+0000\n" "PO-Revision-Date: 2010-07-31 00:17+0000\n" "Last-Translator: Jiri Grönroos \n" "Language-Team: Finnish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2010-08-01 03:56+0000\n" +"X-Launchpad-Export-Date: 2010-08-27 03:48+0000\n" "X-Generator: Launchpad (build Unknown)\n" #. Radio button for cropping page to 4x6 inch @@ -408,7 +408,7 @@ msgid "Unable to start scan" msgstr "Kuvanluvun käynnistäminen ei onnistu" #. Error displayed when communication with scanner broken -#: ../src/scanner.c:1240 ../src/scanner.c:1338 +#: ../src/scanner.c:1240 ../src/scanner.c:1346 msgid "Error communicating with scanner" msgstr "Virhe viestinnässä kuvanlukijan kanssa" @@ -536,17 +536,17 @@ msgid "Discard Changes" msgstr "" #. Error message display when unable to preview image -#: ../src/ui.c:949 +#: ../src/ui.c:950 msgid "Unable to open image preview application" msgstr "Esikatselusovelluksen avaus epäonnistui" #. Error message displayed when unable to launch help browser -#: ../src/ui.c:1245 +#: ../src/ui.c:1246 msgid "Unable to open help file" msgstr "Ohjetiedostoa ei voi avata" #. The license this software is under (GPL3+) -#: ../src/ui.c:1260 +#: ../src/ui.c:1261 msgid "" "This program is free software: you can redistribute it and/or modify\n" "it under the terms of the GNU General Public License as published by\n" @@ -563,16 +563,16 @@ msgid "" msgstr "" #. Title of about dialog -#: ../src/ui.c:1274 +#: ../src/ui.c:1275 msgid "About Simple Scan" msgstr "Tietoja Yksinkertainen kuvanluku (”Simple Scan”) -sovelluksesta" #. Description of program -#: ../src/ui.c:1277 +#: ../src/ui.c:1278 msgid "Simple document scanning tool" msgstr "Yksinkertainen asiakirjojen kuvanlukutyökalu" -#: ../src/ui.c:1286 +#: ../src/ui.c:1287 msgid "translator-credits" msgstr "" "Launchpad Contributions:\n" @@ -581,59 +581,59 @@ msgstr "" " Timo Jyrinki https://launchpad.net/~timo-jyrinki" #. Text in dialog warning when a document is about to be lost -#: ../src/ui.c:1304 +#: ../src/ui.c:1305 msgid "Save document before quitting?" msgstr "" #. Button in dialog to quit and discard unsaved document -#: ../src/ui.c:1306 +#: ../src/ui.c:1307 msgid "Quit without Saving" msgstr "" #. Preferences dialog: Label for minimum resolution in resolution list -#: ../src/ui.c:1448 +#: ../src/ui.c:1449 #, c-format msgid "%d dpi (draft)" msgstr "%d dpi (vedos)" #. Preferences dialog: Label for resolution value in resolution list (dpi = dots per inch) -#: ../src/ui.c:1450 ../src/ui.c:1451 ../src/ui.c:1452 ../src/ui.c:1455 +#: ../src/ui.c:1451 ../src/ui.c:1452 ../src/ui.c:1453 ../src/ui.c:1456 #, c-format msgid "%d dpi" msgstr "%d dpi" #. Preferences dialog: Label for maximum resolution in resolution list -#: ../src/ui.c:1454 +#: ../src/ui.c:1455 #, c-format msgid "%d dpi (high resolution)" msgstr "%d dpi (korkea tarkkuus)" #. Preferences dialog: Label for default resolution in resolution list -#: ../src/ui.c:1477 +#: ../src/ui.c:1478 #, c-format msgid "%d dpi (default)" msgstr "%d dpi (oletus)" #. Title of dialog when cannot load required files -#: ../src/ui.c:1522 +#: ../src/ui.c:1523 msgid "Files missing" msgstr "Tiedostoja puuttuu" #. Description in dialog when cannot load required files -#: ../src/ui.c:1524 +#: ../src/ui.c:1525 msgid "Please check your installation" msgstr "Tarkista asennuksesi tila" #. Button in error infobar to open preferences dialog and change scanner -#: ../src/ui.c:1581 +#: ../src/ui.c:1582 msgid "Change _Scanner" msgstr "Muuta _kuvanlukijaa" #. Combo box value for automatic paper size -#: ../src/ui.c:1587 +#: ../src/ui.c:1588 msgid "Automatic" msgstr "" -#: ../src/ui.c:1865 +#: ../src/ui.c:1866 msgid "Scanned Document.pdf" msgstr "Asiakirja kuvanlukijasta.pdf" diff --git a/po/fr.po b/po/fr.po index 86c4148..336610b 100644 --- a/po/fr.po +++ b/po/fr.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: simple-scan\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2010-07-11 04:04+0000\n" +"POT-Creation-Date: 2010-08-20 05:36+0000\n" "PO-Revision-Date: 2010-05-21 16:03+0000\n" "Last-Translator: Pierre Slamich \n" "Language-Team: French \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2010-07-14 03:43+0000\n" +"X-Launchpad-Export-Date: 2010-08-27 03:48+0000\n" "X-Generator: Launchpad (build Unknown)\n" #. Radio button for cropping page to 4x6 inch @@ -429,7 +429,7 @@ msgid "Unable to start scan" msgstr "Impossible de démarrer la numérisation" #. Error displayed when communication with scanner broken -#: ../src/scanner.c:1240 ../src/scanner.c:1338 +#: ../src/scanner.c:1240 ../src/scanner.c:1346 msgid "Error communicating with scanner" msgstr "Erreur de communication avec le scanner" @@ -567,17 +567,17 @@ msgid "Discard Changes" msgstr "" #. Error message display when unable to preview image -#: ../src/ui.c:949 +#: ../src/ui.c:950 msgid "Unable to open image preview application" msgstr "Impossible d'ouvrir l'application de prévisualisation d'image" #. Error message displayed when unable to launch help browser -#: ../src/ui.c:1245 +#: ../src/ui.c:1246 msgid "Unable to open help file" msgstr "Impossible d'ouvrir le fichier d'aide" #. The license this software is under (GPL3+) -#: ../src/ui.c:1260 +#: ../src/ui.c:1261 msgid "" "This program is free software: you can redistribute it and/or modify\n" "it under the terms of the GNU General Public License as published by\n" @@ -607,16 +607,16 @@ msgstr "" "." #. Title of about dialog -#: ../src/ui.c:1274 +#: ../src/ui.c:1275 msgid "About Simple Scan" msgstr "À propos de Simple Scan" #. Description of program -#: ../src/ui.c:1277 +#: ../src/ui.c:1278 msgid "Simple document scanning tool" msgstr "Numériser simplement vos documents" -#: ../src/ui.c:1286 +#: ../src/ui.c:1287 msgid "translator-credits" msgstr "" "Launchpad Contributions:\n" @@ -627,6 +627,7 @@ msgstr "" " Guillaume Lanquepin https://launchpad.net/~guyomel\n" " Jörg BUCHMANN https://launchpad.net/~jorg-buchmann\n" " Kaïs Bejaoui https://launchpad.net/~kais\n" +" Manuel Berrocal https://launchpad.net/~manu-berrocal\n" " Paul Forget https://launchpad.net/~paul92\n" " Pierre Slamich https://launchpad.net/~pierre-slamich\n" " RemiJ https://launchpad.net/~remij\n" @@ -635,59 +636,59 @@ msgstr "" " beudbeud https://launchpad.net/~beudbeud" #. Text in dialog warning when a document is about to be lost -#: ../src/ui.c:1304 +#: ../src/ui.c:1305 msgid "Save document before quitting?" msgstr "" #. Button in dialog to quit and discard unsaved document -#: ../src/ui.c:1306 +#: ../src/ui.c:1307 msgid "Quit without Saving" msgstr "" #. Preferences dialog: Label for minimum resolution in resolution list -#: ../src/ui.c:1448 +#: ../src/ui.c:1449 #, c-format msgid "%d dpi (draft)" msgstr "%d ppp (brouillon)" #. Preferences dialog: Label for resolution value in resolution list (dpi = dots per inch) -#: ../src/ui.c:1450 ../src/ui.c:1451 ../src/ui.c:1452 ../src/ui.c:1455 +#: ../src/ui.c:1451 ../src/ui.c:1452 ../src/ui.c:1453 ../src/ui.c:1456 #, c-format msgid "%d dpi" msgstr "%d ppp" #. Preferences dialog: Label for maximum resolution in resolution list -#: ../src/ui.c:1454 +#: ../src/ui.c:1455 #, c-format msgid "%d dpi (high resolution)" msgstr "%d ppp (haute résolution)" #. Preferences dialog: Label for default resolution in resolution list -#: ../src/ui.c:1477 +#: ../src/ui.c:1478 #, c-format msgid "%d dpi (default)" msgstr "%d ppp (par défaut)" #. Title of dialog when cannot load required files -#: ../src/ui.c:1522 +#: ../src/ui.c:1523 msgid "Files missing" msgstr "Fichiers manquants" #. Description in dialog when cannot load required files -#: ../src/ui.c:1524 +#: ../src/ui.c:1525 msgid "Please check your installation" msgstr "Veuillez vérifier votre installation" #. Button in error infobar to open preferences dialog and change scanner -#: ../src/ui.c:1581 +#: ../src/ui.c:1582 msgid "Change _Scanner" msgstr "Changer de _Scanner" #. Combo box value for automatic paper size -#: ../src/ui.c:1587 +#: ../src/ui.c:1588 msgid "Automatic" msgstr "Automatique" -#: ../src/ui.c:1865 +#: ../src/ui.c:1866 msgid "Scanned Document.pdf" msgstr "Document.pdf numérisé" diff --git a/po/gl.po b/po/gl.po index c20cd63..5283f76 100644 --- a/po/gl.po +++ b/po/gl.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: simple-scan\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2010-07-11 04:04+0000\n" +"POT-Creation-Date: 2010-08-20 05:36+0000\n" "PO-Revision-Date: 2010-04-22 12:35+0000\n" "Last-Translator: Manuel Xosé Lemos \n" "Language-Team: Galician \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2010-07-14 03:43+0000\n" +"X-Launchpad-Export-Date: 2010-08-27 03:48+0000\n" "X-Generator: Launchpad (build Unknown)\n" #. Radio button for cropping page to 4x6 inch @@ -416,7 +416,7 @@ msgid "Unable to start scan" msgstr "Non foi posíbel iniciar o escaneo" #. Error displayed when communication with scanner broken -#: ../src/scanner.c:1240 ../src/scanner.c:1338 +#: ../src/scanner.c:1240 ../src/scanner.c:1346 msgid "Error communicating with scanner" msgstr "Produciuse un erro na comunicación co escaner" @@ -554,17 +554,17 @@ msgid "Discard Changes" msgstr "" #. Error message display when unable to preview image -#: ../src/ui.c:949 +#: ../src/ui.c:950 msgid "Unable to open image preview application" msgstr "Non se pode abrir o aplicativo de vista previa da imaxe" #. Error message displayed when unable to launch help browser -#: ../src/ui.c:1245 +#: ../src/ui.c:1246 msgid "Unable to open help file" msgstr "Non é posíbel abrir o ficheiro de axuda" #. The license this software is under (GPL3+) -#: ../src/ui.c:1260 +#: ../src/ui.c:1261 msgid "" "This program is free software: you can redistribute it and/or modify\n" "it under the terms of the GNU General Public License as published by\n" @@ -593,16 +593,16 @@ msgstr "" "con este programa. Si no fuera así, vea ." #. Title of about dialog -#: ../src/ui.c:1274 +#: ../src/ui.c:1275 msgid "About Simple Scan" msgstr "Acerca de Simple Scan" #. Description of program -#: ../src/ui.c:1277 +#: ../src/ui.c:1278 msgid "Simple document scanning tool" msgstr "Ferramenta sinxela de escaneo de documentos" -#: ../src/ui.c:1286 +#: ../src/ui.c:1287 msgid "translator-credits" msgstr "" "Launchpad Contributions:\n" @@ -610,59 +610,59 @@ msgstr "" " Manuel Xosé Lemos https://launchpad.net/~mxlemos" #. Text in dialog warning when a document is about to be lost -#: ../src/ui.c:1304 +#: ../src/ui.c:1305 msgid "Save document before quitting?" msgstr "" #. Button in dialog to quit and discard unsaved document -#: ../src/ui.c:1306 +#: ../src/ui.c:1307 msgid "Quit without Saving" msgstr "" #. Preferences dialog: Label for minimum resolution in resolution list -#: ../src/ui.c:1448 +#: ../src/ui.c:1449 #, c-format msgid "%d dpi (draft)" msgstr "%d ppp (borrador)" #. Preferences dialog: Label for resolution value in resolution list (dpi = dots per inch) -#: ../src/ui.c:1450 ../src/ui.c:1451 ../src/ui.c:1452 ../src/ui.c:1455 +#: ../src/ui.c:1451 ../src/ui.c:1452 ../src/ui.c:1453 ../src/ui.c:1456 #, c-format msgid "%d dpi" msgstr "%d ppp" #. Preferences dialog: Label for maximum resolution in resolution list -#: ../src/ui.c:1454 +#: ../src/ui.c:1455 #, c-format msgid "%d dpi (high resolution)" msgstr "%d ppp (alta resolución)" #. Preferences dialog: Label for default resolution in resolution list -#: ../src/ui.c:1477 +#: ../src/ui.c:1478 #, c-format msgid "%d dpi (default)" msgstr "%d ppp (predeterminada)" #. Title of dialog when cannot load required files -#: ../src/ui.c:1522 +#: ../src/ui.c:1523 msgid "Files missing" msgstr "Faltan ficheiros" #. Description in dialog when cannot load required files -#: ../src/ui.c:1524 +#: ../src/ui.c:1525 msgid "Please check your installation" msgstr "Comprobe a súa instalación" #. Button in error infobar to open preferences dialog and change scanner -#: ../src/ui.c:1581 +#: ../src/ui.c:1582 msgid "Change _Scanner" msgstr "Cambiar o _escáner" #. Combo box value for automatic paper size -#: ../src/ui.c:1587 +#: ../src/ui.c:1588 msgid "Automatic" msgstr "" -#: ../src/ui.c:1865 +#: ../src/ui.c:1866 msgid "Scanned Document.pdf" msgstr "Document.pdf escaneado" diff --git a/po/he.po b/po/he.po index 6e45b21..234df47 100644 --- a/po/he.po +++ b/po/he.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: simple-scan\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2010-07-11 04:04+0000\n" +"POT-Creation-Date: 2010-08-20 05:36+0000\n" "PO-Revision-Date: 2010-02-27 20:15+0000\n" "Last-Translator: Liel Fridman \n" "Language-Team: Hebrew \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2010-07-14 03:44+0000\n" +"X-Launchpad-Export-Date: 2010-08-27 03:48+0000\n" "X-Generator: Launchpad (build Unknown)\n" #. Radio button for cropping page to 4x6 inch @@ -414,7 +414,7 @@ msgid "Unable to start scan" msgstr "לא ניתן להתחיל בסריקה" #. Error displayed when communication with scanner broken -#: ../src/scanner.c:1240 ../src/scanner.c:1338 +#: ../src/scanner.c:1240 ../src/scanner.c:1346 msgid "Error communicating with scanner" msgstr "שגיאה בהתקשרות עם הסורק" @@ -552,17 +552,17 @@ msgid "Discard Changes" msgstr "" #. Error message display when unable to preview image -#: ../src/ui.c:949 +#: ../src/ui.c:950 msgid "Unable to open image preview application" msgstr "" #. Error message displayed when unable to launch help browser -#: ../src/ui.c:1245 +#: ../src/ui.c:1246 msgid "Unable to open help file" msgstr "לא ניתן לפתוח את קובץ העזרה" #. The license this software is under (GPL3+) -#: ../src/ui.c:1260 +#: ../src/ui.c:1261 msgid "" "This program is free software: you can redistribute it and/or modify\n" "it under the terms of the GNU General Public License as published by\n" @@ -589,16 +589,16 @@ msgstr "" "שלא, ניתן לעיין ב־." #. Title of about dialog -#: ../src/ui.c:1274 +#: ../src/ui.c:1275 msgid "About Simple Scan" msgstr "אודות Simple Scan" #. Description of program -#: ../src/ui.c:1277 +#: ../src/ui.c:1278 msgid "Simple document scanning tool" msgstr "כלי פשוט לסריקת מסמכים" -#: ../src/ui.c:1286 +#: ../src/ui.c:1287 msgid "translator-credits" msgstr "" "Launchpad Contributions:\n" @@ -607,59 +607,59 @@ msgstr "" " Yaron https://launchpad.net/~sh-yaron" #. Text in dialog warning when a document is about to be lost -#: ../src/ui.c:1304 +#: ../src/ui.c:1305 msgid "Save document before quitting?" msgstr "" #. Button in dialog to quit and discard unsaved document -#: ../src/ui.c:1306 +#: ../src/ui.c:1307 msgid "Quit without Saving" msgstr "" #. Preferences dialog: Label for minimum resolution in resolution list -#: ../src/ui.c:1448 +#: ../src/ui.c:1449 #, c-format msgid "%d dpi (draft)" msgstr "%d dpi (טיוטה)" #. Preferences dialog: Label for resolution value in resolution list (dpi = dots per inch) -#: ../src/ui.c:1450 ../src/ui.c:1451 ../src/ui.c:1452 ../src/ui.c:1455 +#: ../src/ui.c:1451 ../src/ui.c:1452 ../src/ui.c:1453 ../src/ui.c:1456 #, c-format msgid "%d dpi" msgstr "%d dpi" #. Preferences dialog: Label for maximum resolution in resolution list -#: ../src/ui.c:1454 +#: ../src/ui.c:1455 #, c-format msgid "%d dpi (high resolution)" msgstr "%d dpi (רזולוציה גבוהה)" #. Preferences dialog: Label for default resolution in resolution list -#: ../src/ui.c:1477 +#: ../src/ui.c:1478 #, c-format msgid "%d dpi (default)" msgstr "%d dpi (ברירת מחדל)" #. Title of dialog when cannot load required files -#: ../src/ui.c:1522 +#: ../src/ui.c:1523 msgid "Files missing" msgstr "חסרים קבצים" #. Description in dialog when cannot load required files -#: ../src/ui.c:1524 +#: ../src/ui.c:1525 msgid "Please check your installation" msgstr "יש לבדוק את ההתקנה" #. Button in error infobar to open preferences dialog and change scanner -#: ../src/ui.c:1581 +#: ../src/ui.c:1582 msgid "Change _Scanner" msgstr "ב_חירה בסורק אחר" #. Combo box value for automatic paper size -#: ../src/ui.c:1587 +#: ../src/ui.c:1588 msgid "Automatic" msgstr "" -#: ../src/ui.c:1865 +#: ../src/ui.c:1866 msgid "Scanned Document.pdf" msgstr "מסמך סרוק.pdf" diff --git a/po/hr.po b/po/hr.po index c16738e..9830cc3 100644 --- a/po/hr.po +++ b/po/hr.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: simple-scan\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2010-07-11 04:04+0000\n" +"POT-Creation-Date: 2010-08-20 05:36+0000\n" "PO-Revision-Date: 2010-01-26 22:27+0000\n" "Last-Translator: Launchpad Translations Administrators " "\n" @@ -15,7 +15,7 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2010-07-14 03:44+0000\n" +"X-Launchpad-Export-Date: 2010-08-27 03:48+0000\n" "X-Generator: Launchpad (build Unknown)\n" #. Radio button for cropping page to 4x6 inch @@ -406,7 +406,7 @@ msgid "Unable to start scan" msgstr "" #. Error displayed when communication with scanner broken -#: ../src/scanner.c:1240 ../src/scanner.c:1338 +#: ../src/scanner.c:1240 ../src/scanner.c:1346 msgid "Error communicating with scanner" msgstr "" @@ -527,17 +527,17 @@ msgid "Discard Changes" msgstr "" #. Error message display when unable to preview image -#: ../src/ui.c:949 +#: ../src/ui.c:950 msgid "Unable to open image preview application" msgstr "" #. Error message displayed when unable to launch help browser -#: ../src/ui.c:1245 +#: ../src/ui.c:1246 msgid "Unable to open help file" msgstr "" #. The license this software is under (GPL3+) -#: ../src/ui.c:1260 +#: ../src/ui.c:1261 msgid "" "This program is free software: you can redistribute it and/or modify\n" "it under the terms of the GNU General Public License as published by\n" @@ -554,75 +554,75 @@ msgid "" msgstr "" #. Title of about dialog -#: ../src/ui.c:1274 +#: ../src/ui.c:1275 msgid "About Simple Scan" msgstr "" #. Description of program -#: ../src/ui.c:1277 +#: ../src/ui.c:1278 msgid "Simple document scanning tool" msgstr "" -#: ../src/ui.c:1286 +#: ../src/ui.c:1287 msgid "translator-credits" msgstr "" "Launchpad Contributions:\n" " Ante Karamatić https://launchpad.net/~ivoks" #. Text in dialog warning when a document is about to be lost -#: ../src/ui.c:1304 +#: ../src/ui.c:1305 msgid "Save document before quitting?" msgstr "" #. Button in dialog to quit and discard unsaved document -#: ../src/ui.c:1306 +#: ../src/ui.c:1307 msgid "Quit without Saving" msgstr "" #. Preferences dialog: Label for minimum resolution in resolution list -#: ../src/ui.c:1448 +#: ../src/ui.c:1449 #, c-format msgid "%d dpi (draft)" msgstr "" #. Preferences dialog: Label for resolution value in resolution list (dpi = dots per inch) -#: ../src/ui.c:1450 ../src/ui.c:1451 ../src/ui.c:1452 ../src/ui.c:1455 +#: ../src/ui.c:1451 ../src/ui.c:1452 ../src/ui.c:1453 ../src/ui.c:1456 #, c-format msgid "%d dpi" msgstr "" #. Preferences dialog: Label for maximum resolution in resolution list -#: ../src/ui.c:1454 +#: ../src/ui.c:1455 #, c-format msgid "%d dpi (high resolution)" msgstr "" #. Preferences dialog: Label for default resolution in resolution list -#: ../src/ui.c:1477 +#: ../src/ui.c:1478 #, c-format msgid "%d dpi (default)" msgstr "" #. Title of dialog when cannot load required files -#: ../src/ui.c:1522 +#: ../src/ui.c:1523 msgid "Files missing" msgstr "" #. Description in dialog when cannot load required files -#: ../src/ui.c:1524 +#: ../src/ui.c:1525 msgid "Please check your installation" msgstr "" #. Button in error infobar to open preferences dialog and change scanner -#: ../src/ui.c:1581 +#: ../src/ui.c:1582 msgid "Change _Scanner" msgstr "" #. Combo box value for automatic paper size -#: ../src/ui.c:1587 +#: ../src/ui.c:1588 msgid "Automatic" msgstr "" -#: ../src/ui.c:1865 +#: ../src/ui.c:1866 msgid "Scanned Document.pdf" msgstr "" diff --git a/po/hu.po b/po/hu.po index c6f7f35..69f8ad0 100644 --- a/po/hu.po +++ b/po/hu.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: simple-scan\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2010-07-11 04:04+0000\n" +"POT-Creation-Date: 2010-08-20 05:36+0000\n" "PO-Revision-Date: 2010-03-31 08:51+0000\n" "Last-Translator: Gabor Kelemen \n" "Language-Team: Hungarian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2010-07-14 03:44+0000\n" +"X-Launchpad-Export-Date: 2010-08-27 03:48+0000\n" "X-Generator: Launchpad (build Unknown)\n" #. Radio button for cropping page to 4x6 inch @@ -417,7 +417,7 @@ msgid "Unable to start scan" msgstr "Nem sikerült elindítani a szkennelést" #. Error displayed when communication with scanner broken -#: ../src/scanner.c:1240 ../src/scanner.c:1338 +#: ../src/scanner.c:1240 ../src/scanner.c:1346 msgid "Error communicating with scanner" msgstr "Kommunikációs hiba a szkennerrel" @@ -557,17 +557,17 @@ msgid "Discard Changes" msgstr "" #. Error message display when unable to preview image -#: ../src/ui.c:949 +#: ../src/ui.c:950 msgid "Unable to open image preview application" msgstr "Nem nyitható meg az előnézetet megjelenítő alkalmazás" #. Error message displayed when unable to launch help browser -#: ../src/ui.c:1245 +#: ../src/ui.c:1246 msgid "Unable to open help file" msgstr "A súgófájl nem nyitható meg" #. The license this software is under (GPL3+) -#: ../src/ui.c:1260 +#: ../src/ui.c:1261 msgid "" "This program is free software: you can redistribute it and/or modify\n" "it under the terms of the GNU General Public License as published by\n" @@ -595,16 +595,16 @@ msgstr "" "meg, itt elolvashatja: ." #. Title of about dialog -#: ../src/ui.c:1274 +#: ../src/ui.c:1275 msgid "About Simple Scan" msgstr "Simple Scan névjegye" #. Description of program -#: ../src/ui.c:1277 +#: ../src/ui.c:1278 msgid "Simple document scanning tool" msgstr "Egyszerű dokumentumszkennelés" -#: ../src/ui.c:1286 +#: ../src/ui.c:1287 msgid "translator-credits" msgstr "" "Launchpad Contributions:\n" @@ -615,59 +615,59 @@ msgstr "" " csola48 https://launchpad.net/~mail-csordaslaszlo" #. Text in dialog warning when a document is about to be lost -#: ../src/ui.c:1304 +#: ../src/ui.c:1305 msgid "Save document before quitting?" msgstr "" #. Button in dialog to quit and discard unsaved document -#: ../src/ui.c:1306 +#: ../src/ui.c:1307 msgid "Quit without Saving" msgstr "" #. Preferences dialog: Label for minimum resolution in resolution list -#: ../src/ui.c:1448 +#: ../src/ui.c:1449 #, c-format msgid "%d dpi (draft)" msgstr "%d dpi (vázlat)" #. Preferences dialog: Label for resolution value in resolution list (dpi = dots per inch) -#: ../src/ui.c:1450 ../src/ui.c:1451 ../src/ui.c:1452 ../src/ui.c:1455 +#: ../src/ui.c:1451 ../src/ui.c:1452 ../src/ui.c:1453 ../src/ui.c:1456 #, c-format msgid "%d dpi" msgstr "%d dpi" #. Preferences dialog: Label for maximum resolution in resolution list -#: ../src/ui.c:1454 +#: ../src/ui.c:1455 #, c-format msgid "%d dpi (high resolution)" msgstr "%d dpi (nagy felbontás)" #. Preferences dialog: Label for default resolution in resolution list -#: ../src/ui.c:1477 +#: ../src/ui.c:1478 #, c-format msgid "%d dpi (default)" msgstr "%d dpi (alapértelmezett)" #. Title of dialog when cannot load required files -#: ../src/ui.c:1522 +#: ../src/ui.c:1523 msgid "Files missing" msgstr "Hiányzó fájl" #. Description in dialog when cannot load required files -#: ../src/ui.c:1524 +#: ../src/ui.c:1525 msgid "Please check your installation" msgstr "Ellenőrizze a telepítést" #. Button in error infobar to open preferences dialog and change scanner -#: ../src/ui.c:1581 +#: ../src/ui.c:1582 msgid "Change _Scanner" msgstr "_Szkennerváltás" #. Combo box value for automatic paper size -#: ../src/ui.c:1587 +#: ../src/ui.c:1588 msgid "Automatic" msgstr "" -#: ../src/ui.c:1865 +#: ../src/ui.c:1866 msgid "Scanned Document.pdf" msgstr "Szkennelt dokumentum.pdf" diff --git a/po/it.po b/po/it.po index af4959e..76cf3e6 100644 --- a/po/it.po +++ b/po/it.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: simple-scan\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2010-07-11 04:04+0000\n" -"PO-Revision-Date: 2010-03-21 13:09+0000\n" +"POT-Creation-Date: 2010-08-20 05:36+0000\n" +"PO-Revision-Date: 2010-08-17 08:12+0000\n" "Last-Translator: Paolo Sammicheli \n" "Language-Team: Italian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2010-07-14 03:44+0000\n" +"X-Launchpad-Export-Date: 2010-08-27 03:48+0000\n" "X-Generator: Launchpad (build Unknown)\n" #. Radio button for cropping page to 4x6 inch @@ -45,7 +45,7 @@ msgstr "_Tutte le pagine dal caricatore" #. Combo box label for scanning the back side of a page #: ../data/simple-scan.ui.h:12 msgid "Back" -msgstr "" +msgstr "Retro" #: ../data/simple-scan.ui.h:13 msgid "Crop" @@ -58,12 +58,12 @@ msgstr "Ritaglia la pagina selezionata" #. Combo box label for scanning the front side of a page #: ../data/simple-scan.ui.h:16 msgid "Front" -msgstr "" +msgstr "Fronte" #. Combo box label for scanning both sides of a page #: ../data/simple-scan.ui.h:18 msgid "Front and Back" -msgstr "" +msgstr "Fronte e retro" #. Radio button for cropping to page to US legal size #: ../data/simple-scan.ui.h:20 @@ -77,7 +77,7 @@ msgstr "Nuovo" #. Label beside page size combo box #: ../data/simple-scan.ui.h:23 msgid "Page Size:" -msgstr "" +msgstr "Dimensione pagina:" #. Combo box label for photo scan mode #: ../data/simple-scan.ui.h:25 @@ -126,7 +126,7 @@ msgstr "Salva" #. Tooltip for save toolbar button #: ../data/simple-scan.ui.h:42 msgid "Save document to a file" -msgstr "" +msgstr "Salva documento in un file" #. Scan menu item #: ../data/simple-scan.ui.h:44 @@ -146,7 +146,7 @@ msgstr "S_orgente di acquisizione:" #. Label beside scan side combo box #: ../data/simple-scan.ui.h:50 msgid "Scan Side:" -msgstr "" +msgstr "Lato acquisizione:" #. Tooltip for scan toolbar button #: ../data/simple-scan.ui.h:52 @@ -280,7 +280,7 @@ msgstr "Directory dove salvare i file" #: ../data/simple-scan.schemas.in.h:4 msgid "Height of paper in tenths of a mm" -msgstr "" +msgstr "Altezza del foglio in decimi di mm" #: ../data/simple-scan.schemas.in.h:5 msgid "Height of scanned image in pixels" @@ -288,7 +288,7 @@ msgstr "Altezza dell'immagine acquisita in pixel" #: ../data/simple-scan.schemas.in.h:6 msgid "Page side to scan" -msgstr "" +msgstr "Lato della pagina da acquisire" #: ../data/simple-scan.schemas.in.h:7 msgid "Resolution for photo scans" @@ -338,12 +338,14 @@ msgstr "" msgid "" "The height of the paper in tenths of a mm (or 0 for automatic paper " "detection)." -msgstr "" +msgstr "Altezza del foglio in decimi di mm (0 per rilevamento automatico)." #: ../data/simple-scan.schemas.in.h:16 msgid "" "The page side to scan. It can be one of the following: 'both' 'front' 'back'" msgstr "" +"I lati della pagina da acquisire. Può essere uno dei seguenti: \"entrambi\" " +"\"fronte\" \"retro\"" #: ../data/simple-scan.schemas.in.h:17 msgid "The resolution in dots-per-inch of the previously scanned image." @@ -373,6 +375,7 @@ msgid "" "The width of the paper in tenths of a mm (or 0 for automatic paper " "detection)." msgstr "" +"L'altezza del foglio in decimi di mm (0 per rilevamento automatico)." #: ../data/simple-scan.schemas.in.h:22 msgid "Type of document being scanned" @@ -390,7 +393,7 @@ msgstr "" #: ../data/simple-scan.schemas.in.h:24 msgid "Width of paper in tenths of a mm" -msgstr "" +msgstr "Larghezza del foglio in decimi di mm" #: ../data/simple-scan.schemas.in.h:25 msgid "Width of scanned image in pixels" @@ -420,7 +423,7 @@ msgid "Unable to start scan" msgstr "Impossibile avviare la scansione" #. Error displayed when communication with scanner broken -#: ../src/scanner.c:1240 ../src/scanner.c:1338 +#: ../src/scanner.c:1240 ../src/scanner.c:1346 msgid "Error communicating with scanner" msgstr "Errore di comunicazione con lo scanner" @@ -545,31 +548,31 @@ msgstr "Salvataggio file non riuscito" #. Text in dialog warning when a document is about to be lost #: ../src/ui.c:552 msgid "If you don't save, changes will be permanently lost." -msgstr "" +msgstr "Se non si salva le modifiche andranno perse per sempre." #. Text in dialog warning when a document is about to be lost #: ../src/ui.c:594 msgid "Save current document?" -msgstr "" +msgstr "Salvare il documento corrente?" #. Button in dialog to create new document and discard unsaved document #: ../src/ui.c:596 msgid "Discard Changes" -msgstr "" +msgstr "Scarta le modifiche" #. Error message display when unable to preview image -#: ../src/ui.c:949 +#: ../src/ui.c:950 msgid "Unable to open image preview application" msgstr "" "Impossibile aprire l'applicazione per la visualizzazione delle anteprime" #. Error message displayed when unable to launch help browser -#: ../src/ui.c:1245 +#: ../src/ui.c:1246 msgid "Unable to open help file" msgstr "Impossibile aprire il file di aiuto" #. The license this software is under (GPL3+) -#: ../src/ui.c:1260 +#: ../src/ui.c:1261 msgid "" "This program is free software: you can redistribute it and/or modify\n" "it under the terms of the GNU General Public License as published by\n" @@ -601,16 +604,16 @@ msgstr "" "." #. Title of about dialog -#: ../src/ui.c:1274 +#: ../src/ui.c:1275 msgid "About Simple Scan" msgstr "Informazioni su Simple Scan" #. Description of program -#: ../src/ui.c:1277 +#: ../src/ui.c:1278 msgid "Simple document scanning tool" msgstr "Semplice strumento per la scansione di documenti" -#: ../src/ui.c:1286 +#: ../src/ui.c:1287 msgid "translator-credits" msgstr "" "Launchpad Contributions:\n" @@ -628,59 +631,59 @@ msgstr "" " suoko https://launchpad.net/~suoko" #. Text in dialog warning when a document is about to be lost -#: ../src/ui.c:1304 +#: ../src/ui.c:1305 msgid "Save document before quitting?" -msgstr "" +msgstr "Salvare il documento prima di uscire?" #. Button in dialog to quit and discard unsaved document -#: ../src/ui.c:1306 +#: ../src/ui.c:1307 msgid "Quit without Saving" -msgstr "" +msgstr "Uscire senza salvare" #. Preferences dialog: Label for minimum resolution in resolution list -#: ../src/ui.c:1448 +#: ../src/ui.c:1449 #, c-format msgid "%d dpi (draft)" msgstr "%d dpi (bozza)" #. Preferences dialog: Label for resolution value in resolution list (dpi = dots per inch) -#: ../src/ui.c:1450 ../src/ui.c:1451 ../src/ui.c:1452 ../src/ui.c:1455 +#: ../src/ui.c:1451 ../src/ui.c:1452 ../src/ui.c:1453 ../src/ui.c:1456 #, c-format msgid "%d dpi" msgstr "%d dpi" #. Preferences dialog: Label for maximum resolution in resolution list -#: ../src/ui.c:1454 +#: ../src/ui.c:1455 #, c-format msgid "%d dpi (high resolution)" msgstr "%d dpi (alta risoluzione)" #. Preferences dialog: Label for default resolution in resolution list -#: ../src/ui.c:1477 +#: ../src/ui.c:1478 #, c-format msgid "%d dpi (default)" msgstr "%d dpi (predefinita)" #. Title of dialog when cannot load required files -#: ../src/ui.c:1522 +#: ../src/ui.c:1523 msgid "Files missing" msgstr "File mancanti" #. Description in dialog when cannot load required files -#: ../src/ui.c:1524 +#: ../src/ui.c:1525 msgid "Please check your installation" msgstr "Verificare l'installazione" #. Button in error infobar to open preferences dialog and change scanner -#: ../src/ui.c:1581 +#: ../src/ui.c:1582 msgid "Change _Scanner" msgstr "Cambia _scanner" #. Combo box value for automatic paper size -#: ../src/ui.c:1587 +#: ../src/ui.c:1588 msgid "Automatic" -msgstr "" +msgstr "Automatico" -#: ../src/ui.c:1865 +#: ../src/ui.c:1866 msgid "Scanned Document.pdf" msgstr "Documento-acquisito.pdf" diff --git a/po/ja.po b/po/ja.po index ac33130..4273551 100644 --- a/po/ja.po +++ b/po/ja.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: simple-scan\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2010-07-11 04:04+0000\n" +"POT-Creation-Date: 2010-08-20 05:36+0000\n" "PO-Revision-Date: 2010-06-17 01:01+0000\n" "Last-Translator: Shushi Kurose \n" "Language-Team: Japanese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2010-07-14 03:44+0000\n" +"X-Launchpad-Export-Date: 2010-08-27 03:48+0000\n" "X-Generator: Launchpad (build Unknown)\n" #. Radio button for cropping page to 4x6 inch @@ -405,7 +405,7 @@ msgid "Unable to start scan" msgstr "スキャンを開始できません" #. Error displayed when communication with scanner broken -#: ../src/scanner.c:1240 ../src/scanner.c:1338 +#: ../src/scanner.c:1240 ../src/scanner.c:1346 msgid "Error communicating with scanner" msgstr "スキャナとの通信に失敗しました" @@ -528,17 +528,17 @@ msgid "Discard Changes" msgstr "" #. Error message display when unable to preview image -#: ../src/ui.c:949 +#: ../src/ui.c:950 msgid "Unable to open image preview application" msgstr "" #. Error message displayed when unable to launch help browser -#: ../src/ui.c:1245 +#: ../src/ui.c:1246 msgid "Unable to open help file" msgstr "" #. The license this software is under (GPL3+) -#: ../src/ui.c:1260 +#: ../src/ui.c:1261 msgid "" "This program is free software: you can redistribute it and/or modify\n" "it under the terms of the GNU General Public License as published by\n" @@ -555,16 +555,16 @@ msgid "" msgstr "" #. Title of about dialog -#: ../src/ui.c:1274 +#: ../src/ui.c:1275 msgid "About Simple Scan" msgstr "Simple Scan について" #. Description of program -#: ../src/ui.c:1277 +#: ../src/ui.c:1278 msgid "Simple document scanning tool" msgstr "ドキュメントのスキャンを行うシンプルなツールです" -#: ../src/ui.c:1286 +#: ../src/ui.c:1287 msgid "translator-credits" msgstr "" "Launchpad Contributions:\n" @@ -573,59 +573,59 @@ msgstr "" " Shushi Kurose https://launchpad.net/~kurokuro" #. Text in dialog warning when a document is about to be lost -#: ../src/ui.c:1304 +#: ../src/ui.c:1305 msgid "Save document before quitting?" msgstr "" #. Button in dialog to quit and discard unsaved document -#: ../src/ui.c:1306 +#: ../src/ui.c:1307 msgid "Quit without Saving" msgstr "" #. Preferences dialog: Label for minimum resolution in resolution list -#: ../src/ui.c:1448 +#: ../src/ui.c:1449 #, c-format msgid "%d dpi (draft)" msgstr "" #. Preferences dialog: Label for resolution value in resolution list (dpi = dots per inch) -#: ../src/ui.c:1450 ../src/ui.c:1451 ../src/ui.c:1452 ../src/ui.c:1455 +#: ../src/ui.c:1451 ../src/ui.c:1452 ../src/ui.c:1453 ../src/ui.c:1456 #, c-format msgid "%d dpi" msgstr "" #. Preferences dialog: Label for maximum resolution in resolution list -#: ../src/ui.c:1454 +#: ../src/ui.c:1455 #, c-format msgid "%d dpi (high resolution)" msgstr "" #. Preferences dialog: Label for default resolution in resolution list -#: ../src/ui.c:1477 +#: ../src/ui.c:1478 #, c-format msgid "%d dpi (default)" msgstr "" #. Title of dialog when cannot load required files -#: ../src/ui.c:1522 +#: ../src/ui.c:1523 msgid "Files missing" msgstr "ファイルが見つかりません" #. Description in dialog when cannot load required files -#: ../src/ui.c:1524 +#: ../src/ui.c:1525 msgid "Please check your installation" msgstr "インストールされているか確認してください" #. Button in error infobar to open preferences dialog and change scanner -#: ../src/ui.c:1581 +#: ../src/ui.c:1582 msgid "Change _Scanner" msgstr "スキャナを変更(_S)" #. Combo box value for automatic paper size -#: ../src/ui.c:1587 +#: ../src/ui.c:1588 msgid "Automatic" msgstr "" -#: ../src/ui.c:1865 +#: ../src/ui.c:1866 msgid "Scanned Document.pdf" msgstr "スキャンされたドキュメント.pdf" diff --git a/po/lt.po b/po/lt.po index c0e0c39..d2ca97a 100644 --- a/po/lt.po +++ b/po/lt.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: simple-scan\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2010-07-11 04:04+0000\n" +"POT-Creation-Date: 2010-08-20 05:36+0000\n" "PO-Revision-Date: 2010-01-26 22:27+0000\n" "Last-Translator: Launchpad Translations Administrators " "\n" @@ -15,7 +15,7 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2010-07-14 03:44+0000\n" +"X-Launchpad-Export-Date: 2010-08-27 03:48+0000\n" "X-Generator: Launchpad (build Unknown)\n" #. Radio button for cropping page to 4x6 inch @@ -406,7 +406,7 @@ msgid "Unable to start scan" msgstr "" #. Error displayed when communication with scanner broken -#: ../src/scanner.c:1240 ../src/scanner.c:1338 +#: ../src/scanner.c:1240 ../src/scanner.c:1346 msgid "Error communicating with scanner" msgstr "" @@ -527,17 +527,17 @@ msgid "Discard Changes" msgstr "" #. Error message display when unable to preview image -#: ../src/ui.c:949 +#: ../src/ui.c:950 msgid "Unable to open image preview application" msgstr "" #. Error message displayed when unable to launch help browser -#: ../src/ui.c:1245 +#: ../src/ui.c:1246 msgid "Unable to open help file" msgstr "" #. The license this software is under (GPL3+) -#: ../src/ui.c:1260 +#: ../src/ui.c:1261 msgid "" "This program is free software: you can redistribute it and/or modify\n" "it under the terms of the GNU General Public License as published by\n" @@ -554,16 +554,16 @@ msgid "" msgstr "" #. Title of about dialog -#: ../src/ui.c:1274 +#: ../src/ui.c:1275 msgid "About Simple Scan" msgstr "" #. Description of program -#: ../src/ui.c:1277 +#: ../src/ui.c:1278 msgid "Simple document scanning tool" msgstr "" -#: ../src/ui.c:1286 +#: ../src/ui.c:1287 msgid "translator-credits" msgstr "" "Launchpad Contributions:\n" @@ -571,59 +571,59 @@ msgstr "" " romasg https://launchpad.net/~romasg" #. Text in dialog warning when a document is about to be lost -#: ../src/ui.c:1304 +#: ../src/ui.c:1305 msgid "Save document before quitting?" msgstr "" #. Button in dialog to quit and discard unsaved document -#: ../src/ui.c:1306 +#: ../src/ui.c:1307 msgid "Quit without Saving" msgstr "" #. Preferences dialog: Label for minimum resolution in resolution list -#: ../src/ui.c:1448 +#: ../src/ui.c:1449 #, c-format msgid "%d dpi (draft)" msgstr "" #. Preferences dialog: Label for resolution value in resolution list (dpi = dots per inch) -#: ../src/ui.c:1450 ../src/ui.c:1451 ../src/ui.c:1452 ../src/ui.c:1455 +#: ../src/ui.c:1451 ../src/ui.c:1452 ../src/ui.c:1453 ../src/ui.c:1456 #, c-format msgid "%d dpi" msgstr "" #. Preferences dialog: Label for maximum resolution in resolution list -#: ../src/ui.c:1454 +#: ../src/ui.c:1455 #, c-format msgid "%d dpi (high resolution)" msgstr "" #. Preferences dialog: Label for default resolution in resolution list -#: ../src/ui.c:1477 +#: ../src/ui.c:1478 #, c-format msgid "%d dpi (default)" msgstr "" #. Title of dialog when cannot load required files -#: ../src/ui.c:1522 +#: ../src/ui.c:1523 msgid "Files missing" msgstr "" #. Description in dialog when cannot load required files -#: ../src/ui.c:1524 +#: ../src/ui.c:1525 msgid "Please check your installation" msgstr "" #. Button in error infobar to open preferences dialog and change scanner -#: ../src/ui.c:1581 +#: ../src/ui.c:1582 msgid "Change _Scanner" msgstr "" #. Combo box value for automatic paper size -#: ../src/ui.c:1587 +#: ../src/ui.c:1588 msgid "Automatic" msgstr "" -#: ../src/ui.c:1865 +#: ../src/ui.c:1866 msgid "Scanned Document.pdf" msgstr "" diff --git a/po/ms.po b/po/ms.po index 3d0b12f..2ed38e7 100644 --- a/po/ms.po +++ b/po/ms.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: simple-scan\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2010-07-11 04:04+0000\n" +"POT-Creation-Date: 2010-08-20 05:36+0000\n" "PO-Revision-Date: 2010-01-26 22:27+0000\n" "Last-Translator: Launchpad Translations Administrators " "\n" @@ -15,7 +15,7 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2010-07-14 03:44+0000\n" +"X-Launchpad-Export-Date: 2010-08-27 03:48+0000\n" "X-Generator: Launchpad (build Unknown)\n" #. Radio button for cropping page to 4x6 inch @@ -406,7 +406,7 @@ msgid "Unable to start scan" msgstr "" #. Error displayed when communication with scanner broken -#: ../src/scanner.c:1240 ../src/scanner.c:1338 +#: ../src/scanner.c:1240 ../src/scanner.c:1346 msgid "Error communicating with scanner" msgstr "" @@ -527,17 +527,17 @@ msgid "Discard Changes" msgstr "" #. Error message display when unable to preview image -#: ../src/ui.c:949 +#: ../src/ui.c:950 msgid "Unable to open image preview application" msgstr "" #. Error message displayed when unable to launch help browser -#: ../src/ui.c:1245 +#: ../src/ui.c:1246 msgid "Unable to open help file" msgstr "" #. The license this software is under (GPL3+) -#: ../src/ui.c:1260 +#: ../src/ui.c:1261 msgid "" "This program is free software: you can redistribute it and/or modify\n" "it under the terms of the GNU General Public License as published by\n" @@ -554,75 +554,75 @@ msgid "" msgstr "" #. Title of about dialog -#: ../src/ui.c:1274 +#: ../src/ui.c:1275 msgid "About Simple Scan" msgstr "Mengenai Pengimbas Ringkas" #. Description of program -#: ../src/ui.c:1277 +#: ../src/ui.c:1278 msgid "Simple document scanning tool" msgstr "" -#: ../src/ui.c:1286 +#: ../src/ui.c:1287 msgid "translator-credits" msgstr "" "Launchpad Contributions:\n" " Khairul Aizat Kamarudzzaman https://launchpad.net/~fenris" #. Text in dialog warning when a document is about to be lost -#: ../src/ui.c:1304 +#: ../src/ui.c:1305 msgid "Save document before quitting?" msgstr "" #. Button in dialog to quit and discard unsaved document -#: ../src/ui.c:1306 +#: ../src/ui.c:1307 msgid "Quit without Saving" msgstr "" #. Preferences dialog: Label for minimum resolution in resolution list -#: ../src/ui.c:1448 +#: ../src/ui.c:1449 #, c-format msgid "%d dpi (draft)" msgstr "" #. Preferences dialog: Label for resolution value in resolution list (dpi = dots per inch) -#: ../src/ui.c:1450 ../src/ui.c:1451 ../src/ui.c:1452 ../src/ui.c:1455 +#: ../src/ui.c:1451 ../src/ui.c:1452 ../src/ui.c:1453 ../src/ui.c:1456 #, c-format msgid "%d dpi" msgstr "" #. Preferences dialog: Label for maximum resolution in resolution list -#: ../src/ui.c:1454 +#: ../src/ui.c:1455 #, c-format msgid "%d dpi (high resolution)" msgstr "" #. Preferences dialog: Label for default resolution in resolution list -#: ../src/ui.c:1477 +#: ../src/ui.c:1478 #, c-format msgid "%d dpi (default)" msgstr "" #. Title of dialog when cannot load required files -#: ../src/ui.c:1522 +#: ../src/ui.c:1523 msgid "Files missing" msgstr "" #. Description in dialog when cannot load required files -#: ../src/ui.c:1524 +#: ../src/ui.c:1525 msgid "Please check your installation" msgstr "" #. Button in error infobar to open preferences dialog and change scanner -#: ../src/ui.c:1581 +#: ../src/ui.c:1582 msgid "Change _Scanner" msgstr "" #. Combo box value for automatic paper size -#: ../src/ui.c:1587 +#: ../src/ui.c:1588 msgid "Automatic" msgstr "" -#: ../src/ui.c:1865 +#: ../src/ui.c:1866 msgid "Scanned Document.pdf" msgstr "" diff --git a/po/nb.po b/po/nb.po index 56139c0..a23d1ae 100644 --- a/po/nb.po +++ b/po/nb.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: simple-scan\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2010-08-05 03:24+0000\n" +"POT-Creation-Date: 2010-08-20 05:36+0000\n" "PO-Revision-Date: 2010-08-05 22:50+0000\n" "Last-Translator: Kjetil Birkeland Moe \n" "Language-Team: Norwegian Bokmal \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2010-08-07 03:51+0000\n" +"X-Launchpad-Export-Date: 2010-08-27 03:48+0000\n" "X-Generator: Launchpad (build Unknown)\n" #. Radio button for cropping page to 4x6 inch @@ -417,7 +417,7 @@ msgid "Unable to start scan" msgstr "Klarte ikke å sette i gang skanneren" #. Error displayed when communication with scanner broken -#: ../src/scanner.c:1240 ../src/scanner.c:1338 +#: ../src/scanner.c:1240 ../src/scanner.c:1346 msgid "Error communicating with scanner" msgstr "Det oppsto en kommunikasjonsfeil mellom skanneren og datamaskinen" @@ -555,17 +555,17 @@ msgid "Discard Changes" msgstr "Forkast endringer" #. Error message display when unable to preview image -#: ../src/ui.c:949 +#: ../src/ui.c:950 msgid "Unable to open image preview application" msgstr "Åpning av forhåndsvisning mislyktes" #. Error message displayed when unable to launch help browser -#: ../src/ui.c:1245 +#: ../src/ui.c:1246 msgid "Unable to open help file" msgstr "Kan ikke åpne hjelpfil" #. The license this software is under (GPL3+) -#: ../src/ui.c:1260 +#: ../src/ui.c:1261 msgid "" "This program is free software: you can redistribute it and/or modify\n" "it under the terms of the GNU General Public License as published by\n" @@ -594,16 +594,16 @@ msgstr "" "along with this program. If not, see ." #. Title of about dialog -#: ../src/ui.c:1274 +#: ../src/ui.c:1275 msgid "About Simple Scan" msgstr "Om Simple Scan" #. Description of program -#: ../src/ui.c:1277 +#: ../src/ui.c:1278 msgid "Simple document scanning tool" msgstr "Enkelt verktøy for å skanne dokumenter" -#: ../src/ui.c:1286 +#: ../src/ui.c:1287 msgid "translator-credits" msgstr "" "Launchpad Contributions:\n" @@ -614,59 +614,59 @@ msgstr "" " Mats Taraldsvik https://launchpad.net/~meastp" #. Text in dialog warning when a document is about to be lost -#: ../src/ui.c:1304 +#: ../src/ui.c:1305 msgid "Save document before quitting?" msgstr "Lagre dokumentet før du avslutter?" #. Button in dialog to quit and discard unsaved document -#: ../src/ui.c:1306 +#: ../src/ui.c:1307 msgid "Quit without Saving" msgstr "Avslutt uten å lagre" #. Preferences dialog: Label for minimum resolution in resolution list -#: ../src/ui.c:1448 +#: ../src/ui.c:1449 #, c-format msgid "%d dpi (draft)" msgstr "%d dpi (kladd)" #. Preferences dialog: Label for resolution value in resolution list (dpi = dots per inch) -#: ../src/ui.c:1450 ../src/ui.c:1451 ../src/ui.c:1452 ../src/ui.c:1455 +#: ../src/ui.c:1451 ../src/ui.c:1452 ../src/ui.c:1453 ../src/ui.c:1456 #, c-format msgid "%d dpi" msgstr "%d dpi" #. Preferences dialog: Label for maximum resolution in resolution list -#: ../src/ui.c:1454 +#: ../src/ui.c:1455 #, c-format msgid "%d dpi (high resolution)" msgstr "%d dpi (høy oppløsning)" #. Preferences dialog: Label for default resolution in resolution list -#: ../src/ui.c:1477 +#: ../src/ui.c:1478 #, c-format msgid "%d dpi (default)" msgstr "%d dpi (standard)" #. Title of dialog when cannot load required files -#: ../src/ui.c:1522 +#: ../src/ui.c:1523 msgid "Files missing" msgstr "Manglende filer" #. Description in dialog when cannot load required files -#: ../src/ui.c:1524 +#: ../src/ui.c:1525 msgid "Please check your installation" msgstr "Vennligst undersøk installasjonen" #. Button in error infobar to open preferences dialog and change scanner -#: ../src/ui.c:1581 +#: ../src/ui.c:1582 msgid "Change _Scanner" msgstr "Bytt _skanner" #. Combo box value for automatic paper size -#: ../src/ui.c:1587 +#: ../src/ui.c:1588 msgid "Automatic" msgstr "Automatisk" -#: ../src/ui.c:1865 +#: ../src/ui.c:1866 msgid "Scanned Document.pdf" msgstr "Skannet_dokument.pdf" diff --git a/po/nl.po b/po/nl.po index fb805f4..3c9ea9b 100644 --- a/po/nl.po +++ b/po/nl.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: simple-scan\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2010-08-07 06:51+0000\n" +"POT-Creation-Date: 2010-08-20 05:36+0000\n" "PO-Revision-Date: 2010-08-07 08:15+0000\n" "Last-Translator: Hannie Dumoleyn \n" "Language-Team: Dutch \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2010-08-08 03:56+0000\n" +"X-Launchpad-Export-Date: 2010-08-27 03:48+0000\n" "X-Generator: Launchpad (build Unknown)\n" #. Radio button for cropping page to 4x6 inch @@ -429,7 +429,7 @@ msgid "Unable to start scan" msgstr "Kan de scan niet starten" #. Error displayed when communication with scanner broken -#: ../src/scanner.c:1240 ../src/scanner.c:1338 +#: ../src/scanner.c:1240 ../src/scanner.c:1346 msgid "Error communicating with scanner" msgstr "Fout tijdens het communiceren met de scanner" @@ -567,17 +567,17 @@ msgid "Discard Changes" msgstr "Wijzigingen negeren" #. Error message display when unable to preview image -#: ../src/ui.c:949 +#: ../src/ui.c:950 msgid "Unable to open image preview application" msgstr "Kan toepassing voor voorvertoning van afbeelding niet openen" #. Error message displayed when unable to launch help browser -#: ../src/ui.c:1245 +#: ../src/ui.c:1246 msgid "Unable to open help file" msgstr "Kon hulpbestand niet openen" #. The license this software is under (GPL3+) -#: ../src/ui.c:1260 +#: ../src/ui.c:1261 msgid "" "This program is free software: you can redistribute it and/or modify\n" "it under the terms of the GNU General Public License as published by\n" @@ -608,16 +608,16 @@ msgstr "" "." #. Title of about dialog -#: ../src/ui.c:1274 +#: ../src/ui.c:1275 msgid "About Simple Scan" msgstr "Info over Scanhulpmiddel" #. Description of program -#: ../src/ui.c:1277 +#: ../src/ui.c:1278 msgid "Simple document scanning tool" msgstr "Eenvoudig hulpmiddel voor het scannen van documenten" -#: ../src/ui.c:1286 +#: ../src/ui.c:1287 msgid "translator-credits" msgstr "" "Launchpad Contributions:\n" @@ -633,59 +633,59 @@ msgstr "" " cumulus007 https://launchpad.net/~cumulus-007" #. Text in dialog warning when a document is about to be lost -#: ../src/ui.c:1304 +#: ../src/ui.c:1305 msgid "Save document before quitting?" msgstr "Document opslaan voor afsluiten?" #. Button in dialog to quit and discard unsaved document -#: ../src/ui.c:1306 +#: ../src/ui.c:1307 msgid "Quit without Saving" msgstr "Afsluiten zonder opslaan" #. Preferences dialog: Label for minimum resolution in resolution list -#: ../src/ui.c:1448 +#: ../src/ui.c:1449 #, c-format msgid "%d dpi (draft)" msgstr "%d dpi (klad)" #. Preferences dialog: Label for resolution value in resolution list (dpi = dots per inch) -#: ../src/ui.c:1450 ../src/ui.c:1451 ../src/ui.c:1452 ../src/ui.c:1455 +#: ../src/ui.c:1451 ../src/ui.c:1452 ../src/ui.c:1453 ../src/ui.c:1456 #, c-format msgid "%d dpi" msgstr "%d dpi" #. Preferences dialog: Label for maximum resolution in resolution list -#: ../src/ui.c:1454 +#: ../src/ui.c:1455 #, c-format msgid "%d dpi (high resolution)" msgstr "%d dpi (hoge resolutie)" #. Preferences dialog: Label for default resolution in resolution list -#: ../src/ui.c:1477 +#: ../src/ui.c:1478 #, c-format msgid "%d dpi (default)" msgstr "%d dpi (standaard)" #. Title of dialog when cannot load required files -#: ../src/ui.c:1522 +#: ../src/ui.c:1523 msgid "Files missing" msgstr "Ontbrekende bestanden" #. Description in dialog when cannot load required files -#: ../src/ui.c:1524 +#: ../src/ui.c:1525 msgid "Please check your installation" msgstr "Controleer uw installatie" #. Button in error infobar to open preferences dialog and change scanner -#: ../src/ui.c:1581 +#: ../src/ui.c:1582 msgid "Change _Scanner" msgstr "_Scanner wijzigen" #. Combo box value for automatic paper size -#: ../src/ui.c:1587 +#: ../src/ui.c:1588 msgid "Automatic" msgstr "Automatisch" -#: ../src/ui.c:1865 +#: ../src/ui.c:1866 msgid "Scanned Document.pdf" msgstr "Gescand document.pdf" diff --git a/po/pl.po b/po/pl.po index de04082..34aad78 100644 --- a/po/pl.po +++ b/po/pl.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: simple-scan\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2010-07-11 04:04+0000\n" +"POT-Creation-Date: 2010-08-20 05:36+0000\n" "PO-Revision-Date: 2010-07-07 14:00+0000\n" "Last-Translator: Piotr Drąg \n" "Language-Team: Polish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2010-07-14 03:44+0000\n" +"X-Launchpad-Export-Date: 2010-08-27 03:48+0000\n" "X-Generator: Launchpad (build Unknown)\n" #. Radio button for cropping page to 4x6 inch @@ -426,7 +426,7 @@ msgid "Unable to start scan" msgstr "Nie można rozpocząć skanowania" #. Error displayed when communication with scanner broken -#: ../src/scanner.c:1240 ../src/scanner.c:1338 +#: ../src/scanner.c:1240 ../src/scanner.c:1346 msgid "Error communicating with scanner" msgstr "Błąd podczas komunikacji ze skanerem" @@ -564,17 +564,17 @@ msgid "Discard Changes" msgstr "Odrzuć zmiany" #. Error message display when unable to preview image -#: ../src/ui.c:949 +#: ../src/ui.c:950 msgid "Unable to open image preview application" msgstr "Nie można otworzyć programu podglądu obrazów" #. Error message displayed when unable to launch help browser -#: ../src/ui.c:1245 +#: ../src/ui.c:1246 msgid "Unable to open help file" msgstr "Nie można otworzyć pliku pomocy" #. The license this software is under (GPL3+) -#: ../src/ui.c:1260 +#: ../src/ui.c:1261 msgid "" "This program is free software: you can redistribute it and/or modify\n" "it under the terms of the GNU General Public License as published by\n" @@ -606,16 +606,16 @@ msgstr "" "- proszę odwiedzić stronę internetową ." #. Title of about dialog -#: ../src/ui.c:1274 +#: ../src/ui.c:1275 msgid "About Simple Scan" msgstr "O programie" #. Description of program -#: ../src/ui.c:1277 +#: ../src/ui.c:1278 msgid "Simple document scanning tool" msgstr "Proste narzędzie do skanowania dokumentów" -#: ../src/ui.c:1286 +#: ../src/ui.c:1287 msgid "translator-credits" msgstr "" "Launchpad Contributions:\n" @@ -629,59 +629,59 @@ msgstr "" " tomko222 https://launchpad.net/~tomko222" #. Text in dialog warning when a document is about to be lost -#: ../src/ui.c:1304 +#: ../src/ui.c:1305 msgid "Save document before quitting?" msgstr "Zapisać dokument przed zakończeniem programu?" #. Button in dialog to quit and discard unsaved document -#: ../src/ui.c:1306 +#: ../src/ui.c:1307 msgid "Quit without Saving" msgstr "Zakończenie bez zapisania" #. Preferences dialog: Label for minimum resolution in resolution list -#: ../src/ui.c:1448 +#: ../src/ui.c:1449 #, c-format msgid "%d dpi (draft)" msgstr "%d dpi (szkic)" #. Preferences dialog: Label for resolution value in resolution list (dpi = dots per inch) -#: ../src/ui.c:1450 ../src/ui.c:1451 ../src/ui.c:1452 ../src/ui.c:1455 +#: ../src/ui.c:1451 ../src/ui.c:1452 ../src/ui.c:1453 ../src/ui.c:1456 #, c-format msgid "%d dpi" msgstr "%d dpi" #. Preferences dialog: Label for maximum resolution in resolution list -#: ../src/ui.c:1454 +#: ../src/ui.c:1455 #, c-format msgid "%d dpi (high resolution)" msgstr "%d dpi (wysoka rozdzielczość)" #. Preferences dialog: Label for default resolution in resolution list -#: ../src/ui.c:1477 +#: ../src/ui.c:1478 #, c-format msgid "%d dpi (default)" msgstr "%d dpi (domyślnie)" #. Title of dialog when cannot load required files -#: ../src/ui.c:1522 +#: ../src/ui.c:1523 msgid "Files missing" msgstr "Nie można odnaleźć plików" #. Description in dialog when cannot load required files -#: ../src/ui.c:1524 +#: ../src/ui.c:1525 msgid "Please check your installation" msgstr "Proszę sprawdzić poprawność instalacji" #. Button in error infobar to open preferences dialog and change scanner -#: ../src/ui.c:1581 +#: ../src/ui.c:1582 msgid "Change _Scanner" msgstr "Zmień _skaner" #. Combo box value for automatic paper size -#: ../src/ui.c:1587 +#: ../src/ui.c:1588 msgid "Automatic" msgstr "Automatyczny" -#: ../src/ui.c:1865 +#: ../src/ui.c:1866 msgid "Scanned Document.pdf" msgstr "Zeskanowany dokument.pdf" diff --git a/po/pt.po b/po/pt.po index de750bb..2241c92 100644 --- a/po/pt.po +++ b/po/pt.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: simple-scan\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2010-07-11 04:04+0000\n" +"POT-Creation-Date: 2010-08-20 05:36+0000\n" "PO-Revision-Date: 2010-06-03 21:51+0000\n" "Last-Translator: Tiago \n" "Language-Team: Portuguese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2010-07-14 03:44+0000\n" +"X-Launchpad-Export-Date: 2010-08-27 03:48+0000\n" "X-Generator: Launchpad (build Unknown)\n" #. Radio button for cropping page to 4x6 inch @@ -405,7 +405,7 @@ msgid "Unable to start scan" msgstr "" #. Error displayed when communication with scanner broken -#: ../src/scanner.c:1240 ../src/scanner.c:1338 +#: ../src/scanner.c:1240 ../src/scanner.c:1346 msgid "Error communicating with scanner" msgstr "" @@ -528,17 +528,17 @@ msgid "Discard Changes" msgstr "" #. Error message display when unable to preview image -#: ../src/ui.c:949 +#: ../src/ui.c:950 msgid "Unable to open image preview application" msgstr "" #. Error message displayed when unable to launch help browser -#: ../src/ui.c:1245 +#: ../src/ui.c:1246 msgid "Unable to open help file" msgstr "" #. The license this software is under (GPL3+) -#: ../src/ui.c:1260 +#: ../src/ui.c:1261 msgid "" "This program is free software: you can redistribute it and/or modify\n" "it under the terms of the GNU General Public License as published by\n" @@ -555,77 +555,78 @@ msgid "" msgstr "" #. Title of about dialog -#: ../src/ui.c:1274 +#: ../src/ui.c:1275 msgid "About Simple Scan" msgstr "" #. Description of program -#: ../src/ui.c:1277 +#: ../src/ui.c:1278 msgid "Simple document scanning tool" msgstr "" -#: ../src/ui.c:1286 +#: ../src/ui.c:1287 msgid "translator-credits" msgstr "" "Launchpad Contributions:\n" " Claudio Novais https://launchpad.net/~claudiocn\n" " Luis Pratas https://launchpad.net/~luispratas\n" +" Ricardo Conde https://launchpad.net/~turotulco\n" " Tiago https://launchpad.net/~tiagosilva" #. Text in dialog warning when a document is about to be lost -#: ../src/ui.c:1304 +#: ../src/ui.c:1305 msgid "Save document before quitting?" msgstr "" #. Button in dialog to quit and discard unsaved document -#: ../src/ui.c:1306 +#: ../src/ui.c:1307 msgid "Quit without Saving" msgstr "" #. Preferences dialog: Label for minimum resolution in resolution list -#: ../src/ui.c:1448 +#: ../src/ui.c:1449 #, c-format msgid "%d dpi (draft)" msgstr "" #. Preferences dialog: Label for resolution value in resolution list (dpi = dots per inch) -#: ../src/ui.c:1450 ../src/ui.c:1451 ../src/ui.c:1452 ../src/ui.c:1455 +#: ../src/ui.c:1451 ../src/ui.c:1452 ../src/ui.c:1453 ../src/ui.c:1456 #, c-format msgid "%d dpi" msgstr "" #. Preferences dialog: Label for maximum resolution in resolution list -#: ../src/ui.c:1454 +#: ../src/ui.c:1455 #, c-format msgid "%d dpi (high resolution)" msgstr "" #. Preferences dialog: Label for default resolution in resolution list -#: ../src/ui.c:1477 +#: ../src/ui.c:1478 #, c-format msgid "%d dpi (default)" msgstr "" #. Title of dialog when cannot load required files -#: ../src/ui.c:1522 +#: ../src/ui.c:1523 msgid "Files missing" msgstr "Ficheiros em falta" #. Description in dialog when cannot load required files -#: ../src/ui.c:1524 +#: ../src/ui.c:1525 msgid "Please check your installation" msgstr "Por favor, verifique a sua instalação" #. Button in error infobar to open preferences dialog and change scanner -#: ../src/ui.c:1581 +#: ../src/ui.c:1582 msgid "Change _Scanner" msgstr "" #. Combo box value for automatic paper size -#: ../src/ui.c:1587 +#: ../src/ui.c:1588 msgid "Automatic" msgstr "" -#: ../src/ui.c:1865 +#: ../src/ui.c:1866 msgid "Scanned Document.pdf" msgstr "Documento Digitalizado.pdf" diff --git a/po/pt_BR.po b/po/pt_BR.po index fa573a1..9ebcd0b 100644 --- a/po/pt_BR.po +++ b/po/pt_BR.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: simple-scan\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2010-07-11 04:04+0000\n" +"POT-Creation-Date: 2010-08-20 05:36+0000\n" "PO-Revision-Date: 2010-02-28 21:55+0000\n" "Last-Translator: André Gondim \n" "Language-Team: Brazilian Portuguese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2010-07-14 03:44+0000\n" +"X-Launchpad-Export-Date: 2010-08-27 03:48+0000\n" "X-Generator: Launchpad (build Unknown)\n" #. Radio button for cropping page to 4x6 inch @@ -418,7 +418,7 @@ msgid "Unable to start scan" msgstr "Não foi possível iniciar o digitalizador" #. Error displayed when communication with scanner broken -#: ../src/scanner.c:1240 ../src/scanner.c:1338 +#: ../src/scanner.c:1240 ../src/scanner.c:1346 msgid "Error communicating with scanner" msgstr "Erro ao comunicar com o digitalizador" @@ -556,17 +556,17 @@ msgid "Discard Changes" msgstr "" #. Error message display when unable to preview image -#: ../src/ui.c:949 +#: ../src/ui.c:950 msgid "Unable to open image preview application" msgstr "" #. Error message displayed when unable to launch help browser -#: ../src/ui.c:1245 +#: ../src/ui.c:1246 msgid "Unable to open help file" msgstr "Não foi possível abrir o arquivo de ajuda" #. The license this software is under (GPL3+) -#: ../src/ui.c:1260 +#: ../src/ui.c:1261 msgid "" "This program is free software: you can redistribute it and/or modify\n" "it under the terms of the GNU General Public License as published by\n" @@ -596,21 +596,21 @@ msgstr "" "este programa. Caso contrário, veja ." #. Title of about dialog -#: ../src/ui.c:1274 +#: ../src/ui.c:1275 msgid "About Simple Scan" msgstr "Sobre o Digitalizador Simples" #. Description of program -#: ../src/ui.c:1277 +#: ../src/ui.c:1278 msgid "Simple document scanning tool" msgstr "Ferramenta simples para digitalizar documentos" -#: ../src/ui.c:1286 +#: ../src/ui.c:1287 msgid "translator-credits" msgstr "" "Launchpad Contributions:\n" " André Gondim https://launchpad.net/~andregondim\n" -" Benjamim Gois Ildefonso da Silva https://launchpad.net/~benjamim-gois\n" +" Benjamim Gois https://launchpad.net/~benjamim-gois\n" " Matheus Pacheco de Andrade https://launchpad.net/~matheusp-andrade\n" " Rafael Zenni https://launchpad.net/~rafaeldz\n" " Vitor da Silva Gonçalves https://launchpad.net/~vitorsgoncalves\n" @@ -618,59 +618,59 @@ msgstr "" " kahue https://launchpad.net/~kahuemm" #. Text in dialog warning when a document is about to be lost -#: ../src/ui.c:1304 +#: ../src/ui.c:1305 msgid "Save document before quitting?" msgstr "" #. Button in dialog to quit and discard unsaved document -#: ../src/ui.c:1306 +#: ../src/ui.c:1307 msgid "Quit without Saving" msgstr "" #. Preferences dialog: Label for minimum resolution in resolution list -#: ../src/ui.c:1448 +#: ../src/ui.c:1449 #, c-format msgid "%d dpi (draft)" msgstr "%d dpi (rascunho)" #. Preferences dialog: Label for resolution value in resolution list (dpi = dots per inch) -#: ../src/ui.c:1450 ../src/ui.c:1451 ../src/ui.c:1452 ../src/ui.c:1455 +#: ../src/ui.c:1451 ../src/ui.c:1452 ../src/ui.c:1453 ../src/ui.c:1456 #, c-format msgid "%d dpi" msgstr "%d ppp" #. Preferences dialog: Label for maximum resolution in resolution list -#: ../src/ui.c:1454 +#: ../src/ui.c:1455 #, c-format msgid "%d dpi (high resolution)" msgstr "%d dpi (alta resolução)" #. Preferences dialog: Label for default resolution in resolution list -#: ../src/ui.c:1477 +#: ../src/ui.c:1478 #, c-format msgid "%d dpi (default)" msgstr "%d dpi (padrão)" #. Title of dialog when cannot load required files -#: ../src/ui.c:1522 +#: ../src/ui.c:1523 msgid "Files missing" msgstr "Arquivos faltando" #. Description in dialog when cannot load required files -#: ../src/ui.c:1524 +#: ../src/ui.c:1525 msgid "Please check your installation" msgstr "Por favor verifique a sua instalação" #. Button in error infobar to open preferences dialog and change scanner -#: ../src/ui.c:1581 +#: ../src/ui.c:1582 msgid "Change _Scanner" msgstr "Alterar _digitalizador" #. Combo box value for automatic paper size -#: ../src/ui.c:1587 +#: ../src/ui.c:1588 msgid "Automatic" msgstr "" -#: ../src/ui.c:1865 +#: ../src/ui.c:1866 msgid "Scanned Document.pdf" msgstr "Digitalizado documento.pdf" diff --git a/po/ro.po b/po/ro.po index 8425ab2..b778fff 100644 --- a/po/ro.po +++ b/po/ro.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: simple-scan\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2010-08-16 06:40+0000\n" +"POT-Creation-Date: 2010-08-20 05:36+0000\n" "PO-Revision-Date: 2010-08-16 01:57+0000\n" "Last-Translator: Lucian Adrian Grijincu \n" "Language-Team: Romanian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2010-08-16 06:59+0000\n" +"X-Launchpad-Export-Date: 2010-08-27 03:48+0000\n" "X-Generator: Launchpad (build Unknown)\n" "Language: ro\n" diff --git a/po/ru.po b/po/ru.po index a9a90dd..587214a 100644 --- a/po/ru.po +++ b/po/ru.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: simple-scan\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2010-07-11 04:04+0000\n" +"POT-Creation-Date: 2010-08-20 05:36+0000\n" "PO-Revision-Date: 2010-04-10 14:59+0000\n" "Last-Translator: Alexandre Prokoudine \n" "Language-Team: Russian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2010-07-14 03:44+0000\n" +"X-Launchpad-Export-Date: 2010-08-27 03:48+0000\n" "X-Generator: Launchpad (build Unknown)\n" #. Radio button for cropping page to 4x6 inch @@ -416,7 +416,7 @@ msgid "Unable to start scan" msgstr "Не могу начать сканирование" #. Error displayed when communication with scanner broken -#: ../src/scanner.c:1240 ../src/scanner.c:1338 +#: ../src/scanner.c:1240 ../src/scanner.c:1346 msgid "Error communicating with scanner" msgstr "Ошибка при работе со сканером" @@ -552,17 +552,17 @@ msgid "Discard Changes" msgstr "" #. Error message display when unable to preview image -#: ../src/ui.c:949 +#: ../src/ui.c:950 msgid "Unable to open image preview application" msgstr "Невозможно открыть программу для просмотра изображений" #. Error message displayed when unable to launch help browser -#: ../src/ui.c:1245 +#: ../src/ui.c:1246 msgid "Unable to open help file" msgstr "Не удалось открыть файл справки" #. The license this software is under (GPL3+) -#: ../src/ui.c:1260 +#: ../src/ui.c:1261 msgid "" "This program is free software: you can redistribute it and/or modify\n" "it under the terms of the GNU General Public License as published by\n" @@ -591,16 +591,16 @@ msgstr "" "пройдите по ссылке: ." #. Title of about dialog -#: ../src/ui.c:1274 +#: ../src/ui.c:1275 msgid "About Simple Scan" msgstr "О Simple Scan" #. Description of program -#: ../src/ui.c:1277 +#: ../src/ui.c:1278 msgid "Simple document scanning tool" msgstr "Простой инструмент для сканирования документов" -#: ../src/ui.c:1286 +#: ../src/ui.c:1287 msgid "translator-credits" msgstr "" "Launchpad Contributions:\n" @@ -613,59 +613,59 @@ msgstr "" " Артём Попов https://launchpad.net/~artfwo" #. Text in dialog warning when a document is about to be lost -#: ../src/ui.c:1304 +#: ../src/ui.c:1305 msgid "Save document before quitting?" msgstr "" #. Button in dialog to quit and discard unsaved document -#: ../src/ui.c:1306 +#: ../src/ui.c:1307 msgid "Quit without Saving" msgstr "" #. Preferences dialog: Label for minimum resolution in resolution list -#: ../src/ui.c:1448 +#: ../src/ui.c:1449 #, c-format msgid "%d dpi (draft)" msgstr "%d dpi (черновик)" #. Preferences dialog: Label for resolution value in resolution list (dpi = dots per inch) -#: ../src/ui.c:1450 ../src/ui.c:1451 ../src/ui.c:1452 ../src/ui.c:1455 +#: ../src/ui.c:1451 ../src/ui.c:1452 ../src/ui.c:1453 ../src/ui.c:1456 #, c-format msgid "%d dpi" msgstr "%d dpi" #. Preferences dialog: Label for maximum resolution in resolution list -#: ../src/ui.c:1454 +#: ../src/ui.c:1455 #, c-format msgid "%d dpi (high resolution)" msgstr "%d dpi (высокое разрешение)" #. Preferences dialog: Label for default resolution in resolution list -#: ../src/ui.c:1477 +#: ../src/ui.c:1478 #, c-format msgid "%d dpi (default)" msgstr "%d dpi (по умолчанию)" #. Title of dialog when cannot load required files -#: ../src/ui.c:1522 +#: ../src/ui.c:1523 msgid "Files missing" msgstr "Файлы отсутствуют" #. Description in dialog when cannot load required files -#: ../src/ui.c:1524 +#: ../src/ui.c:1525 msgid "Please check your installation" msgstr "Пожалуйста, проверьте правильность установки программы" #. Button in error infobar to open preferences dialog and change scanner -#: ../src/ui.c:1581 +#: ../src/ui.c:1582 msgid "Change _Scanner" msgstr "Сменить _сканер" #. Combo box value for automatic paper size -#: ../src/ui.c:1587 +#: ../src/ui.c:1588 msgid "Automatic" msgstr "" -#: ../src/ui.c:1865 +#: ../src/ui.c:1866 msgid "Scanned Document.pdf" msgstr "Сканированный документ.pdf" diff --git a/po/sk.po b/po/sk.po index 78baafb..8c1add1 100644 --- a/po/sk.po +++ b/po/sk.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: simple-scan\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2010-07-11 04:04+0000\n" +"POT-Creation-Date: 2010-08-20 05:36+0000\n" "PO-Revision-Date: 2010-02-13 20:04+0000\n" "Last-Translator: Laco Gubík \n" "Language-Team: Slovak \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2010-07-14 03:44+0000\n" +"X-Launchpad-Export-Date: 2010-08-27 03:48+0000\n" "X-Generator: Launchpad (build Unknown)\n" #. Radio button for cropping page to 4x6 inch @@ -414,7 +414,7 @@ msgid "Unable to start scan" msgstr "Nie je možné začať skenovať" #. Error displayed when communication with scanner broken -#: ../src/scanner.c:1240 ../src/scanner.c:1338 +#: ../src/scanner.c:1240 ../src/scanner.c:1346 msgid "Error communicating with scanner" msgstr "Chyba v komunikácii so skenerom" @@ -550,17 +550,17 @@ msgid "Discard Changes" msgstr "" #. Error message display when unable to preview image -#: ../src/ui.c:949 +#: ../src/ui.c:950 msgid "Unable to open image preview application" msgstr "" #. Error message displayed when unable to launch help browser -#: ../src/ui.c:1245 +#: ../src/ui.c:1246 msgid "Unable to open help file" msgstr "" #. The license this software is under (GPL3+) -#: ../src/ui.c:1260 +#: ../src/ui.c:1261 msgid "" "This program is free software: you can redistribute it and/or modify\n" "it under the terms of the GNU General Public License as published by\n" @@ -590,16 +590,16 @@ msgstr "" "licencie GNU. Ak sa tak nestalo, navštívte ." #. Title of about dialog -#: ../src/ui.c:1274 +#: ../src/ui.c:1275 msgid "About Simple Scan" msgstr "O programe Jednoduché skenovanie" #. Description of program -#: ../src/ui.c:1277 +#: ../src/ui.c:1278 msgid "Simple document scanning tool" msgstr "Nástroj na jednoduché skenovanie dokumentov" -#: ../src/ui.c:1286 +#: ../src/ui.c:1287 msgid "translator-credits" msgstr "" "Launchpad Contributions:\n" @@ -607,59 +607,59 @@ msgstr "" " Laco Gubík https://launchpad.net/~laco" #. Text in dialog warning when a document is about to be lost -#: ../src/ui.c:1304 +#: ../src/ui.c:1305 msgid "Save document before quitting?" msgstr "" #. Button in dialog to quit and discard unsaved document -#: ../src/ui.c:1306 +#: ../src/ui.c:1307 msgid "Quit without Saving" msgstr "" #. Preferences dialog: Label for minimum resolution in resolution list -#: ../src/ui.c:1448 +#: ../src/ui.c:1449 #, c-format msgid "%d dpi (draft)" msgstr "" #. Preferences dialog: Label for resolution value in resolution list (dpi = dots per inch) -#: ../src/ui.c:1450 ../src/ui.c:1451 ../src/ui.c:1452 ../src/ui.c:1455 +#: ../src/ui.c:1451 ../src/ui.c:1452 ../src/ui.c:1453 ../src/ui.c:1456 #, c-format msgid "%d dpi" msgstr "" #. Preferences dialog: Label for maximum resolution in resolution list -#: ../src/ui.c:1454 +#: ../src/ui.c:1455 #, c-format msgid "%d dpi (high resolution)" msgstr "" #. Preferences dialog: Label for default resolution in resolution list -#: ../src/ui.c:1477 +#: ../src/ui.c:1478 #, c-format msgid "%d dpi (default)" msgstr "" #. Title of dialog when cannot load required files -#: ../src/ui.c:1522 +#: ../src/ui.c:1523 msgid "Files missing" msgstr "Chýbajúce súbory" #. Description in dialog when cannot load required files -#: ../src/ui.c:1524 +#: ../src/ui.c:1525 msgid "Please check your installation" msgstr "Prosím skontrolujte vašu inštaláciu" #. Button in error infobar to open preferences dialog and change scanner -#: ../src/ui.c:1581 +#: ../src/ui.c:1582 msgid "Change _Scanner" msgstr "Zmeniť _skener" #. Combo box value for automatic paper size -#: ../src/ui.c:1587 +#: ../src/ui.c:1588 msgid "Automatic" msgstr "" -#: ../src/ui.c:1865 +#: ../src/ui.c:1866 msgid "Scanned Document.pdf" msgstr "Naskenovaný dokument.pdf" diff --git a/po/sl.po b/po/sl.po index 79508a7..b8bd2c1 100644 --- a/po/sl.po +++ b/po/sl.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: simple-scan\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2010-07-19 03:57+0000\n" -"PO-Revision-Date: 2010-07-26 06:12+0000\n" +"POT-Creation-Date: 2010-08-20 05:36+0000\n" +"PO-Revision-Date: 2010-08-16 11:48+0000\n" "Last-Translator: Andrej Znidarsic \n" "Language-Team: Slovenian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2010-07-27 04:04+0000\n" +"X-Launchpad-Export-Date: 2010-08-27 03:48+0000\n" "X-Generator: Launchpad (build Unknown)\n" #. Radio button for cropping page to 4x6 inch @@ -151,7 +151,7 @@ msgstr "Stran optičnega branja:" #. Tooltip for scan toolbar button #: ../data/simple-scan.ui.h:52 msgid "Scan a single page from the scanner" -msgstr "Optično branje ene strani iz skenerja" +msgstr "Optično branje ene strani iz optičnega bralnika" #. Title of scan window #: ../data/simple-scan.ui.h:54 ../data/simple-scan.desktop.in.h:2 @@ -421,7 +421,7 @@ msgid "Unable to start scan" msgstr "Optičnega branja ni mogoče začeti" #. Error displayed when communication with scanner broken -#: ../src/scanner.c:1240 ../src/scanner.c:1338 +#: ../src/scanner.c:1240 ../src/scanner.c:1346 msgid "Error communicating with scanner" msgstr "Napaka med sporazumevanjem z optičnim bralnikom" @@ -557,17 +557,17 @@ msgid "Discard Changes" msgstr "Zavrzi vse spremembe" #. Error message display when unable to preview image -#: ../src/ui.c:949 +#: ../src/ui.c:950 msgid "Unable to open image preview application" msgstr "Ni mogoče odpreti programa predogleda slik" #. Error message displayed when unable to launch help browser -#: ../src/ui.c:1245 +#: ../src/ui.c:1246 msgid "Unable to open help file" msgstr "Ni mogoče odpreti datoteke pomoči" #. The license this software is under (GPL3+) -#: ../src/ui.c:1260 +#: ../src/ui.c:1261 msgid "" "This program is free software: you can redistribute it and/or modify\n" "it under the terms of the GNU General Public License as published by\n" @@ -599,77 +599,77 @@ msgstr "" "v primeru, da kopije niste prejeli si oglejte ." #. Title of about dialog -#: ../src/ui.c:1274 +#: ../src/ui.c:1275 msgid "About Simple Scan" msgstr "O Programu" #. Description of program -#: ../src/ui.c:1277 +#: ../src/ui.c:1278 msgid "Simple document scanning tool" msgstr "Preprosto orodje za optično branje dokumentov" -#: ../src/ui.c:1286 +#: ../src/ui.c:1287 msgid "translator-credits" msgstr "" "Launchpad Contributions:\n" -" Andrej Znidarsic https://launchpad.net/~andrej-znidarsic\n" +" Andrej Znidarsic https://launchpad.net/~andrej.znidarsic\n" " Robert Hrovat https://launchpad.net/~robi-hipnos\n" " grofaty https://launchpad.net/~grofaty" #. Text in dialog warning when a document is about to be lost -#: ../src/ui.c:1304 +#: ../src/ui.c:1305 msgid "Save document before quitting?" msgstr "Ali naj bo dokument pred končanjem programa shranjen?" #. Button in dialog to quit and discard unsaved document -#: ../src/ui.c:1306 +#: ../src/ui.c:1307 msgid "Quit without Saving" msgstr "Končaj brez shranjevanja" #. Preferences dialog: Label for minimum resolution in resolution list -#: ../src/ui.c:1448 +#: ../src/ui.c:1449 #, c-format msgid "%d dpi (draft)" msgstr "%d točk na palec (osnutek)" #. Preferences dialog: Label for resolution value in resolution list (dpi = dots per inch) -#: ../src/ui.c:1450 ../src/ui.c:1451 ../src/ui.c:1452 ../src/ui.c:1455 +#: ../src/ui.c:1451 ../src/ui.c:1452 ../src/ui.c:1453 ../src/ui.c:1456 #, c-format msgid "%d dpi" msgstr "%d točk na palec" #. Preferences dialog: Label for maximum resolution in resolution list -#: ../src/ui.c:1454 +#: ../src/ui.c:1455 #, c-format msgid "%d dpi (high resolution)" msgstr "%d točk na palec (visoka ločljivost)" #. Preferences dialog: Label for default resolution in resolution list -#: ../src/ui.c:1477 +#: ../src/ui.c:1478 #, c-format msgid "%d dpi (default)" msgstr "%d točk na palec (privzeto)" #. Title of dialog when cannot load required files -#: ../src/ui.c:1522 +#: ../src/ui.c:1523 msgid "Files missing" msgstr "Datoteke manjkajo" #. Description in dialog when cannot load required files -#: ../src/ui.c:1524 +#: ../src/ui.c:1525 msgid "Please check your installation" msgstr "Preverite svojo namestitev" #. Button in error infobar to open preferences dialog and change scanner -#: ../src/ui.c:1581 +#: ../src/ui.c:1582 msgid "Change _Scanner" msgstr "Spremeni _optični bralnik" #. Combo box value for automatic paper size -#: ../src/ui.c:1587 +#: ../src/ui.c:1588 msgid "Automatic" msgstr "Samodejno" -#: ../src/ui.c:1865 +#: ../src/ui.c:1866 msgid "Scanned Document.pdf" msgstr "Optično bran dokument.pdf" diff --git a/po/sr.po b/po/sr.po index d34523d..28b5c9d 100644 --- a/po/sr.po +++ b/po/sr.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: simple-scan\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2010-07-11 04:04+0000\n" +"POT-Creation-Date: 2010-08-20 05:36+0000\n" "PO-Revision-Date: 2010-01-26 22:27+0000\n" "Last-Translator: Launchpad Translations Administrators " "\n" @@ -15,7 +15,7 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2010-07-14 03:44+0000\n" +"X-Launchpad-Export-Date: 2010-08-27 03:48+0000\n" "X-Generator: Launchpad (build Unknown)\n" #. Radio button for cropping page to 4x6 inch @@ -406,7 +406,7 @@ msgid "Unable to start scan" msgstr "Није могуће започети скенирање" #. Error displayed when communication with scanner broken -#: ../src/scanner.c:1240 ../src/scanner.c:1338 +#: ../src/scanner.c:1240 ../src/scanner.c:1346 msgid "Error communicating with scanner" msgstr "Грешка у коминикацији са скенером" @@ -538,17 +538,17 @@ msgid "Discard Changes" msgstr "" #. Error message display when unable to preview image -#: ../src/ui.c:949 +#: ../src/ui.c:950 msgid "Unable to open image preview application" msgstr "" #. Error message displayed when unable to launch help browser -#: ../src/ui.c:1245 +#: ../src/ui.c:1246 msgid "Unable to open help file" msgstr "" #. The license this software is under (GPL3+) -#: ../src/ui.c:1260 +#: ../src/ui.c:1261 msgid "" "This program is free software: you can redistribute it and/or modify\n" "it under the terms of the GNU General Public License as published by\n" @@ -577,75 +577,75 @@ msgstr "" "заједно са овим програмом. Ако не, види ." #. Title of about dialog -#: ../src/ui.c:1274 +#: ../src/ui.c:1275 msgid "About Simple Scan" msgstr "О Једноставно скенирање" #. Description of program -#: ../src/ui.c:1277 +#: ../src/ui.c:1278 msgid "Simple document scanning tool" msgstr "Алатка за једноставно скенирање докумената" -#: ../src/ui.c:1286 +#: ../src/ui.c:1287 msgid "translator-credits" msgstr "" "Launchpad Contributions:\n" " Ivan Petrovic https://launchpad.net/~ivanpetrovic" #. Text in dialog warning when a document is about to be lost -#: ../src/ui.c:1304 +#: ../src/ui.c:1305 msgid "Save document before quitting?" msgstr "" #. Button in dialog to quit and discard unsaved document -#: ../src/ui.c:1306 +#: ../src/ui.c:1307 msgid "Quit without Saving" msgstr "" #. Preferences dialog: Label for minimum resolution in resolution list -#: ../src/ui.c:1448 +#: ../src/ui.c:1449 #, c-format msgid "%d dpi (draft)" msgstr "" #. Preferences dialog: Label for resolution value in resolution list (dpi = dots per inch) -#: ../src/ui.c:1450 ../src/ui.c:1451 ../src/ui.c:1452 ../src/ui.c:1455 +#: ../src/ui.c:1451 ../src/ui.c:1452 ../src/ui.c:1453 ../src/ui.c:1456 #, c-format msgid "%d dpi" msgstr "" #. Preferences dialog: Label for maximum resolution in resolution list -#: ../src/ui.c:1454 +#: ../src/ui.c:1455 #, c-format msgid "%d dpi (high resolution)" msgstr "" #. Preferences dialog: Label for default resolution in resolution list -#: ../src/ui.c:1477 +#: ../src/ui.c:1478 #, c-format msgid "%d dpi (default)" msgstr "" #. Title of dialog when cannot load required files -#: ../src/ui.c:1522 +#: ../src/ui.c:1523 msgid "Files missing" msgstr "Недостају датотеке" #. Description in dialog when cannot load required files -#: ../src/ui.c:1524 +#: ../src/ui.c:1525 msgid "Please check your installation" msgstr "Проверите вашу инсталацију" #. Button in error infobar to open preferences dialog and change scanner -#: ../src/ui.c:1581 +#: ../src/ui.c:1582 msgid "Change _Scanner" msgstr "" #. Combo box value for automatic paper size -#: ../src/ui.c:1587 +#: ../src/ui.c:1588 msgid "Automatic" msgstr "" -#: ../src/ui.c:1865 +#: ../src/ui.c:1866 msgid "Scanned Document.pdf" msgstr "Скенирани документ.pdf" diff --git a/po/sv.po b/po/sv.po index a42db44..0e3af95 100644 --- a/po/sv.po +++ b/po/sv.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: simple-scan\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2010-07-11 04:04+0000\n" +"POT-Creation-Date: 2010-08-20 05:36+0000\n" "PO-Revision-Date: 2010-06-27 08:29+0000\n" "Last-Translator: Daniel Nylander \n" "Language-Team: Swedish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2010-07-14 03:44+0000\n" +"X-Launchpad-Export-Date: 2010-08-27 03:48+0000\n" "X-Generator: Launchpad (build Unknown)\n" #. Radio button for cropping page to 4x6 inch @@ -422,7 +422,7 @@ msgid "Unable to start scan" msgstr "Kan inte starta inläsning" #. Error displayed when communication with scanner broken -#: ../src/scanner.c:1240 ../src/scanner.c:1338 +#: ../src/scanner.c:1240 ../src/scanner.c:1346 msgid "Error communicating with scanner" msgstr "Fel i kommunikation med bildläsare" @@ -560,17 +560,17 @@ msgid "Discard Changes" msgstr "" #. Error message display when unable to preview image -#: ../src/ui.c:949 +#: ../src/ui.c:950 msgid "Unable to open image preview application" msgstr "Kunde inte öppna förhandsvisningsprogrammet för bilder" #. Error message displayed when unable to launch help browser -#: ../src/ui.c:1245 +#: ../src/ui.c:1246 msgid "Unable to open help file" msgstr "Kunde inte öppna hjälpfilen" #. The license this software is under (GPL3+) -#: ../src/ui.c:1260 +#: ../src/ui.c:1261 msgid "" "This program is free software: you can redistribute it and/or modify\n" "it under the terms of the GNU General Public License as published by\n" @@ -600,77 +600,78 @@ msgstr "" "med detta program. Om inte, se ." #. Title of about dialog -#: ../src/ui.c:1274 +#: ../src/ui.c:1275 msgid "About Simple Scan" msgstr "Om Simple Scan" #. Description of program -#: ../src/ui.c:1277 +#: ../src/ui.c:1278 msgid "Simple document scanning tool" msgstr "Enkelt verktyg för inläsning av dokument" -#: ../src/ui.c:1286 +#: ../src/ui.c:1287 msgid "translator-credits" msgstr "" "Launchpad Contributions:\n" " Anders Pamdal https://launchpad.net/~anders-pamdal\n" " Daniel Nylander https://launchpad.net/~yeager\n" -" Jens Askengren https://launchpad.net/~jens-askengren" +" Jens Askengren https://launchpad.net/~jens-askengren\n" +" Teodor Jönsson https://launchpad.net/~teodor-jonsson-sogeti" #. Text in dialog warning when a document is about to be lost -#: ../src/ui.c:1304 +#: ../src/ui.c:1305 msgid "Save document before quitting?" msgstr "" #. Button in dialog to quit and discard unsaved document -#: ../src/ui.c:1306 +#: ../src/ui.c:1307 msgid "Quit without Saving" msgstr "" #. Preferences dialog: Label for minimum resolution in resolution list -#: ../src/ui.c:1448 +#: ../src/ui.c:1449 #, c-format msgid "%d dpi (draft)" msgstr "%d dpi (utkast)" #. Preferences dialog: Label for resolution value in resolution list (dpi = dots per inch) -#: ../src/ui.c:1450 ../src/ui.c:1451 ../src/ui.c:1452 ../src/ui.c:1455 +#: ../src/ui.c:1451 ../src/ui.c:1452 ../src/ui.c:1453 ../src/ui.c:1456 #, c-format msgid "%d dpi" msgstr "%d dpi" #. Preferences dialog: Label for maximum resolution in resolution list -#: ../src/ui.c:1454 +#: ../src/ui.c:1455 #, c-format msgid "%d dpi (high resolution)" msgstr "%d dpi (hög upplösning)" #. Preferences dialog: Label for default resolution in resolution list -#: ../src/ui.c:1477 +#: ../src/ui.c:1478 #, c-format msgid "%d dpi (default)" msgstr "%d dpi (standard)" #. Title of dialog when cannot load required files -#: ../src/ui.c:1522 +#: ../src/ui.c:1523 msgid "Files missing" msgstr "Filer saknas" #. Description in dialog when cannot load required files -#: ../src/ui.c:1524 +#: ../src/ui.c:1525 msgid "Please check your installation" msgstr "Kontrollera din installation" #. Button in error infobar to open preferences dialog and change scanner -#: ../src/ui.c:1581 +#: ../src/ui.c:1582 msgid "Change _Scanner" msgstr "Byt _bildinläsare" #. Combo box value for automatic paper size -#: ../src/ui.c:1587 +#: ../src/ui.c:1588 msgid "Automatic" msgstr "Automatiskt" -#: ../src/ui.c:1865 +#: ../src/ui.c:1866 msgid "Scanned Document.pdf" msgstr "Inläst dokument.pdf" diff --git a/po/te.po b/po/te.po index 052bfbc..98f33a8 100644 --- a/po/te.po +++ b/po/te.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: simple-scan\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2010-07-11 04:04+0000\n" +"POT-Creation-Date: 2010-08-20 05:36+0000\n" "PO-Revision-Date: 2010-01-26 22:27+0000\n" "Last-Translator: Launchpad Translations Administrators " "\n" @@ -15,7 +15,7 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2010-07-14 03:44+0000\n" +"X-Launchpad-Export-Date: 2010-08-27 03:48+0000\n" "X-Generator: Launchpad (build Unknown)\n" #. Radio button for cropping page to 4x6 inch @@ -406,7 +406,7 @@ msgid "Unable to start scan" msgstr "" #. Error displayed when communication with scanner broken -#: ../src/scanner.c:1240 ../src/scanner.c:1338 +#: ../src/scanner.c:1240 ../src/scanner.c:1346 msgid "Error communicating with scanner" msgstr "" @@ -527,17 +527,17 @@ msgid "Discard Changes" msgstr "" #. Error message display when unable to preview image -#: ../src/ui.c:949 +#: ../src/ui.c:950 msgid "Unable to open image preview application" msgstr "" #. Error message displayed when unable to launch help browser -#: ../src/ui.c:1245 +#: ../src/ui.c:1246 msgid "Unable to open help file" msgstr "" #. The license this software is under (GPL3+) -#: ../src/ui.c:1260 +#: ../src/ui.c:1261 msgid "" "This program is free software: you can redistribute it and/or modify\n" "it under the terms of the GNU General Public License as published by\n" @@ -554,75 +554,75 @@ msgid "" msgstr "" #. Title of about dialog -#: ../src/ui.c:1274 +#: ../src/ui.c:1275 msgid "About Simple Scan" msgstr "" #. Description of program -#: ../src/ui.c:1277 +#: ../src/ui.c:1278 msgid "Simple document scanning tool" msgstr "" -#: ../src/ui.c:1286 +#: ../src/ui.c:1287 msgid "translator-credits" msgstr "" "Launchpad Contributions:\n" " వీవెన్ (Veeven) https://launchpad.net/~veeven" #. Text in dialog warning when a document is about to be lost -#: ../src/ui.c:1304 +#: ../src/ui.c:1305 msgid "Save document before quitting?" msgstr "" #. Button in dialog to quit and discard unsaved document -#: ../src/ui.c:1306 +#: ../src/ui.c:1307 msgid "Quit without Saving" msgstr "" #. Preferences dialog: Label for minimum resolution in resolution list -#: ../src/ui.c:1448 +#: ../src/ui.c:1449 #, c-format msgid "%d dpi (draft)" msgstr "" #. Preferences dialog: Label for resolution value in resolution list (dpi = dots per inch) -#: ../src/ui.c:1450 ../src/ui.c:1451 ../src/ui.c:1452 ../src/ui.c:1455 +#: ../src/ui.c:1451 ../src/ui.c:1452 ../src/ui.c:1453 ../src/ui.c:1456 #, c-format msgid "%d dpi" msgstr "" #. Preferences dialog: Label for maximum resolution in resolution list -#: ../src/ui.c:1454 +#: ../src/ui.c:1455 #, c-format msgid "%d dpi (high resolution)" msgstr "" #. Preferences dialog: Label for default resolution in resolution list -#: ../src/ui.c:1477 +#: ../src/ui.c:1478 #, c-format msgid "%d dpi (default)" msgstr "" #. Title of dialog when cannot load required files -#: ../src/ui.c:1522 +#: ../src/ui.c:1523 msgid "Files missing" msgstr "" #. Description in dialog when cannot load required files -#: ../src/ui.c:1524 +#: ../src/ui.c:1525 msgid "Please check your installation" msgstr "" #. Button in error infobar to open preferences dialog and change scanner -#: ../src/ui.c:1581 +#: ../src/ui.c:1582 msgid "Change _Scanner" msgstr "" #. Combo box value for automatic paper size -#: ../src/ui.c:1587 +#: ../src/ui.c:1588 msgid "Automatic" msgstr "" -#: ../src/ui.c:1865 +#: ../src/ui.c:1866 msgid "Scanned Document.pdf" msgstr "" diff --git a/po/tr.po b/po/tr.po index c8bbb95..0dd9a04 100644 --- a/po/tr.po +++ b/po/tr.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: simple-scan\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2010-07-11 04:04+0000\n" -"PO-Revision-Date: 2010-06-04 02:53+0000\n" -"Last-Translator: Murat Bişkin \n" +"POT-Creation-Date: 2010-08-20 05:36+0000\n" +"PO-Revision-Date: 2010-08-22 08:56+0000\n" +"Last-Translator: Yalçın Can \n" "Language-Team: Turkish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2010-07-14 03:44+0000\n" +"X-Launchpad-Export-Date: 2010-08-27 03:48+0000\n" "X-Generator: Launchpad (build Unknown)\n" #. Radio button for cropping page to 4x6 inch @@ -45,7 +45,7 @@ msgstr "Kaynaktaki Tüm _Sayfalar" #. Combo box label for scanning the back side of a page #: ../data/simple-scan.ui.h:12 msgid "Back" -msgstr "Geri" +msgstr "Arka taraf" #: ../data/simple-scan.ui.h:13 msgid "Crop" @@ -426,7 +426,7 @@ msgid "Unable to start scan" msgstr "Tarama başlatılamadı" #. Error displayed when communication with scanner broken -#: ../src/scanner.c:1240 ../src/scanner.c:1338 +#: ../src/scanner.c:1240 ../src/scanner.c:1346 msgid "Error communicating with scanner" msgstr "Tarayıcı ile iletişim kurulamıyor" @@ -551,30 +551,30 @@ msgstr "Dosya kaydedilemedi" #. Text in dialog warning when a document is about to be lost #: ../src/ui.c:552 msgid "If you don't save, changes will be permanently lost." -msgstr "" +msgstr "Eğer kaydetmezseniz, değişiklikler tamamen kaybedilecek." #. Text in dialog warning when a document is about to be lost #: ../src/ui.c:594 msgid "Save current document?" -msgstr "" +msgstr "Mevcut belgeyi kaydet?" #. Button in dialog to create new document and discard unsaved document #: ../src/ui.c:596 msgid "Discard Changes" -msgstr "" +msgstr "Değişiklikleri Geri Al" #. Error message display when unable to preview image -#: ../src/ui.c:949 +#: ../src/ui.c:950 msgid "Unable to open image preview application" msgstr "Görüntü ön izleme uygulaması açılamıyor" #. Error message displayed when unable to launch help browser -#: ../src/ui.c:1245 +#: ../src/ui.c:1246 msgid "Unable to open help file" msgstr "Yardım dosyası açılamıyor" #. The license this software is under (GPL3+) -#: ../src/ui.c:1260 +#: ../src/ui.c:1261 msgid "" "This program is free software: you can redistribute it and/or modify\n" "it under the terms of the GNU General Public License as published by\n" @@ -589,30 +589,30 @@ msgid "" "You should have received a copy of the GNU General Public License\n" "along with this program. If not, see ." msgstr "" -"Bu pogram özgür yazılımdır: onu yeniden dağıtabilir ve/veya Özgür Yazılım " -"Vakfı tarafından yayınlanmış ya 3. sürüm lisansı ya da istersen her hangi " -"sonraki sürümler ile GNU Genel Kamu Lisansı sözleşmesi altında " -"düzenleyebilirsin.\n" +"Bu program özgür yazılımdır: Yeniden dağıtabilir ve/veya Özgür Yazılım Vakfı " +"tarafından yayınlanmış 3. sürüm lisans veya isterseniz herhangi sonraki " +"sürüm ile GNU Genel Kamu Lisansı sözleşmesi altında düzenleyebilirsiniz.\n" "\n" -"Bu program kullanışlı olması umularak dağıtıldı.\n" -"Fakat HERHANGİ GARANTİSİ OLMAKSIZIN; hatta TİCARETE UYGUNLUK veya BELLİ BİR " -"AMACA UYGUNLUK garantisi bile olmaksızın. Daha fazla bilgi için GNU Genel " -"Kamu Lisansı'na bakın.\n" +"Bu program HERHANGİ GARANTİSİ OLMAKSIZIN; hatta TİCARETE UYGUNLUK veya BELLİ " +"BİR AMACA UYGUNLUK garantisi bile olmaksızın, kullanışlı olması umularak " +"dağıtıldı.\n" +"Daha fazla bilgi için GNU Genel Kamu Lisansı'na bakın.\n" "\n" -"Bu program ile GNU Genel Kamu Lisansı'nın bir kopyasını alabilirsiniz.\n" -"Eğer almazsanız bile şuraya bakınız: " +"Bu program ile birlikte GNU Genel Kamu Lisansı'nın bir kopyasını almış " +"olmalısınız.\n" +"Eğer almadıysanız bile şuraya bakınız: " #. Title of about dialog -#: ../src/ui.c:1274 +#: ../src/ui.c:1275 msgid "About Simple Scan" msgstr "Basit Tarama Hakkında" #. Description of program -#: ../src/ui.c:1277 +#: ../src/ui.c:1278 msgid "Simple document scanning tool" msgstr "Basit bir belge tarama aracı" -#: ../src/ui.c:1286 +#: ../src/ui.c:1287 msgid "translator-credits" msgstr "" "Launchpad Contributions:\n" @@ -620,62 +620,63 @@ msgstr "" " Efe Çiftci https://launchpad.net/~efeciftci\n" " Murat Bişkin https://launchpad.net/~muratbiskin\n" " Yalçın Can https://launchpad.net/~echza\n" -" aries https://launchpad.net/~sonagirbas" +" aries https://launchpad.net/~sonagirbas\n" +" ubuntuki https://launchpad.net/~aleverzurumlu" #. Text in dialog warning when a document is about to be lost -#: ../src/ui.c:1304 +#: ../src/ui.c:1305 msgid "Save document before quitting?" -msgstr "" +msgstr "Çıkmadan önce belgeyi kaydet?" #. Button in dialog to quit and discard unsaved document -#: ../src/ui.c:1306 +#: ../src/ui.c:1307 msgid "Quit without Saving" -msgstr "" +msgstr "Kaydetmeden Çık" #. Preferences dialog: Label for minimum resolution in resolution list -#: ../src/ui.c:1448 +#: ../src/ui.c:1449 #, c-format msgid "%d dpi (draft)" msgstr "%d dpi (taslak)" #. Preferences dialog: Label for resolution value in resolution list (dpi = dots per inch) -#: ../src/ui.c:1450 ../src/ui.c:1451 ../src/ui.c:1452 ../src/ui.c:1455 +#: ../src/ui.c:1451 ../src/ui.c:1452 ../src/ui.c:1453 ../src/ui.c:1456 #, c-format msgid "%d dpi" msgstr "%d dpi" #. Preferences dialog: Label for maximum resolution in resolution list -#: ../src/ui.c:1454 +#: ../src/ui.c:1455 #, c-format msgid "%d dpi (high resolution)" msgstr "%d dpi (yüksek çözünürlük)" #. Preferences dialog: Label for default resolution in resolution list -#: ../src/ui.c:1477 +#: ../src/ui.c:1478 #, c-format msgid "%d dpi (default)" msgstr "%d dpi (varsayılan)" #. Title of dialog when cannot load required files -#: ../src/ui.c:1522 +#: ../src/ui.c:1523 msgid "Files missing" msgstr "Dosyalar eksik" #. Description in dialog when cannot load required files -#: ../src/ui.c:1524 +#: ../src/ui.c:1525 msgid "Please check your installation" msgstr "Lütfen kurulumunuzu denetleyiniz" #. Button in error infobar to open preferences dialog and change scanner -#: ../src/ui.c:1581 +#: ../src/ui.c:1582 msgid "Change _Scanner" msgstr "_Tarayıcı Değiştir" #. Combo box value for automatic paper size -#: ../src/ui.c:1587 +#: ../src/ui.c:1588 msgid "Automatic" msgstr "Otomatik" -#: ../src/ui.c:1865 +#: ../src/ui.c:1866 msgid "Scanned Document.pdf" msgstr "Taranan Belge.pdf" diff --git a/po/uk.po b/po/uk.po index 7700417..5d7b88e 100644 --- a/po/uk.po +++ b/po/uk.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: simple-scan\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2010-07-11 04:04+0000\n" -"PO-Revision-Date: 2010-07-12 08:55+0000\n" -"Last-Translator: Sergiy Gavrylov \n" +"POT-Creation-Date: 2010-08-20 05:36+0000\n" +"PO-Revision-Date: 2010-08-16 11:45+0000\n" +"Last-Translator: Yuri Chornoivan \n" "Language-Team: Ukrainian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2010-07-14 03:44+0000\n" +"X-Launchpad-Export-Date: 2010-08-27 03:48+0000\n" "X-Generator: Launchpad (build Unknown)\n" #. Radio button for cropping page to 4x6 inch @@ -424,7 +424,7 @@ msgid "Unable to start scan" msgstr "Не вдалося розпочати сканування" #. Error displayed when communication with scanner broken -#: ../src/scanner.c:1240 ../src/scanner.c:1338 +#: ../src/scanner.c:1240 ../src/scanner.c:1346 msgid "Error communicating with scanner" msgstr "Помилка під час спроби обміну даними зі сканером" @@ -549,7 +549,7 @@ msgstr "Не вдалося зберегти файл" #. Text in dialog warning when a document is about to be lost #: ../src/ui.c:552 msgid "If you don't save, changes will be permanently lost." -msgstr "" +msgstr "Якщо ви не збережете внесені зміни, їх буде втрачено остаточно." #. Text in dialog warning when a document is about to be lost #: ../src/ui.c:594 @@ -562,17 +562,17 @@ msgid "Discard Changes" msgstr "Відкинути зміни" #. Error message display when unable to preview image -#: ../src/ui.c:949 +#: ../src/ui.c:950 msgid "Unable to open image preview application" msgstr "Не вдалося запустити програму для перегляду зображення" #. Error message displayed when unable to launch help browser -#: ../src/ui.c:1245 +#: ../src/ui.c:1246 msgid "Unable to open help file" msgstr "Не вдалося відкрити файл довідки" #. The license this software is under (GPL3+) -#: ../src/ui.c:1260 +#: ../src/ui.c:1261 msgid "" "This program is free software: you can redistribute it and/or modify\n" "it under the terms of the GNU General Public License as published by\n" @@ -601,16 +601,16 @@ msgstr "" ", щоб дізнатися про подальші дії." #. Title of about dialog -#: ../src/ui.c:1274 +#: ../src/ui.c:1275 msgid "About Simple Scan" msgstr "Про «Просте сканування»" #. Description of program -#: ../src/ui.c:1277 +#: ../src/ui.c:1278 msgid "Simple document scanning tool" msgstr "Інструмент для спрощення сканування документів" -#: ../src/ui.c:1286 +#: ../src/ui.c:1287 msgid "translator-credits" msgstr "" "Launchpad Contributions:\n" @@ -619,59 +619,59 @@ msgstr "" " passtas https://launchpad.net/~passtas" #. Text in dialog warning when a document is about to be lost -#: ../src/ui.c:1304 +#: ../src/ui.c:1305 msgid "Save document before quitting?" msgstr "Зберегти документ перед виходом?" #. Button in dialog to quit and discard unsaved document -#: ../src/ui.c:1306 +#: ../src/ui.c:1307 msgid "Quit without Saving" msgstr "Вийти без збереження" #. Preferences dialog: Label for minimum resolution in resolution list -#: ../src/ui.c:1448 +#: ../src/ui.c:1449 #, c-format msgid "%d dpi (draft)" msgstr "%d т/д (чернетка)" #. Preferences dialog: Label for resolution value in resolution list (dpi = dots per inch) -#: ../src/ui.c:1450 ../src/ui.c:1451 ../src/ui.c:1452 ../src/ui.c:1455 +#: ../src/ui.c:1451 ../src/ui.c:1452 ../src/ui.c:1453 ../src/ui.c:1456 #, c-format msgid "%d dpi" msgstr "%d т/д" #. Preferences dialog: Label for maximum resolution in resolution list -#: ../src/ui.c:1454 +#: ../src/ui.c:1455 #, c-format msgid "%d dpi (high resolution)" msgstr "%d т/д (висока роздільність)" #. Preferences dialog: Label for default resolution in resolution list -#: ../src/ui.c:1477 +#: ../src/ui.c:1478 #, c-format msgid "%d dpi (default)" msgstr "%d т/д (типова)" #. Title of dialog when cannot load required files -#: ../src/ui.c:1522 +#: ../src/ui.c:1523 msgid "Files missing" msgstr "Не виявлено таких файлів" #. Description in dialog when cannot load required files -#: ../src/ui.c:1524 +#: ../src/ui.c:1525 msgid "Please check your installation" msgstr "Будь ласка, перевірте, чи належним чином встановлено програму" #. Button in error infobar to open preferences dialog and change scanner -#: ../src/ui.c:1581 +#: ../src/ui.c:1582 msgid "Change _Scanner" msgstr "З_мінити сканер" #. Combo box value for automatic paper size -#: ../src/ui.c:1587 +#: ../src/ui.c:1588 msgid "Automatic" msgstr "Автоматично" -#: ../src/ui.c:1865 +#: ../src/ui.c:1866 msgid "Scanned Document.pdf" msgstr "Сканований документ.pdf" diff --git a/po/vi.po b/po/vi.po index 31889e0..0b75820 100644 --- a/po/vi.po +++ b/po/vi.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: simple-scan\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2010-07-11 04:04+0000\n" +"POT-Creation-Date: 2010-08-20 05:36+0000\n" "PO-Revision-Date: 2010-01-26 22:27+0000\n" "Last-Translator: Launchpad Translations Administrators " "\n" @@ -15,7 +15,7 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2010-07-14 03:44+0000\n" +"X-Launchpad-Export-Date: 2010-08-27 03:48+0000\n" "X-Generator: Launchpad (build Unknown)\n" #. Radio button for cropping page to 4x6 inch @@ -406,7 +406,7 @@ msgid "Unable to start scan" msgstr "Không quét hình được" #. Error displayed when communication with scanner broken -#: ../src/scanner.c:1240 ../src/scanner.c:1338 +#: ../src/scanner.c:1240 ../src/scanner.c:1346 msgid "Error communicating with scanner" msgstr "Lỗi khi giao dịch với máy quét hình" @@ -538,17 +538,17 @@ msgid "Discard Changes" msgstr "" #. Error message display when unable to preview image -#: ../src/ui.c:949 +#: ../src/ui.c:950 msgid "Unable to open image preview application" msgstr "" #. Error message displayed when unable to launch help browser -#: ../src/ui.c:1245 +#: ../src/ui.c:1246 msgid "Unable to open help file" msgstr "" #. The license this software is under (GPL3+) -#: ../src/ui.c:1260 +#: ../src/ui.c:1261 msgid "" "This program is free software: you can redistribute it and/or modify\n" "it under the terms of the GNU General Public License as published by\n" @@ -565,75 +565,75 @@ msgid "" msgstr "" #. Title of about dialog -#: ../src/ui.c:1274 +#: ../src/ui.c:1275 msgid "About Simple Scan" msgstr "Về Simple Scan" #. Description of program -#: ../src/ui.c:1277 +#: ../src/ui.c:1278 msgid "Simple document scanning tool" msgstr "Công cụ đơn giản để quét tài liệu" -#: ../src/ui.c:1286 +#: ../src/ui.c:1287 msgid "translator-credits" msgstr "" "Launchpad Contributions:\n" " Vu Do Quynh https://launchpad.net/~vu-do-quynh" #. Text in dialog warning when a document is about to be lost -#: ../src/ui.c:1304 +#: ../src/ui.c:1305 msgid "Save document before quitting?" msgstr "" #. Button in dialog to quit and discard unsaved document -#: ../src/ui.c:1306 +#: ../src/ui.c:1307 msgid "Quit without Saving" msgstr "" #. Preferences dialog: Label for minimum resolution in resolution list -#: ../src/ui.c:1448 +#: ../src/ui.c:1449 #, c-format msgid "%d dpi (draft)" msgstr "" #. Preferences dialog: Label for resolution value in resolution list (dpi = dots per inch) -#: ../src/ui.c:1450 ../src/ui.c:1451 ../src/ui.c:1452 ../src/ui.c:1455 +#: ../src/ui.c:1451 ../src/ui.c:1452 ../src/ui.c:1453 ../src/ui.c:1456 #, c-format msgid "%d dpi" msgstr "" #. Preferences dialog: Label for maximum resolution in resolution list -#: ../src/ui.c:1454 +#: ../src/ui.c:1455 #, c-format msgid "%d dpi (high resolution)" msgstr "" #. Preferences dialog: Label for default resolution in resolution list -#: ../src/ui.c:1477 +#: ../src/ui.c:1478 #, c-format msgid "%d dpi (default)" msgstr "" #. Title of dialog when cannot load required files -#: ../src/ui.c:1522 +#: ../src/ui.c:1523 msgid "Files missing" msgstr "Thiếu các tệp" #. Description in dialog when cannot load required files -#: ../src/ui.c:1524 +#: ../src/ui.c:1525 msgid "Please check your installation" msgstr "Vui lòng kiểm tra lại việc cài đặt" #. Button in error infobar to open preferences dialog and change scanner -#: ../src/ui.c:1581 +#: ../src/ui.c:1582 msgid "Change _Scanner" msgstr "" #. Combo box value for automatic paper size -#: ../src/ui.c:1587 +#: ../src/ui.c:1588 msgid "Automatic" msgstr "" -#: ../src/ui.c:1865 +#: ../src/ui.c:1866 msgid "Scanned Document.pdf" msgstr "Tài liệu quét.pdf" diff --git a/po/zh_CN.po b/po/zh_CN.po index 7a5e699..a3234cf 100644 --- a/po/zh_CN.po +++ b/po/zh_CN.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: simple-scan\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2010-07-11 04:04+0000\n" +"POT-Creation-Date: 2010-08-20 05:36+0000\n" "PO-Revision-Date: 2010-06-13 05:56+0000\n" "Last-Translator: Xhacker Liu \n" "Language-Team: Chinese (Simplified) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2010-07-14 03:44+0000\n" +"X-Launchpad-Export-Date: 2010-08-27 03:48+0000\n" "X-Generator: Launchpad (build Unknown)\n" #. Radio button for cropping page to 4x6 inch @@ -405,7 +405,7 @@ msgid "Unable to start scan" msgstr "无法开始扫描" #. Error displayed when communication with scanner broken -#: ../src/scanner.c:1240 ../src/scanner.c:1338 +#: ../src/scanner.c:1240 ../src/scanner.c:1346 msgid "Error communicating with scanner" msgstr "与扫描仪通信错误" @@ -541,17 +541,17 @@ msgid "Discard Changes" msgstr "" #. Error message display when unable to preview image -#: ../src/ui.c:949 +#: ../src/ui.c:950 msgid "Unable to open image preview application" msgstr "无法打开图像预览软件" #. Error message displayed when unable to launch help browser -#: ../src/ui.c:1245 +#: ../src/ui.c:1246 msgid "Unable to open help file" msgstr "无法打开帮助文件" #. The license this software is under (GPL3+) -#: ../src/ui.c:1260 +#: ../src/ui.c:1261 msgid "" "This program is free software: you can redistribute it and/or modify\n" "it under the terms of the GNU General Public License as published by\n" @@ -577,16 +577,16 @@ msgstr "" "." #. Title of about dialog -#: ../src/ui.c:1274 +#: ../src/ui.c:1275 msgid "About Simple Scan" msgstr "关于扫描易" #. Description of program -#: ../src/ui.c:1277 +#: ../src/ui.c:1278 msgid "Simple document scanning tool" msgstr "简易的文件扫描工具" -#: ../src/ui.c:1286 +#: ../src/ui.c:1287 msgid "translator-credits" msgstr "" "Launchpad Contributions:\n" @@ -599,59 +599,59 @@ msgstr "" " ZhangCheng https://launchpad.net/~xxzc" #. Text in dialog warning when a document is about to be lost -#: ../src/ui.c:1304 +#: ../src/ui.c:1305 msgid "Save document before quitting?" msgstr "" #. Button in dialog to quit and discard unsaved document -#: ../src/ui.c:1306 +#: ../src/ui.c:1307 msgid "Quit without Saving" msgstr "" #. Preferences dialog: Label for minimum resolution in resolution list -#: ../src/ui.c:1448 +#: ../src/ui.c:1449 #, c-format msgid "%d dpi (draft)" msgstr "%d dpi (草稿)" #. Preferences dialog: Label for resolution value in resolution list (dpi = dots per inch) -#: ../src/ui.c:1450 ../src/ui.c:1451 ../src/ui.c:1452 ../src/ui.c:1455 +#: ../src/ui.c:1451 ../src/ui.c:1452 ../src/ui.c:1453 ../src/ui.c:1456 #, c-format msgid "%d dpi" msgstr "%d dpi" #. Preferences dialog: Label for maximum resolution in resolution list -#: ../src/ui.c:1454 +#: ../src/ui.c:1455 #, c-format msgid "%d dpi (high resolution)" msgstr "%d dpi (高分辨率)" #. Preferences dialog: Label for default resolution in resolution list -#: ../src/ui.c:1477 +#: ../src/ui.c:1478 #, c-format msgid "%d dpi (default)" msgstr "%d dpi (默认)" #. Title of dialog when cannot load required files -#: ../src/ui.c:1522 +#: ../src/ui.c:1523 msgid "Files missing" msgstr "文件丢失" #. Description in dialog when cannot load required files -#: ../src/ui.c:1524 +#: ../src/ui.c:1525 msgid "Please check your installation" msgstr "请检查您的安装" #. Button in error infobar to open preferences dialog and change scanner -#: ../src/ui.c:1581 +#: ../src/ui.c:1582 msgid "Change _Scanner" msgstr "更换扫描仪(_S)" #. Combo box value for automatic paper size -#: ../src/ui.c:1587 +#: ../src/ui.c:1588 msgid "Automatic" msgstr "自动" -#: ../src/ui.c:1865 +#: ../src/ui.c:1866 msgid "Scanned Document.pdf" msgstr "扫描的文件.pdf" diff --git a/src/Makefile.in b/src/Makefile.in index 0a456c1..946fc6c 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -39,7 +39,7 @@ ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/configure.ac am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4) -mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs +mkinstalldirs = $(install_sh) -d CONFIG_CLEAN_FILES = CONFIG_CLEAN_VPATH_FILES = am__installdirs = "$(DESTDIR)$(bindir)" @@ -90,8 +90,6 @@ AUTOCONF = @AUTOCONF@ AUTOHEADER = @AUTOHEADER@ AUTOMAKE = @AUTOMAKE@ AWK = @AWK@ -CATALOGS = @CATALOGS@ -CATOBJEXT = @CATOBJEXT@ CC = @CC@ CCDEPMODE = @CCDEPMODE@ CFLAGS = @CFLAGS@ @@ -112,7 +110,6 @@ EXEEXT = @EXEEXT@ GCONF_SCHEMA_CONFIG_SOURCE = @GCONF_SCHEMA_CONFIG_SOURCE@ GCONF_SCHEMA_FILE_DIR = @GCONF_SCHEMA_FILE_DIR@ GETTEXT_PACKAGE = @GETTEXT_PACKAGE@ -GMOFILES = @GMOFILES@ GMSGFMT = @GMSGFMT@ GREP = @GREP@ HELP_DIR = @HELP_DIR@ @@ -121,8 +118,6 @@ INSTALL_DATA = @INSTALL_DATA@ INSTALL_PROGRAM = @INSTALL_PROGRAM@ INSTALL_SCRIPT = @INSTALL_SCRIPT@ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ -INSTOBJEXT = @INSTOBJEXT@ -INTLLIBS = @INTLLIBS@ INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@ INTLTOOL_MERGE = @INTLTOOL_MERGE@ INTLTOOL_PERL = @INTLTOOL_PERL@ @@ -135,9 +130,7 @@ LTLIBOBJS = @LTLIBOBJS@ MAINT = @MAINT@ MAKEINFO = @MAKEINFO@ MKDIR_P = @MKDIR_P@ -MKINSTALLDIRS = @MKINSTALLDIRS@ MSGFMT = @MSGFMT@ -MSGFMT_OPTS = @MSGFMT_OPTS@ MSGMERGE = @MSGMERGE@ OBJEXT = @OBJEXT@ OMF_DIR = @OMF_DIR@ @@ -152,10 +145,6 @@ PATH_SEPARATOR = @PATH_SEPARATOR@ PKG_CONFIG = @PKG_CONFIG@ PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ -POFILES = @POFILES@ -POSUB = @POSUB@ -PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@ -PO_IN_DATADIR_TRUE = @PO_IN_DATADIR_TRUE@ SET_MAKE = @SET_MAKE@ SHELL = @SHELL@ SIMPLE_SCAN_CFLAGS = @SIMPLE_SCAN_CFLAGS@ diff --git a/src/book-view.c b/src/book-view.c index 377a156..ac6e32c 100644 --- a/src/book-view.c +++ b/src/book-view.c @@ -235,6 +235,14 @@ remove_cb (Book *book, Page *page, BookView *view) } +static void +reorder_cb (Book *book, BookView *view) +{ + view->priv->need_layout = TRUE; + book_view_redraw (view); +} + + static void clear_cb (Book *book, BookView *view) { @@ -676,6 +684,7 @@ book_view_set_property(GObject *object, /* Watch for new pages */ g_signal_connect (self->priv->book, "page-added", G_CALLBACK (add_cb), self); g_signal_connect (self->priv->book, "page-removed", G_CALLBACK (remove_cb), self); + g_signal_connect (self->priv->book, "reordered", G_CALLBACK (reorder_cb), self); g_signal_connect (self->priv->book, "cleared", G_CALLBACK (clear_cb), self); break; default: diff --git a/src/book.c b/src/book.c index 0e33d8b..b3ec0b6 100644 --- a/src/book.c +++ b/src/book.c @@ -29,6 +29,7 @@ enum { enum { PAGE_ADDED, PAGE_REMOVED, + REORDERED, CLEARED, LAST_SIGNAL }; @@ -91,6 +92,18 @@ book_append_page (Book *book, gint width, gint height, gint dpi, ScanDirection s } +void +book_move_page (Book *book, Page *page, gint location) +{ + book->priv->pages = g_list_remove (book->priv->pages, page); + book->priv->pages = g_list_insert (book->priv->pages, page, location); + + g_signal_emit (book, signals[REORDERED], 0, page); + + book_set_needs_saving (book, TRUE); +} + + void book_delete_page (Book *book, Page *page) { @@ -121,6 +134,13 @@ book_get_page (Book *book, gint page_number) } +gint +book_get_page_index (Book *book, Page *page) +{ + return g_list_index (book->priv->pages, page); +} + + static GFile * make_indexed_file (const gchar *uri, gint i) { @@ -805,6 +825,14 @@ book_class_init (BookClass *klass) NULL, NULL, g_cclosure_marshal_VOID__OBJECT, G_TYPE_NONE, 1, page_get_type ()); + signals[REORDERED] = + g_signal_new ("reordered", + G_TYPE_FROM_CLASS (klass), + G_SIGNAL_RUN_LAST, + G_STRUCT_OFFSET (BookClass, reordered), + NULL, NULL, + g_cclosure_marshal_VOID__VOID, + G_TYPE_NONE, 0); signals[CLEARED] = g_signal_new ("cleared", G_TYPE_FROM_CLASS (klass), diff --git a/src/book.h b/src/book.h index 7a336ef..cf82978 100644 --- a/src/book.h +++ b/src/book.h @@ -37,6 +37,7 @@ typedef struct void (*page_added) (Book *book, Page *page); void (*page_removed) (Book *book, Page *page); + void (*reordered) (Book *book); void (*cleared) (Book *book); } BookClass; @@ -49,12 +50,16 @@ void book_clear (Book *book); Page *book_append_page (Book *book, gint width, gint height, gint dpi, ScanDirection orientation); +void book_move_page (Book *book, Page *page, gint location); + void book_delete_page (Book *book, Page *page); gint book_get_n_pages (Book *book); Page *book_get_page (Book *book, gint page_number); +gint book_get_page_index (Book *book, Page *page); + gboolean book_save (Book *book, const gchar *type, GFile *file, GError **error); void book_set_needs_saving (Book *book, gboolean needs_saving); diff --git a/src/ui.c b/src/ui.c index 2bea246..a62123c 100644 --- a/src/ui.c +++ b/src/ui.c @@ -44,6 +44,7 @@ struct SimpleScanPrivate GtkWidget *window, *main_vbox; GtkWidget *info_bar, *info_bar_image, *info_bar_label; GtkWidget *info_bar_close_button, *info_bar_change_scanner_button; + GtkWidget *page_move_left_menuitem, *page_move_right_menuitem; GtkWidget *page_delete_menuitem, *crop_rotate_menuitem; GtkWidget *save_menuitem, *save_as_menuitem, *save_toolbutton; GtkWidget *stop_menuitem, *stop_toolbutton; @@ -852,6 +853,19 @@ preferences_dialog_response_cb (GtkWidget *widget, gint response_id, SimpleScan } +static void +update_page_menu (SimpleScan *ui) +{ + Book *book; + gint index; + + book = book_view_get_book (ui->priv->book_view); + index = book_get_page_index (book, book_view_get_selected (ui->priv->book_view)); + gtk_widget_set_sensitive (ui->priv->page_move_left_menuitem, index > 0); + gtk_widget_set_sensitive (ui->priv->page_move_right_menuitem, index < book_get_n_pages (book) - 1); +} + + static void page_selected_cb (BookView *view, Page *page, SimpleScan *ui) { @@ -861,7 +875,9 @@ page_selected_cb (BookView *view, Page *page, SimpleScan *ui) return; ui->priv->updating_page_menu = TRUE; - + + update_page_menu (ui); + if (page_has_crop (page)) { char *crop_name; @@ -1136,6 +1152,40 @@ crop_rotate_menuitem_activate_cb (GtkWidget *widget, SimpleScan *ui) } +void page_move_left_menuitem_activate_cb (GtkWidget *widget, SimpleScan *ui); +G_MODULE_EXPORT +void +page_move_left_menuitem_activate_cb (GtkWidget *widget, SimpleScan *ui) +{ + Book *book = book_view_get_book (ui->priv->book_view); + Page *page = book_view_get_selected (ui->priv->book_view); + gint index; + + index = book_get_page_index (book, page); + if (index > 0) + book_move_page (book, page, index - 1); + + update_page_menu (ui); +} + + +void page_move_right_menuitem_activate_cb (GtkWidget *widget, SimpleScan *ui); +G_MODULE_EXPORT +void +page_move_right_menuitem_activate_cb (GtkWidget *widget, SimpleScan *ui) +{ + Book *book = book_view_get_book (ui->priv->book_view); + Page *page = book_view_get_selected (ui->priv->book_view); + gint index; + + index = book_get_page_index (book, page); + if (index < book_get_n_pages (book) - 1) + book_move_page (book, page, book_get_page_index (book, page) + 1); + + update_page_menu (ui); +} + + void page_delete_menuitem_activate_cb (GtkWidget *widget, SimpleScan *ui); G_MODULE_EXPORT void @@ -1424,6 +1474,8 @@ page_added_cb (Book *book, Page *page, SimpleScan *ui) ui->priv->default_page_scan_direction = page_get_scan_direction (page); g_signal_connect (page, "size-changed", G_CALLBACK (page_size_changed_cb), ui); g_signal_connect (page, "scan-direction-changed", G_CALLBACK (page_scan_direction_changed_cb), ui); + + update_page_menu (ui); } @@ -1433,6 +1485,8 @@ page_removed_cb (Book *book, Page *page, SimpleScan *ui) /* If this is the last page add a new blank one */ if (book_get_n_pages (ui->priv->book) == 1) add_default_page (ui); + + update_page_menu (ui); } @@ -1529,6 +1583,8 @@ ui_load (SimpleScan *ui) ui->priv->window = GTK_WIDGET (gtk_builder_get_object (builder, "simple_scan_window")); ui->priv->main_vbox = GTK_WIDGET (gtk_builder_get_object (builder, "main_vbox")); + ui->priv->page_move_left_menuitem = GTK_WIDGET (gtk_builder_get_object (builder, "page_move_left_menuitem")); + ui->priv->page_move_right_menuitem = GTK_WIDGET (gtk_builder_get_object (builder, "page_move_right_menuitem")); ui->priv->page_delete_menuitem = GTK_WIDGET (gtk_builder_get_object (builder, "page_delete_menuitem")); ui->priv->crop_rotate_menuitem = GTK_WIDGET (gtk_builder_get_object (builder, "crop_rotate_menuitem")); ui->priv->save_menuitem = GTK_WIDGET (gtk_builder_get_object (builder, "save_menuitem")); -- cgit v1.2.3