Hello community, here is the log from the commit of package kamera for openSUSE:Factory checked in at 2018-12-19 13:32:45 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/kamera (Old) and /work/SRC/openSUSE:Factory/.kamera.new.28833 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kamera" Wed Dec 19 13:32:45 2018 rev:99 rq:658350 version:18.12.0 Changes: -------- --- /work/SRC/openSUSE:Factory/kamera/kamera.changes 2018-11-12 09:26:40.330351345 +0100 +++ /work/SRC/openSUSE:Factory/.kamera.new.28833/kamera.changes 2018-12-19 13:32:45.952669416 +0100 @@ -1,0 +2,40 @@ +Fri Dec 14 06:08:59 UTC 2018 - [email protected] + +- Update to 18.12.0 + * New bugfix release + * For more details please see: + * https://www.kde.org/announcements/announce-applications-18.12.0.php +- Changes since 18.11.90: + * No code changes since 18.11.90 + +------------------------------------------------------------------- +Mon Dec 03 20:55:50 UTC 2018 - [email protected] + +- Update to 18.11.90 + * New bugfix release + * For more details please see: + * https://www.kde.org/announcements/announce-applications-18.12-rc.php +- Changes since 18.11.80: + * No code changes since 18.11.80 + +------------------------------------------------------------------- +Sun Nov 25 15:09:12 UTC 2018 - [email protected] + +- Add license files to kio_kamera package + +------------------------------------------------------------------- +Tue Nov 20 06:22:00 UTC 2018 - Luca Beltrame <[email protected]> + +- Run spec-cleaner + +------------------------------------------------------------------- +Tue Nov 20 05:56:44 UTC 2018 - [email protected] + +- Update to 18.11.80 + * New feature release + * For more details please see: + * https://www.kde.org/announcements/announce-applications-18.12-beta.php +- Changes since 18.08.3: + * Fix minor EBN issues + +------------------------------------------------------------------- @@ -50 +90 @@ - * https://www.kde.org/announcements/announce-applications-18.07.80.php + * https://www.kde.org/announcements/announce-applications-18.08-beta.php @@ -101 +141 @@ - * https://www.kde.org/announcements/announce-applications-18.03.90.php + * https://www.kde.org/announcements/announce-applications-18.04-rc.php @@ -209 +249 @@ - * https://www.kde.org/announcements/announce-applications-17.07.90.php + * https://www.kde.org/announcements/announce-applications-17.08-rc.php @@ -268 +308 @@ - * https://www.kde.org/announcements/announce-applications-17.03.80.php + * https://www.kde.org/announcements/announce-applications-17.04-beta.php @@ -360 +400 @@ - * https://www.kde.org/announcements/announce-applications-16.07.90.php + * https://www.kde.org/announcements/announce-applications-16.08-rc.php @@ -476 +516 @@ - * https://www.kde.org/announcements/announce-applications-15.07.90.php + * https://www.kde.org/announcements/announce-applications-15.08-rc.php Old: ---- kamera-18.08.3.tar.xz New: ---- kamera-18.12.0.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ kamera.spec ++++++ --- /var/tmp/diff_new_pack.ByLP3e/_old 2018-12-19 13:32:46.404668828 +0100 +++ /var/tmp/diff_new_pack.ByLP3e/_new 2018-12-19 13:32:46.408668823 +0100 @@ -1,7 +1,7 @@ # # spec file for package kamera # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -12,22 +12,21 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # -%bcond_without lang - -Name: kamera -Version: 18.08.3 -Release: 0 %define kf5_version 5.26.0 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA) %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')} +%bcond_without lang +Name: kamera +Version: 18.12.0 +Release: 0 Summary: Digital camera support for KDE applications License: LGPL-2.1-or-later Group: Productivity/Graphics/Other -Url: http://www.kde.org +URL: http://www.kde.org Source0: %{name}-%{version}.tar.xz BuildRequires: extra-cmake-modules BuildRequires: kconfig-devel @@ -40,7 +39,6 @@ BuildRequires: oxygen-icon-theme-large BuildRequires: pkgconfig BuildRequires: pkgconfig(Qt5Core) -BuildRoot: %{_tmppath}/%{name}-%{version}-build %description This package allows any KDE application to access and manipulate pictures on a digital camera. @@ -58,7 +56,7 @@ %kf5_makeinstall -C build %if %{with lang} %find_lang %{name} --with-man --all-name - %kf5_find_htmldocs + %{kf5_find_htmldocs} %endif %package -n kio_kamera @@ -75,7 +73,7 @@ %postun -n kio_kamera -p /sbin/ldconfig %files -n kio_kamera -%defattr(-,root,root) +%license COPYING* %doc README %dir %{_kf5_htmldir}/en/kcontrol %dir %{_kf5_sharedir}/solid/ @@ -89,7 +87,7 @@ %if %{with lang} %files lang -f %{name}.lang -%doc COPYING* +%license COPYING* %endif %changelog ++++++ kamera-18.08.3.tar.xz -> kamera-18.12.0.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kamera-18.08.3/CMakeLists.txt new/kamera-18.12.0/CMakeLists.txt --- old/kamera-18.08.3/CMakeLists.txt 2018-11-06 01:12:42.000000000 +0100 +++ new/kamera-18.12.0/CMakeLists.txt 2018-12-07 01:24:16.000000000 +0100 @@ -3,8 +3,8 @@ # KDE Application Version, managed by release script set (KDE_APPLICATIONS_VERSION_MAJOR "18") -set (KDE_APPLICATIONS_VERSION_MINOR "08") -set (KDE_APPLICATIONS_VERSION_MICRO "3") +set (KDE_APPLICATIONS_VERSION_MINOR "12") +set (KDE_APPLICATIONS_VERSION_MICRO "0") set(KDE_APPLICATIONS_VERSION "${KDE_APPLICATIONS_VERSION_MAJOR}.${KDE_APPLICATIONS_VERSION_MINOR}.${KDE_APPLICATIONS_VERSION_MICRO}") set(PROJECT_VERSION ${KDE_APPLICATIONS_VERSION}) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kamera-18.08.3/kcontrol/kamera.cpp new/kamera-18.12.0/kcontrol/kamera.cpp --- old/kamera-18.08.3/kcontrol/kamera.cpp 2018-11-02 16:10:42.000000000 +0100 +++ new/kamera-18.12.0/kcontrol/kamera.cpp 2018-12-05 00:33:45.000000000 +0100 @@ -110,12 +110,12 @@ m_deviceSel->setModel(m_deviceModel); - connect(m_deviceSel, SIGNAL(customContextMenuRequested(const QPoint &)), - SLOT(slot_deviceMenu(const QPoint &))); - connect(m_deviceSel, SIGNAL(doubleClicked(const QModelIndex &)), + connect(m_deviceSel, SIGNAL(customContextMenuRequested(QPoint)), + SLOT(slot_deviceMenu(QPoint))); + connect(m_deviceSel, SIGNAL(doubleClicked(QModelIndex)), SLOT(slot_configureCamera())); - connect(m_deviceSel, SIGNAL(activated(const QModelIndex &)), - SLOT(slot_deviceSelected(const QModelIndex &))); + connect(m_deviceSel, SIGNAL(activated(QModelIndex)), + SLOT(slot_deviceSelected(QModelIndex))); connect(m_deviceSel, SIGNAL(clicked(QModelIndex)), SLOT(slot_deviceSelected(QModelIndex))); @@ -221,8 +221,8 @@ qCDebug(KAMERA_KCONTROL) << "Loading configuration for serial port camera: " << *it; kcamera = new KCamera(*it, cg.readEntry("Path")); - connect(kcamera, SIGNAL(error(const QString &)), SLOT(slot_error(const QString &))); - connect(kcamera, SIGNAL(error(const QString &, const QString &)), SLOT(slot_error(const QString &, const QString &))); + connect(kcamera, SIGNAL(error(QString)), SLOT(slot_error(QString))); + connect(kcamera, SIGNAL(error(QString,QString)), SLOT(slot_error(QString,QString))); kcamera->load(m_config); m_devices[*it] = kcamera; } @@ -263,8 +263,8 @@ qCDebug(KAMERA_KCONTROL) << "Adding USB camera: " << portit.value() << " at " << portit.key(); kcamera = new KCamera(portit.value(), portit.key()); - connect(kcamera, SIGNAL(error(const QString &)), SLOT(slot_error(const QString &))); - connect(kcamera, SIGNAL(error(const QString &, const QString &)), SLOT(slot_error(const QString &, const QString &))); + connect(kcamera, SIGNAL(error(QString)), SLOT(slot_error(QString))); + connect(kcamera, SIGNAL(error(QString,QString)), SLOT(slot_error(QString,QString))); m_devices[portit.value()] = kcamera; } populateDeviceListView(); @@ -319,8 +319,8 @@ void KKameraConfig::slot_addCamera() { KCamera *m_device = new KCamera(QString::null, QString()); //krazy:exclusion=nullstrassign for old broken gcc - connect(m_device, SIGNAL(error(const QString &)), SLOT(slot_error(const QString &))); - connect(m_device, SIGNAL(error(const QString &, const QString &)), SLOT(slot_error(const QString &, const QString &))); + connect(m_device, SIGNAL(error(QString)), SLOT(slot_error(QString))); + connect(m_device, SIGNAL(error(QString,QString)), SLOT(slot_error(QString,QString))); KameraDeviceSelectDialog dialog(this, m_device); if (dialog.exec() == QDialog::Accepted) { dialog.save(); diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kamera-18.08.3/kcontrol/kamera.desktop new/kamera-18.12.0/kcontrol/kamera.desktop --- old/kamera-18.08.3/kcontrol/kamera.desktop 2018-11-02 16:10:42.000000000 +0100 +++ new/kamera-18.12.0/kcontrol/kamera.desktop 2018-12-05 00:33:45.000000000 +0100 @@ -2,7 +2,6 @@ Comment=Configure Kamera Comment[af]=Konfigureer Kamera Comment[ar]=إعداد Kamera -Comment[ast]=Configura Kamera Comment[bg]=Настройки на фотоапарат Comment[br]=Kefluniañ Kamera Comment[bs]=Podešavanje Kamere @@ -77,7 +76,6 @@ Comment[zh_TW]=設定照相機 X-KDE-Keywords=gphoto,camera,digicam,webcam,kamera X-KDE-Keywords[ar]=كاميرا,ويبكام,gphoto,camera,digicam,webcam,kamera -X-KDE-Keywords[ast]=gphoto,cámara,digicam,webcam,kamera X-KDE-Keywords[bg]=фото, фотоапарат,камера,уебкамера,цифров,gphoto,camera,digicam,webcam,kamera X-KDE-Keywords[bs]=gphoto,camera,digicam,webcam,kamera X-KDE-Keywords[ca]=gphoto,càmera,digicam,càmera web,webcam,kamera @@ -129,7 +127,6 @@ Name=Digital Camera Name[af]=Digitaal Kamera Name[ar]=كاميرا رقمية -Name[ast]=Cámara dixital Name[be]=Камера Name[bg]=Цифров фотоапарат Name[br]=Kamera niverel diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kamera-18.08.3/kcontrol/kameraconfigdialog.cpp new/kamera-18.12.0/kcontrol/kameraconfigdialog.cpp --- old/kamera-18.08.3/kcontrol/kameraconfigdialog.cpp 2018-11-02 16:10:42.000000000 +0100 +++ new/kamera-18.12.0/kcontrol/kameraconfigdialog.cpp 2018-12-05 00:33:45.000000000 +0100 @@ -21,6 +21,8 @@ */ +#include "kameraconfigdialog.h" + #include <QLabel> #include <QGroupBox> #include <QCheckBox> @@ -39,8 +41,6 @@ #include <KLocalizedString> -#include "kameraconfigdialog.h" - #include <QLoggingCategory> Q_DECLARE_LOGGING_CATEGORY(KAMERA_KCONTROL) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kamera-18.08.3/kcontrol/kameradevice.cpp new/kamera-18.12.0/kcontrol/kameradevice.cpp --- old/kamera-18.08.3/kcontrol/kameradevice.cpp 2018-11-02 16:10:42.000000000 +0100 +++ new/kamera-18.12.0/kcontrol/kameradevice.cpp 2018-12-05 00:33:45.000000000 +0100 @@ -21,6 +21,8 @@ */ +#include "kameradevice.h" + #include <QComboBox> #include <QGroupBox> #include <QVBoxLayout> @@ -37,15 +39,13 @@ #include <KConfigGroup> #include <KMessageBox> -#include "config-kamera.h" +#include <config-kamera.h> extern "C" { #include <gphoto2.h> } -#include "kamera.h" #include "kameraconfigdialog.h" -#include "kameradevice.h" // Define some parts of the old API #define GP_PROMPT_OK 0 @@ -300,10 +300,10 @@ setModal( true ); m_device = device; - connect(m_device, SIGNAL(error(const QString &)), - SLOT(slot_error(const QString &))); - connect(m_device, SIGNAL(error(const QString &, const QString &)), - SLOT(slot_error(const QString &, const QString &))); + connect(m_device, SIGNAL(error(QString)), + SLOT(slot_error(QString))); + connect(m_device, SIGNAL(error(QString,QString)), + SLOT(slot_error(QString,QString))); QWidget *page = new QWidget( this ); @@ -320,8 +320,8 @@ m_modelSel->setModel(m_model); topLayout->addWidget( m_modelSel ); - connect(m_modelSel, SIGNAL(activated(const QModelIndex &)), - SLOT(slot_setModel(const QModelIndex &))); + connect(m_modelSel, SIGNAL(activated(QModelIndex)), + SLOT(slot_setModel(QModelIndex))); connect(m_modelSel, SIGNAL(clicked(QModelIndex)), SLOT(slot_setModel(QModelIndex))); // make sure listview only as wide as it needs to be @@ -362,10 +362,10 @@ lay->addWidget(grid2); lay->addWidget( m_settingsStack ); - connect(m_serialRB, SIGNAL( toggled(bool) ), - this, SLOT( changeCurrentIndex() ) ); - connect(m_USBRB, SIGNAL( toggled(bool) ), - this, SLOT( changeCurrentIndex() ) ); + connect(m_serialRB, SIGNAL(toggled(bool)), + this, SLOT(changeCurrentIndex()) ); + connect(m_USBRB, SIGNAL(toggled(bool)), + this, SLOT(changeCurrentIndex()) ); // none tab m_settingsStack->insertWidget(INDEX_NONE, new QLabel(i18n("No port type selected."), diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kamera-18.08.3/kcontrol/kameradevice.h new/kamera-18.12.0/kcontrol/kameradevice.h --- old/kamera-18.08.3/kcontrol/kameradevice.h 2018-11-02 16:10:42.000000000 +0100 +++ new/kamera-18.12.0/kcontrol/kameradevice.h 2018-12-05 00:33:45.000000000 +0100 @@ -23,8 +23,11 @@ #ifndef __kameradevice_h__ #define __kameradevice_h__ +#include "kamera.h" + #include <QDialog> #include <QWidget> +#include <QDialogButtonBox> class KConfig; class QString; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kamera-18.08.3/kioslave/kamera.cpp new/kamera-18.12.0/kioslave/kamera.cpp --- old/kamera-18.08.3/kioslave/kamera.cpp 2018-11-02 16:10:42.000000000 +0100 +++ new/kamera-18.12.0/kioslave/kamera.cpp 2018-12-05 00:33:45.000000000 +0100 @@ -23,6 +23,8 @@ // remove comment to enable debugging // #undef QT_NO_DEBUG +#include "kamera.h" + #include <stdlib.h> #include <unistd.h> #include <stdio.h> @@ -48,9 +50,7 @@ #include <kio/global.h> #include <kio/slaveconfig.h> -#include "config-kamera.h" - -#include "kamera.h" +#include <config-kamera.h> #define tocstr(x) ((x).toLocal8Bit()) @@ -516,7 +516,7 @@ GPHOTO_TEXT_FILE(summary); #undef GPHOTO_TEXT_FILE - QString xname = current_camera + "@" + current_port; + QString xname = current_camera + '@' + current_port; entry.insert( KIO::UDSEntry::UDS_NAME, path_quote(xname)); entry.insert( KIO::UDSEntry::UDS_DISPLAY_NAME, current_camera); entry.insert( KIO::UDSEntry::UDS_FILE_TYPE,S_IFDIR); @@ -628,9 +628,9 @@ if (!file.isEmpty()) { if (directory == "/") { - directory = "/" + file; + directory = '/' + file; } else { - directory = directory + "/" + file; + directory = directory + '/' + file; } } @@ -723,7 +723,7 @@ entry.insert(KIO::UDSEntry::UDS_FILE_TYPE,S_IFDIR); entry.insert(KIO::UDSEntry::UDS_ACCESS, (S_IRUSR | S_IRGRP | S_IROTH |S_IWUSR | S_IWGRP | S_IWOTH)); - xname = (*it)+"@"+m_cfgPath; + xname = (*it)+'@'+m_cfgPath; entry.insert(KIO::UDSEntry::UDS_NAME,path_quote(xname)); // do not confuse regular users with the @usb... entry.insert(KIO::UDSEntry::UDS_DISPLAY_NAME,*it); @@ -738,7 +738,7 @@ // do not confuse regular users with the @usb... entry.insert(KIO::UDSEntry::UDS_DISPLAY_NAME,portsit.value()); entry.insert(KIO::UDSEntry::UDS_NAME, - path_quote(portsit.value()+"@"+portsit.key())); + path_quote(portsit.value()+'@'+portsit.key())); entry.insert(KIO::UDSEntry::UDS_ACCESS, (S_IRUSR | S_IRGRP | S_IROTH |S_IWUSR | S_IWGRP | S_IWOTH)); @@ -753,7 +753,7 @@ qCDebug(KAMERA_KIOSLAVE) << "redirecting to /"; if (!current_camera.isEmpty() && !current_port.isEmpty()) { - rooturl.setPath("/"+current_camera+"@"+current_port+"/"); + rooturl.setPath('/'+current_camera+'@'+current_port+'/'); } else { rooturl.setPath("/"); } diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kamera-18.08.3/po/ar/kcmkamera.po new/kamera-18.12.0/po/ar/kcmkamera.po --- old/kamera-18.08.3/po/ar/kcmkamera.po 2018-11-06 01:12:41.000000000 +0100 +++ new/kamera-18.12.0/po/ar/kcmkamera.po 2018-12-07 01:24:13.000000000 +0100 @@ -10,7 +10,7 @@ msgstr "" "Project-Id-Version: kcmkamera\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2018-03-23 03:27+0100\n" +"POT-Creation-Date: 2018-11-12 06:53+0100\n" "PO-Revision-Date: 2012-01-22 22:26+0400\n" "Last-Translator: Zayed Al-Saidi <[email protected]>\n" "Language-Team: Arabic <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kamera-18.08.3/po/ast/kcmkamera.po new/kamera-18.12.0/po/ast/kcmkamera.po --- old/kamera-18.08.3/po/ast/kcmkamera.po 2018-11-06 01:12:41.000000000 +0100 +++ new/kamera-18.12.0/po/ast/kcmkamera.po 1970-01-01 01:00:00.000000000 +0100 @@ -1,227 +0,0 @@ -# Copyright (C) YEAR This_file_is_part_of_KDE -# This file is distributed under the same license as the PACKAGE package. -# -# enolp <[email protected]>, 2016. -msgid "" -msgstr "" -"Project-Id-Version: \n" -"Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2018-03-23 03:27+0100\n" -"PO-Revision-Date: 2016-12-19 01:44+0100\n" -"Last-Translator: enolp <[email protected]>\n" -"Language-Team: Asturian <[email protected]>\n" -"Language: ast\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" - -#: kamera.cpp:89 -#, kde-format -msgid "Unable to initialize the gPhoto2 libraries." -msgstr "" - -#: kamera.cpp:130 -#, kde-format -msgid "Add" -msgstr "" - -#: kamera.cpp:132 -#, kde-format -msgid "Click this button to add a new camera." -msgstr "" - -#: kamera.cpp:138 -#, kde-format -msgid "Test" -msgstr "" - -#: kamera.cpp:140 -#, kde-format -msgid "Click this button to test the connection to the selected camera." -msgstr "" - -#: kamera.cpp:145 -#, kde-format -msgid "Remove" -msgstr "" - -#: kamera.cpp:147 -#, kde-format -msgid "Click this button to remove the selected camera from the list." -msgstr "" - -#: kamera.cpp:152 -#, kde-format -msgid "Configure..." -msgstr "" - -#: kamera.cpp:154 -#, kde-format -msgid "" -"Click this button to change the configuration of the selected camera." -"<br><br>The availability of this feature and the contents of the " -"Configuration dialog depend on the camera model." -msgstr "" - -#: kamera.cpp:159 -#, kde-format -msgid "Information" -msgstr "" - -#: kamera.cpp:161 -#, kde-format -msgid "" -"Click this button to view a summary of the current status of the selected " -"camera.<br><br>The availability of this feature and the contents of the " -"Information dialog depend on the camera model." -msgstr "" - -#: kamera.cpp:167 -#, kde-format -msgid "Cancel" -msgstr "" - -#: kamera.cpp:169 -#, kde-format -msgid "Click this button to cancel the current camera operation." -msgstr "" - -#: kamera.cpp:357 -#, kde-format -msgid "Camera test was successful." -msgstr "" - -#: kamera.cpp:440 -#, kde-format -msgid "" -"<h1>Digital Camera</h1>\n" -"This module allows you to configure support for your digital camera.\n" -"You need to select the camera's model and the port it is connected\n" -"to on your computer (e.g. USB, Serial, Firewire). If your camera does not\n" -"appear on the list of <i>Supported Cameras</i>, go to the\n" -"<a href=\"http://www.gphoto.org\">GPhoto web site</a> for a possible update." -"<br><br>\n" -"To view and download images from the digital camera, go to the address\n" -"<a href=\"camera:/\">camera:/</a> in Konqueror and other KDE applications." -msgstr "" - -#: kameraconfigdialog.cpp:257 -#, kde-format -msgid "Button (not supported by KControl)" -msgstr "" - -#: kameraconfigdialog.cpp:265 -#, kde-format -msgid "Date (not supported by KControl)" -msgstr "" - -#: kameradevice.cpp:93 -#, kde-format -msgid "Could not allocate memory for the abilities list." -msgstr "" - -#: kameradevice.cpp:97 -#, kde-format -msgid "Could not load ability list." -msgstr "" - -#: kameradevice.cpp:103 kameradevice.cpp:518 kameradevice.cpp:534 -#, kde-format -msgid "" -"Description of abilities for camera %1 is not available. Configuration " -"options may be incorrect." -msgstr "" - -#: kameradevice.cpp:127 -#, kde-format -msgid "Could not access driver. Check your gPhoto2 installation." -msgstr "" - -#: kameradevice.cpp:147 -#, kde-format -msgid "" -"Unable to initialize camera. Check your port settings and camera " -"connectivity and try again." -msgstr "" - -#: kameradevice.cpp:171 -#, kde-format -msgid "No camera summary information is available.\n" -msgstr "" - -#: kameradevice.cpp:185 kameradevice.cpp:196 -#, kde-format -msgid "Camera configuration failed." -msgstr "" - -#: kameradevice.cpp:234 kameradevice.cpp:341 -#, kde-format -msgid "Serial" -msgstr "" - -#: kameradevice.cpp:235 kameradevice.cpp:346 -#, kde-format -msgid "USB" -msgstr "USB" - -#: kameradevice.cpp:236 -#, kde-format -msgid "Unknown port" -msgstr "" - -#: kameradevice.cpp:299 -#, kde-format -msgid "Select Camera Device" -msgstr "" - -#: kameradevice.cpp:319 -#, kde-format -msgctxt "@title:column" -msgid "Supported Cameras" -msgstr "" - -#: kameradevice.cpp:335 kameradevice.cpp:360 -#, kde-format -msgid "Port" -msgstr "" - -#: kameradevice.cpp:343 -#, kde-format -msgid "" -"If this option is checked, the camera has to be connected to one of the " -"computer's serial ports (known as COM ports in Microsoft Windows.)" -msgstr "" - -#: kameradevice.cpp:348 -#, kde-format -msgid "" -"If this option is checked, the camera has to be connected to one of the " -"computer's USB ports, or to a USB hub." -msgstr "" - -#: kameradevice.cpp:351 -#, kde-format -msgid "Port Settings" -msgstr "" - -#: kameradevice.cpp:371 -#, kde-format -msgid "No port type selected." -msgstr "" - -#: kameradevice.cpp:379 -#, kde-format -msgid "Port:" -msgstr "" - -#: kameradevice.cpp:382 -#, kde-format -msgid "Specify here the serial port to which you connect the camera." -msgstr "" - -#: kameradevice.cpp:390 -#, kde-format -msgid "No further configuration is required for USB cameras." -msgstr "" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kamera-18.08.3/po/bg/kcmkamera.po new/kamera-18.12.0/po/bg/kcmkamera.po --- old/kamera-18.08.3/po/bg/kcmkamera.po 2018-11-06 01:12:41.000000000 +0100 +++ new/kamera-18.12.0/po/bg/kcmkamera.po 2018-12-07 01:24:13.000000000 +0100 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: kcmkamera\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2018-03-23 03:27+0100\n" +"POT-Creation-Date: 2018-11-12 06:53+0100\n" "PO-Revision-Date: 2011-02-02 16:46+0200\n" "Last-Translator: Yasen Pramatarov <[email protected]>\n" "Language-Team: Bulgarian <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kamera-18.08.3/po/bs/kcmkamera.po new/kamera-18.12.0/po/bs/kcmkamera.po --- old/kamera-18.08.3/po/bs/kcmkamera.po 2018-11-06 01:12:41.000000000 +0100 +++ new/kamera-18.12.0/po/bs/kcmkamera.po 2018-12-07 01:24:13.000000000 +0100 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: kcmkamera\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2018-03-23 03:27+0100\n" +"POT-Creation-Date: 2018-11-12 06:53+0100\n" "PO-Revision-Date: 2015-02-04 16:01+0000\n" "Last-Translator: Samir Ribić <Unknown>\n" "Language-Team: Bosnian <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kamera-18.08.3/po/ca/kcmkamera.po new/kamera-18.12.0/po/ca/kcmkamera.po --- old/kamera-18.08.3/po/ca/kcmkamera.po 2018-11-06 01:12:41.000000000 +0100 +++ new/kamera-18.12.0/po/ca/kcmkamera.po 2018-12-07 01:24:13.000000000 +0100 @@ -10,7 +10,7 @@ msgstr "" "Project-Id-Version: kcmkamera\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2018-03-23 03:27+0100\n" +"POT-Creation-Date: 2018-11-12 06:53+0100\n" "PO-Revision-Date: 2016-09-04 22:47+0100\n" "Last-Translator: Antoni Bella Pérez <[email protected]>\n" "Language-Team: Catalan <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kamera-18.08.3/po/ca/kio5_kamera.po new/kamera-18.12.0/po/ca/kio5_kamera.po --- old/kamera-18.08.3/po/ca/kio5_kamera.po 2018-11-06 01:12:41.000000000 +0100 +++ new/kamera-18.12.0/po/ca/kio5_kamera.po 2018-12-07 01:24:13.000000000 +0100 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: kio5_kamera\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2018-10-13 06:38+0200\n" +"POT-Creation-Date: 2018-11-12 06:53+0100\n" "PO-Revision-Date: 2018-10-13 20:17+0100\n" "Last-Translator: Josep Ma. Ferrer <[email protected]>\n" "Language-Team: Catalan <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kamera-18.08.3/po/ca@valencia/kcmkamera.po new/kamera-18.12.0/po/ca@valencia/kcmkamera.po --- old/kamera-18.08.3/po/ca@valencia/kcmkamera.po 2018-11-06 01:12:41.000000000 +0100 +++ new/kamera-18.12.0/po/ca@valencia/kcmkamera.po 2018-12-07 01:24:13.000000000 +0100 @@ -10,7 +10,7 @@ msgstr "" "Project-Id-Version: kcmkamera\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2018-03-23 03:27+0100\n" +"POT-Creation-Date: 2018-11-12 06:53+0100\n" "PO-Revision-Date: 2016-09-04 22:47+0100\n" "Last-Translator: Antoni Bella Pérez <[email protected]>\n" "Language-Team: Catalan <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kamera-18.08.3/po/ca@valencia/kio5_kamera.po new/kamera-18.12.0/po/ca@valencia/kio5_kamera.po --- old/kamera-18.08.3/po/ca@valencia/kio5_kamera.po 2018-11-06 01:12:41.000000000 +0100 +++ new/kamera-18.12.0/po/ca@valencia/kio5_kamera.po 2018-12-07 01:24:14.000000000 +0100 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: kio5_kamera\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2018-10-13 06:38+0200\n" +"POT-Creation-Date: 2018-11-12 06:53+0100\n" "PO-Revision-Date: 2018-10-13 20:17+0100\n" "Last-Translator: Josep Ma. Ferrer <[email protected]>\n" "Language-Team: Catalan <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kamera-18.08.3/po/cs/kcmkamera.po new/kamera-18.12.0/po/cs/kcmkamera.po --- old/kamera-18.08.3/po/cs/kcmkamera.po 2018-11-06 01:12:41.000000000 +0100 +++ new/kamera-18.12.0/po/cs/kcmkamera.po 2018-12-07 01:24:14.000000000 +0100 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: kcmkamera\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2018-03-23 03:27+0100\n" +"POT-Creation-Date: 2018-11-12 06:53+0100\n" "PO-Revision-Date: 2014-04-10 13:44+0200\n" "Last-Translator: Vít Pelčák <[email protected]>\n" "Language-Team: Czech <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kamera-18.08.3/po/cs/kio5_kamera.po new/kamera-18.12.0/po/cs/kio5_kamera.po --- old/kamera-18.08.3/po/cs/kio5_kamera.po 2018-11-06 01:12:41.000000000 +0100 +++ new/kamera-18.12.0/po/cs/kio5_kamera.po 2018-12-07 01:24:14.000000000 +0100 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: kamera\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2018-10-13 06:38+0200\n" +"POT-Creation-Date: 2018-11-12 06:53+0100\n" "PO-Revision-Date: 2018-10-15 08:18+0100\n" "Last-Translator: Vit Pelcak <[email protected]>\n" "Language-Team: Czech <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kamera-18.08.3/po/da/kcmkamera.po new/kamera-18.12.0/po/da/kcmkamera.po --- old/kamera-18.08.3/po/da/kcmkamera.po 2018-11-06 01:12:41.000000000 +0100 +++ new/kamera-18.12.0/po/da/kcmkamera.po 2018-12-07 01:24:14.000000000 +0100 @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: kcmkamera\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2018-03-23 03:27+0100\n" +"POT-Creation-Date: 2018-11-12 06:53+0100\n" "PO-Revision-Date: 2015-12-08 18:18+0100\n" "Last-Translator: Martin Schlander <[email protected]>\n" "Language-Team: Danish <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kamera-18.08.3/po/de/kcmkamera.po new/kamera-18.12.0/po/de/kcmkamera.po --- old/kamera-18.08.3/po/de/kcmkamera.po 2018-11-06 01:12:41.000000000 +0100 +++ new/kamera-18.12.0/po/de/kcmkamera.po 2018-12-07 01:24:14.000000000 +0100 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: kcmkamera\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2018-03-23 03:27+0100\n" +"POT-Creation-Date: 2018-11-12 06:53+0100\n" "PO-Revision-Date: 2015-12-03 03:30+0100\n" "Last-Translator: Frederik Schwarzer <[email protected]>\n" "Language-Team: German <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kamera-18.08.3/po/de/kio5_kamera.po new/kamera-18.12.0/po/de/kio5_kamera.po --- old/kamera-18.08.3/po/de/kio5_kamera.po 2018-11-06 01:12:41.000000000 +0100 +++ new/kamera-18.12.0/po/de/kio5_kamera.po 2018-12-07 01:24:14.000000000 +0100 @@ -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. +# Copyright (C) YEAR This file is copyright: +# This file is distributed under the same license as the kamera package. # # Burkhard Lück <[email protected]>, 2018. msgid "" msgstr "" -"Project-Id-Version: \n" +"Project-Id-Version: kamera\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2018-10-13 06:38+0200\n" -"PO-Revision-Date: 2018-10-15 11:25+0100\n" +"POT-Creation-Date: 2018-11-12 06:53+0100\n" +"PO-Revision-Date: 2018-10-16 06:11+0100\n" "Last-Translator: Burkhard Lück <[email protected]>\n" "Language-Team: German <[email protected]>\n" "Language: de\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kamera-18.08.3/po/el/kcmkamera.po new/kamera-18.12.0/po/el/kcmkamera.po --- old/kamera-18.08.3/po/el/kcmkamera.po 2018-11-06 01:12:41.000000000 +0100 +++ new/kamera-18.12.0/po/el/kcmkamera.po 2018-12-07 01:24:14.000000000 +0100 @@ -11,7 +11,7 @@ msgstr "" "Project-Id-Version: kcmkamera\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2018-03-23 03:27+0100\n" +"POT-Creation-Date: 2018-11-12 06:53+0100\n" "PO-Revision-Date: 2016-05-24 16:24+0200\n" "Last-Translator: Petros Vidalis <[email protected]>\n" "Language-Team: Greek <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kamera-18.08.3/po/en_GB/kcmkamera.po new/kamera-18.12.0/po/en_GB/kcmkamera.po --- old/kamera-18.08.3/po/en_GB/kcmkamera.po 2018-11-06 01:12:41.000000000 +0100 +++ new/kamera-18.12.0/po/en_GB/kcmkamera.po 2018-12-07 01:24:14.000000000 +0100 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: kcmkamera\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2018-03-23 03:27+0100\n" +"POT-Creation-Date: 2018-11-12 06:53+0100\n" "PO-Revision-Date: 2015-10-31 11:36+0000\n" "Last-Translator: Steve Allewell <[email protected]>\n" "Language-Team: British English <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kamera-18.08.3/po/en_GB/kio5_kamera.po new/kamera-18.12.0/po/en_GB/kio5_kamera.po --- old/kamera-18.08.3/po/en_GB/kio5_kamera.po 2018-11-06 01:12:41.000000000 +0100 +++ new/kamera-18.12.0/po/en_GB/kio5_kamera.po 2018-12-07 01:24:14.000000000 +0100 @@ -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. +# Copyright (C) YEAR This file is copyright: +# This file is distributed under the same license as the kamera package. # # Steve Allewell <[email protected]>, 2018. msgid "" msgstr "" -"Project-Id-Version: \n" +"Project-Id-Version: kamera\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2018-10-13 06:38+0200\n" -"PO-Revision-Date: 2018-10-27 20:39+0100\n" +"POT-Creation-Date: 2018-11-12 06:53+0100\n" +"PO-Revision-Date: 2018-10-27 20:05+0100\n" "Last-Translator: Steve Allewell <[email protected]>\n" "Language-Team: British English <[email protected]>\n" "Language: en_GB\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kamera-18.08.3/po/eo/kcmkamera.po new/kamera-18.12.0/po/eo/kcmkamera.po --- old/kamera-18.08.3/po/eo/kcmkamera.po 2018-11-06 01:12:41.000000000 +0100 +++ new/kamera-18.12.0/po/eo/kcmkamera.po 2018-12-07 01:24:14.000000000 +0100 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: kcmkamera\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2018-03-23 03:27+0100\n" +"POT-Creation-Date: 2018-11-12 06:53+0100\n" "PO-Revision-Date: 2007-11-28 21:01+0100\n" "Last-Translator: Pierre-Marie Pédrot <[email protected]>\n" "Language-Team: esperanto <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kamera-18.08.3/po/es/docs/kcontrol/kamera/index.docbook new/kamera-18.12.0/po/es/docs/kcontrol/kamera/index.docbook --- old/kamera-18.08.3/po/es/docs/kcontrol/kamera/index.docbook 2018-11-06 01:12:42.000000000 +0100 +++ new/kamera-18.12.0/po/es/docs/kcontrol/kamera/index.docbook 2018-12-07 01:24:16.000000000 +0100 @@ -40,9 +40,9 @@ </authorgroup> <date ->2018-03-23</date> +>2015-09-16</date> <releaseinfo ->Aplicaciones 18.04</releaseinfo> +>Applications 15.12</releaseinfo> <keywordset> <keyword @@ -133,7 +133,7 @@ <para >Para ver y descargar imágenes de la cámara digital, teclee <userinput >camera:/</userinput -> en la barra de direcciones de &konqueror; o de &dolphin;. </para> +> en la barra de direcciones de &konqueror;. </para> </article> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kamera-18.08.3/po/es/kcmkamera.po new/kamera-18.12.0/po/es/kcmkamera.po --- old/kamera-18.08.3/po/es/kcmkamera.po 2018-11-06 01:12:41.000000000 +0100 +++ new/kamera-18.12.0/po/es/kcmkamera.po 2018-12-07 01:24:14.000000000 +0100 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: kcmkamera\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2018-03-23 03:27+0100\n" +"POT-Creation-Date: 2018-11-12 06:53+0100\n" "PO-Revision-Date: 2015-10-31 02:45+0100\n" "Last-Translator: Eloy Cuadra <[email protected]>\n" "Language-Team: Spanish <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kamera-18.08.3/po/es/kio5_kamera.po new/kamera-18.12.0/po/es/kio5_kamera.po --- old/kamera-18.08.3/po/es/kio5_kamera.po 2018-11-06 01:12:41.000000000 +0100 +++ new/kamera-18.12.0/po/es/kio5_kamera.po 2018-12-07 01:24:14.000000000 +0100 @@ -1,6 +1,6 @@ # Spanish translations for kio5_kamera.po package. -# Copyright (C) 2018 This_file_is_part_of_KDE -# This file is distributed under the same license as the PACKAGE package. +# Copyright (C) 2018 This file is copyright: +# This file is distributed under the same license as the kamera package. # # Automatically generated, 2018. # Eloy Cuadra <[email protected]>, 2018. @@ -8,8 +8,8 @@ msgstr "" "Project-Id-Version: kio5_kamera\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2018-10-13 06:38+0200\n" -"PO-Revision-Date: 2018-10-15 17:16+0100\n" +"POT-Creation-Date: 2018-11-12 06:53+0100\n" +"PO-Revision-Date: 2018-10-15 20:17+0100\n" "Last-Translator: Eloy Cuadra <[email protected]>\n" "Language-Team: Spanish <[email protected]>\n" "Language: es\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kamera-18.08.3/po/et/kcmkamera.po new/kamera-18.12.0/po/et/kcmkamera.po --- old/kamera-18.08.3/po/et/kcmkamera.po 2018-11-06 01:12:41.000000000 +0100 +++ new/kamera-18.12.0/po/et/kcmkamera.po 2018-12-07 01:24:14.000000000 +0100 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: kcmkamera\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2018-03-23 03:27+0100\n" +"POT-Creation-Date: 2018-11-12 06:53+0100\n" "PO-Revision-Date: 2016-01-13 14:58+0200\n" "Last-Translator: Marek Laane <[email protected]>\n" "Language-Team: Estonian <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kamera-18.08.3/po/eu/kcmkamera.po new/kamera-18.12.0/po/eu/kcmkamera.po --- old/kamera-18.08.3/po/eu/kcmkamera.po 2018-11-06 01:12:41.000000000 +0100 +++ new/kamera-18.12.0/po/eu/kcmkamera.po 2018-12-07 01:24:14.000000000 +0100 @@ -12,7 +12,7 @@ msgstr "" "Project-Id-Version: kcmkamera\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2018-03-23 03:27+0100\n" +"POT-Creation-Date: 2018-11-12 06:53+0100\n" "PO-Revision-Date: 2018-08-04 15:29+0100\n" "Last-Translator: Iñigo Salvador Azurmendi <[email protected]>\n" "Language-Team: Basque <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kamera-18.08.3/po/fa/kcmkamera.po new/kamera-18.12.0/po/fa/kcmkamera.po --- old/kamera-18.08.3/po/fa/kcmkamera.po 2018-11-06 01:12:41.000000000 +0100 +++ new/kamera-18.12.0/po/fa/kcmkamera.po 2018-12-07 01:24:14.000000000 +0100 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: kcmkamera\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2018-03-23 03:27+0100\n" +"POT-Creation-Date: 2018-11-12 06:53+0100\n" "PO-Revision-Date: 2006-12-16 15:53+0330\n" "Last-Translator: Nasim Daniarzadeh <[email protected]>\n" "Language-Team: Persian <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kamera-18.08.3/po/fi/kcmkamera.po new/kamera-18.12.0/po/fi/kcmkamera.po --- old/kamera-18.08.3/po/fi/kcmkamera.po 2018-11-06 01:12:41.000000000 +0100 +++ new/kamera-18.12.0/po/fi/kcmkamera.po 2018-12-07 01:24:14.000000000 +0100 @@ -11,7 +11,7 @@ msgstr "" "Project-Id-Version: kcmkamera\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2018-03-23 03:27+0100\n" +"POT-Creation-Date: 2018-11-12 06:53+0100\n" "PO-Revision-Date: 2015-10-03 13:28+0200\n" "Last-Translator: Lasse Liehu <[email protected]>\n" "Language-Team: Finnish <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kamera-18.08.3/po/fr/kcmkamera.po new/kamera-18.12.0/po/fr/kcmkamera.po --- old/kamera-18.08.3/po/fr/kcmkamera.po 2018-11-06 01:12:41.000000000 +0100 +++ new/kamera-18.12.0/po/fr/kcmkamera.po 2018-12-07 01:24:14.000000000 +0100 @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: kcmkamera\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2018-03-23 03:27+0100\n" +"POT-Creation-Date: 2018-11-12 06:53+0100\n" "PO-Revision-Date: 2013-06-26 14:42+0200\n" "Last-Translator: xavier <[email protected]>\n" "Language-Team: French <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kamera-18.08.3/po/fr/kio5_kamera.po new/kamera-18.12.0/po/fr/kio5_kamera.po --- old/kamera-18.08.3/po/fr/kio5_kamera.po 1970-01-01 01:00:00.000000000 +0100 +++ new/kamera-18.12.0/po/fr/kio5_kamera.po 2018-12-07 01:24:14.000000000 +0100 @@ -0,0 +1,22 @@ +msgid "" +msgstr "" +"Project-Id-Version: kamera\n" +"Report-Msgid-Bugs-To: http://bugs.kde.org\n" +"POT-Creation-Date: 2018-11-12 06:53+0100\n" +"PO-Revision-Date: 2018-11-16 05:48+0000\n" +"Last-Translator: KDE Francophone <[email protected]>\n" +"Language-Team: KDE Francophone <[email protected]>\n" +"Language: fr\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 1.5\n" +"X-Environment: kde\n" +"X-Accelerator-Marker: &\n" +"X-Text-Markup: kde4\n" + +#: kamera.cpp:798 +#, kde-format +msgid "Could not read. Reason: %1" +msgstr "" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kamera-18.08.3/po/ga/kcmkamera.po new/kamera-18.12.0/po/ga/kcmkamera.po --- old/kamera-18.08.3/po/ga/kcmkamera.po 2018-11-06 01:12:41.000000000 +0100 +++ new/kamera-18.12.0/po/ga/kcmkamera.po 2018-12-07 01:24:14.000000000 +0100 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: kdegraphics/kcmkamera.po\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2018-03-23 03:27+0100\n" +"POT-Creation-Date: 2018-11-12 06:53+0100\n" "PO-Revision-Date: 2004-12-03 14:52-0500\n" "Last-Translator: Kevin Scannell <[email protected]>\n" "Language-Team: Irish <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kamera-18.08.3/po/gl/kcmkamera.po new/kamera-18.12.0/po/gl/kcmkamera.po --- old/kamera-18.08.3/po/gl/kcmkamera.po 2018-11-06 01:12:41.000000000 +0100 +++ new/kamera-18.12.0/po/gl/kcmkamera.po 2018-12-07 01:24:14.000000000 +0100 @@ -14,7 +14,7 @@ msgstr "" "Project-Id-Version: kcmkamera\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2018-03-23 03:27+0100\n" +"POT-Creation-Date: 2018-11-12 06:53+0100\n" "PO-Revision-Date: 2017-09-29 20:01+0100\n" "Last-Translator: Adrián Chaves (Gallaecio) <[email protected]>\n" "Language-Team: Galician <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kamera-18.08.3/po/gl/kio5_kamera.po new/kamera-18.12.0/po/gl/kio5_kamera.po --- old/kamera-18.08.3/po/gl/kio5_kamera.po 1970-01-01 01:00:00.000000000 +0100 +++ new/kamera-18.12.0/po/gl/kio5_kamera.po 2018-12-07 01:24:14.000000000 +0100 @@ -0,0 +1,23 @@ +# Copyright (C) YEAR This file is copyright: +# This file is distributed under the same license as the kamera package. +# +# Adrián Chaves (Gallaecio) <[email protected]>, 2018. +msgid "" +msgstr "" +"Project-Id-Version: kamera\n" +"Report-Msgid-Bugs-To: http://bugs.kde.org\n" +"POT-Creation-Date: 2018-11-12 06:53+0100\n" +"PO-Revision-Date: 2018-10-20 09:45+0100\n" +"Last-Translator: Adrián Chaves (Gallaecio) <[email protected]>\n" +"Language-Team: Galician <[email protected]>\n" +"Language: gl\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" + +#: kamera.cpp:798 +#, kde-format +msgid "Could not read. Reason: %1" +msgstr "Non se puido ler. Motivo: %1" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kamera-18.08.3/po/he/kcmkamera.po new/kamera-18.12.0/po/he/kcmkamera.po --- old/kamera-18.08.3/po/he/kcmkamera.po 2018-11-06 01:12:41.000000000 +0100 +++ new/kamera-18.12.0/po/he/kcmkamera.po 2018-12-07 01:24:14.000000000 +0100 @@ -14,7 +14,7 @@ msgstr "" "Project-Id-Version: kcmkamera\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2018-03-23 03:27+0100\n" +"POT-Creation-Date: 2018-11-12 06:53+0100\n" "PO-Revision-Date: 2017-05-16 07:01-0400\n" "Last-Translator: Copied by Zanata <[email protected]>\n" "Language-Team: hebrew <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kamera-18.08.3/po/hi/kcmkamera.po new/kamera-18.12.0/po/hi/kcmkamera.po --- old/kamera-18.08.3/po/hi/kcmkamera.po 2018-11-06 01:12:41.000000000 +0100 +++ new/kamera-18.12.0/po/hi/kcmkamera.po 2018-12-07 01:24:14.000000000 +0100 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: kcmkamera\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2018-03-23 03:27+0100\n" +"POT-Creation-Date: 2018-11-12 06:53+0100\n" "PO-Revision-Date: 2007-12-27 16:32+0530\n" "Last-Translator: Ravishankar Shrivastava <[email protected]>\n" "Language-Team: Hindi <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kamera-18.08.3/po/hr/kcmkamera.po new/kamera-18.12.0/po/hr/kcmkamera.po --- old/kamera-18.08.3/po/hr/kcmkamera.po 2018-11-06 01:12:41.000000000 +0100 +++ new/kamera-18.12.0/po/hr/kcmkamera.po 2018-12-07 01:24:14.000000000 +0100 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: kcmkamera 0\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2018-03-23 03:27+0100\n" +"POT-Creation-Date: 2018-11-12 06:53+0100\n" "PO-Revision-Date: 2011-07-22 16:57+0200\n" "Last-Translator: Marko Dimjašević <[email protected]>\n" "Language-Team: Croatian <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kamera-18.08.3/po/hu/kcmkamera.po new/kamera-18.12.0/po/hu/kcmkamera.po --- old/kamera-18.08.3/po/hu/kcmkamera.po 2018-11-06 01:12:41.000000000 +0100 +++ new/kamera-18.12.0/po/hu/kcmkamera.po 2018-12-07 01:24:14.000000000 +0100 @@ -5,7 +5,7 @@ msgstr "" "Project-Id-Version: KDE 4.3\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2018-03-23 03:27+0100\n" +"POT-Creation-Date: 2018-11-12 06:53+0100\n" "PO-Revision-Date: 2011-01-15 11:16+0100\n" "Last-Translator: Kristóf Kiszel <[email protected]>\n" "Language-Team: Hungarian <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kamera-18.08.3/po/ia/kcmkamera.po new/kamera-18.12.0/po/ia/kcmkamera.po --- old/kamera-18.08.3/po/ia/kcmkamera.po 2018-11-06 01:12:41.000000000 +0100 +++ new/kamera-18.12.0/po/ia/kcmkamera.po 2018-12-07 01:24:14.000000000 +0100 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2018-03-23 03:27+0100\n" +"POT-Creation-Date: 2018-11-12 06:53+0100\n" "PO-Revision-Date: 2017-04-16 20:23+0100\n" "Last-Translator: giovanni <[email protected]>\n" "Language-Team: Interlingua <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kamera-18.08.3/po/is/kcmkamera.po new/kamera-18.12.0/po/is/kcmkamera.po --- old/kamera-18.08.3/po/is/kcmkamera.po 2018-11-06 01:12:41.000000000 +0100 +++ new/kamera-18.12.0/po/is/kcmkamera.po 2018-12-07 01:24:14.000000000 +0100 @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: kcmkamera\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2018-03-23 03:27+0100\n" +"POT-Creation-Date: 2018-11-12 06:53+0100\n" "PO-Revision-Date: 2016-01-07 14:13+0000\n" "Last-Translator: Sveinn í Felli <[email protected]>\n" "Language-Team: Icelandic <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kamera-18.08.3/po/it/kcmkamera.po new/kamera-18.12.0/po/it/kcmkamera.po --- old/kamera-18.08.3/po/it/kcmkamera.po 2018-11-06 01:12:41.000000000 +0100 +++ new/kamera-18.12.0/po/it/kcmkamera.po 2018-12-07 01:24:14.000000000 +0100 @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: kcmkamera\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2018-03-23 03:27+0100\n" +"POT-Creation-Date: 2018-11-12 06:53+0100\n" "PO-Revision-Date: 2011-07-18 01:28+0200\n" "Last-Translator: Nicola Ruggero <[email protected]>\n" "Language-Team: Italian <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kamera-18.08.3/po/ja/kcmkamera.po new/kamera-18.12.0/po/ja/kcmkamera.po --- old/kamera-18.08.3/po/ja/kcmkamera.po 2018-11-06 01:12:41.000000000 +0100 +++ new/kamera-18.12.0/po/ja/kcmkamera.po 2018-12-07 01:24:14.000000000 +0100 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: kcmkamera\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2018-03-23 03:27+0100\n" +"POT-Creation-Date: 2018-11-12 06:53+0100\n" "PO-Revision-Date: 2011-04-16 17:43-0700\n" "Last-Translator: Fumiaki Okushi <[email protected]>\n" "Language-Team: Japanese <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kamera-18.08.3/po/kk/kcmkamera.po new/kamera-18.12.0/po/kk/kcmkamera.po --- old/kamera-18.08.3/po/kk/kcmkamera.po 2018-11-06 01:12:41.000000000 +0100 +++ new/kamera-18.12.0/po/kk/kcmkamera.po 2018-12-07 01:24:15.000000000 +0100 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2018-03-23 03:27+0100\n" +"POT-Creation-Date: 2018-11-12 06:53+0100\n" "PO-Revision-Date: 2011-06-14 06:36+0600\n" "Last-Translator: Sairan Kikkarin <[email protected]>\n" "Language-Team: Kazakh <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kamera-18.08.3/po/km/kcmkamera.po new/kamera-18.12.0/po/km/kcmkamera.po --- old/kamera-18.08.3/po/km/kcmkamera.po 2018-11-06 01:12:42.000000000 +0100 +++ new/kamera-18.12.0/po/km/kcmkamera.po 2018-12-07 01:24:15.000000000 +0100 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: kcmkamera\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2018-03-23 03:27+0100\n" +"POT-Creation-Date: 2018-11-12 06:53+0100\n" "PO-Revision-Date: 2010-06-08 16:06+0700\n" "Last-Translator: Khoem Sokhem <[email protected]>\n" "Language-Team: Khmer <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kamera-18.08.3/po/ko/kcmkamera.po new/kamera-18.12.0/po/ko/kcmkamera.po --- old/kamera-18.08.3/po/ko/kcmkamera.po 2018-11-06 01:12:42.000000000 +0100 +++ new/kamera-18.12.0/po/ko/kcmkamera.po 2018-12-07 01:24:15.000000000 +0100 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: kcmkamera\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2018-03-23 03:27+0100\n" +"POT-Creation-Date: 2018-11-12 06:53+0100\n" "PO-Revision-Date: 2015-10-17 22:34+0200\n" "Last-Translator: Shinjo Park <[email protected]>\n" "Language-Team: Korean <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kamera-18.08.3/po/lt/kcmkamera.po new/kamera-18.12.0/po/lt/kcmkamera.po --- old/kamera-18.08.3/po/lt/kcmkamera.po 2018-11-06 01:12:42.000000000 +0100 +++ new/kamera-18.12.0/po/lt/kcmkamera.po 2018-12-07 01:24:15.000000000 +0100 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: kcmkamera\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2018-03-23 03:27+0100\n" +"POT-Creation-Date: 2018-11-12 06:53+0100\n" "PO-Revision-Date: 2015-12-29 20:05+0200\n" "Last-Translator: Mindaugas Baranauskas <[email protected]>\n" "Language-Team: lt <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kamera-18.08.3/po/lv/kcmkamera.po new/kamera-18.12.0/po/lv/kcmkamera.po --- old/kamera-18.08.3/po/lv/kcmkamera.po 2018-11-06 01:12:42.000000000 +0100 +++ new/kamera-18.12.0/po/lv/kcmkamera.po 2018-12-07 01:24:15.000000000 +0100 @@ -10,7 +10,7 @@ msgstr "" "Project-Id-Version: kcmkamera\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2018-03-23 03:27+0100\n" +"POT-Creation-Date: 2018-11-12 06:53+0100\n" "PO-Revision-Date: 2009-05-27 19:56+0300\n" "Last-Translator: Viesturs Zariņš <[email protected]>\n" "Language-Team: Latvian <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kamera-18.08.3/po/mr/kcmkamera.po new/kamera-18.12.0/po/mr/kcmkamera.po --- old/kamera-18.08.3/po/mr/kcmkamera.po 2018-11-06 01:12:42.000000000 +0100 +++ new/kamera-18.12.0/po/mr/kcmkamera.po 2018-12-07 01:24:15.000000000 +0100 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2018-03-23 03:27+0100\n" +"POT-Creation-Date: 2018-11-12 06:53+0100\n" "PO-Revision-Date: 2013-02-18 11:54+0530\n" "Last-Translator: Chetan Khona <[email protected]>\n" "Language-Team: American English <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kamera-18.08.3/po/nb/kcmkamera.po new/kamera-18.12.0/po/nb/kcmkamera.po --- old/kamera-18.08.3/po/nb/kcmkamera.po 2018-11-06 01:12:42.000000000 +0100 +++ new/kamera-18.12.0/po/nb/kcmkamera.po 2018-12-07 01:24:15.000000000 +0100 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: kcmkamera\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2018-03-23 03:27+0100\n" +"POT-Creation-Date: 2018-11-12 06:53+0100\n" "PO-Revision-Date: 2011-01-14 19:24+0100\n" "Last-Translator: Bjørn Steensrud <[email protected]>\n" "Language-Team: Norwegian Bokmål <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kamera-18.08.3/po/nds/kcmkamera.po new/kamera-18.12.0/po/nds/kcmkamera.po --- old/kamera-18.08.3/po/nds/kcmkamera.po 2018-11-06 01:12:42.000000000 +0100 +++ new/kamera-18.12.0/po/nds/kcmkamera.po 2018-12-07 01:24:15.000000000 +0100 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: kcmkamera\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2018-03-23 03:27+0100\n" +"POT-Creation-Date: 2018-11-12 06:53+0100\n" "PO-Revision-Date: 2011-02-02 11:05+0100\n" "Last-Translator: Manfred Wiese <[email protected]>\n" "Language-Team: Low Saxon <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kamera-18.08.3/po/nl/kcmkamera.po new/kamera-18.12.0/po/nl/kcmkamera.po --- old/kamera-18.08.3/po/nl/kcmkamera.po 2018-11-06 01:12:42.000000000 +0100 +++ new/kamera-18.12.0/po/nl/kcmkamera.po 2018-12-07 01:24:15.000000000 +0100 @@ -12,7 +12,7 @@ msgstr "" "Project-Id-Version: kcmkamera\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2018-03-23 03:27+0100\n" +"POT-Creation-Date: 2018-11-12 06:53+0100\n" "PO-Revision-Date: 2015-10-31 23:36+0100\n" "Last-Translator: Freek de Kruijf <[email protected]>\n" "Language-Team: Dutch <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kamera-18.08.3/po/nl/kio5_kamera.po new/kamera-18.12.0/po/nl/kio5_kamera.po --- old/kamera-18.08.3/po/nl/kio5_kamera.po 2018-11-06 01:12:42.000000000 +0100 +++ new/kamera-18.12.0/po/nl/kio5_kamera.po 2018-12-07 01:24:15.000000000 +0100 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2018-10-13 06:38+0200\n" +"POT-Creation-Date: 2018-11-12 06:53+0100\n" "PO-Revision-Date: 2018-10-13 11:39+0100\n" "Last-Translator: Freek de Kruijf <[email protected]>\n" "Language-Team: Dutch <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kamera-18.08.3/po/nn/kcmkamera.po new/kamera-18.12.0/po/nn/kcmkamera.po --- old/kamera-18.08.3/po/nn/kcmkamera.po 2018-11-06 01:12:42.000000000 +0100 +++ new/kamera-18.12.0/po/nn/kcmkamera.po 2018-12-07 01:24:15.000000000 +0100 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: kcmkamera\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2018-03-23 03:27+0100\n" +"POT-Creation-Date: 2018-11-12 06:53+0100\n" "PO-Revision-Date: 2018-05-16 20:46+0100\n" "Last-Translator: Karl Ove Hufthammer <[email protected]>\n" "Language-Team: Norwegian Nynorsk <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kamera-18.08.3/po/pa/kcmkamera.po new/kamera-18.12.0/po/pa/kcmkamera.po --- old/kamera-18.08.3/po/pa/kcmkamera.po 2018-11-06 01:12:42.000000000 +0100 +++ new/kamera-18.12.0/po/pa/kcmkamera.po 2018-12-07 01:24:15.000000000 +0100 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: kcmkamera\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2018-03-23 03:27+0100\n" +"POT-Creation-Date: 2018-11-12 06:53+0100\n" "PO-Revision-Date: 2011-06-29 07:17+0530\n" "Last-Translator: A S Alam <[email protected]>\n" "Language-Team: Punjabi/Panjabi <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kamera-18.08.3/po/pl/kcmkamera.po new/kamera-18.12.0/po/pl/kcmkamera.po --- old/kamera-18.08.3/po/pl/kcmkamera.po 2018-11-06 01:12:42.000000000 +0100 +++ new/kamera-18.12.0/po/pl/kcmkamera.po 2018-12-07 01:24:15.000000000 +0100 @@ -1,6 +1,6 @@ # translation of kcmkamera.po to Polish # translation of kcmkamera.po to -# Version: $Revision: 1512714 $ +# Version: $Revision: 1528210 $ # Copyright (C) 2002, 2003, 2005, 2007, 2009 Free Software Foundation, Inc. # # Michał Rudolf <[email protected]>, 2002. @@ -11,7 +11,7 @@ msgstr "" "Project-Id-Version: kcmkamera\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2018-03-23 03:27+0100\n" +"POT-Creation-Date: 2018-11-12 06:53+0100\n" "PO-Revision-Date: 2015-10-31 09:00+0100\n" "Last-Translator: Łukasz Wojniłowicz <[email protected]>\n" "Language-Team: Polish <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kamera-18.08.3/po/pl/kio5_kamera.po new/kamera-18.12.0/po/pl/kio5_kamera.po --- old/kamera-18.08.3/po/pl/kio5_kamera.po 2018-11-06 01:12:42.000000000 +0100 +++ new/kamera-18.12.0/po/pl/kio5_kamera.po 1970-01-01 01:00:00.000000000 +0100 @@ -1,24 +0,0 @@ -# Copyright (C) YEAR This_file_is_part_of_KDE -# This file is distributed under the same license as the PACKAGE package. -# -# Łukasz Wojniłowicz <[email protected]>, 2018. -msgid "" -msgstr "" -"Project-Id-Version: \n" -"Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2018-10-13 06:38+0200\n" -"PO-Revision-Date: 2018-10-13 11:42+0100\n" -"Last-Translator: Łukasz Wojniłowicz <[email protected]>\n" -"Language-Team: Polish <[email protected]>\n" -"Language: pl\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 " -"|| n%100>=20) ? 1 : 2);\n" -"X-Generator: Lokalize 2.0\n" - -#: kamera.cpp:798 -#, kde-format -msgid "Could not read. Reason: %1" -msgstr "Nie można odczytać. Powód: %1" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kamera-18.08.3/po/pt/kcmkamera.po new/kamera-18.12.0/po/pt/kcmkamera.po --- old/kamera-18.08.3/po/pt/kcmkamera.po 2018-11-06 01:12:42.000000000 +0100 +++ new/kamera-18.12.0/po/pt/kcmkamera.po 2018-12-07 01:24:15.000000000 +0100 @@ -2,7 +2,7 @@ msgstr "" "Project-Id-Version: kcmkamera\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2018-03-23 03:27+0100\n" +"POT-Creation-Date: 2018-11-12 06:53+0100\n" "PO-Revision-Date: 2015-10-30 11:08+0000\n" "Last-Translator: José Nuno Pires <[email protected]>\n" "Language-Team: pt <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kamera-18.08.3/po/pt/kio5_kamera.po new/kamera-18.12.0/po/pt/kio5_kamera.po --- old/kamera-18.08.3/po/pt/kio5_kamera.po 2018-11-06 01:12:42.000000000 +0100 +++ new/kamera-18.12.0/po/pt/kio5_kamera.po 2018-12-07 01:24:15.000000000 +0100 @@ -2,7 +2,7 @@ msgstr "" "Project-Id-Version: kamera\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2018-10-13 06:38+0200\n" +"POT-Creation-Date: 2018-11-12 06:53+0100\n" "PO-Revision-Date: 2018-10-13 11:21+0100\n" "Last-Translator: José Nuno Coelho Pires <[email protected]>\n" "Language-Team: Portuguese <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kamera-18.08.3/po/pt_BR/kcmkamera.po new/kamera-18.12.0/po/pt_BR/kcmkamera.po --- old/kamera-18.08.3/po/pt_BR/kcmkamera.po 2018-11-06 01:12:42.000000000 +0100 +++ new/kamera-18.12.0/po/pt_BR/kcmkamera.po 2018-12-07 01:24:15.000000000 +0100 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: kcmkamera\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2018-03-23 03:27+0100\n" +"POT-Creation-Date: 2018-11-12 06:53+0100\n" "PO-Revision-Date: 2015-10-30 09:52-0200\n" "Last-Translator: André Marcelo Alvarenga <[email protected]>\n" "Language-Team: Brazilian Portuguese <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kamera-18.08.3/po/pt_BR/kio5_kamera.po new/kamera-18.12.0/po/pt_BR/kio5_kamera.po --- old/kamera-18.08.3/po/pt_BR/kio5_kamera.po 2018-11-06 01:12:42.000000000 +0100 +++ new/kamera-18.12.0/po/pt_BR/kio5_kamera.po 2018-12-07 01:24:15.000000000 +0100 @@ -1,12 +1,12 @@ -# Copyright (C) YEAR This_file_is_part_of_KDE -# This file is distributed under the same license as the PACKAGE package. +# Copyright (C) YEAR This file is copyright: +# This file is distributed under the same license as the kamera package. # # Luiz Fernando Ranghetti <[email protected]>, 2018. msgid "" msgstr "" -"Project-Id-Version: \n" +"Project-Id-Version: kamera\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2018-10-13 06:38+0200\n" +"POT-Creation-Date: 2018-11-12 06:53+0100\n" "PO-Revision-Date: 2018-10-21 16:39-0300\n" "Last-Translator: Luiz Fernando Ranghetti <[email protected]>\n" "Language-Team: Portuguese <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kamera-18.08.3/po/ro/kcmkamera.po new/kamera-18.12.0/po/ro/kcmkamera.po --- old/kamera-18.08.3/po/ro/kcmkamera.po 2018-11-06 01:12:42.000000000 +0100 +++ new/kamera-18.12.0/po/ro/kcmkamera.po 2018-12-07 01:24:15.000000000 +0100 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: kcmkamera\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2018-03-23 03:27+0100\n" +"POT-Creation-Date: 2018-11-12 06:53+0100\n" "PO-Revision-Date: 2009-01-31 22:08+0200\n" "Last-Translator: Sergiu Bivol <[email protected]>\n" "Language-Team: Romanian <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kamera-18.08.3/po/ru/kcmkamera.po new/kamera-18.12.0/po/ru/kcmkamera.po --- old/kamera-18.08.3/po/ru/kcmkamera.po 2018-11-06 01:12:42.000000000 +0100 +++ new/kamera-18.12.0/po/ru/kcmkamera.po 2018-12-07 01:24:15.000000000 +0100 @@ -11,7 +11,7 @@ msgstr "" "Project-Id-Version: kcmkamera\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2018-03-23 03:27+0100\n" +"POT-Creation-Date: 2018-11-12 06:53+0100\n" "PO-Revision-Date: 2016-09-24 14:30+0300\n" "Last-Translator: Alexander Potashev <[email protected]>\n" "Language-Team: Russian <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kamera-18.08.3/po/ru/kio5_kamera.po new/kamera-18.12.0/po/ru/kio5_kamera.po --- old/kamera-18.08.3/po/ru/kio5_kamera.po 1970-01-01 01:00:00.000000000 +0100 +++ new/kamera-18.12.0/po/ru/kio5_kamera.po 2018-12-07 01:24:15.000000000 +0100 @@ -0,0 +1,24 @@ +# Copyright (C) YEAR This file is copyright: +# This file is distributed under the same license as the kamera package. +# +# Alexander Yavorsky <[email protected]>, 2018. +msgid "" +msgstr "" +"Project-Id-Version: kamera\n" +"Report-Msgid-Bugs-To: http://bugs.kde.org\n" +"POT-Creation-Date: 2018-11-12 06:53+0100\n" +"PO-Revision-Date: 2018-10-20 20:48+0300\n" +"Last-Translator: Alexander Yavorsky <[email protected]>\n" +"Language-Team: Russian <[email protected]>\n" +"Language: ru\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=4; plural=n==1 ? 3 : n%10==1 && n%100!=11 ? 0 : n" +"%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n" +"X-Generator: Lokalize 2.0\n" + +#: kamera.cpp:798 +#, kde-format +msgid "Could not read. Reason: %1" +msgstr "Невозможно выполнить чтение. Причина: %1" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kamera-18.08.3/po/sk/kcmkamera.po new/kamera-18.12.0/po/sk/kcmkamera.po --- old/kamera-18.08.3/po/sk/kcmkamera.po 2018-11-06 01:12:42.000000000 +0100 +++ new/kamera-18.12.0/po/sk/kcmkamera.po 2018-12-07 01:24:15.000000000 +0100 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: kcmkamera\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2018-03-23 03:27+0100\n" +"POT-Creation-Date: 2018-11-12 06:53+0100\n" "PO-Revision-Date: 2015-12-20 11:52+0100\n" "Last-Translator: Roman Paholik <[email protected]>\n" "Language-Team: Slovak <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kamera-18.08.3/po/sk/kio5_kamera.po new/kamera-18.12.0/po/sk/kio5_kamera.po --- old/kamera-18.08.3/po/sk/kio5_kamera.po 2018-11-06 01:12:42.000000000 +0100 +++ new/kamera-18.12.0/po/sk/kio5_kamera.po 2018-12-07 01:24:15.000000000 +0100 @@ -4,8 +4,8 @@ msgstr "" "Project-Id-Version: kio5_kamera\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2018-10-13 06:38+0200\n" -"PO-Revision-Date: 2018-10-20 14:22+0100\n" +"POT-Creation-Date: 2018-11-12 06:53+0100\n" +"PO-Revision-Date: 2018-10-20 14:23+0100\n" "Last-Translator: Roman Paholik <[email protected]>\n" "Language-Team: Slovak <[email protected]>\n" "Language: sk\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kamera-18.08.3/po/sl/kcmkamera.po new/kamera-18.12.0/po/sl/kcmkamera.po --- old/kamera-18.08.3/po/sl/kcmkamera.po 2018-11-06 01:12:42.000000000 +0100 +++ new/kamera-18.12.0/po/sl/kcmkamera.po 2018-12-07 01:24:15.000000000 +0100 @@ -2,7 +2,7 @@ # Translation of kcmkamera.po to Slovenian # SLOVENIAN TRANSLATION OF KCMKAMERA. # Copyright (C) 2001, 2003, 2005 Free Software Foundation, Inc. -# $Id: kcmkamera.po 1512714 2018-03-23 04:07:23Z scripty $ +# $Id: kcmkamera.po 1528210 2018-11-12 06:44:57Z scripty $ # $Source$ # # Roman Maurer <[email protected]>, 2001. @@ -13,7 +13,7 @@ msgstr "" "Project-Id-Version: kcmkamera\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2018-03-23 03:27+0100\n" +"POT-Creation-Date: 2018-11-12 06:53+0100\n" "PO-Revision-Date: 2015-10-31 10:55+0100\n" "Last-Translator: Andrej Mernik <[email protected]>\n" "Language-Team: Slovenian <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kamera-18.08.3/po/sv/kcmkamera.po new/kamera-18.12.0/po/sv/kcmkamera.po --- old/kamera-18.08.3/po/sv/kcmkamera.po 2018-11-06 01:12:42.000000000 +0100 +++ new/kamera-18.12.0/po/sv/kcmkamera.po 2018-12-07 01:24:15.000000000 +0100 @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: kcmkamera\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2018-03-23 03:27+0100\n" +"POT-Creation-Date: 2018-11-12 06:53+0100\n" "PO-Revision-Date: 2015-10-30 17:01+0100\n" "Last-Translator: Stefan Asserhäll <[email protected]>\n" "Language-Team: Swedish <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kamera-18.08.3/po/sv/kio5_kamera.po new/kamera-18.12.0/po/sv/kio5_kamera.po --- old/kamera-18.08.3/po/sv/kio5_kamera.po 2018-11-06 01:12:42.000000000 +0100 +++ new/kamera-18.12.0/po/sv/kio5_kamera.po 2018-12-07 01:24:15.000000000 +0100 @@ -1,16 +1,16 @@ -# Copyright (C) YEAR This_file_is_part_of_KDE -# This file is distributed under the same license as the PACKAGE package. +# Copyright (C) YEAR This file is copyright: +# This file is distributed under the same license as the kamera package. # # Stefan Asserhäll <[email protected]>, 2018. msgid "" msgstr "" -"Project-Id-Version: \n" +"Project-Id-Version: kamera\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2018-10-13 06:38+0200\n" -"PO-Revision-Date: 2018-10-13 14:48+0100\n" +"POT-Creation-Date: 2018-11-12 06:53+0100\n" +"PO-Revision-Date: 2018-10-13 15:08+0100\n" "Last-Translator: Stefan Asserhäll <[email protected]>\n" "Language-Team: Swedish <[email protected]>\n" -"Language: sv_SE\n" +"Language: sv\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kamera-18.08.3/po/tr/kcmkamera.po new/kamera-18.12.0/po/tr/kcmkamera.po --- old/kamera-18.08.3/po/tr/kcmkamera.po 2018-11-06 01:12:42.000000000 +0100 +++ new/kamera-18.12.0/po/tr/kcmkamera.po 2018-12-07 01:24:15.000000000 +0100 @@ -10,7 +10,7 @@ msgstr "" "Project-Id-Version: kdegraphics-kde4\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2018-03-23 03:27+0100\n" +"POT-Creation-Date: 2018-11-12 06:53+0100\n" "PO-Revision-Date: 2017-04-13 15:11+0100\n" "Last-Translator: Volkan Gezer <[email protected]>\n" "Language-Team: Turkish <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kamera-18.08.3/po/ug/kcmkamera.po new/kamera-18.12.0/po/ug/kcmkamera.po --- old/kamera-18.08.3/po/ug/kcmkamera.po 2018-11-06 01:12:42.000000000 +0100 +++ new/kamera-18.12.0/po/ug/kcmkamera.po 2018-12-07 01:24:15.000000000 +0100 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: kcmkamera\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2018-03-23 03:27+0100\n" +"POT-Creation-Date: 2018-11-12 06:53+0100\n" "PO-Revision-Date: 2013-09-08 07:05+0900\n" "Last-Translator: Gheyret Kenji <[email protected]>\n" "Language-Team: Uyghur Computer Science Association <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kamera-18.08.3/po/uk/kcmkamera.po new/kamera-18.12.0/po/uk/kcmkamera.po --- old/kamera-18.08.3/po/uk/kcmkamera.po 2018-11-06 01:12:42.000000000 +0100 +++ new/kamera-18.12.0/po/uk/kcmkamera.po 2018-12-07 01:24:15.000000000 +0100 @@ -11,7 +11,7 @@ msgstr "" "Project-Id-Version: kcmkamera\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2018-03-23 03:27+0100\n" +"POT-Creation-Date: 2018-11-12 06:53+0100\n" "PO-Revision-Date: 2015-10-30 16:56+0200\n" "Last-Translator: Yuri Chornoivan <[email protected]>\n" "Language-Team: Ukrainian <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kamera-18.08.3/po/uk/kio5_kamera.po new/kamera-18.12.0/po/uk/kio5_kamera.po --- old/kamera-18.08.3/po/uk/kio5_kamera.po 2018-11-06 01:12:42.000000000 +0100 +++ new/kamera-18.12.0/po/uk/kio5_kamera.po 2018-12-07 01:24:15.000000000 +0100 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: kio5_kamera\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2018-10-13 06:38+0200\n" +"POT-Creation-Date: 2018-11-12 06:53+0100\n" "PO-Revision-Date: 2018-10-13 08:31+0300\n" "Last-Translator: Yuri Chornoivan <[email protected]>\n" "Language-Team: Ukrainian <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kamera-18.08.3/po/zh_CN/kcmkamera.po new/kamera-18.12.0/po/zh_CN/kcmkamera.po --- old/kamera-18.08.3/po/zh_CN/kcmkamera.po 2018-11-06 01:12:42.000000000 +0100 +++ new/kamera-18.12.0/po/zh_CN/kcmkamera.po 2018-12-07 01:24:15.000000000 +0100 @@ -11,8 +11,8 @@ msgstr "" "Project-Id-Version: kdeorg\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2018-03-23 03:27+0100\n" -"PO-Revision-Date: 2018-11-01 23:21\n" +"POT-Creation-Date: 2018-11-12 06:53+0100\n" +"PO-Revision-Date: 2018-11-12 09:25\n" "Last-Translator: guoyunhe <[email protected]>\n" "Language-Team: Chinese Simplified\n" "Language: zh_CN\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kamera-18.08.3/po/zh_CN/kio5_kamera.po new/kamera-18.12.0/po/zh_CN/kio5_kamera.po --- old/kamera-18.08.3/po/zh_CN/kio5_kamera.po 2018-11-06 01:12:42.000000000 +0100 +++ new/kamera-18.12.0/po/zh_CN/kio5_kamera.po 2018-12-07 01:24:15.000000000 +0100 @@ -1,14 +1,14 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) YEAR This_file_is_part_of_KDE -# This file is distributed under the same license as the PACKAGE package. +# Copyright (C) YEAR This file is copyright: +# This file is distributed under the same license as the kamera package. # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. # msgid "" msgstr "" "Project-Id-Version: kdeorg\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2018-10-13 06:38+0200\n" -"PO-Revision-Date: 2018-11-01 23:22\n" +"POT-Creation-Date: 2018-11-12 06:53+0100\n" +"PO-Revision-Date: 2018-11-12 09:25\n" "Last-Translator: guoyunhe <[email protected]>\n" "Language-Team: Chinese Simplified\n" "Language: zh_CN\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kamera-18.08.3/po/zh_TW/kcmkamera.po new/kamera-18.12.0/po/zh_TW/kcmkamera.po --- old/kamera-18.08.3/po/zh_TW/kcmkamera.po 2018-11-06 01:12:42.000000000 +0100 +++ new/kamera-18.12.0/po/zh_TW/kcmkamera.po 2018-12-07 01:24:15.000000000 +0100 @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: kcmkamera\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2018-03-23 03:27+0100\n" +"POT-Creation-Date: 2018-11-12 06:53+0100\n" "PO-Revision-Date: 2016-11-04 09:17+0800\n" "Last-Translator: Jeff Huang <[email protected]>\n" "Language-Team: Chinese <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kamera-18.08.3/solid_camera.desktop new/kamera-18.12.0/solid_camera.desktop --- old/kamera-18.08.3/solid_camera.desktop 2018-11-02 16:10:42.000000000 +0100 +++ new/kamera-18.12.0/solid_camera.desktop 2018-12-05 00:33:45.000000000 +0100 @@ -8,7 +8,6 @@ Icon=system-file-manager Name=Open with File Manager Name[ar]=افتح بمدير الملفات -Name[ast]=Abrir col xestor de ficheros Name[bg]=Отваряне в файлов браузър Name[bs]=Otvori menadžerom datoteka Name[ca]=Obre amb el gestor de fitxers
