diff options
-rw-r--r-- | NEWS | 4 | ||||
-rw-r--r-- | aclocal.m4 | 27 | ||||
-rwxr-xr-x | configure | 24 | ||||
-rw-r--r-- | configure.ac | 2 | ||||
-rw-r--r-- | po/af.po | 4 | ||||
-rw-r--r-- | po/ar.po | 4 | ||||
-rw-r--r-- | po/ast.po | 4 | ||||
-rw-r--r-- | po/az.po | 4 | ||||
-rw-r--r-- | po/bg.po | 4 | ||||
-rw-r--r-- | po/bo.po | 4 | ||||
-rw-r--r-- | po/ca.po | 4 | ||||
-rw-r--r-- | po/ca@valencia.po | 36 | ||||
-rw-r--r-- | po/ce.po | 4 | ||||
-rw-r--r-- | po/cs.po | 4 | ||||
-rw-r--r-- | po/da.po | 4 | ||||
-rw-r--r-- | po/de.po | 4 | ||||
-rw-r--r-- | po/el.po | 4 | ||||
-rw-r--r-- | po/en_GB.po | 4 | ||||
-rw-r--r-- | po/eo.po | 4 | ||||
-rw-r--r-- | po/es.po | 4 | ||||
-rw-r--r-- | po/et.po | 4 | ||||
-rw-r--r-- | po/eu.po | 4 | ||||
-rw-r--r-- | po/fi.po | 4 | ||||
-rw-r--r-- | po/fr.po | 4 | ||||
-rw-r--r-- | po/gd.po | 4 | ||||
-rw-r--r-- | po/gl.po | 4 | ||||
-rw-r--r-- | po/he.po | 4 | ||||
-rw-r--r-- | po/hr.po | 4 | ||||
-rw-r--r-- | po/hu.po | 4 | ||||
-rw-r--r-- | po/hy.po | 4 | ||||
-rw-r--r-- | po/id.po | 4 | ||||
-rw-r--r-- | po/it.po | 4 | ||||
-rw-r--r-- | po/ja.po | 4 | ||||
-rw-r--r-- | po/kk.po | 4 | ||||
-rw-r--r-- | po/km.po | 4 | ||||
-rw-r--r-- | po/ky.po | 4 | ||||
-rw-r--r-- | po/lt.po | 4 | ||||
-rw-r--r-- | po/lv.po | 4 | ||||
-rw-r--r-- | po/mhr.po | 4 | ||||
-rw-r--r-- | po/ms.po | 4 | ||||
-rw-r--r-- | po/my.po | 4 | ||||
-rw-r--r-- | po/nb.po | 4 | ||||
-rw-r--r-- | po/nl.po | 4 | ||||
-rw-r--r-- | po/oc.po | 4 | ||||
-rw-r--r-- | po/pa.po | 4 | ||||
-rw-r--r-- | po/pl.po | 4 | ||||
-rw-r--r-- | po/pt.po | 4 | ||||
-rw-r--r-- | po/pt_BR.po | 4 | ||||
-rw-r--r-- | po/ro.po | 4 | ||||
-rw-r--r-- | po/ru.po | 4 | ||||
-rw-r--r-- | po/sd.po | 4 | ||||
-rw-r--r-- | po/se.po | 4 | ||||
-rw-r--r-- | po/shn.po | 4 | ||||
-rw-r--r-- | po/sk.po | 4 | ||||
-rw-r--r-- | po/sl.po | 4 | ||||
-rw-r--r-- | po/sq.po | 4 | ||||
-rw-r--r-- | po/sr.po | 34 | ||||
-rw-r--r-- | po/sv.po | 4 | ||||
-rw-r--r-- | po/ta.po | 4 | ||||
-rw-r--r-- | po/te.po | 4 | ||||
-rw-r--r-- | po/th.po | 4 | ||||
-rw-r--r-- | po/tr.po | 4 | ||||
-rw-r--r-- | po/ug.po | 4 | ||||
-rw-r--r-- | po/uk.po | 4 | ||||
-rw-r--r-- | po/ur.po | 4 | ||||
-rw-r--r-- | po/uz.po | 4 | ||||
-rw-r--r-- | po/vi.po | 4 | ||||
-rw-r--r-- | po/zh_CN.po | 6 | ||||
-rw-r--r-- | po/zh_TW.po | 4 |
69 files changed, 191 insertions, 190 deletions
@@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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" @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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" @@ -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 @@ -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 @@ -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 @@ -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 |