From d09fb0180e126967c94a13b6414694dfb9be313c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Mon, 5 Jan 2015 15:22:37 +0100 Subject: Imported Upstream version 3.15.3 --- NEWS | 4 ++++ aclocal.m4 | 27 ++++++++++++--------------- configure | 24 ++++++++++++------------ configure.ac | 2 +- po/af.po | 4 ++-- po/ar.po | 4 ++-- po/ast.po | 4 ++-- po/az.po | 4 ++-- po/bg.po | 4 ++-- po/bo.po | 4 ++-- po/ca.po | 4 ++-- po/ca@valencia.po | 36 ++++++++++++++++++------------------ po/ce.po | 4 ++-- po/cs.po | 4 ++-- po/da.po | 4 ++-- po/de.po | 4 ++-- po/el.po | 4 ++-- po/en_GB.po | 4 ++-- po/eo.po | 4 ++-- po/es.po | 4 ++-- po/et.po | 4 ++-- po/eu.po | 4 ++-- po/fi.po | 4 ++-- po/fr.po | 4 ++-- po/gd.po | 4 ++-- po/gl.po | 4 ++-- po/he.po | 4 ++-- po/hr.po | 4 ++-- po/hu.po | 4 ++-- po/hy.po | 4 ++-- po/id.po | 4 ++-- po/it.po | 4 ++-- po/ja.po | 4 ++-- po/kk.po | 4 ++-- po/km.po | 4 ++-- po/ky.po | 4 ++-- po/lt.po | 4 ++-- po/lv.po | 4 ++-- po/mhr.po | 4 ++-- po/ms.po | 4 ++-- po/my.po | 4 ++-- po/nb.po | 4 ++-- po/nl.po | 4 ++-- po/oc.po | 4 ++-- po/pa.po | 4 ++-- po/pl.po | 4 ++-- po/pt.po | 4 ++-- po/pt_BR.po | 4 ++-- po/ro.po | 4 ++-- po/ru.po | 4 ++-- po/sd.po | 4 ++-- po/se.po | 4 ++-- po/shn.po | 4 ++-- po/sk.po | 4 ++-- po/sl.po | 4 ++-- po/sq.po | 4 ++-- po/sr.po | 34 +++++++++++++++++----------------- po/sv.po | 4 ++-- po/ta.po | 4 ++-- po/te.po | 4 ++-- po/th.po | 4 ++-- po/tr.po | 4 ++-- po/ug.po | 4 ++-- po/uk.po | 4 ++-- po/ur.po | 4 ++-- po/uz.po | 4 ++-- po/vi.po | 4 ++-- po/zh_CN.po | 6 +++--- po/zh_TW.po | 4 ++-- 69 files changed, 191 insertions(+), 190 deletions(-) diff --git a/NEWS b/NEWS index 94dec34..7f9a0e9 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,7 @@ +Overview of changes in simple-scan 3.15.3 + + * Updated translations + Overview of changes in simple-scan 3.15.2 * Store density information in bitmap formats (JPEG, PNG, TIFF). Requires diff --git a/aclocal.m4 b/aclocal.m4 index 69979aa..049e1d3 100644 --- a/aclocal.m4 +++ b/aclocal.m4 @@ -45,23 +45,18 @@ AU_DEFUN([GNOME_COMMON_INIT], in your top-level Makefile.am, instead, where "m4" is the macro directory set with AC_CONFIG_MACRO_DIR() in your configure.ac]]) -AC_DEFUN([GNOME_DEBUG_CHECK], +AU_DEFUN([GNOME_DEBUG_CHECK], [ - AC_ARG_ENABLE([debug], - AC_HELP_STRING([--enable-debug], - [turn on debugging]),, - [enable_debug=no]) - - if test x$enable_debug = xyes ; then - AC_DEFINE(GNOME_ENABLE_DEBUG, 1, - [Enable additional debugging at the expense of performance and size]) - fi -]) + AX_CHECK_ENABLE_DEBUG([no],[GNOME_ENABLE_DEBUG]) +], +[[$0: This macro is deprecated. You should use AX_CHECK_ENABLE_DEBUG instead and +replace uses of GNOME_ENABLE_DEBUG with ENABLE_DEBUG. +See: http://www.gnu.org/software/autoconf-archive/ax_check_enable_debug.html#ax_check_enable_debug]]) dnl GNOME_MAINTAINER_MODE_DEFINES () dnl define DISABLE_DEPRECATED dnl -AC_DEFUN([GNOME_MAINTAINER_MODE_DEFINES], +AU_DEFUN([GNOME_MAINTAINER_MODE_DEFINES], [ AC_REQUIRE([AM_MAINTAINER_MODE]) @@ -74,7 +69,9 @@ AC_DEFUN([GNOME_MAINTAINER_MODE_DEFINES], fi AC_SUBST(DISABLE_DEPRECATED) -]) +], +[[$0: This macro is deprecated. All of the modules it disables deprecations for +are obsolete. Remove it and all uses of DISABLE_DEPRECATED.]]) dnl GLIB_GSETTINGS dnl Defines GSETTINGS_SCHEMAS_INSTALL which controls whether @@ -744,7 +741,7 @@ EXTRA_DIST += $(foreach lc,$(HELP_LINGUAS),$(lc)/$(lc).po) EXTRA_DIST += $(foreach f,$(HELP_MEDIA),$(foreach lc,$(HELP_LINGUAS),$(wildcard $(lc)/$(f)))) distdir: distdir-help-files -distdir-help-files: +distdir-help-files: $(_HELP_LC_FILES) @for lc in C $(if $(YELP_LC_DIST),$(HELP_LINGUAS)) ; do \ $(MKDIR_P) "$(distdir)/$$lc"; \ for file in $(HELP_FILES); do \ @@ -773,7 +770,7 @@ check-help: .PHONY: install-help install-data-am: $(if $(HELP_ID),install-help) -install-help: +install-help: $(_HELP_LC_FILES) @for lc in C $(_HELP_LINGUAS); do \ $(mkinstalldirs) "$(DESTDIR)$(HELP_DIR)/$$lc/$(HELP_ID)" || exit 1; \ done diff --git a/configure b/configure index 2563da8..e678177 100755 --- a/configure +++ b/configure @@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.69 for simple-scan 3.15.2. +# Generated by GNU Autoconf 2.69 for simple-scan 3.15.3. # # # Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc. @@ -637,8 +637,8 @@ MAKEFLAGS= # Identity of this package. PACKAGE_NAME='simple-scan' PACKAGE_TARNAME='simple-scan' -PACKAGE_VERSION='3.15.2' -PACKAGE_STRING='simple-scan 3.15.2' +PACKAGE_VERSION='3.15.3' +PACKAGE_STRING='simple-scan 3.15.3' PACKAGE_BUGREPORT='' PACKAGE_URL='' @@ -1398,7 +1398,7 @@ if test "$ac_init_help" = "long"; then # Omit some internal or obsolete options to make the list less imposing. # This message is too long to be a string in the A/UX 3.1 sh. cat <<_ACEOF -\`configure' configures simple-scan 3.15.2 to adapt to many kinds of systems. +\`configure' configures simple-scan 3.15.3 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1464,7 +1464,7 @@ fi if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of simple-scan 3.15.2:";; + short | recursive ) echo "Configuration of simple-scan 3.15.3:";; esac cat <<\_ACEOF @@ -1580,7 +1580,7 @@ fi test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -simple-scan configure 3.15.2 +simple-scan configure 3.15.3 generated by GNU Autoconf 2.69 Copyright (C) 2012 Free Software Foundation, Inc. @@ -1945,7 +1945,7 @@ cat >config.log <<_ACEOF This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. -It was created by simple-scan $as_me 3.15.2, which was +It was created by simple-scan $as_me 3.15.3, which was generated by GNU Autoconf 2.69. Invocation command line was $ $0 $@ @@ -2808,7 +2808,7 @@ fi # Define the identity of the package. PACKAGE='simple-scan' - VERSION='3.15.2' + VERSION='3.15.3' cat >>confdefs.h <<_ACEOF @@ -5265,7 +5265,7 @@ EXTRA_DIST += $(foreach lc,$(HELP_LINGUAS),$(lc)/$(lc).po) EXTRA_DIST += $(foreach f,$(HELP_MEDIA),$(foreach lc,$(HELP_LINGUAS),$(wildcard $(lc)/$(f)))) distdir: distdir-help-files -distdir-help-files: +distdir-help-files: $(_HELP_LC_FILES) @for lc in C $(if $(YELP_LC_DIST),$(HELP_LINGUAS)) ; do \ $(MKDIR_P) "$(distdir)/$$lc"; \ for file in $(HELP_FILES); do \ @@ -5294,7 +5294,7 @@ check-help: .PHONY: install-help install-data-am: $(if $(HELP_ID),install-help) -install-help: +install-help: $(_HELP_LC_FILES) @for lc in C $(_HELP_LINGUAS); do \ $(mkinstalldirs) "$(DESTDIR)$(HELP_DIR)/$$lc/$(HELP_ID)" || exit 1; \ done @@ -6522,7 +6522,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 # report actual input values of CONFIG_FILES etc. instead of their # values after options handling. ac_log=" -This file was extended by simple-scan $as_me 3.15.2, which was +This file was extended by simple-scan $as_me 3.15.3, which was generated by GNU Autoconf 2.69. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -6579,7 +6579,7 @@ _ACEOF cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" ac_cs_version="\\ -simple-scan config.status 3.15.2 +simple-scan config.status 3.15.3 configured by $0, generated by GNU Autoconf 2.69, with options \\"\$ac_cs_config\\" diff --git a/configure.ac b/configure.ac index f17abf4..aa17e9a 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ dnl Process this file with autoconf to produce a configure script. -AC_INIT(simple-scan, 3.15.2) +AC_INIT(simple-scan, 3.15.3) AM_INIT_AUTOMAKE([1.11 no-dist-gzip dist-xz foreign]) AM_SILENT_RULES([yes]) AM_MAINTAINER_MODE diff --git a/po/af.po b/po/af.po index 2b6ef88..e943eb5 100644 --- a/po/af.po +++ b/po/af.po @@ -14,8 +14,8 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-11-04 06:34+0000\n" -"X-Generator: Launchpad (build 17211)\n" +"X-Launchpad-Export-Date: 2014-12-01 06:07+0000\n" +"X-Generator: Launchpad (build 17274)\n" #. Button to submit authorization dialog #: ../data/simple-scan.ui.h:2 diff --git a/po/ar.po b/po/ar.po index d69ce64..2b0e33c 100644 --- a/po/ar.po +++ b/po/ar.po @@ -14,8 +14,8 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-11-04 06:34+0000\n" -"X-Generator: Launchpad (build 17211)\n" +"X-Launchpad-Export-Date: 2014-12-01 06:07+0000\n" +"X-Generator: Launchpad (build 17274)\n" #. Button to submit authorization dialog #: ../data/simple-scan.ui.h:2 diff --git a/po/ast.po b/po/ast.po index e677b52..0db5988 100644 --- a/po/ast.po +++ b/po/ast.po @@ -14,8 +14,8 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-11-04 06:34+0000\n" -"X-Generator: Launchpad (build 17211)\n" +"X-Launchpad-Export-Date: 2014-12-01 06:07+0000\n" +"X-Generator: Launchpad (build 17274)\n" #. Button to submit authorization dialog #: ../data/simple-scan.ui.h:2 diff --git a/po/az.po b/po/az.po index 63e3b06..ded6504 100644 --- a/po/az.po +++ b/po/az.po @@ -14,8 +14,8 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-11-04 06:34+0000\n" -"X-Generator: Launchpad (build 17211)\n" +"X-Launchpad-Export-Date: 2014-12-01 06:07+0000\n" +"X-Generator: Launchpad (build 17274)\n" #. Button to submit authorization dialog #: ../data/simple-scan.ui.h:2 diff --git a/po/bg.po b/po/bg.po index 3b754e0..7a925ab 100644 --- a/po/bg.po +++ b/po/bg.po @@ -14,8 +14,8 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-11-04 06:34+0000\n" -"X-Generator: Launchpad (build 17211)\n" +"X-Launchpad-Export-Date: 2014-12-01 06:07+0000\n" +"X-Generator: Launchpad (build 17274)\n" #. Button to submit authorization dialog #: ../data/simple-scan.ui.h:2 diff --git a/po/bo.po b/po/bo.po index 48c6951..bb9a82d 100644 --- a/po/bo.po +++ b/po/bo.po @@ -14,8 +14,8 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-11-04 06:36+0000\n" -"X-Generator: Launchpad (build 17211)\n" +"X-Launchpad-Export-Date: 2014-12-01 06:08+0000\n" +"X-Generator: Launchpad (build 17274)\n" #. Button to submit authorization dialog #: ../data/simple-scan.ui.h:2 diff --git a/po/ca.po b/po/ca.po index 5e7a238..83c2c6e 100644 --- a/po/ca.po +++ b/po/ca.po @@ -14,8 +14,8 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-11-04 06:34+0000\n" -"X-Generator: Launchpad (build 17211)\n" +"X-Launchpad-Export-Date: 2014-12-01 06:07+0000\n" +"X-Generator: Launchpad (build 17274)\n" #. Button to submit authorization dialog #: ../data/simple-scan.ui.h:2 diff --git a/po/ca@valencia.po b/po/ca@valencia.po index a73494d..505a17d 100644 --- a/po/ca@valencia.po +++ b/po/ca@valencia.po @@ -14,8 +14,8 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-11-04 06:36+0000\n" -"X-Generator: Launchpad (build 17211)\n" +"X-Launchpad-Export-Date: 2014-12-01 06:08+0000\n" +"X-Generator: Launchpad (build 17274)\n" #. Button to submit authorization dialog #: ../data/simple-scan.ui.h:2 @@ -203,20 +203,20 @@ msgstr "Escaneja" #. Tooltip for save toolbar button #: ../data/simple-scan.ui.h:73 msgid "Save document to a file" -msgstr "Alça el document en un fitxer" +msgstr "Guarda el document en un fitxer" #: ../data/simple-scan.ui.h:74 ../src/ui.vala:1695 msgid "Save" -msgstr "Alça" +msgstr "Guarda" #. Tooltip for stop button #: ../data/simple-scan.ui.h:76 msgid "Stop the current scan" -msgstr "Atura l'escaneig actual" +msgstr "Para l'escaneig actual" #: ../data/simple-scan.ui.h:77 msgid "Stop" -msgstr "Atura" +msgstr "Para" #. Tooltip for rotate left (counter-clockwise) button #: ../data/simple-scan.ui.h:79 @@ -381,13 +381,13 @@ msgstr "La cara de la pàgina a escanejar." #: ../data/org.gnome.SimpleScan.gschema.xml.in.h:19 msgid "Directory to save files to" -msgstr "Directori on alçar els fitxers" +msgstr "Directori on guardar els fitxers" #: ../data/org.gnome.SimpleScan.gschema.xml.in.h:20 msgid "" "The directory to save files to. Defaults to the documents directory if unset." msgstr "" -"El directori on alçar els fitxers. Per defecte serà el directori de " +"El directori on guardar els fitxers. Per defecte serà el directori de " "documents si no es defineix." #: ../data/org.gnome.SimpleScan.gschema.xml.in.h:21 @@ -416,7 +416,7 @@ msgstr "No s'ha pogut iniciar l'escaneig" #. Error displayed when communication with scanner broken #: ../src/scanner.vala:1235 ../src/scanner.vala:1332 msgid "Error communicating with scanner" -msgstr "S'ha produït un error en comunicar-se amb l'escàner" +msgstr "S'ha produït un error en comunicar-s'amb l'escàner" #. Help string for command line --version flag #: ../src/simple-scan.vala:21 @@ -483,7 +483,7 @@ msgstr "Comproveu que l'escàner està connectat i engegat" #. Save dialog: Dialog title #: ../src/ui.vala:507 ../src/ui.vala:1696 msgid "Save As..." -msgstr "Anomena i alça..." +msgstr "Anomena i guarda..." #: ../src/ui.vala:510 ../src/ui.vala:672 msgid "_Cancel" @@ -526,17 +526,17 @@ msgstr "PNG (sense pèrdua)" #. Title of error dialog when save failed #: ../src/ui.vala:647 msgid "Failed to save file" -msgstr "No s'ha pogut alçar el fitxer" +msgstr "No s'ha pogut guardar el fitxer" #. Text in dialog warning when a document is about to be lost #: ../src/ui.vala:670 msgid "If you don't save, changes will be permanently lost." -msgstr "Si no ho alceu, els canvis es perdran per sempre més." +msgstr "Si no ho guardeu, els canvis es perdran per sempre més." #. Text in dialog warning when a document is about to be lost #: ../src/ui.vala:706 msgid "Save current document?" -msgstr "Voleu alçar el document actual?" +msgstr "Voleu guardar el document actual?" #. Button in dialog to create new document and discard unsaved document #: ../src/ui.vala:708 @@ -546,7 +546,7 @@ msgstr "Descarta els canvis" #. Error message display when unable to save image for preview #: ../src/ui.vala:990 msgid "Unable to save image for preview" -msgstr "No s'ha pogut alçar la imatge per previsualitzar-la" +msgstr "No s'ha pogut guardar la imatge per previsualitzar-la" #. Error message display when unable to preview image #: ../src/ui.vala:1002 @@ -630,12 +630,12 @@ msgstr "" #. Text in dialog warning when a document is about to be lost #: ../src/ui.vala:1507 msgid "Save document before quitting?" -msgstr "Voleu alçar el document abans d'eixir?" +msgstr "Voleu guardar el document abans d'eixir?" #. Button in dialog to quit and discard unsaved document #: ../src/ui.vala:1509 msgid "Quit without Saving" -msgstr "Ix sense alçar" +msgstr "Ix sense guardar" #. Preferences dialog: Label for default resolution in resolution list #: ../src/ui.vala:1633 @@ -725,12 +725,12 @@ msgstr "Màxim" #: ../src/ui.vala:1867 msgid "Saving document..." -msgstr "S'està desant el document..." +msgstr "S'està guardant el document..." #: ../src/ui.vala:2017 #, c-format msgid "Saving page %d out of %d" -msgstr "S'està desant la pàgina %d de %d" +msgstr "S'està guardant la pàgina %d de %d" #~ msgid "4×6" #~ msgstr "4×6" diff --git a/po/ce.po b/po/ce.po index db54509..4ed811f 100644 --- a/po/ce.po +++ b/po/ce.po @@ -14,8 +14,8 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-11-04 06:34+0000\n" -"X-Generator: Launchpad (build 17211)\n" +"X-Launchpad-Export-Date: 2014-12-01 06:07+0000\n" +"X-Generator: Launchpad (build 17274)\n" #. Button to submit authorization dialog #: ../data/simple-scan.ui.h:2 diff --git a/po/cs.po b/po/cs.po index 2864a5f..d35a039 100644 --- a/po/cs.po +++ b/po/cs.po @@ -14,8 +14,8 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-11-04 06:34+0000\n" -"X-Generator: Launchpad (build 17211)\n" +"X-Launchpad-Export-Date: 2014-12-01 06:07+0000\n" +"X-Generator: Launchpad (build 17274)\n" #. Button to submit authorization dialog #: ../data/simple-scan.ui.h:2 diff --git a/po/da.po b/po/da.po index 652a0cd..c235245 100644 --- a/po/da.po +++ b/po/da.po @@ -14,8 +14,8 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-11-04 06:35+0000\n" -"X-Generator: Launchpad (build 17211)\n" +"X-Launchpad-Export-Date: 2014-12-01 06:07+0000\n" +"X-Generator: Launchpad (build 17274)\n" #. Button to submit authorization dialog #: ../data/simple-scan.ui.h:2 diff --git a/po/de.po b/po/de.po index 265e7d1..13b44ce 100644 --- a/po/de.po +++ b/po/de.po @@ -14,8 +14,8 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-11-04 06:35+0000\n" -"X-Generator: Launchpad (build 17211)\n" +"X-Launchpad-Export-Date: 2014-12-01 06:07+0000\n" +"X-Generator: Launchpad (build 17274)\n" #. Button to submit authorization dialog #: ../data/simple-scan.ui.h:2 diff --git a/po/el.po b/po/el.po index be51c12..e94e0e4 100644 --- a/po/el.po +++ b/po/el.po @@ -14,8 +14,8 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-11-04 06:35+0000\n" -"X-Generator: Launchpad (build 17211)\n" +"X-Launchpad-Export-Date: 2014-12-01 06:07+0000\n" +"X-Generator: Launchpad (build 17274)\n" #. Button to submit authorization dialog #: ../data/simple-scan.ui.h:2 diff --git a/po/en_GB.po b/po/en_GB.po index 732650c..6486d3b 100644 --- a/po/en_GB.po +++ b/po/en_GB.po @@ -14,8 +14,8 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-11-04 06:36+0000\n" -"X-Generator: Launchpad (build 17211)\n" +"X-Launchpad-Export-Date: 2014-12-01 06:08+0000\n" +"X-Generator: Launchpad (build 17274)\n" #. Button to submit authorization dialog #: ../data/simple-scan.ui.h:2 diff --git a/po/eo.po b/po/eo.po index 3856b40..8e47684 100644 --- a/po/eo.po +++ b/po/eo.po @@ -14,8 +14,8 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-11-04 06:35+0000\n" -"X-Generator: Launchpad (build 17211)\n" +"X-Launchpad-Export-Date: 2014-12-01 06:07+0000\n" +"X-Generator: Launchpad (build 17274)\n" "Language: eo\n" #. Button to submit authorization dialog diff --git a/po/es.po b/po/es.po index 49de836..06c716e 100644 --- a/po/es.po +++ b/po/es.po @@ -14,8 +14,8 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-11-04 06:36+0000\n" -"X-Generator: Launchpad (build 17211)\n" +"X-Launchpad-Export-Date: 2014-12-01 06:08+0000\n" +"X-Generator: Launchpad (build 17274)\n" #. Button to submit authorization dialog #: ../data/simple-scan.ui.h:2 diff --git a/po/et.po b/po/et.po index fc0d7c1..7100771 100644 --- a/po/et.po +++ b/po/et.po @@ -14,8 +14,8 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-11-04 06:35+0000\n" -"X-Generator: Launchpad (build 17211)\n" +"X-Launchpad-Export-Date: 2014-12-01 06:07+0000\n" +"X-Generator: Launchpad (build 17274)\n" #. Button to submit authorization dialog #: ../data/simple-scan.ui.h:2 diff --git a/po/eu.po b/po/eu.po index 1758697..f68adc1 100644 --- a/po/eu.po +++ b/po/eu.po @@ -14,8 +14,8 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-11-04 06:34+0000\n" -"X-Generator: Launchpad (build 17211)\n" +"X-Launchpad-Export-Date: 2014-12-01 06:07+0000\n" +"X-Generator: Launchpad (build 17274)\n" #. Button to submit authorization dialog #: ../data/simple-scan.ui.h:2 diff --git a/po/fi.po b/po/fi.po index 0c073f0..d6b2d69 100644 --- a/po/fi.po +++ b/po/fi.po @@ -14,8 +14,8 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-11-04 06:35+0000\n" -"X-Generator: Launchpad (build 17211)\n" +"X-Launchpad-Export-Date: 2014-12-01 06:07+0000\n" +"X-Generator: Launchpad (build 17274)\n" #. Button to submit authorization dialog #: ../data/simple-scan.ui.h:2 diff --git a/po/fr.po b/po/fr.po index 260c88e..67cea6d 100644 --- a/po/fr.po +++ b/po/fr.po @@ -14,8 +14,8 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-11-04 06:35+0000\n" -"X-Generator: Launchpad (build 17211)\n" +"X-Launchpad-Export-Date: 2014-12-01 06:07+0000\n" +"X-Generator: Launchpad (build 17274)\n" #. Button to submit authorization dialog #: ../data/simple-scan.ui.h:2 diff --git a/po/gd.po b/po/gd.po index 9b8d2de..6cb2f45 100644 --- a/po/gd.po +++ b/po/gd.po @@ -14,8 +14,8 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-11-04 06:35+0000\n" -"X-Generator: Launchpad (build 17211)\n" +"X-Launchpad-Export-Date: 2014-12-01 06:07+0000\n" +"X-Generator: Launchpad (build 17274)\n" #. Button to submit authorization dialog #: ../data/simple-scan.ui.h:2 diff --git a/po/gl.po b/po/gl.po index 3ad3ebf..257fdf1 100644 --- a/po/gl.po +++ b/po/gl.po @@ -14,8 +14,8 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-11-04 06:35+0000\n" -"X-Generator: Launchpad (build 17211)\n" +"X-Launchpad-Export-Date: 2014-12-01 06:07+0000\n" +"X-Generator: Launchpad (build 17274)\n" #. Button to submit authorization dialog #: ../data/simple-scan.ui.h:2 diff --git a/po/he.po b/po/he.po index cb616ef..44fbed8 100644 --- a/po/he.po +++ b/po/he.po @@ -14,8 +14,8 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-11-04 06:35+0000\n" -"X-Generator: Launchpad (build 17211)\n" +"X-Launchpad-Export-Date: 2014-12-01 06:07+0000\n" +"X-Generator: Launchpad (build 17274)\n" #. Button to submit authorization dialog #: ../data/simple-scan.ui.h:2 diff --git a/po/hr.po b/po/hr.po index 4f3ccbb..07f9901 100644 --- a/po/hr.po +++ b/po/hr.po @@ -14,8 +14,8 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-11-04 06:35+0000\n" -"X-Generator: Launchpad (build 17211)\n" +"X-Launchpad-Export-Date: 2014-12-01 06:08+0000\n" +"X-Generator: Launchpad (build 17274)\n" #. Button to submit authorization dialog #: ../data/simple-scan.ui.h:2 diff --git a/po/hu.po b/po/hu.po index 7bb44ab..b6e86ec 100644 --- a/po/hu.po +++ b/po/hu.po @@ -14,8 +14,8 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-11-04 06:35+0000\n" -"X-Generator: Launchpad (build 17211)\n" +"X-Launchpad-Export-Date: 2014-12-01 06:07+0000\n" +"X-Generator: Launchpad (build 17274)\n" #. Button to submit authorization dialog #: ../data/simple-scan.ui.h:2 diff --git a/po/hy.po b/po/hy.po index 976647c..f025fbd 100644 --- a/po/hy.po +++ b/po/hy.po @@ -14,8 +14,8 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-11-04 06:34+0000\n" -"X-Generator: Launchpad (build 17211)\n" +"X-Launchpad-Export-Date: 2014-12-01 06:07+0000\n" +"X-Generator: Launchpad (build 17274)\n" #. Button to submit authorization dialog #: ../data/simple-scan.ui.h:2 diff --git a/po/id.po b/po/id.po index 59439c8..1290214 100644 --- a/po/id.po +++ b/po/id.po @@ -14,8 +14,8 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-11-04 06:35+0000\n" -"X-Generator: Launchpad (build 17211)\n" +"X-Launchpad-Export-Date: 2014-12-01 06:07+0000\n" +"X-Generator: Launchpad (build 17274)\n" #. Button to submit authorization dialog #: ../data/simple-scan.ui.h:2 diff --git a/po/it.po b/po/it.po index b87907f..a94c03f 100644 --- a/po/it.po +++ b/po/it.po @@ -14,8 +14,8 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-11-04 06:35+0000\n" -"X-Generator: Launchpad (build 17211)\n" +"X-Launchpad-Export-Date: 2014-12-01 06:07+0000\n" +"X-Generator: Launchpad (build 17274)\n" #. Button to submit authorization dialog #: ../data/simple-scan.ui.h:2 diff --git a/po/ja.po b/po/ja.po index df71f17..9f873a1 100644 --- a/po/ja.po +++ b/po/ja.po @@ -14,8 +14,8 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-11-21 06:28+0000\n" -"X-Generator: Launchpad (build 17252)\n" +"X-Launchpad-Export-Date: 2014-12-01 06:07+0000\n" +"X-Generator: Launchpad (build 17274)\n" #. Button to submit authorization dialog #: ../data/simple-scan.ui.h:2 diff --git a/po/kk.po b/po/kk.po index 6e75f5b..61f9e77 100644 --- a/po/kk.po +++ b/po/kk.po @@ -14,8 +14,8 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-11-04 06:35+0000\n" -"X-Generator: Launchpad (build 17211)\n" +"X-Launchpad-Export-Date: 2014-12-01 06:07+0000\n" +"X-Generator: Launchpad (build 17274)\n" #. Button to submit authorization dialog #: ../data/simple-scan.ui.h:2 diff --git a/po/km.po b/po/km.po index 298536e..bddb6b6 100644 --- a/po/km.po +++ b/po/km.po @@ -14,8 +14,8 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-11-04 06:35+0000\n" -"X-Generator: Launchpad (build 17211)\n" +"X-Launchpad-Export-Date: 2014-12-01 06:07+0000\n" +"X-Generator: Launchpad (build 17274)\n" #. Button to submit authorization dialog #: ../data/simple-scan.ui.h:2 diff --git a/po/ky.po b/po/ky.po index 0a84893..fd6ff9f 100644 --- a/po/ky.po +++ b/po/ky.po @@ -14,8 +14,8 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-11-04 06:35+0000\n" -"X-Generator: Launchpad (build 17211)\n" +"X-Launchpad-Export-Date: 2014-12-01 06:08+0000\n" +"X-Generator: Launchpad (build 17274)\n" #. Button to submit authorization dialog #: ../data/simple-scan.ui.h:2 diff --git a/po/lt.po b/po/lt.po index 1f78ba8..9ea04ea 100644 --- a/po/lt.po +++ b/po/lt.po @@ -14,8 +14,8 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-11-04 06:35+0000\n" -"X-Generator: Launchpad (build 17211)\n" +"X-Launchpad-Export-Date: 2014-12-01 06:08+0000\n" +"X-Generator: Launchpad (build 17274)\n" #. Button to submit authorization dialog #: ../data/simple-scan.ui.h:2 diff --git a/po/lv.po b/po/lv.po index 00d86bf..43c4a19 100644 --- a/po/lv.po +++ b/po/lv.po @@ -14,8 +14,8 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-11-04 06:35+0000\n" -"X-Generator: Launchpad (build 17211)\n" +"X-Launchpad-Export-Date: 2014-12-01 06:08+0000\n" +"X-Generator: Launchpad (build 17274)\n" #. Button to submit authorization dialog #: ../data/simple-scan.ui.h:2 diff --git a/po/mhr.po b/po/mhr.po index 7fe0a2e..5aba74f 100644 --- a/po/mhr.po +++ b/po/mhr.po @@ -14,8 +14,8 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-11-04 06:36+0000\n" -"X-Generator: Launchpad (build 17211)\n" +"X-Launchpad-Export-Date: 2014-12-01 06:08+0000\n" +"X-Generator: Launchpad (build 17274)\n" #. Button to submit authorization dialog #: ../data/simple-scan.ui.h:2 diff --git a/po/ms.po b/po/ms.po index 5d3f66b..b9820aa 100644 --- a/po/ms.po +++ b/po/ms.po @@ -14,8 +14,8 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-11-04 06:35+0000\n" -"X-Generator: Launchpad (build 17211)\n" +"X-Launchpad-Export-Date: 2014-12-01 06:08+0000\n" +"X-Generator: Launchpad (build 17274)\n" #. Button to submit authorization dialog #: ../data/simple-scan.ui.h:2 diff --git a/po/my.po b/po/my.po index 8d1305c..6826a77 100644 --- a/po/my.po +++ b/po/my.po @@ -14,8 +14,8 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-11-04 06:34+0000\n" -"X-Generator: Launchpad (build 17211)\n" +"X-Launchpad-Export-Date: 2014-12-01 06:07+0000\n" +"X-Generator: Launchpad (build 17274)\n" #. Button to submit authorization dialog #: ../data/simple-scan.ui.h:2 diff --git a/po/nb.po b/po/nb.po index a5e0cce..913cff1 100644 --- a/po/nb.po +++ b/po/nb.po @@ -14,8 +14,8 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-11-04 06:35+0000\n" -"X-Generator: Launchpad (build 17211)\n" +"X-Launchpad-Export-Date: 2014-12-01 06:08+0000\n" +"X-Generator: Launchpad (build 17274)\n" #. Button to submit authorization dialog #: ../data/simple-scan.ui.h:2 diff --git a/po/nl.po b/po/nl.po index 9c429f8..ddea0c1 100644 --- a/po/nl.po +++ b/po/nl.po @@ -14,8 +14,8 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-11-04 06:35+0000\n" -"X-Generator: Launchpad (build 17211)\n" +"X-Launchpad-Export-Date: 2014-12-01 06:07+0000\n" +"X-Generator: Launchpad (build 17274)\n" #. Button to submit authorization dialog #: ../data/simple-scan.ui.h:2 diff --git a/po/oc.po b/po/oc.po index 7bf556b..90ce5b7 100644 --- a/po/oc.po +++ b/po/oc.po @@ -14,8 +14,8 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-11-04 06:35+0000\n" -"X-Generator: Launchpad (build 17211)\n" +"X-Launchpad-Export-Date: 2014-12-01 06:08+0000\n" +"X-Generator: Launchpad (build 17274)\n" #. Button to submit authorization dialog #: ../data/simple-scan.ui.h:2 diff --git a/po/pa.po b/po/pa.po index 209d06d..68a30d0 100644 --- a/po/pa.po +++ b/po/pa.po @@ -14,8 +14,8 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-11-04 06:35+0000\n" -"X-Generator: Launchpad (build 17211)\n" +"X-Launchpad-Export-Date: 2014-12-01 06:08+0000\n" +"X-Generator: Launchpad (build 17274)\n" #. Button to submit authorization dialog #: ../data/simple-scan.ui.h:2 diff --git a/po/pl.po b/po/pl.po index f109101..b0c0093 100644 --- a/po/pl.po +++ b/po/pl.po @@ -14,8 +14,8 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-11-04 06:35+0000\n" -"X-Generator: Launchpad (build 17211)\n" +"X-Launchpad-Export-Date: 2014-12-01 06:08+0000\n" +"X-Generator: Launchpad (build 17274)\n" #. Button to submit authorization dialog #: ../data/simple-scan.ui.h:2 diff --git a/po/pt.po b/po/pt.po index c9f50c9..abb6182 100644 --- a/po/pt.po +++ b/po/pt.po @@ -14,8 +14,8 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-11-04 06:35+0000\n" -"X-Generator: Launchpad (build 17211)\n" +"X-Launchpad-Export-Date: 2014-12-01 06:08+0000\n" +"X-Generator: Launchpad (build 17274)\n" #. Button to submit authorization dialog #: ../data/simple-scan.ui.h:2 diff --git a/po/pt_BR.po b/po/pt_BR.po index 8c75c0a..a7156f0 100644 --- a/po/pt_BR.po +++ b/po/pt_BR.po @@ -14,8 +14,8 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-11-04 06:36+0000\n" -"X-Generator: Launchpad (build 17211)\n" +"X-Launchpad-Export-Date: 2014-12-01 06:08+0000\n" +"X-Generator: Launchpad (build 17274)\n" #. Button to submit authorization dialog #: ../data/simple-scan.ui.h:2 diff --git a/po/ro.po b/po/ro.po index aa51099..da7e68a 100644 --- a/po/ro.po +++ b/po/ro.po @@ -14,8 +14,8 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-11-04 06:35+0000\n" -"X-Generator: Launchpad (build 17211)\n" +"X-Launchpad-Export-Date: 2014-12-01 06:08+0000\n" +"X-Generator: Launchpad (build 17274)\n" "Language: ro\n" #. Button to submit authorization dialog diff --git a/po/ru.po b/po/ru.po index 5e73c46..288dc64 100644 --- a/po/ru.po +++ b/po/ru.po @@ -14,8 +14,8 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-11-04 06:35+0000\n" -"X-Generator: Launchpad (build 17211)\n" +"X-Launchpad-Export-Date: 2014-12-01 06:08+0000\n" +"X-Generator: Launchpad (build 17274)\n" #. Button to submit authorization dialog #: ../data/simple-scan.ui.h:2 diff --git a/po/sd.po b/po/sd.po index 72ce727..101b4af 100644 --- a/po/sd.po +++ b/po/sd.po @@ -14,8 +14,8 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-11-04 06:36+0000\n" -"X-Generator: Launchpad (build 17211)\n" +"X-Launchpad-Export-Date: 2014-12-01 06:08+0000\n" +"X-Generator: Launchpad (build 17274)\n" #. Button to submit authorization dialog #: ../data/simple-scan.ui.h:2 diff --git a/po/se.po b/po/se.po index 5cc03b6..1c6bb2d 100644 --- a/po/se.po +++ b/po/se.po @@ -14,8 +14,8 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-11-04 06:36+0000\n" -"X-Generator: Launchpad (build 17211)\n" +"X-Launchpad-Export-Date: 2014-12-01 06:08+0000\n" +"X-Generator: Launchpad (build 17274)\n" #. Button to submit authorization dialog #: ../data/simple-scan.ui.h:2 diff --git a/po/shn.po b/po/shn.po index fa87186..3b22c2f 100644 --- a/po/shn.po +++ b/po/shn.po @@ -14,8 +14,8 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-11-04 06:35+0000\n" -"X-Generator: Launchpad (build 17211)\n" +"X-Launchpad-Export-Date: 2014-12-01 06:08+0000\n" +"X-Generator: Launchpad (build 17274)\n" #. Button to submit authorization dialog #: ../data/simple-scan.ui.h:2 diff --git a/po/sk.po b/po/sk.po index 3ba0fac..1f6d634 100644 --- a/po/sk.po +++ b/po/sk.po @@ -14,8 +14,8 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-11-04 06:35+0000\n" -"X-Generator: Launchpad (build 17211)\n" +"X-Launchpad-Export-Date: 2014-12-01 06:08+0000\n" +"X-Generator: Launchpad (build 17274)\n" #. Button to submit authorization dialog #: ../data/simple-scan.ui.h:2 diff --git a/po/sl.po b/po/sl.po index dcc968f..820a153 100644 --- a/po/sl.po +++ b/po/sl.po @@ -14,8 +14,8 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-11-04 06:35+0000\n" -"X-Generator: Launchpad (build 17211)\n" +"X-Launchpad-Export-Date: 2014-12-01 06:08+0000\n" +"X-Generator: Launchpad (build 17274)\n" #. Button to submit authorization dialog #: ../data/simple-scan.ui.h:2 diff --git a/po/sq.po b/po/sq.po index 2f92803..3963f59 100644 --- a/po/sq.po +++ b/po/sq.po @@ -14,8 +14,8 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-11-04 06:34+0000\n" -"X-Generator: Launchpad (build 17211)\n" +"X-Launchpad-Export-Date: 2014-12-01 06:07+0000\n" +"X-Generator: Launchpad (build 17274)\n" #. Button to submit authorization dialog #: ../data/simple-scan.ui.h:2 diff --git a/po/sr.po b/po/sr.po index b8901de..305a4b8 100644 --- a/po/sr.po +++ b/po/sr.po @@ -13,8 +13,8 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-11-04 06:35+0000\n" -"X-Generator: Launchpad (build 17211)\n" +"X-Launchpad-Export-Date: 2014-12-01 06:08+0000\n" +"X-Generator: Launchpad (build 17274)\n" "Language: sr\n" #. Button to submit authorization dialog @@ -89,7 +89,7 @@ msgstr "Слика" #. Title of dialog to reorder pages #: ../data/simple-scan.ui.h:28 ../src/ui.vala:1181 ../src/ui.vala:1694 msgid "Reorder Pages" -msgstr "" +msgstr "Промени ред страница" #. Label on email menu item #: ../data/simple-scan.ui.h:30 @@ -345,7 +345,7 @@ msgstr "Осветљај скенирања" #: ../data/org.gnome.SimpleScan.gschema.xml.in.h:10 msgid "The brightness adjustment from -100 to 100 (0 being none)." -msgstr "Дотеривање осветљаја од -100 до 100 (0 значи ништа)" +msgstr "Дотеривање осветљаја од -100 до 100 (0 значи ништа)." #: ../data/org.gnome.SimpleScan.gschema.xml.in.h:11 msgid "Contrast of scan" @@ -353,7 +353,7 @@ msgstr "Контраст скенирања" #: ../data/org.gnome.SimpleScan.gschema.xml.in.h:12 msgid "The contrast adjustment from -100 to 100 (0 being none)." -msgstr "Дотеривање контраста од -100 до 100 (0 значи ништа)" +msgstr "Дотеривање контраста од -100 до 100 (0 значи ништа)." #: ../data/org.gnome.SimpleScan.gschema.xml.in.h:13 msgid "Resolution for text scans" @@ -405,7 +405,7 @@ msgstr "Вредност квалитета која ће се користит #. Error displayed when no scanners to scan with #: ../src/scanner.vala:840 msgid "No scanners available. Please connect a scanner." -msgstr "Нема доступних скенера. Молим прикључите скенер." +msgstr "Нема доступних скенера. Прикључите скенер." #. Error displayed when cannot connect to scanner #: ../src/scanner.vala:870 @@ -559,22 +559,22 @@ msgstr "Не могу да отворим програм за приказива #. Label on button for combining sides in reordering dialog #: ../src/ui.vala:1204 msgid "Combine sides" -msgstr "" +msgstr "Обједини стране" #. Label on button for combining sides in reverse order in reordering dialog #: ../src/ui.vala:1214 msgid "Combine sides (reverse)" -msgstr "" +msgstr "Обједини стране (преокрени)" #. Label on button for reversing in reordering dialog #: ../src/ui.vala:1224 msgid "Reverse" -msgstr "" +msgstr "Преокрени" #. Label on button for cancelling page reordering dialog #: ../src/ui.vala:1234 msgid "Keep unchanged" -msgstr "" +msgstr "Задржи неизмењено" #. Error message displayed when unable to launch help browser #: ../src/ui.vala:1449 @@ -668,31 +668,31 @@ msgstr "%d тпи" #: ../src/ui.vala:1688 msgid "New Document" -msgstr "" +msgstr "Нови документ" #: ../src/ui.vala:1693 msgid "Document" -msgstr "" +msgstr "Документ" #: ../src/ui.vala:1697 msgid "Email..." -msgstr "" +msgstr "Ел. пошта..." #: ../src/ui.vala:1698 msgid "Print..." -msgstr "" +msgstr "Штампај..." #: ../src/ui.vala:1706 msgid "Help" -msgstr "" +msgstr "Помоћ" #: ../src/ui.vala:1707 msgid "About" -msgstr "" +msgstr "О програму" #: ../src/ui.vala:1708 msgid "Quit" -msgstr "" +msgstr "Изађи" #. Button in error infobar to open preferences dialog and change scanner #: ../src/ui.vala:1748 diff --git a/po/sv.po b/po/sv.po index d09acf3..15715b1 100644 --- a/po/sv.po +++ b/po/sv.po @@ -14,8 +14,8 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-11-04 06:36+0000\n" -"X-Generator: Launchpad (build 17211)\n" +"X-Launchpad-Export-Date: 2014-12-01 06:08+0000\n" +"X-Generator: Launchpad (build 17274)\n" #. Button to submit authorization dialog #: ../data/simple-scan.ui.h:2 diff --git a/po/ta.po b/po/ta.po index 14cc413..f72beb4 100644 --- a/po/ta.po +++ b/po/ta.po @@ -14,8 +14,8 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-11-04 06:36+0000\n" -"X-Generator: Launchpad (build 17211)\n" +"X-Launchpad-Export-Date: 2014-12-01 06:08+0000\n" +"X-Generator: Launchpad (build 17274)\n" #. Button to submit authorization dialog #: ../data/simple-scan.ui.h:2 diff --git a/po/te.po b/po/te.po index e3c6e91..7e72669 100644 --- a/po/te.po +++ b/po/te.po @@ -14,8 +14,8 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-11-04 06:36+0000\n" -"X-Generator: Launchpad (build 17211)\n" +"X-Launchpad-Export-Date: 2014-12-01 06:08+0000\n" +"X-Generator: Launchpad (build 17274)\n" #. Button to submit authorization dialog #: ../data/simple-scan.ui.h:2 diff --git a/po/th.po b/po/th.po index 6eeead8..5e17b08 100644 --- a/po/th.po +++ b/po/th.po @@ -14,8 +14,8 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-11-04 06:36+0000\n" -"X-Generator: Launchpad (build 17211)\n" +"X-Launchpad-Export-Date: 2014-12-01 06:08+0000\n" +"X-Generator: Launchpad (build 17274)\n" #. Button to submit authorization dialog #: ../data/simple-scan.ui.h:2 diff --git a/po/tr.po b/po/tr.po index 98c5bfb..321fa60 100644 --- a/po/tr.po +++ b/po/tr.po @@ -14,8 +14,8 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-11-04 06:36+0000\n" -"X-Generator: Launchpad (build 17211)\n" +"X-Launchpad-Export-Date: 2014-12-01 06:08+0000\n" +"X-Generator: Launchpad (build 17274)\n" #. Button to submit authorization dialog #: ../data/simple-scan.ui.h:2 diff --git a/po/ug.po b/po/ug.po index b58ce31..6cd55cb 100644 --- a/po/ug.po +++ b/po/ug.po @@ -15,8 +15,8 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-11-04 06:36+0000\n" -"X-Generator: Launchpad (build 17211)\n" +"X-Launchpad-Export-Date: 2014-12-01 06:08+0000\n" +"X-Generator: Launchpad (build 17274)\n" "X-Poedit-Language: Uighur\n" "X-Poedit-SourceCharset: utf-8\n" diff --git a/po/uk.po b/po/uk.po index a3b8b13..253a09d 100644 --- a/po/uk.po +++ b/po/uk.po @@ -14,8 +14,8 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-11-04 06:36+0000\n" -"X-Generator: Launchpad (build 17211)\n" +"X-Launchpad-Export-Date: 2014-12-01 06:08+0000\n" +"X-Generator: Launchpad (build 17274)\n" #. Button to submit authorization dialog #: ../data/simple-scan.ui.h:2 diff --git a/po/ur.po b/po/ur.po index fffd4bb..4527159 100644 --- a/po/ur.po +++ b/po/ur.po @@ -14,8 +14,8 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-11-04 06:36+0000\n" -"X-Generator: Launchpad (build 17211)\n" +"X-Launchpad-Export-Date: 2014-12-01 06:08+0000\n" +"X-Generator: Launchpad (build 17274)\n" #. Button to submit authorization dialog #: ../data/simple-scan.ui.h:2 diff --git a/po/uz.po b/po/uz.po index b7a07ae..0d86924 100644 --- a/po/uz.po +++ b/po/uz.po @@ -14,8 +14,8 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-11-04 06:36+0000\n" -"X-Generator: Launchpad (build 17211)\n" +"X-Launchpad-Export-Date: 2014-12-01 06:08+0000\n" +"X-Generator: Launchpad (build 17274)\n" #. Button to submit authorization dialog #: ../data/simple-scan.ui.h:2 diff --git a/po/vi.po b/po/vi.po index 0099e2a..f0aa5a1 100644 --- a/po/vi.po +++ b/po/vi.po @@ -14,8 +14,8 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-11-04 06:36+0000\n" -"X-Generator: Launchpad (build 17211)\n" +"X-Launchpad-Export-Date: 2014-12-01 06:08+0000\n" +"X-Generator: Launchpad (build 17274)\n" #. Button to submit authorization dialog #: ../data/simple-scan.ui.h:2 diff --git a/po/zh_CN.po b/po/zh_CN.po index d8fc112..b9aa74d 100644 --- a/po/zh_CN.po +++ b/po/zh_CN.po @@ -14,8 +14,8 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-11-04 06:36+0000\n" -"X-Generator: Launchpad (build 17211)\n" +"X-Launchpad-Export-Date: 2014-12-01 06:08+0000\n" +"X-Generator: Launchpad (build 17274)\n" #. Button to submit authorization dialog #: ../data/simple-scan.ui.h:2 @@ -612,7 +612,7 @@ msgstr "" " Carlos Gong https://launchpad.net/~bfsugxy\n" " David Gao https://launchpad.net/~davidgao1001\n" " Dennis Kuang https://launchpad.net/~denniskrq\n" -" Dingyuan Wang https://launchpad.net/~abcdoyle888\n" +" Dingyuan Wang https://launchpad.net/~gumblex\n" " Heling Yao https://launchpad.net/~hyao\n" " Jimhu https://launchpad.net/~huyiwei\n" " Wang Dianjin https://launchpad.net/~tuhaihe\n" diff --git a/po/zh_TW.po b/po/zh_TW.po index 8586ff7..f90cbf7 100644 --- a/po/zh_TW.po +++ b/po/zh_TW.po @@ -14,8 +14,8 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-11-04 06:36+0000\n" -"X-Generator: Launchpad (build 17211)\n" +"X-Launchpad-Export-Date: 2014-12-01 06:08+0000\n" +"X-Generator: Launchpad (build 17274)\n" #. Button to submit authorization dialog #: ../data/simple-scan.ui.h:2 -- cgit v1.2.3