Hello community, here is the log from the commit of package atril for openSUSE:Factory checked in at 2017-11-24 10:53:48 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/atril (Old) and /work/SRC/openSUSE:Factory/.atril.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "atril" Fri Nov 24 10:53:48 2017 rev:21 rq:544424 version:1.18.3 Changes: -------- --- /work/SRC/openSUSE:Factory/atril/atril.changes 2017-10-11 23:02:38.837500906 +0200 +++ /work/SRC/openSUSE:Factory/.atril.new/atril.changes 2017-11-24 10:53:50.621658842 +0100 @@ -3,0 +4,8 @@ +- Update to version 1.18.3 (changes since 1.18.1): + * libmisc: Set character width for page label. + * EvPixbufCache: Handle backends that don't render a selection. + * Update translations. + +------------------------------------------------------------------- +Sun Aug 20 16:09:40 UTC 2017 - [email protected] + Old: ---- atril-1.18.1.tar.xz New: ---- atril-1.18.3.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ atril.spec ++++++ --- /var/tmp/diff_new_pack.AWQWOs/_old 2017-11-24 10:53:51.405630206 +0100 +++ /var/tmp/diff_new_pack.AWQWOs/_new 2017-11-24 10:53:51.405630206 +0100 @@ -21,7 +21,7 @@ %define typelib1 typelib-1_0-AtrilDocument-1_5_0 %define typelib2 typelib-1_0-AtrilView-1_5_0 Name: atril -Version: 1.18.1 +Version: 1.18.3 Release: 0 Summary: MATE Desktop document viewer License: GPL-2.0 AND LGPL-2.0 @@ -183,6 +183,15 @@ %suse_update_desktop_file %{name} %fdupes %{buildroot}%{_datadir}/ +%post -n libatrilview%{sover} -p /sbin/ldconfig + +%postun -n libatrilview%{sover} -p /sbin/ldconfig + +%post -n libatrildocument%{sover} -p /sbin/ldconfig + +%postun -n libatrildocument%{sover} -p /sbin/ldconfig + +%if 0%{?suse_version} <= 1320 %post %icon_theme_cache_post %desktop_database_post @@ -194,14 +203,7 @@ %desktop_database_postun %mime_database_postun %glib2_gsettings_schema_post - -%post -n libatrilview%{sover} -p /sbin/ldconfig - -%postun -n libatrilview%{sover} -p /sbin/ldconfig - -%post -n libatrildocument%{sover} -p /sbin/ldconfig - -%postun -n libatrildocument%{sover} -p /sbin/ldconfig +%endif %files %doc AUTHORS COPYING README ++++++ atril-1.18.1.tar.xz -> atril-1.18.3.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/atril-1.18.1/ChangeLog new/atril-1.18.3/ChangeLog --- old/atril-1.18.1/ChangeLog 2017-08-15 15:50:58.000000000 +0200 +++ new/atril-1.18.3/ChangeLog 2017-11-21 20:43:18.000000000 +0100 @@ -1,3 +1,74 @@ +commit dac836ae16bec2f85e1f0b1f5fde45d0c6d71ea7 +Author: raveit65 <[email protected]> +Date: Tue Nov 21 20:38:33 2017 +0100 + + release 1.18.3 + + NEWS file wasn't updated with previous release + ....shit happens + + NEWS | 10 ++++++++++ + configure.ac | 2 +- + 2 files changed, 11 insertions(+), 1 deletion(-) + +commit 4145ce469d76953d3acb684dd9c11a28d8eaef29 +Author: raveit65 <[email protected]> +Date: Mon Nov 20 20:58:03 2017 +0100 + + release 1.18.2 + + configure.ac | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +commit d555ad7a69b0dbad543fc1a2af6838d59c1d51a9 +Author: raveit65 <[email protected]> +Date: Tue Aug 29 22:49:16 2017 +0200 + + sync with transifex + + po/[email protected] | 9 +++++---- + po/de_CH.po | 16 ++++++++-------- + po/en_GB.po | 10 +++++----- + po/es.po | 6 +++--- + po/fa.po | 7 ++++--- + po/ja.po | 2 +- + po/pl.po | 2 +- + po/sv.po | 2 +- + 8 files changed, 28 insertions(+), 26 deletions(-) + +commit aaebf214c59d40e63d15659b4041bc9e5c032718 +Author: raveit65 <[email protected]> +Date: Sat Aug 19 18:32:43 2017 +0200 + + libmisc: set width chars for page label + + and use xalign + + fixes https://github.com/mate-desktop/atril/issues/275 + + libmisc/ev-page-action-widget.c | 6 ++++++ + 1 file changed, 6 insertions(+) + +commit 4287f17c257eb997c013ce4dcf4a0b82643f1c74 +Author: Owen W. Taylor <[email protected]> +Date: Mon Mar 3 12:44:44 2014 -0500 + + EvPixbufCache: Handle backends that don't render a selection + + Handle the case where ev_selection_render_selection() doesn't actually + render a surface - this happens when a backend doesn't implement + render_selection(). + + https://bugzilla.gnome.org/show_bug.cgi?id=723431 + + origin commit: + https://git.gnome.org/browse/evince/commit/?id=c5a338c + + fixes https://github.com/mate-desktop/atril/issues/283 + + libview/ev-pixbuf-cache.c | 6 ++++-- + 1 file changed, 4 insertions(+), 2 deletions(-) + commit a3486a2dbd0588c1f3c749d52a73afbeaba0f9f0 Author: raveit65 <[email protected]> Date: Tue Aug 15 15:48:59 2017 +0200 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/atril-1.18.1/NEWS new/atril-1.18.3/NEWS --- old/atril-1.18.1/NEWS 2017-08-15 15:34:16.000000000 +0200 +++ new/atril-1.18.3/NEWS 2017-11-21 20:37:37.000000000 +0100 @@ -1,3 +1,13 @@ +### atril 1.18.3 + + * update NEWS + +### atril 1.18.2 + + * Translations update + * libmisc: set width chars for page label + * EvPixbufCache: Handle backends that don't render a selection + ### atril 1.18.1 * Take monitor scale factor into account when calculating zoom. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/atril-1.18.1/configure new/atril-1.18.3/configure --- old/atril-1.18.1/configure 2017-08-15 15:49:46.000000000 +0200 +++ new/atril-1.18.3/configure 2017-11-21 20:41:25.000000000 +0100 @@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.69 for atril 1.18.1. +# Generated by GNU Autoconf 2.69 for atril 1.18.3. # # Report bugs to <http://www.mate-desktop.org/>. # @@ -590,8 +590,8 @@ # Identity of this package. PACKAGE_NAME='atril' PACKAGE_TARNAME='atril' -PACKAGE_VERSION='1.18.1' -PACKAGE_STRING='atril 1.18.1' +PACKAGE_VERSION='1.18.3' +PACKAGE_STRING='atril 1.18.3' PACKAGE_BUGREPORT='http://www.mate-desktop.org/' PACKAGE_URL='' @@ -1600,7 +1600,7 @@ # Omit some internal or obsolete options to make the list less imposing. # This message is too long to be a string in the A/UX 3.1 sh. cat <<_ACEOF -\`configure' configures atril 1.18.1 to adapt to many kinds of systems. +\`configure' configures atril 1.18.3 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1670,7 +1670,7 @@ if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of atril 1.18.1:";; + short | recursive ) echo "Configuration of atril 1.18.3:";; esac cat <<\_ACEOF @@ -1908,7 +1908,7 @@ test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -atril configure 1.18.1 +atril configure 1.18.3 generated by GNU Autoconf 2.69 Copyright (C) 2012 Free Software Foundation, Inc. @@ -2681,7 +2681,7 @@ This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. -It was created by atril $as_me 1.18.1, which was +It was created by atril $as_me 1.18.3, which was generated by GNU Autoconf 2.69. Invocation command line was $ $0 $@ @@ -3544,7 +3544,7 @@ # Define the identity of the package. PACKAGE='atril' - VERSION='1.18.1' + VERSION='1.18.3' cat >>confdefs.h <<_ACEOF @@ -22346,7 +22346,7 @@ EV_MINOR_VERSION=18 -EV_MICRO_VERSION=1 +EV_MICRO_VERSION=3 EV_API_VERSION=1.5.0 @@ -23014,7 +23014,7 @@ # report actual input values of CONFIG_FILES etc. instead of their # values after options handling. ac_log=" -This file was extended by atril $as_me 1.18.1, which was +This file was extended by atril $as_me 1.18.3, which was generated by GNU Autoconf 2.69. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -23080,7 +23080,7 @@ cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" ac_cs_version="\\ -atril config.status 1.18.1 +atril config.status 1.18.3 configured by $0, generated by GNU Autoconf 2.69, with options \\"\$ac_cs_config\\" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/atril-1.18.1/configure.ac new/atril-1.18.3/configure.ac --- old/atril-1.18.1/configure.ac 2017-08-15 15:32:43.000000000 +0200 +++ new/atril-1.18.3/configure.ac 2017-11-21 20:36:36.000000000 +0100 @@ -4,7 +4,7 @@ m4_define([ev_major_version], [1]) m4_define([ev_minor_version], [18]) -m4_define([ev_micro_version], [1]) +m4_define([ev_micro_version], [3]) m4_define([ev_extra_version], []) m4_define([ev_version], [ev_major_version.ev_minor_version.ev_micro_version()ev_extra_version]) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/atril-1.18.1/help/reference/libdocument/html/index.html new/atril-1.18.3/help/reference/libdocument/html/index.html --- old/atril-1.18.1/help/reference/libdocument/html/index.html 2017-08-15 15:51:09.000000000 +0200 +++ new/atril-1.18.3/help/reference/libdocument/html/index.html 2017-11-21 20:43:30.000000000 +0100 @@ -15,7 +15,7 @@ <div> <div><table class="navigation" id="top" width="100%" cellpadding="2" cellspacing="0"><tr><th valign="middle"><p class="title">Atril Document Library Reference Manual</p></th></tr></table></div> <div><p class="releaseinfo"> - For Atril version 1.18.1 + For Atril version 1.18.3 . The latest version of this documentation can be found on-line at the <a class="ulink" href="http://library.mate.org/devel/libevdocument/index.html" target="_top">MATE Library</a>. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/atril-1.18.1/help/reference/libdocument/html/libatrildocument-Version-checks.html new/atril-1.18.3/help/reference/libdocument/html/libatrildocument-Version-checks.html --- old/atril-1.18.1/help/reference/libdocument/html/libatrildocument-Version-checks.html 2017-08-15 15:51:09.000000000 +0200 +++ new/atril-1.18.3/help/reference/libdocument/html/libatrildocument-Version-checks.html 2017-11-21 20:43:30.000000000 +0100 @@ -130,7 +130,7 @@ <hr> <div class="refsect2"> <a name="EV-MICRO-VERSION:CAPS"></a><h3>EV_MICRO_VERSION</h3> -<pre class="programlisting">#define EV_MICRO_VERSION (1) +<pre class="programlisting">#define EV_MICRO_VERSION (3) </pre> <p>The micro version number of the EV library (e.g. in version 3.1.4 this is 4).</p> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/atril-1.18.1/help/reference/libdocument/version.xml new/atril-1.18.3/help/reference/libdocument/version.xml --- old/atril-1.18.1/help/reference/libdocument/version.xml 2017-08-15 15:49:57.000000000 +0200 +++ new/atril-1.18.3/help/reference/libdocument/version.xml 2017-11-21 20:41:38.000000000 +0100 @@ -1 +1 @@ -1.18.1 +1.18.3 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/atril-1.18.1/help/reference/libview/html/index.html new/atril-1.18.3/help/reference/libview/html/index.html --- old/atril-1.18.1/help/reference/libview/html/index.html 2017-08-15 15:51:14.000000000 +0200 +++ new/atril-1.18.3/help/reference/libview/html/index.html 2017-11-21 20:43:35.000000000 +0100 @@ -15,7 +15,7 @@ <div> <div><table class="navigation" id="top" width="100%" cellpadding="2" cellspacing="0"><tr><th valign="middle"><p class="title">Atril View Library Reference Manual</p></th></tr></table></div> <div><p class="releaseinfo"> - For Atril version 1.18.1 + For Atril version 1.18.3 . The latest version of this documentation can be found on-line at the <a class="ulink" href="http://library.mate.org/devel/libevview/index.html" target="_top">MATE Library</a>. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/atril-1.18.1/help/reference/libview/version.xml new/atril-1.18.3/help/reference/libview/version.xml --- old/atril-1.18.1/help/reference/libview/version.xml 2017-08-15 15:49:57.000000000 +0200 +++ new/atril-1.18.3/help/reference/libview/version.xml 2017-11-21 20:41:38.000000000 +0100 @@ -1 +1 @@ -1.18.1 +1.18.3 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/atril-1.18.1/help/reference/shell/html/index.html new/atril-1.18.3/help/reference/shell/html/index.html --- old/atril-1.18.1/help/reference/shell/html/index.html 2017-08-15 15:51:19.000000000 +0200 +++ new/atril-1.18.3/help/reference/shell/html/index.html 2017-11-21 20:43:41.000000000 +0100 @@ -15,7 +15,7 @@ <div> <div><table class="navigation" id="top" width="100%" cellpadding="2" cellspacing="0"><tr><th valign="middle"><p class="title">Atril Programmer's Reference Manual</p></th></tr></table></div> <div><p class="releaseinfo"> - For Atril version 1.18.1 + For Atril version 1.18.3 . The latest version of this documentation can be found on-line at the <a class="ulink" href="http://library.mate.org/devel/atril/index.html" target="_top">MATE Library</a>. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/atril-1.18.1/help/reference/shell/version.xml new/atril-1.18.3/help/reference/shell/version.xml --- old/atril-1.18.1/help/reference/shell/version.xml 2017-08-15 15:49:57.000000000 +0200 +++ new/atril-1.18.3/help/reference/shell/version.xml 2017-11-21 20:41:38.000000000 +0100 @@ -1 +1 @@ -1.18.1 +1.18.3 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/atril-1.18.1/libdocument/ev-version.h new/atril-1.18.3/libdocument/ev-version.h --- old/atril-1.18.1/libdocument/ev-version.h 2017-08-15 15:49:57.000000000 +0200 +++ new/atril-1.18.3/libdocument/ev-version.h 2017-11-21 20:41:38.000000000 +0100 @@ -49,7 +49,7 @@ * The micro version number of the EV library * (e.g. in version 3.1.4 this is 4). */ -#define EV_MICRO_VERSION (1) +#define EV_MICRO_VERSION (3) /** * EV_CHECK_VERSION: diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/atril-1.18.1/libmisc/ev-page-action-widget.c new/atril-1.18.3/libmisc/ev-page-action-widget.c --- old/atril-1.18.1/libmisc/ev-page-action-widget.c 2017-02-05 17:49:49.000000000 +0100 +++ new/atril-1.18.3/libmisc/ev-page-action-widget.c 2017-11-20 20:09:13.000000000 +0100 @@ -181,6 +181,12 @@ gtk_widget_show (action_widget->entry); action_widget->label = gtk_label_new (NULL); + gtk_label_set_width_chars (GTK_LABEL (action_widget->label), 14); +#if GTK_CHECK_VERSION (3, 16, 0) + gtk_label_set_xalign (GTK_LABEL (action_widget->label), 0.0); +#else + gtk_misc_set_alignment (GTK_MISC (action_widget->label), 0.0, 0.5); +#endif gtk_box_pack_start (GTK_BOX (hbox), action_widget->label, FALSE, FALSE, 0); gtk_widget_show (action_widget->label); diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/atril-1.18.1/libview/ev-pixbuf-cache.c new/atril-1.18.3/libview/ev-pixbuf-cache.c --- old/atril-1.18.1/libview/ev-pixbuf-cache.c 2017-08-15 15:30:32.000000000 +0200 +++ new/atril-1.18.3/libview/ev-pixbuf-cache.c 2017-11-20 19:49:35.000000000 +0100 @@ -287,7 +287,8 @@ job_info->selection_points = job_render->selection_points; job_info->selection_region = cairo_region_reference (job_render->selection_region); job_info->selection = cairo_surface_reference (job_render->selection); - set_device_scale_on_surface (job_info->selection, job_info->device_scale); + if (job_info->selection) + set_device_scale_on_surface (job_info->selection, job_info->device_scale); g_assert (job_info->selection_points.x1 >= 0); job_info->points_set = TRUE; } @@ -1026,7 +1027,8 @@ old_points, job_info->selection_style, &text, &base); - set_device_scale_on_surface (job_info->selection, job_info->device_scale); + if (job_info->selection) + set_device_scale_on_surface (job_info->selection, job_info->device_scale); job_info->selection_points = job_info->target_points; g_object_unref (rc); ev_document_doc_mutex_unlock (); diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/atril-1.18.1/po/[email protected] new/atril-1.18.3/po/[email protected] --- old/atril-1.18.1/po/[email protected] 2017-08-15 14:59:21.000000000 +0200 +++ new/atril-1.18.3/po/[email protected] 2017-11-20 20:16:57.000000000 +0100 @@ -4,14 +4,15 @@ # # Translators: # Gil Forcada <[email protected]>, 2005-2010 +# Jose Alfredo Murcia Andrés <[email protected]>, 2017 # Pilar Embid Giner <[email protected]>, 2016 msgid "" msgstr "" "Project-Id-Version: MATE Desktop Environment\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2017-08-15 12:56+0200\n" -"PO-Revision-Date: 2017-08-15 11:03+0000\n" -"Last-Translator: Wolfgang Ulbrich <[email protected]>\n" +"PO-Revision-Date: 2017-08-25 11:14+0000\n" +"Last-Translator: Jose Alfredo Murcia Andrés <[email protected]>\n" "Language-Team: Catalan (Valencian) (http://www.transifex.com/mate/MATE/language/ca@valencia/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -1148,7 +1149,7 @@ msgid "" "Cannot enter presentation mode with ePub documents, use fullscreen mode " "instead." -msgstr "" +msgstr "No es pot accedir al mode de presentació amb documents ePub, utilitzeu el mode a pantalla completa en el seu lloc." #: ../shell/ev-window.c:1630 msgid "The document contains no pages" @@ -1352,7 +1353,7 @@ msgid "" "© 1996–2009 The Evince authors\n" "© 2012–2017 The MATE developers" -msgstr "" +msgstr "© 1996–2009 Autors de l'Evince\n© 2012–2017 Els desenvolupadors del MATE" #: ../shell/ev-window.c:5192 msgid "translator-credits" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/atril-1.18.1/po/de_CH.po new/atril-1.18.3/po/de_CH.po --- old/atril-1.18.1/po/de_CH.po 2017-08-15 14:59:21.000000000 +0200 +++ new/atril-1.18.3/po/de_CH.po 2017-11-20 20:16:57.000000000 +0100 @@ -10,8 +10,8 @@ "Project-Id-Version: MATE Desktop Environment\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2017-08-15 12:56+0200\n" -"PO-Revision-Date: 2017-08-15 11:03+0000\n" -"Last-Translator: Wolfgang Ulbrich <[email protected]>\n" +"PO-Revision-Date: 2017-08-15 13:22+0000\n" +"Last-Translator: Robert Orzanna <[email protected]>\n" "Language-Team: German (Switzerland) (http://www.transifex.com/mate/MATE/language/de_CH/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -53,31 +53,31 @@ #: ../backend/comics/comics-document.c:567 msgid "File corrupted" -msgstr "" +msgstr "Datei beschädigt" #: ../backend/comics/comics-document.c:580 msgid "No files in archive" -msgstr "" +msgstr "Keine Dateien im Archiv" #: ../backend/comics/comics-document.c:619 #, c-format msgid "No images found in archive %s" -msgstr "" +msgstr "Keine Bilder gefunden im Archiv %s" #: ../backend/comics/comics-document.c:866 #: ../backend/epub/epub-document.c:1777 #, c-format msgid "There was an error deleting “%s”." -msgstr "" +msgstr "Fehler beim Löschen von \"%s\"." #: ../backend/comics/comics-document.c:1015 #, c-format msgid "Error %s" -msgstr "" +msgstr "Fehler %s" #: ../backend/comics/comicsdocument.atril-backend.in.h:1 msgid "Comic Books" -msgstr "" +msgstr "Comic-Bücher" #: ../backend/djvu/djvu-document.c:173 msgid "DjVu document has incorrect format" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/atril-1.18.1/po/en_GB.po new/atril-1.18.3/po/en_GB.po --- old/atril-1.18.1/po/en_GB.po 2017-08-15 14:59:21.000000000 +0200 +++ new/atril-1.18.3/po/en_GB.po 2017-11-20 20:16:57.000000000 +0100 @@ -3,7 +3,7 @@ # This file is distributed under the same license as the PACKAGE package. # # Translators: -# Andi Chandler <[email protected]>, 2013-2014,2016 +# Andi Chandler <[email protected]>, 2013-2014,2016-2017 # Bruce Cowan <[email protected]>, 2010 # David Lodge <[email protected]>, 2005, 2009 # Martin Wimpress <[email protected]>, 2014-2015 @@ -12,8 +12,8 @@ "Project-Id-Version: MATE Desktop Environment\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2017-08-15 12:56+0200\n" -"PO-Revision-Date: 2017-08-15 11:03+0000\n" -"Last-Translator: Wolfgang Ulbrich <[email protected]>\n" +"PO-Revision-Date: 2017-08-18 11:29+0000\n" +"Last-Translator: Andi Chandler <[email protected]>\n" "Language-Team: English (United Kingdom) (http://www.transifex.com/mate/MATE/language/en_GB/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -1150,7 +1150,7 @@ msgid "" "Cannot enter presentation mode with ePub documents, use fullscreen mode " "instead." -msgstr "" +msgstr "Cannot enter presentation mode with ePub documents, use fullscreen mode instead." #: ../shell/ev-window.c:1630 msgid "The document contains no pages" @@ -1354,7 +1354,7 @@ msgid "" "© 1996–2009 The Evince authors\n" "© 2012–2017 The MATE developers" -msgstr "" +msgstr "© 1996–2009 The Evince authors\n© 2012–2017 The MATE developers" #: ../shell/ev-window.c:5192 msgid "translator-credits" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/atril-1.18.1/po/es.po new/atril-1.18.3/po/es.po --- old/atril-1.18.1/po/es.po 2017-08-15 14:59:21.000000000 +0200 +++ new/atril-1.18.3/po/es.po 2017-11-20 20:16:57.000000000 +0100 @@ -3,9 +3,9 @@ # This file is distributed under the same license as the PACKAGE package. # # Translators: -# Adolfo Jayme Barrientos, 2014 -# Adolfo Jayme Barrientos, 2015 -# Adolfo Jayme Barrientos, 2014 +# Adolfo Jayme-Barrientos, 2014 +# Adolfo Jayme-Barrientos, 2015 +# Adolfo Jayme-Barrientos, 2014 # Andres Sanchez <[email protected]>, 2014 # Antonio Ognio <[email protected], 2004, 2005 # Daniel Fernandez <[email protected]>, 2005 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/atril-1.18.1/po/fa.po new/atril-1.18.3/po/fa.po --- old/atril-1.18.1/po/fa.po 2017-08-15 14:59:21.000000000 +0200 +++ new/atril-1.18.3/po/fa.po 2017-11-20 20:16:57.000000000 +0100 @@ -6,6 +6,7 @@ # sir_hawell <[email protected]>, 2014 # Elnaz Sarbar <[email protected]>, 2006 # Meelad Zakaria <[email protected]>, 2004, 2005, 2006 +# Moein Nemati <[email protected]>, 2017 # Mohammadreza Abdollahzadeh <[email protected]>, 2016 # Roozbeh Pournader <[email protected]>, 2003, 2004, 2005, 2006 msgid "" @@ -13,8 +14,8 @@ "Project-Id-Version: MATE Desktop Environment\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2017-08-15 12:56+0200\n" -"PO-Revision-Date: 2017-08-15 11:03+0000\n" -"Last-Translator: Wolfgang Ulbrich <[email protected]>\n" +"PO-Revision-Date: 2017-08-18 09:56+0000\n" +"Last-Translator: Moein Nemati <[email protected]>\n" "Language-Team: Persian (http://www.transifex.com/mate/MATE/language/fa/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -332,7 +333,7 @@ #: ../cut-n-paste/smclient/eggsmclient.c:230 ../previewer/ev-previewer.c:36 #: ../previewer/ev-previewer.c:37 msgid "FILE" -msgstr "" +msgstr "فایل" #: ../cut-n-paste/smclient/eggsmclient.c:233 msgid "Specify session management ID" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/atril-1.18.1/po/ja.po new/atril-1.18.3/po/ja.po --- old/atril-1.18.1/po/ja.po 2017-08-15 14:59:21.000000000 +0200 +++ new/atril-1.18.3/po/ja.po 2017-11-20 20:16:57.000000000 +0100 @@ -6,7 +6,7 @@ # ABE Tsunehiko, 2015 # Hideki Yamane <[email protected]>, 2009 # Hideki Yamane <[email protected]>, 2009 -# あわしろいくや <[email protected]>, 2016 +# いくや (AWASHIRO Ikuya) <[email protected]>, 2016 # semicolon <[email protected]>, 2016 # Mika Kobayashi, 2014 # Mika Kobayashi, 2014-2015,2017 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/atril-1.18.1/po/pl.po new/atril-1.18.3/po/pl.po --- old/atril-1.18.1/po/pl.po 2017-08-15 14:59:21.000000000 +0200 +++ new/atril-1.18.3/po/pl.po 2017-11-20 20:16:57.000000000 +0100 @@ -18,7 +18,7 @@ "Project-Id-Version: MATE Desktop Environment\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2017-08-15 12:56+0200\n" -"PO-Revision-Date: 2017-08-15 11:03+0000\n" +"PO-Revision-Date: 2017-08-21 15:01+0000\n" "Last-Translator: Wolfgang Ulbrich <[email protected]>\n" "Language-Team: Polish (http://www.transifex.com/mate/MATE/language/pl/)\n" "MIME-Version: 1.0\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/atril-1.18.1/po/sv.po new/atril-1.18.3/po/sv.po --- old/atril-1.18.1/po/sv.po 2017-08-15 14:59:21.000000000 +0200 +++ new/atril-1.18.3/po/sv.po 2017-11-20 20:16:57.000000000 +0100 @@ -8,7 +8,7 @@ # Daniel Gullbransen <[email protected]>, 2017 # Daniel Nylander <[email protected]>, 2006, 2007, 2008, 2009, 2010 # Erik, 2016 -# Gaius Anderson <[email protected]>, 2015 +# Gaius Anderson, 2015 # Hilding Kåstad <[email protected]>, 2015 # Kristoffer Grundström <[email protected]>, 2015-2016 msgid "" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/atril-1.18.1/properties/libatril-properties-page.caja-extension.in new/atril-1.18.3/properties/libatril-properties-page.caja-extension.in --- old/atril-1.18.1/properties/libatril-properties-page.caja-extension.in 2017-08-15 15:49:57.000000000 +0200 +++ new/atril-1.18.3/properties/libatril-properties-page.caja-extension.in 2017-11-21 20:41:38.000000000 +0100 @@ -2,7 +2,7 @@ Icon=atril _Name=Atril properties _Description=Shows details for Atril documents -Version=1.18.1 +Version=1.18.3 Author=Andrew Sobala <[email protected]>;Bastien Nocera <[email protected]> Website=http://www.mate-desktop.org/ Copyright=Copyright (C) 2000, 2001 Eazel Inc.\nCopyright (C) 2003 Andrew Sobala <[email protected]>\nCopyright (C) 2005 Bastien Nocera <[email protected]>\nCopyright (C) 2005 Red Hat, Inc\nCopyright (C) 2012–2017 The MATE developers
