Hello community, here is the log from the commit of package okular for openSUSE:Factory checked in at 2018-07-18 22:46:10 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/okular (Old) and /work/SRC/openSUSE:Factory/.okular.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "okular" Wed Jul 18 22:46:10 2018 rev:100 rq:622764 version:18.04.3 Changes: -------- --- /work/SRC/openSUSE:Factory/okular/okular.changes 2018-06-13 15:27:33.554692311 +0200 +++ /work/SRC/openSUSE:Factory/.okular.new/okular.changes 2018-07-18 22:46:13.744494828 +0200 @@ -1,0 +2,10 @@ +Fri Jul 13 04:50:19 UTC 2018 - [email protected] + +- Update to 18.04.3 + * New bugfix release + * For more details please see: + * https://www.kde.org/announcements/announce-applications-18.04.3.php +- Changes since 18.04.2: + * Do not crash on right-click on TOC item with no associated page + +------------------------------------------------------------------- Old: ---- okular-18.04.2.tar.xz New: ---- okular-18.04.3.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ okular.spec ++++++ --- /var/tmp/diff_new_pack.hJl4se/_old 2018-07-18 22:46:14.908490970 +0200 +++ /var/tmp/diff_new_pack.hJl4se/_new 2018-07-18 22:46:14.920490930 +0200 @@ -19,7 +19,7 @@ %bcond_without lang Name: okular -Version: 18.04.2 +Version: 18.04.3 Release: 0 %define kf5_version 5.26.0 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA) ++++++ okular-18.04.2.tar.xz -> okular-18.04.3.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/okular-18.04.2/CMakeLists.txt new/okular-18.04.3/CMakeLists.txt --- old/okular-18.04.2/CMakeLists.txt 2018-06-05 02:32:59.000000000 +0200 +++ new/okular-18.04.3/CMakeLists.txt 2018-07-10 02:07:43.000000000 +0200 @@ -3,7 +3,7 @@ # KDE Application Version, managed by release script set (KDE_APPLICATIONS_VERSION_MAJOR "18") set (KDE_APPLICATIONS_VERSION_MINOR "04") -set (KDE_APPLICATIONS_VERSION_MICRO "2") +set (KDE_APPLICATIONS_VERSION_MICRO "3") set (KDE_APPLICATIONS_VERSION "${KDE_APPLICATIONS_VERSION_MAJOR}.${KDE_APPLICATIONS_VERSION_MINOR}.${KDE_APPLICATIONS_VERSION_MICRO}") project(okular VERSION 1.4.${KDE_APPLICATIONS_VERSION_MICRO}) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/okular-18.04.2/core/document.cpp new/okular-18.04.3/core/document.cpp --- old/okular-18.04.2/core/document.cpp 2018-06-03 07:16:14.000000000 +0200 +++ new/okular-18.04.3/core/document.cpp 2018-07-10 00:49:08.000000000 +0200 @@ -2946,7 +2946,7 @@ const Page * Document::page( int n ) const { - return ( n < d->m_pagesVector.count() ) ? d->m_pagesVector.at(n) : 0; + return ( n >= 0 && n < d->m_pagesVector.count() ) ? d->m_pagesVector.at(n) : nullptr; } const DocumentViewport & Document::viewport() const diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/okular-18.04.2/generators/chm/libokularGenerator_chmlib.json new/okular-18.04.3/generators/chm/libokularGenerator_chmlib.json --- old/okular-18.04.2/generators/chm/libokularGenerator_chmlib.json 2018-06-03 07:16:14.000000000 +0200 +++ new/okular-18.04.3/generators/chm/libokularGenerator_chmlib.json 2018-07-10 00:49:08.000000000 +0200 @@ -51,6 +51,7 @@ "Description[nn]": "Ein framvisar for Microsoft Windows-hjelpefiler", "Description[pl]": "System zajmujący się wyświetlaniem plików pomocy Microsoft Windows", "Description[pt]": "Um visualizador de ficheiros de ajuda do Microsoft Windows", + "Description[pt_BR]": "Um interpretador de arquivos de ajuda do Microsoft Windows", "Description[ru]": "Модуль поддержки формата CHM (справка Microsoft Windows)", "Description[sk]": "Vykresľovanie súborov pomocníka Microsoft Windows", "Description[sl]": "Izrisovalnik datotek za pomoč za Microsoft Windows", diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/okular-18.04.2/generators/comicbook/libokularGenerator_comicbook.json new/okular-18.04.3/generators/comicbook/libokularGenerator_comicbook.json --- old/okular-18.04.2/generators/comicbook/libokularGenerator_comicbook.json 2018-06-03 07:16:14.000000000 +0200 +++ new/okular-18.04.3/generators/comicbook/libokularGenerator_comicbook.json 2018-07-10 00:49:08.000000000 +0200 @@ -43,6 +43,7 @@ "Description[nn]": "Ein gjengjevar for ulike teikneserieformat", "Description[pl]": "Wyświetlanie różnych formatów comic book.", "Description[pt]": "Um visualizador de diversos formatos de banda desenhada", + "Description[pt_BR]": "Um interpretador de vários formatos de histórias em quadrinhos", "Description[ru]": "Модуль поддержки различных форматов комиксов", "Description[sk]": "Vykresľovanie rôznych formátov kníh komiksov", "Description[sl]": "Izrisovalnik za različne vrste stripov", diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/okular-18.04.2/generators/djvu/libokularGenerator_djvu.json new/okular-18.04.3/generators/djvu/libokularGenerator_djvu.json --- old/okular-18.04.2/generators/djvu/libokularGenerator_djvu.json 2018-06-03 07:16:14.000000000 +0200 +++ new/okular-18.04.3/generators/djvu/libokularGenerator_djvu.json 2018-07-10 00:49:08.000000000 +0200 @@ -41,6 +41,7 @@ "Description[nn]": "DjVu-motor basert på DjVuLibre", "Description[pl]": "Silnik DjVu oparty na DjVuLibre", "Description[pt]": "Infra-estrutura do DjVu com base no DjVuLibre", + "Description[pt_BR]": "Infraestrutura DjVu, baseado no DjVuLibre", "Description[ru]": "Модуль поддержки формата DjVu на основе библиотеки DjVuLibre", "Description[sk]": "DjVu backend postavený na DjVuLibre", "Description[sl]": "Zaledje za DjVu, ki temelji na DjVuLibre", diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/okular-18.04.2/generators/dvi/libokularGenerator_dvi.json new/okular-18.04.3/generators/dvi/libokularGenerator_dvi.json --- old/okular-18.04.2/generators/dvi/libokularGenerator_dvi.json 2018-06-03 07:16:14.000000000 +0200 +++ new/okular-18.04.3/generators/dvi/libokularGenerator_dvi.json 2018-07-10 00:49:08.000000000 +0200 @@ -40,6 +40,7 @@ "Description[nn]": "Ein gjengjevar for DVI-filer", "Description[pl]": "Wyświetlanie pliku DVI", "Description[pt]": "Um visualizador de ficheiros DVI", + "Description[pt_BR]": "Um renderizador de arquivo DVI", "Description[ru]": "Модуль поддержки формата DVI", "Description[sk]": "Vykresľovanie DVI súborov", "Description[sl]": "Izrisovalnik datotek DVI", diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/okular-18.04.2/generators/epub/libokularGenerator_epub.json new/okular-18.04.3/generators/epub/libokularGenerator_epub.json --- old/okular-18.04.2/generators/epub/libokularGenerator_epub.json 2018-06-03 07:16:14.000000000 +0200 +++ new/okular-18.04.3/generators/epub/libokularGenerator_epub.json 2018-07-10 00:49:08.000000000 +0200 @@ -39,6 +39,7 @@ "Description[nn]": "Ein EPUB-motor", "Description[pl]": "Moduł EPub", "Description[pt]": "Uma infra-estrutura de EPub", + "Description[pt_BR]": "Uma infraestrutura para EPub", "Description[ru]": "Модуль поддержки формата EPub", "Description[sk]": "EPub backend", "Description[sl]": "Zaledje za EPub", diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/okular-18.04.2/generators/fax/libokularGenerator_fax.json new/okular-18.04.3/generators/fax/libokularGenerator_fax.json --- old/okular-18.04.2/generators/fax/libokularGenerator_fax.json 2018-06-03 07:16:14.000000000 +0200 +++ new/okular-18.04.3/generators/fax/libokularGenerator_fax.json 2018-07-10 00:49:08.000000000 +0200 @@ -42,6 +42,7 @@ "Description[nn]": "Ein motor for G3/G4-faksdokument", "Description[pl]": "Obsługa dokumentów faksowych G3/G4", "Description[pt]": "Uma infra-estrutura de documentos de fax G3/G4", + "Description[pt_BR]": "Uma infraestrutura para documentos de fax G3/G4", "Description[ru]": "Модуль поддержки формата факсов G3/G4", "Description[sk]": "Backend dokumentu faxu G3/G4", "Description[sl]": "Zaledje za dokumente faksov G3/G4", diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/okular-18.04.2/generators/fictionbook/libokularGenerator_fb.json new/okular-18.04.3/generators/fictionbook/libokularGenerator_fb.json --- old/okular-18.04.2/generators/fictionbook/libokularGenerator_fb.json 2018-06-03 07:16:14.000000000 +0200 +++ new/okular-18.04.3/generators/fictionbook/libokularGenerator_fb.json 2018-07-10 00:49:08.000000000 +0200 @@ -43,6 +43,7 @@ "Description[nn]": "Ein lesar for e-bøker av typen FictionBook", "Description[pl]": "Wyświetlanie eksiążek FictionBook", "Description[pt]": "Um visualizador de eBooks em FictionBook", + "Description[pt_BR]": "Um interpretador de eBooks FictionBook", "Description[ru]": "Модуль поддержки формата электронных книг FictionBook", "Description[sk]": "Vykresľovanie e-kníh FictionBook", "Description[sl]": "Izrisovalnik za e-knjige FictionBook", @@ -80,6 +81,7 @@ "Name[nn]": "FictionBook-motor", "Name[pl]": "Obsługa Fiction Book", "Name[pt]": "Infra-Estrutura de Livros de Ficção", + "Name[pt_BR]": "Infraestrutura Fiction Book", "Name[ru]": "Модуль поддержки формата FictionBook", "Name[sl]": "Zaledje za FictionBook", "Name[sr@ijekavian]": "Позадина за фикшнбук", diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/okular-18.04.2/generators/kimgio/libokularGenerator_kimgio.json new/okular-18.04.3/generators/kimgio/libokularGenerator_kimgio.json --- old/okular-18.04.2/generators/kimgio/libokularGenerator_kimgio.json 2018-06-03 07:16:14.000000000 +0200 +++ new/okular-18.04.3/generators/kimgio/libokularGenerator_kimgio.json 2018-07-10 00:49:08.000000000 +0200 @@ -63,6 +63,7 @@ "Description[nn]": "Ein enkel biletmotor", "Description[pl]": "Silnik prostych obrazków", "Description[pt]": "Uma infra-estrutura de imagens simples", + "Description[pt_BR]": "Uma infraestrutura simples de imagens", "Description[ru]": "Модуль поддержки форматов изображений", "Description[sk]": "Backend jednoduchých obrázkov", "Description[sl]": "Preprosto zaledje za slike", diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/okular-18.04.2/generators/markdown/libokularGenerator_md.json new/okular-18.04.3/generators/markdown/libokularGenerator_md.json --- old/okular-18.04.2/generators/markdown/libokularGenerator_md.json 2018-06-03 07:16:14.000000000 +0200 +++ new/okular-18.04.3/generators/markdown/libokularGenerator_md.json 2018-07-10 00:49:08.000000000 +0200 @@ -43,6 +43,7 @@ "Name[nn]": "Markdown-motor", "Name[pl]": "Silnik Markdown", "Name[pt]": "Infra-Estrutura de Markdown", + "Name[pt_BR]": "Infraestrutura Markdown", "Name[ru]": "Модуль поддержки формата Markdown", "Name[sk]": "Markdown backend", "Name[sl]": "Zaledje za Markdown", diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/okular-18.04.2/generators/mobipocket/libokularGenerator_mobi.json new/okular-18.04.3/generators/mobipocket/libokularGenerator_mobi.json --- old/okular-18.04.2/generators/mobipocket/libokularGenerator_mobi.json 2018-06-03 07:16:14.000000000 +0200 +++ new/okular-18.04.3/generators/mobipocket/libokularGenerator_mobi.json 2018-07-10 00:49:08.000000000 +0200 @@ -43,6 +43,7 @@ "Description[nn]": "Ein Mobipocket-motor", "Description[pl]": "Obsługa mobipocket", "Description[pt]": "Uma infra-estrutura de Mobipocket", + "Description[pt_BR]": "Uma infraestrutura do mobipocket", "Description[ru]": "Модуль поддержки формата Mobipocket", "Description[sk]": "Mobipocket backend", "Description[sl]": "Zaledje za Mobipocket", diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/okular-18.04.2/generators/ooo/libokularGenerator_ooo.json new/okular-18.04.3/generators/ooo/libokularGenerator_ooo.json --- old/okular-18.04.2/generators/ooo/libokularGenerator_ooo.json 2018-06-03 07:16:14.000000000 +0200 +++ new/okular-18.04.3/generators/ooo/libokularGenerator_ooo.json 2018-07-10 00:49:08.000000000 +0200 @@ -43,6 +43,7 @@ "Description[nn]": "Ein lesar for OpenDocument-tekstdokument", "Description[pl]": "Program wyświetlający dokumentów tekstowych OpenDocument", "Description[pt]": "Um visualizador de documentos de texto em OpenDocument", + "Description[pt_BR]": "Um interpretador para documentos de texto OpenDocument", "Description[ru]": "Модуль поддержки текстовых документов формата OpenDocument", "Description[sk]": "Vykresľovač pre textové dokumenty OpenDocument", "Description[sl]": "Izrisovalnik besedilnih dokumentov OpenDocument", @@ -80,7 +81,7 @@ "Name[nn]": "OpenDocument-tekstmotor", "Name[pl]": "Silnik dokumentów OpenDocument", "Name[pt]": "Infra-Estrutura de Texto em OpenDocument", - "Name[pt_BR]": "Infraestrutura de texto OpenDocument", + "Name[pt_BR]": "Infraestrutura Texto OpenDocument", "Name[ru]": "Модуль поддержки формата OpenDocument", "Name[sk]": "Backend OpenDocument Text", "Name[sl]": "Zaledje za dokumente OpenDocument", diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/okular-18.04.2/generators/plucker/libokularGenerator_plucker.json new/okular-18.04.3/generators/plucker/libokularGenerator_plucker.json --- old/okular-18.04.2/generators/plucker/libokularGenerator_plucker.json 2018-06-03 07:16:14.000000000 +0200 +++ new/okular-18.04.3/generators/plucker/libokularGenerator_plucker.json 2018-07-10 00:49:08.000000000 +0200 @@ -43,6 +43,7 @@ "Description[nn]": "Ein gjengjevar for Plucker-e-bøker", "Description[pl]": "Wyświetlanie eksiążek w formacie Plucker", "Description[pt]": "Um visualizador de eBooks do Plucker", + "Description[pt_BR]": "Um interpretador de eBooks Plucker", "Description[ru]": "Модуль поддержки формата электронных книг Plucker", "Description[sk]": "Vykresľovanie e-kníh Plucker", "Description[sl]": "Izrisovalnik za e-knjige Plucker", diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/okular-18.04.2/generators/poppler/libokularGenerator_poppler.json new/okular-18.04.3/generators/poppler/libokularGenerator_poppler.json --- old/okular-18.04.2/generators/poppler/libokularGenerator_poppler.json 2018-06-03 07:16:14.000000000 +0200 +++ new/okular-18.04.3/generators/poppler/libokularGenerator_poppler.json 2018-07-10 00:49:08.000000000 +0200 @@ -43,6 +43,7 @@ "Description[nn]": "Ein gjengjevar for PDF-filer", "Description[pl]": "Wyświetlanie pliku PDF", "Description[pt]": "Um visualizador de ficheiros PDF", + "Description[pt_BR]": "Um interpretador de arquivos PDF", "Description[ru]": "Модуль поддержки формата PDF", "Description[sk]": "Vykresľovanie PDF súborov", "Description[sl]": "Izrisovalnik datotek PDF", diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/okular-18.04.2/generators/spectre/libokularGenerator_ghostview.json new/okular-18.04.3/generators/spectre/libokularGenerator_ghostview.json --- old/okular-18.04.2/generators/spectre/libokularGenerator_ghostview.json 2018-06-03 07:16:14.000000000 +0200 +++ new/okular-18.04.3/generators/spectre/libokularGenerator_ghostview.json 2018-07-10 00:49:08.000000000 +0200 @@ -43,6 +43,7 @@ "Description[nn]": "Ein gjengjevar for PostScript-filer, basert på Spectre-biblioteket", "Description[pl]": "Wyświetlanie plików PostScript oparte o bibliotekę Spectre", "Description[pt]": "Um visualzador de ficheiros PostScript com base na biblioteca Spectre", + "Description[pt_BR]": "Um interpretador de arquivos PostScript com base na biblioteca Spectre", "Description[ru]": "Модуль поддержки формата PostScript на основе библиотеки Spectre", "Description[sk]": "Renderovač PostScript súborov založený na knižnici Spectre", "Description[sl]": "Izrisovalnik datotek PostScript, ki temelji na knjižnici Spectre", diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/okular-18.04.2/generators/tiff/libokularGenerator_tiff.json new/okular-18.04.3/generators/tiff/libokularGenerator_tiff.json --- old/okular-18.04.2/generators/tiff/libokularGenerator_tiff.json 2018-06-03 07:16:14.000000000 +0200 +++ new/okular-18.04.3/generators/tiff/libokularGenerator_tiff.json 2018-07-10 00:49:08.000000000 +0200 @@ -41,6 +41,7 @@ "Description[nn]": "Ein TIFF-motor", "Description[pl]": "Jeden z silników TIFF", "Description[pt]": "Uma infra-estrutura de TIFF", + "Description[pt_BR]": "Uma infraestrutura de imagens TIFF", "Description[ru]": "Модуль поддержки формата TIFF", "Description[sk]": "TIFF backend", "Description[sl]": "Zaledje za TIFF", diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/okular-18.04.2/generators/txt/libokularGenerator_txt.json new/okular-18.04.3/generators/txt/libokularGenerator_txt.json --- old/okular-18.04.2/generators/txt/libokularGenerator_txt.json 2018-06-03 07:16:14.000000000 +0200 +++ new/okular-18.04.3/generators/txt/libokularGenerator_txt.json 2018-07-10 00:49:08.000000000 +0200 @@ -40,6 +40,7 @@ "Description[nn]": "Txt-motor", "Description[pl]": "Silnik tekstowy", "Description[pt]": "Infra-estrutura de TXT", + "Description[pt_BR]": "Infraestrutura Txt", "Description[ru]": "Модуль поддержки формата Txt", "Description[sl]": "Zaledje za txt", "Description[sr@ijekavian]": "Позадина за текст", diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/okular-18.04.2/generators/xps/libokularGenerator_xps.json new/okular-18.04.3/generators/xps/libokularGenerator_xps.json --- old/okular-18.04.2/generators/xps/libokularGenerator_xps.json 2018-06-03 07:16:14.000000000 +0200 +++ new/okular-18.04.3/generators/xps/libokularGenerator_xps.json 2018-07-10 00:49:08.000000000 +0200 @@ -60,6 +60,7 @@ "Description[nn]": "Ein XPS-motor", "Description[pl]": "Jeden z silników XPS", "Description[pt]": "Uma infra-estrutura de XPS", + "Description[pt_BR]": "Uma infraestrutura XPS", "Description[ru]": "Модуль поддержки формата XPS", "Description[sk]": "XPS backend", "Description[sl]": "Zaledje za XPS", Binary files old/okular-18.04.2/po/ca/docs/okular/rating.png and new/okular-18.04.3/po/ca/docs/okular/rating.png differ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/okular-18.04.2/po/cs/org.kde.active.documentviewer.po new/okular-18.04.3/po/cs/org.kde.active.documentviewer.po --- old/okular-18.04.2/po/cs/org.kde.active.documentviewer.po 2018-06-05 02:31:50.000000000 +0200 +++ new/okular-18.04.3/po/cs/org.kde.active.documentviewer.po 2018-07-10 02:07:38.000000000 +0200 @@ -1,6 +1,6 @@ # Copyright (C) YEAR This_file_is_part_of_KDE # This file is distributed under the same license as the PACKAGE package. -# Vit Pelcak <[email protected]>, 2012, 2013. +# Vit Pelcak <[email protected]>, 2012, 2013, 2018. # msgid "" msgstr "" @@ -15,7 +15,7 @@ "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" -"X-Generator: Lokalize 1.5\n" +"X-Generator: Lokalize 2.0\n" #: package/contents/ui/Documents.qml:53 msgid "" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/okular-18.04.2/po/fr/okular.po new/okular-18.04.3/po/fr/okular.po --- old/okular-18.04.2/po/fr/okular.po 2018-06-05 02:32:05.000000000 +0200 +++ new/okular-18.04.3/po/fr/okular.po 2018-07-10 02:07:39.000000000 +0200 @@ -14,14 +14,15 @@ # xavier <[email protected]>, 2012, 2013. # Sebastien Renard <[email protected]>, 2014, 2015. # Ludovic Grossard <[email protected]>, 2014. +# Simon Depiets <[email protected]>, 2018. # msgid "" msgstr "" "Project-Id-Version: okular\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" "POT-Creation-Date: 2018-05-31 06:26+0200\n" -"PO-Revision-Date: 2018-03-04 23:10+0100\n" -"Last-Translator: Peter Potrowl <[email protected]>\n" +"PO-Revision-Date: 2018-06-29 11:02+0800\n" +"Last-Translator: Simon Depiets <[email protected]>\n" "Language-Team: French <[email protected]>\n" "Language: fr\n" "MIME-Version: 1.0\n" @@ -38,14 +39,14 @@ msgid "Your names" msgstr "" "Cédric Pasteur, Nicolas Ternisien, Alain Rpnpif, Mickaël Sibelle, Peter " -"Potrowl" +"Potrowl, Simon Depiets" #, kde-format msgctxt "EMAIL OF TRANSLATORS" msgid "Your emails" msgstr "" "[email protected], [email protected], [email protected], " -"[email protected], [email protected]" +"[email protected], [email protected], [email protected]" #: aboutdata.h:23 ui/annotationwidgets.cpp:346 ui/sidebar.cpp:766 #, kde-format @@ -2287,10 +2288,10 @@ msgstr "Commencer avec la boîte de dialogue d'impression" #: shell/main.cpp:55 -#, fuzzy, kde-format -#| msgid "Start with print dialog" +#, kde-format msgid "Start with print dialog and exit after printing" -msgstr "Commencer avec la boîte de dialogue d'impression" +msgstr "" +"Lancer avec la boîte de dialogue d'impression et quitter après l'impression" #: shell/main.cpp:56 #, kde-format @@ -3101,7 +3102,7 @@ #: ui/guiutils.cpp:83 #, kde-format msgid "Geometry" -msgstr "Géométrie" +msgstr "Forme géométrique" #: ui/guiutils.cpp:98 #, kde-format diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/okular-18.04.2/po/id/okular.po new/okular-18.04.3/po/id/okular.po --- old/okular-18.04.2/po/id/okular.po 2018-06-05 02:32:13.000000000 +0200 +++ new/okular-18.04.3/po/id/okular.po 2018-07-10 02:07:40.000000000 +0200 @@ -7,7 +7,7 @@ "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" "POT-Creation-Date: 2018-05-31 06:26+0200\n" -"PO-Revision-Date: 2018-05-23 20:07+0700\n" +"PO-Revision-Date: 2018-06-16 08:03+0700\n" "Last-Translator: Wantoyo <[email protected]>\n" "Language-Team: Indonesian <[email protected]>\n" "Language: id\n" @@ -407,7 +407,7 @@ "pressing the Page Up/Down keys." msgstr "" "Menegaskan berapa banyak area peninjauan saat ini yang akan selalu terlihat " -"ketika menekan tombol Halaman Naik/Turun." +"ketika menekan tuts Halaman Naik/Turun." #. i18n: ectx: property (text), widget (QLabel, scrollOverlapLabel) #: conf/dlggeneralbase.ui:375 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/okular-18.04.2/po/nb/okular.po new/okular-18.04.3/po/nb/okular.po --- old/okular-18.04.2/po/nb/okular.po 2018-06-05 02:32:25.000000000 +0200 +++ new/okular-18.04.3/po/nb/okular.po 2018-07-10 02:07:41.000000000 +0200 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: okular\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2018-04-24 06:11+0200\n" +"POT-Creation-Date: 2018-05-31 06:26+0200\n" "PO-Revision-Date: 2014-10-29 17:37+0100\n" "Last-Translator: Bjørn Steensrud <[email protected]>\n" "Language-Team: Norwegian Bokmål <[email protected]>\n" @@ -1120,54 +1120,54 @@ "<qt>Fant mer enn en motor for MIME-typen:<br /><b>%1</b> (%2).<br /> <br /" ">Velg den som skal brukes.</qt>" -#: core/document.cpp:179 +#: core/document.cpp:183 #, kde-format msgctxt "paper type and orientation (eg: Portrait A4)" msgid "Portrait %1" msgstr "" -#: core/document.cpp:181 +#: core/document.cpp:185 #, kde-format msgctxt "paper type and orientation (eg: Portrait A4)" msgid "Landscape %1" msgstr "" -#: core/document.cpp:208 +#: core/document.cpp:212 #, kde-format msgctxt "%1 is width, %2 is height, %3 is paper size name" msgid "%1 x %2 in (%3)" msgstr "%1 x %2 i (%3)" -#: core/document.cpp:212 +#: core/document.cpp:216 #, kde-format msgctxt "%1 is width, %2 is height, %3 is paper size name" msgid "%1 x %2 mm (%3)" msgstr "%1 x %2 mm (%3)" -#: core/document.cpp:1655 +#: core/document.cpp:1659 #, kde-format msgid "Continuing search from beginning" msgstr "" -#: core/document.cpp:1660 +#: core/document.cpp:1664 #, kde-format msgid "Continuing search from bottom" msgstr "Fortsetter søket fra bunnen" -#: core/document.cpp:2419 +#: core/document.cpp:2423 #, kde-format msgid "" "Can not find a plugin which is able to handle the document being passed." msgstr "" "Fant ikke noe programtillegg som kan håndtere det oversendte dokumentet." -#: core/document.cpp:3541 +#: core/document.cpp:3552 #, kde-format msgctxt "remove a collection of annotations from the page" msgid "remove annotations" msgstr "fjern merknader" -#: core/document.cpp:4120 core/document.cpp:4128 +#: core/document.cpp:4131 core/document.cpp:4139 #, kde-format msgid "" "The document is trying to execute an external application and, for your " @@ -1176,52 +1176,52 @@ "Dokumentet prøver å kjøre et eksternt program, men av sikkerhetsgrunner " "tillater ikke Okular det." -#: core/document.cpp:4141 +#: core/document.cpp:4152 #, kde-format msgid "No application found for opening file of mimetype %1." msgstr "Fant ingen program som kan åpne filer av Mime-typen %1." -#: core/document.cpp:4389 +#: core/document.cpp:4400 #, kde-format msgid "Could not open a temporary file" msgstr "Klarte ikke åpne en midlertidig fil" -#: core/document.cpp:4391 +#: core/document.cpp:4402 #, kde-format msgid "Print conversion failed" msgstr "Konvertering for utskrift mislyktes" -#: core/document.cpp:4393 +#: core/document.cpp:4404 #, kde-format msgid "Printing process crashed" msgstr "Utskriftsprosessen krasjet" -#: core/document.cpp:4395 +#: core/document.cpp:4406 #, kde-format msgid "Printing process could not start" msgstr "Utskriftsprosessen kunne ikke starte" -#: core/document.cpp:4397 +#: core/document.cpp:4408 #, kde-format msgid "Printing to file failed" msgstr "Klarte ikke skrive ut til fil" -#: core/document.cpp:4399 +#: core/document.cpp:4410 #, kde-format msgid "Printer was in invalid state" msgstr "Skriveren var i en ugyldig tilstand" -#: core/document.cpp:4401 +#: core/document.cpp:4412 #, kde-format msgid "Unable to find file to print" msgstr "Klarte ikke finne fil å skrive ut" -#: core/document.cpp:4403 +#: core/document.cpp:4414 #, kde-format msgid "There was no file to print" msgstr "Det var ingen fil å skrive ut" -#: core/document.cpp:4405 +#: core/document.cpp:4416 #, kde-format msgid "" "Could not find a suitable binary for printing. Make sure CUPS lpr binary is " @@ -1230,87 +1230,87 @@ "Klarte ikke finne et passende program for utskrift. Se etter at CUPS-" "programmet lpr er tilgjengelig" -#: core/document.cpp:4407 +#: core/document.cpp:4418 #, kde-format msgid "The page print size is invalid" msgstr "Utskriftsstørrelsen for sida er ugyldig." -#: core/document.cpp:5492 +#: core/document.cpp:5503 #, kde-format msgid "Title" msgstr "Tittel" -#: core/document.cpp:5495 +#: core/document.cpp:5506 #, kde-format msgid "Subject" msgstr "Emne" -#: core/document.cpp:5498 +#: core/document.cpp:5509 #, kde-format msgid "Description" msgstr "Beskrivelse" -#: core/document.cpp:5501 +#: core/document.cpp:5512 #, kde-format msgid "Author" msgstr "Forfatter" -#: core/document.cpp:5504 +#: core/document.cpp:5515 #, kde-format msgid "Creator" msgstr "Opphavsprogram" -#: core/document.cpp:5507 +#: core/document.cpp:5518 #, kde-format msgid "Producer" msgstr "Produsent" -#: core/document.cpp:5510 +#: core/document.cpp:5521 #, kde-format msgid "Copyright" msgstr "Opphavsrett" -#: core/document.cpp:5513 +#: core/document.cpp:5524 #, kde-format msgid "Pages" msgstr "Sider" -#: core/document.cpp:5516 +#: core/document.cpp:5527 #, kde-format msgid "Created" msgstr "Opprettet" -#: core/document.cpp:5519 +#: core/document.cpp:5530 #, kde-format msgid "Modified" msgstr "Endret" -#: core/document.cpp:5522 +#: core/document.cpp:5533 #, kde-format msgid "Mime Type" msgstr "Mime-type" -#: core/document.cpp:5525 +#: core/document.cpp:5536 #, kde-format msgid "Category" msgstr "Kategori" -#: core/document.cpp:5528 +#: core/document.cpp:5539 #, kde-format msgid "Keywords" msgstr "Nøkkelord" -#: core/document.cpp:5531 +#: core/document.cpp:5542 #, kde-format msgid "File Path" msgstr "Filsti" -#: core/document.cpp:5534 +#: core/document.cpp:5545 #, kde-format msgid "File Size" msgstr "Filstørrelse" -#: core/document.cpp:5537 +#: core/document.cpp:5548 #, kde-format msgid "Page Size" msgstr "Sidestørrelse" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/okular-18.04.2/po/pt_BR/okular_markdown.po new/okular-18.04.3/po/pt_BR/okular_markdown.po --- old/okular-18.04.2/po/pt_BR/okular_markdown.po 1970-01-01 01:00:00.000000000 +0100 +++ new/okular-18.04.3/po/pt_BR/okular_markdown.po 2018-07-10 02:07:42.000000000 +0200 @@ -0,0 +1,49 @@ +# Translation of okular_markdown.po to Brazilian Portuguese +# Copyright (C) 2018 This_file_is_part_of_KDE +# This file is distributed under the same license as the PACKAGE package. +# +# André Marcelo Alvarenga <[email protected]>, 2018. +msgid "" +msgstr "" +"Project-Id-Version: okular_markdown\n" +"Report-Msgid-Bugs-To: http://bugs.kde.org\n" +"POT-Creation-Date: 2018-05-02 06:18+0200\n" +"PO-Revision-Date: 2018-07-06 17:10-0300\n" +"Last-Translator: André Marcelo Alvarenga <[email protected]>\n" +"Language-Team: Brazilian Portuguese <[email protected]>\n" +"Language: pt_BR\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" +"X-Generator: Lokalize 2.0\n" + +#, kde-format +msgctxt "NAME OF TRANSLATORS" +msgid "Your names" +msgstr "André Marcelo Alvarenga" + +#, kde-format +msgctxt "EMAIL OF TRANSLATORS" +msgid "Your emails" +msgstr "[email protected]" + +#: converter.cpp:56 +#, kde-format +msgid "Failed to open the document" +msgstr "Não foi possível abrir o documento" + +#: converter.cpp:65 +#, kde-format +msgid "Failed to compile the Markdown document." +msgstr "Não foi possível compilar o documento Markdown." + +#: generator_md.cpp:30 +#, kde-format +msgid "Markdown" +msgstr "Markdown" + +#: generator_md.cpp:30 +#, kde-format +msgid "Markdown Backend Configuration" +msgstr "Configuração da infraestrutura Markdown" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/okular-18.04.2/po/ru/okular_markdown.po new/okular-18.04.3/po/ru/okular_markdown.po --- old/okular-18.04.2/po/ru/okular_markdown.po 2018-06-05 02:32:38.000000000 +0200 +++ new/okular-18.04.3/po/ru/okular_markdown.po 2018-07-10 02:07:42.000000000 +0200 @@ -1,13 +1,13 @@ # Copyright (C) YEAR This_file_is_part_of_KDE # This file is distributed under the same license as the PACKAGE package. # -# Alexander Potashev <[email protected]>, 2017. +# Alexander Potashev <[email protected]>, 2017, 2018. msgid "" msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" "POT-Creation-Date: 2018-05-02 06:18+0200\n" -"PO-Revision-Date: 2017-11-16 17:51+0300\n" +"PO-Revision-Date: 2018-06-16 19:48+0300\n" "Last-Translator: Alexander Potashev <[email protected]>\n" "Language-Team: Russian <[email protected]>\n" "Language: ru\n" @@ -29,10 +29,9 @@ msgstr "[email protected]" #: converter.cpp:56 -#, fuzzy, kde-format -#| msgid "Failed to compile the Markdown document." +#, kde-format msgid "Failed to open the document" -msgstr "Не удалось скомпилировать документ Markdown." +msgstr "Не удалось открыть документ" #: converter.cpp:65 #, kde-format diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/okular-18.04.2/po/zh_CN/okular.po new/okular-18.04.3/po/zh_CN/okular.po --- old/okular-18.04.2/po/zh_CN/okular.po 2018-06-05 02:32:50.000000000 +0200 +++ new/okular-18.04.3/po/zh_CN/okular.po 2018-07-10 02:07:43.000000000 +0200 @@ -12,7 +12,7 @@ "Project-Id-Version: kdeorg\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" "POT-Creation-Date: 2018-05-31 06:26+0200\n" -"PO-Revision-Date: 2018-05-18 06:31-0400\n" +"PO-Revision-Date: 2018-07-03 17:41\n" "Last-Translator: guoyunhebrave <[email protected]>\n" "Language-Team: Chinese Simplified\n" "Language: zh_CN\n" @@ -2206,7 +2206,7 @@ #: shell/main.cpp:55 #, kde-format msgid "Start with print dialog and exit after printing" -msgstr "" +msgstr "启动时打开打印对话框,并在打印完后退出" #: shell/main.cpp:56 #, kde-format diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/okular-18.04.2/po/zh_CN/okular_chm.po new/okular-18.04.3/po/zh_CN/okular_chm.po --- old/okular-18.04.2/po/zh_CN/okular_chm.po 2018-06-05 02:32:50.000000000 +0200 +++ new/okular-18.04.3/po/zh_CN/okular_chm.po 2018-07-10 02:07:43.000000000 +0200 @@ -3,7 +3,7 @@ "Project-Id-Version: kdeorg\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" "POT-Creation-Date: 2016-11-19 20:15+0100\n" -"PO-Revision-Date: 2018-05-18 06:31-0400\n" +"PO-Revision-Date: 2018-07-03 17:41\n" "Last-Translator: guoyunhebrave <[email protected]>\n" "Language-Team: Chinese Simplified\n" "Language: zh_CN\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/okular-18.04.2/po/zh_CN/okular_comicbook.po new/okular-18.04.3/po/zh_CN/okular_comicbook.po --- old/okular-18.04.2/po/zh_CN/okular_comicbook.po 2018-06-05 02:32:50.000000000 +0200 +++ new/okular-18.04.3/po/zh_CN/okular_comicbook.po 2018-07-10 02:07:43.000000000 +0200 @@ -8,7 +8,7 @@ "Project-Id-Version: kdeorg\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" "POT-Creation-Date: 2016-11-19 20:15+0100\n" -"PO-Revision-Date: 2018-05-18 06:31-0400\n" +"PO-Revision-Date: 2018-07-03 17:41\n" "Last-Translator: guoyunhebrave <[email protected]>\n" "Language-Team: Chinese Simplified\n" "Language: zh_CN\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/okular-18.04.2/po/zh_CN/okular_djvu.po new/okular-18.04.3/po/zh_CN/okular_djvu.po --- old/okular-18.04.2/po/zh_CN/okular_djvu.po 2018-06-05 02:32:50.000000000 +0200 +++ new/okular-18.04.3/po/zh_CN/okular_djvu.po 2018-07-10 02:07:43.000000000 +0200 @@ -5,7 +5,7 @@ "Project-Id-Version: kdeorg\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" "POT-Creation-Date: 2017-03-06 04:01+0100\n" -"PO-Revision-Date: 2018-05-18 06:31-0400\n" +"PO-Revision-Date: 2018-07-03 17:41\n" "Last-Translator: guoyunhebrave <[email protected]>\n" "Language-Team: Chinese Simplified\n" "Language: zh_CN\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/okular-18.04.2/po/zh_CN/okular_dvi.po new/okular-18.04.3/po/zh_CN/okular_dvi.po --- old/okular-18.04.2/po/zh_CN/okular_dvi.po 2018-06-05 02:32:50.000000000 +0200 +++ new/okular-18.04.3/po/zh_CN/okular_dvi.po 2018-07-10 02:07:43.000000000 +0200 @@ -9,7 +9,7 @@ "Project-Id-Version: kdeorg\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" "POT-Creation-Date: 2018-02-02 03:27+0100\n" -"PO-Revision-Date: 2018-05-18 06:31-0400\n" +"PO-Revision-Date: 2018-07-03 17:41\n" "Last-Translator: guoyunhebrave <[email protected]>\n" "Language-Team: Chinese Simplified\n" "Language: zh_CN\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/okular-18.04.2/po/zh_CN/okular_epub.po new/okular-18.04.3/po/zh_CN/okular_epub.po --- old/okular-18.04.2/po/zh_CN/okular_epub.po 2018-06-05 02:32:51.000000000 +0200 +++ new/okular-18.04.3/po/zh_CN/okular_epub.po 2018-07-10 02:07:43.000000000 +0200 @@ -9,7 +9,7 @@ "Project-Id-Version: kdeorg\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" "POT-Creation-Date: 2016-11-19 20:15+0100\n" -"PO-Revision-Date: 2018-05-18 06:31-0400\n" +"PO-Revision-Date: 2018-07-03 17:41\n" "Last-Translator: guoyunhebrave <[email protected]>\n" "Language-Team: Chinese Simplified\n" "Language: zh_CN\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/okular-18.04.2/po/zh_CN/okular_fax.po new/okular-18.04.3/po/zh_CN/okular_fax.po --- old/okular-18.04.2/po/zh_CN/okular_fax.po 2018-06-05 02:32:50.000000000 +0200 +++ new/okular-18.04.3/po/zh_CN/okular_fax.po 2018-07-10 02:07:43.000000000 +0200 @@ -8,7 +8,7 @@ "Project-Id-Version: kdeorg\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" "POT-Creation-Date: 2016-11-19 20:15+0100\n" -"PO-Revision-Date: 2018-05-18 06:31-0400\n" +"PO-Revision-Date: 2018-07-03 17:41\n" "Last-Translator: guoyunhebrave <[email protected]>\n" "Language-Team: Chinese Simplified\n" "Language: zh_CN\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/okular-18.04.2/po/zh_CN/okular_fictionbook.po new/okular-18.04.3/po/zh_CN/okular_fictionbook.po --- old/okular-18.04.2/po/zh_CN/okular_fictionbook.po 2018-06-05 02:32:50.000000000 +0200 +++ new/okular-18.04.3/po/zh_CN/okular_fictionbook.po 2018-07-10 02:07:43.000000000 +0200 @@ -4,7 +4,7 @@ "Project-Id-Version: kdeorg\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" "POT-Creation-Date: 2016-11-19 20:15+0100\n" -"PO-Revision-Date: 2018-05-18 06:31-0400\n" +"PO-Revision-Date: 2018-07-03 17:41\n" "Last-Translator: guoyunhebrave <[email protected]>\n" "Language-Team: Chinese Simplified\n" "Language: zh_CN\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/okular-18.04.2/po/zh_CN/okular_ghostview.po new/okular-18.04.3/po/zh_CN/okular_ghostview.po --- old/okular-18.04.2/po/zh_CN/okular_ghostview.po 2018-06-05 02:32:50.000000000 +0200 +++ new/okular-18.04.3/po/zh_CN/okular_ghostview.po 2018-07-10 02:07:43.000000000 +0200 @@ -5,7 +5,7 @@ "Project-Id-Version: kdeorg\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" "POT-Creation-Date: 2016-11-19 20:15+0100\n" -"PO-Revision-Date: 2018-05-18 06:31-0400\n" +"PO-Revision-Date: 2018-07-03 17:41\n" "Last-Translator: guoyunhebrave <[email protected]>\n" "Language-Team: Chinese Simplified\n" "Language: zh_CN\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/okular-18.04.2/po/zh_CN/okular_kimgio.po new/okular-18.04.3/po/zh_CN/okular_kimgio.po --- old/okular-18.04.2/po/zh_CN/okular_kimgio.po 2018-06-05 02:32:50.000000000 +0200 +++ new/okular-18.04.3/po/zh_CN/okular_kimgio.po 2018-07-10 02:07:43.000000000 +0200 @@ -3,7 +3,7 @@ "Project-Id-Version: kdeorg\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" "POT-Creation-Date: 2017-11-17 03:26+0100\n" -"PO-Revision-Date: 2018-05-18 06:31-0400\n" +"PO-Revision-Date: 2018-07-03 17:41\n" "Last-Translator: guoyunhebrave <[email protected]>\n" "Language-Team: Chinese Simplified\n" "Language: zh_CN\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/okular-18.04.2/po/zh_CN/okular_markdown.po new/okular-18.04.3/po/zh_CN/okular_markdown.po --- old/okular-18.04.2/po/zh_CN/okular_markdown.po 2018-06-05 02:32:50.000000000 +0200 +++ new/okular-18.04.3/po/zh_CN/okular_markdown.po 2018-07-10 02:07:43.000000000 +0200 @@ -3,7 +3,7 @@ "Project-Id-Version: kdeorg\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" "POT-Creation-Date: 2018-05-02 06:18+0200\n" -"PO-Revision-Date: 2018-05-18 06:31-0400\n" +"PO-Revision-Date: 2018-07-03 17:41\n" "Last-Translator: guoyunhebrave <[email protected]>\n" "Language-Team: Chinese Simplified\n" "Language: zh_CN\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/okular-18.04.2/po/zh_CN/okular_mobi.po new/okular-18.04.3/po/zh_CN/okular_mobi.po --- old/okular-18.04.2/po/zh_CN/okular_mobi.po 2018-06-05 02:32:51.000000000 +0200 +++ new/okular-18.04.3/po/zh_CN/okular_mobi.po 2018-07-10 02:07:43.000000000 +0200 @@ -9,7 +9,7 @@ "Project-Id-Version: kdeorg\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" "POT-Creation-Date: 2016-11-19 20:15+0100\n" -"PO-Revision-Date: 2018-05-18 06:31-0400\n" +"PO-Revision-Date: 2018-07-03 17:41\n" "Last-Translator: guoyunhebrave <[email protected]>\n" "Language-Team: Chinese Simplified\n" "Language: zh_CN\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/okular-18.04.2/po/zh_CN/okular_ooo.po new/okular-18.04.3/po/zh_CN/okular_ooo.po --- old/okular-18.04.2/po/zh_CN/okular_ooo.po 2018-06-05 02:32:51.000000000 +0200 +++ new/okular-18.04.3/po/zh_CN/okular_ooo.po 2018-07-10 02:07:43.000000000 +0200 @@ -6,7 +6,7 @@ "Project-Id-Version: kdeorg\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" "POT-Creation-Date: 2016-11-19 20:15+0100\n" -"PO-Revision-Date: 2018-05-18 06:31-0400\n" +"PO-Revision-Date: 2018-07-03 17:41\n" "Last-Translator: guoyunhebrave <[email protected]>\n" "Language-Team: Chinese Simplified\n" "Language: zh_CN\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/okular-18.04.2/po/zh_CN/okular_plucker.po new/okular-18.04.3/po/zh_CN/okular_plucker.po --- old/okular-18.04.2/po/zh_CN/okular_plucker.po 2018-06-05 02:32:50.000000000 +0200 +++ new/okular-18.04.3/po/zh_CN/okular_plucker.po 2018-07-10 02:07:43.000000000 +0200 @@ -3,7 +3,7 @@ "Project-Id-Version: kdeorg\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" "POT-Creation-Date: 2016-11-19 20:15+0100\n" -"PO-Revision-Date: 2018-05-18 06:31-0400\n" +"PO-Revision-Date: 2018-07-03 17:41\n" "Last-Translator: guoyunhebrave <[email protected]>\n" "Language-Team: Chinese Simplified\n" "Language: zh_CN\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/okular-18.04.2/po/zh_CN/okular_poppler.po new/okular-18.04.3/po/zh_CN/okular_poppler.po --- old/okular-18.04.2/po/zh_CN/okular_poppler.po 2018-06-05 02:32:51.000000000 +0200 +++ new/okular-18.04.3/po/zh_CN/okular_poppler.po 2018-07-10 02:07:43.000000000 +0200 @@ -9,7 +9,7 @@ "Project-Id-Version: kdeorg\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" "POT-Creation-Date: 2018-02-16 03:18+0100\n" -"PO-Revision-Date: 2018-05-18 06:31-0400\n" +"PO-Revision-Date: 2018-07-03 17:41\n" "Last-Translator: guoyunhebrave <[email protected]>\n" "Language-Team: Chinese Simplified\n" "Language: zh_CN\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/okular-18.04.2/po/zh_CN/okular_txt.po new/okular-18.04.3/po/zh_CN/okular_txt.po --- old/okular-18.04.2/po/zh_CN/okular_txt.po 2018-06-05 02:32:50.000000000 +0200 +++ new/okular-18.04.3/po/zh_CN/okular_txt.po 2018-07-10 02:07:43.000000000 +0200 @@ -7,7 +7,7 @@ "Project-Id-Version: kdeorg\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" "POT-Creation-Date: 2016-11-19 20:15+0100\n" -"PO-Revision-Date: 2018-05-18 06:31-0400\n" +"PO-Revision-Date: 2018-07-03 17:41\n" "Last-Translator: guoyunhebrave <[email protected]>\n" "Language-Team: Chinese Simplified\n" "Language: zh_CN\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/okular-18.04.2/po/zh_CN/okular_xps.po new/okular-18.04.3/po/zh_CN/okular_xps.po --- old/okular-18.04.2/po/zh_CN/okular_xps.po 2018-06-05 02:32:50.000000000 +0200 +++ new/okular-18.04.3/po/zh_CN/okular_xps.po 2018-07-10 02:07:43.000000000 +0200 @@ -5,7 +5,7 @@ "Project-Id-Version: kdeorg\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" "POT-Creation-Date: 2018-04-09 06:05+0200\n" -"PO-Revision-Date: 2018-05-18 06:31-0400\n" +"PO-Revision-Date: 2018-07-03 17:41\n" "Last-Translator: guoyunhebrave <[email protected]>\n" "Language-Team: Chinese Simplified\n" "Language: zh_CN\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/okular-18.04.2/po/zh_CN/org.kde.active.documentviewer.po new/okular-18.04.3/po/zh_CN/org.kde.active.documentviewer.po --- old/okular-18.04.2/po/zh_CN/org.kde.active.documentviewer.po 2018-06-05 02:32:50.000000000 +0200 +++ new/okular-18.04.3/po/zh_CN/org.kde.active.documentviewer.po 2018-07-10 02:07:43.000000000 +0200 @@ -7,7 +7,7 @@ "Project-Id-Version: kdeorg\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" "POT-Creation-Date: 2017-07-14 03:10+0200\n" -"PO-Revision-Date: 2018-05-18 06:31-0400\n" +"PO-Revision-Date: 2018-07-03 17:41\n" "Last-Translator: guoyunhebrave <[email protected]>\n" "Language-Team: Chinese Simplified\n" "Language: zh_CN\n"
