commit kfloppy for openSUSE:Factory
Hello community, here is the log from the commit of package kfloppy for openSUSE:Factory checked in at 2017-08-28 15:18:13 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/kfloppy (Old) and /work/SRC/openSUSE:Factory/.kfloppy.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "kfloppy" Mon Aug 28 15:18:13 2017 rev:75 rq:518960 version:17.08.0 Changes: -------- --- /work/SRC/openSUSE:Factory/kfloppy/kfloppy.changes 2017-07-29 08:57:26.362465851 +0200 +++ /work/SRC/openSUSE:Factory/.kfloppy.new/kfloppy.changes 2017-08-28 15:19:28.773213223 +0200 @@ -1,0 +2,23 @@ +Sat Aug 26 12:52:10 UTC 2017 - wbauer@tmo.at + +- Fix license + +------------------------------------------------------------------- +Fri Aug 11 22:45:28 UTC 2017 - christophe@krop.fr + +- Update to KDE Applications 17.08.0 + * New feature release + * https://www.kde.org/announcements/announce-applications-17.08.0.php +- Changes since 17.04.3 : + * Remove unused KIO dependency + * fix variable in BSD branch + +------------------------------------------------------------------- +Sat Aug 5 18:17:42 UTC 2017 - christophe@krop.fr + +- Update to KDE Applications 17.07.90 + * KDE Applications 17.07.90 + * https://www.kde.org/announcements/announce-applications-17.07.90.php + + +------------------------------------------------------------------- Old: ---- kfloppy-17.04.3.tar.xz New: ---- kfloppy-17.08.0.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ kfloppy.spec ++++++ --- /var/tmp/diff_new_pack.tIW4LE/_old 2017-08-28 15:19:29.509109808 +0200 +++ /var/tmp/diff_new_pack.tIW4LE/_new 2017-08-28 15:19:29.517108684 +0200 @@ -1,7 +1,7 @@ # # spec file for package kfloppy # -# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2017 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 @@ -15,16 +15,17 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # + %bcond_without lang Name: kfloppy -Version: 17.04.3 +Version: 17.08.0 Release: 0 %define kf5_version 5.26.0 -# Latest stable Applications (e.g. 16.08 in KA, but 16.11.80 in KUA) +# Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA) %{!?_kapp_version: %global _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')} Summary: Floppy Formatter -License: GPL-2.0+ +License: GPL-2.0 Group: System/GUI/KDE Url: http://www.kde.org Source0: kfloppy-%{version}.tar.xz @@ -35,11 +36,13 @@ BuildRequires: kxmlgui-devel BuildRequires: pkgconfig BuildRequires: update-desktop-files +BuildRequires: cmake(KF5Crash) BuildRequires: pkgconfig(Qt5Core) BuildRequires: pkgconfig(Qt5DBus) BuildRequires: pkgconfig(Qt5Widgets) -BuildRequires: cmake(KF5Crash) +%if %{with lang} Recommends: %{name}-lang +%endif BuildRoot: %{_tmppath}/%{name}-%{version}-build %description @@ -70,12 +73,12 @@ %files %defattr(-,root,root) %doc COPYING README TODO -%{_bindir}/kfloppy +%config %{_kf5_configdir}/kfloppy.categories +%doc %lang(en) %{_kf5_htmldir}/en/kfloppy/ +%{_kf5_bindir}/kfloppy %{_kf5_applicationsdir}/*.desktop -%{_kf5_htmldir}/en/kfloppy/ -%{_kf5_iconsdir}/hicolor/*/*/*.png %{_kf5_appstreamdir}/ -%{_kf5_configdir}/kfloppy.categories +%{_kf5_iconsdir}/hicolor/*/*/*.png %if %{with lang} %files lang -f %{name}.lang ++++++ kfloppy-17.04.3.tar.xz -> kfloppy-17.08.0.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kfloppy-17.04.3/CMakeLists.txt new/kfloppy-17.08.0/CMakeLists.txt --- old/kfloppy-17.04.3/CMakeLists.txt 2017-07-11 02:19:37.000000000 +0200 +++ new/kfloppy-17.08.0/CMakeLists.txt 2017-08-11 02:34:51.000000000 +0200 @@ -16,7 +16,7 @@ include(ECMInstallIcons) find_package(Qt5 5.2.0 CONFIG REQUIRED Core DBus Widgets) - find_package(KF5 5.2.0 REQUIRED COMPONENTS I18n CoreAddons KIO DocTools XmlGui) + find_package(KF5 5.2.0 REQUIRED COMPONENTS I18n CoreAddons Completion DocTools XmlGui) find_package(KF5Crash 5.15.0) if(KF5Crash_FOUND) @@ -37,7 +37,7 @@ add_executable(kfloppy ${kfloppy_SRCS}) -target_link_libraries(kfloppy KF5::CoreAddons KF5::KIOWidgets KF5::I18n KF5::XmlGui Qt5::DBus) +target_link_libraries(kfloppy KF5::CoreAddons KF5::I18n KF5::Completion KF5::XmlGui Qt5::DBus) if(HAVE_KCRASH) target_link_libraries(kfloppy KF5::Crash) endif() diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kfloppy-17.04.3/format.cpp new/kfloppy-17.08.0/format.cpp --- old/kfloppy-17.04.3/format.cpp 2017-05-27 05:31:02.000000000 +0200 +++ new/kfloppy-17.08.0/format.cpp 2017-07-25 18:58:47.000000000 +0200 @@ -469,13 +469,13 @@ DEBUGSETUP; #ifdef ANY_BSD - if (b[0]=='F') + if (s[0]=='F') { formatTrackCount++; emit status(QString::null, //krazy:exclude=nullstrassign for old broken gcc formatTrackCount * 100 / deviceInfo->tracks); } - else if (b[0]=='E') + else if (s[0]=='E') { emit status(i18n("Error formatting track %1.", formatTrackCount),-1); } diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kfloppy-17.04.3/org.kde.kfloppy.appdata.xml new/kfloppy-17.08.0/org.kde.kfloppy.appdata.xml --- old/kfloppy-17.04.3/org.kde.kfloppy.appdata.xml 2017-05-27 05:31:02.000000000 +0200 +++ new/kfloppy-17.08.0/org.kde.kfloppy.appdata.xml 2017-07-25 18:58:47.000000000 +0200 @@ -4,12 +4,15 @@ <metadata_license>CC0-1.0</metadata_license> <project_license>GPL-2+</project_license> <name>KFloppy</name> + <name xml:lang="ast">KFloppy</name> <name xml:lang="ca">KFloppy</name> <name xml:lang="ca-valencia">KFloppy</name> <name xml:lang="cs">KFloppy</name> <name xml:lang="de">KFloppy</name> + <name xml:lang="el">KFloppy</name> <name xml:lang="en-GB">KFloppy</name> <name xml:lang="es">KFloppy</name> + <name xml:lang="eu">KFloppy</name> <name xml:lang="fr">KFloppy</name> <name xml:lang="ia">KFloppy</name> <name xml:lang="it">KFloppy</name> @@ -31,8 +34,10 @@ <summary xml:lang="ca-valencia">Formatador de disquets</summary> <summary xml:lang="cs">Nástroj na formátování disket</summary> <summary xml:lang="de">Diskettenformatierer</summary> + <summary xml:lang="el">Φορμάρισμα εύκαμπτου δίσκου</summary> <summary xml:lang="en-GB">Floppy disk formatter</summary> <summary xml:lang="es">Formateador de disquetes</summary> + <summary xml:lang="eu">Diskete formateatzailea</summary> <summary xml:lang="fr">Outil de formatage de disquettes</summary> <summary xml:lang="ia">Formattator de disco floppy</summary> <summary xml:lang="it">Formattatore di dischetti</summary> @@ -54,8 +59,10 @@ <p xml:lang="ca">El KFloppy és una utilitat que proporciona un mètode gràfic senzill per formatar disquets de 3,5" i 5,25".</p> <p xml:lang="ca-valencia">El KFloppy és una utilitat que proporciona un mètode gràfic senzill per formatar disquets de 3,5" i 5,25".</p> <p xml:lang="de">KFloppy ist ein einfaches Programm zum Formatieren von 3.5" - und 5.25"-Disketten.</p> + <p xml:lang="el">Το KFloppy είναι ένα εργαλείο που παρέχει ένα γραφικό μέσο για φορμάρισμα σε 3.5" και 5.25" εύκαμπτους δίσκους</p> <p xml:lang="en-GB">KFloppy is a utility that provides a straightforward graphical means to format 3.5" and 5.25" floppy disks.</p> <p xml:lang="es">KFloppy es una utilidad que proporciona un modo gráfico directo para formatear disquetes de 3.5" y 5.25".</p> + <p xml:lang="eu">KFloppy 3,5" eta 5,25"-etako disketeak formateatzeko bide grafiko erraz bat eskaintzen duen baliagarritasun bat da.</p> <p xml:lang="fr">KFloppy est un outil graphique permettant de formater les disquettes aux formats 3,5 pouces et 5,25 pouces.</p> <p xml:lang="it">KFloppy è un programma di utilità che fornisce un sistema grafico di uso immediato per formattare di dischetti da 3.5" e 5.25".</p> <p xml:lang="nl">KFloppy is een grafisch programma dat recht door zee 3,5" en 5,25" diskettes formatteert.</p> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kfloppy-17.04.3/org.kde.kfloppy.desktop new/kfloppy-17.08.0/org.kde.kfloppy.desktop --- old/kfloppy-17.04.3/org.kde.kfloppy.desktop 2017-05-27 05:31:02.000000000 +0200 +++ new/kfloppy-17.08.0/org.kde.kfloppy.desktop 2017-07-25 18:58:47.000000000 +0200 @@ -157,6 +157,7 @@ Comment[es]=Formateador de disquetes Comment[eu]=Diskete-formateatzailea Comment[fr]=Outil de formatage de disquettes +Comment[ia]=Formattator de floppy Comment[it]=Formattatore di dischetti Comment[nl]=Diskettes formatteren Comment[pl]=Program formatujący dyskietki diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kfloppy-17.04.3/po/ar/kfloppy.po new/kfloppy-17.08.0/po/ar/kfloppy.po --- old/kfloppy-17.04.3/po/ar/kfloppy.po 2017-07-11 02:19:36.000000000 +0200 +++ new/kfloppy-17.08.0/po/ar/kfloppy.po 2017-08-11 02:34:50.000000000 +0200 @@ -12,7 +12,7 @@ msgstr "" "Project-Id-Version: kfloppy\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2017-04-14 04:28+0200\n" +"POT-Creation-Date: 2017-04-14 02:47+0200\n" "PO-Revision-Date: 2010-07-19 18:57+0400\n" "Last-Translator: Zayed Al-Saidi <zayed.alsaidi@gmail.com>\n" "Language-Team: Arabic <linuxac-kde-arabic-team@googlegroups.com>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kfloppy-17.04.3/po/ast/kfloppy.po new/kfloppy-17.08.0/po/ast/kfloppy.po --- old/kfloppy-17.04.3/po/ast/kfloppy.po 2017-07-11 02:19:36.000000000 +0200 +++ new/kfloppy-17.08.0/po/ast/kfloppy.po 2017-08-11 02:34:50.000000000 +0200 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2017-04-14 04:28+0200\n" +"POT-Creation-Date: 2017-04-14 02:47+0200\n" "PO-Revision-Date: 2016-12-21 16:42+0100\n" "Last-Translator: enolp <enolp@softastur.org>\n" "Language-Team: Asturian <alministradores@softastur.org>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kfloppy-17.04.3/po/bg/kfloppy.po new/kfloppy-17.08.0/po/bg/kfloppy.po --- old/kfloppy-17.04.3/po/bg/kfloppy.po 2017-07-11 02:19:36.000000000 +0200 +++ new/kfloppy-17.08.0/po/bg/kfloppy.po 2017-08-11 02:34:50.000000000 +0200 @@ -1,8 +1,5 @@ -# translation of kfloppy.po to Bulgarian -# Bulgarian translation of KDE. -# This file is licensed under the GPL. -# -# $Id: kfloppy.po 1487393 2017-04-14 02:55:14Z scripty $ +# Copyright (C) YEAR This_file_is_part_of_KDE +# This file is distributed under the same license as the PACKAGE package. # # Zlatko Popov <zlatkopopov@fsa-bg.org>, 2006. # Yasen Pramatarov <yasen@lindeas.com>, 2011. @@ -10,7 +7,7 @@ msgstr "" "Project-Id-Version: kfloppy\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2017-04-14 04:28+0200\n" +"POT-Creation-Date: 2017-04-14 02:47+0200\n" "PO-Revision-Date: 2011-07-22 23:43+0300\n" "Last-Translator: Yasen Pramatarov <yasen@lindeas.com>\n" "Language-Team: Bulgarian <dict@linux.zonebg.com>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kfloppy-17.04.3/po/bs/kfloppy.po new/kfloppy-17.08.0/po/bs/kfloppy.po --- old/kfloppy-17.04.3/po/bs/kfloppy.po 2017-07-11 02:19:36.000000000 +0200 +++ new/kfloppy-17.08.0/po/bs/kfloppy.po 2017-08-11 02:34:50.000000000 +0200 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: kfloppy\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2017-04-14 04:28+0200\n" +"POT-Creation-Date: 2017-04-14 02:47+0200\n" "PO-Revision-Date: 2013-10-18 20:14+0000\n" "Last-Translator: Samir Ribić <Unknown>\n" "Language-Team: Bosanski <lokal@lugbih.org>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kfloppy-17.04.3/po/ca/kfloppy.po new/kfloppy-17.08.0/po/ca/kfloppy.po --- old/kfloppy-17.04.3/po/ca/kfloppy.po 2017-07-11 02:19:36.000000000 +0200 +++ new/kfloppy-17.08.0/po/ca/kfloppy.po 2017-08-11 02:34:50.000000000 +0200 @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: kfloppy\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2017-04-14 04:28+0200\n" +"POT-Creation-Date: 2017-04-14 02:47+0200\n" "PO-Revision-Date: 2016-05-16 21:59+0200\n" "Last-Translator: Josep Ma. Ferrer <txemaq@gmail.com>\n" "Language-Team: Catalan <kde-i18n-ca@kde.org>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kfloppy-17.04.3/po/ca@valencia/kfloppy.po new/kfloppy-17.08.0/po/ca@valencia/kfloppy.po --- old/kfloppy-17.04.3/po/ca@valencia/kfloppy.po 2017-07-11 02:19:36.000000000 +0200 +++ new/kfloppy-17.08.0/po/ca@valencia/kfloppy.po 2017-08-11 02:34:50.000000000 +0200 @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: kfloppy\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2017-04-14 04:28+0200\n" +"POT-Creation-Date: 2017-04-14 02:47+0200\n" "PO-Revision-Date: 2016-05-16 21:59+0200\n" "Last-Translator: Josep Ma. Ferrer <txemaq@gmail.com>\n" "Language-Team: Catalan <kde-i18n-ca@kde.org>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kfloppy-17.04.3/po/cs/kfloppy.po new/kfloppy-17.08.0/po/cs/kfloppy.po --- old/kfloppy-17.04.3/po/cs/kfloppy.po 2017-07-11 02:19:36.000000000 +0200 +++ new/kfloppy-17.08.0/po/cs/kfloppy.po 2017-08-11 02:34:50.000000000 +0200 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: kfloppy\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2017-04-14 04:28+0200\n" +"POT-Creation-Date: 2017-04-14 02:47+0200\n" "PO-Revision-Date: 2016-03-30 10:00+0100\n" "Last-Translator: Vít Pelčák <vit@pelcak.org>\n" "Language-Team: Czech <kde-i18n-doc@kde.org>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kfloppy-17.04.3/po/da/kfloppy.po new/kfloppy-17.08.0/po/da/kfloppy.po --- old/kfloppy-17.04.3/po/da/kfloppy.po 2017-07-11 02:19:36.000000000 +0200 +++ new/kfloppy-17.08.0/po/da/kfloppy.po 2017-08-11 02:34:50.000000000 +0200 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: kfloppy\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2017-04-14 04:28+0200\n" +"POT-Creation-Date: 2017-04-14 02:47+0200\n" "PO-Revision-Date: 2016-07-11 21:43+0100\n" "Last-Translator: Martin Schlander <mschlander@opensuse.org>\n" "Language-Team: Danish <dansk@dansk-gruppen.dk>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kfloppy-17.04.3/po/de/docs/kfloppy/index.docbook new/kfloppy-17.08.0/po/de/docs/kfloppy/index.docbook --- old/kfloppy-17.04.3/po/de/docs/kfloppy/index.docbook 2017-07-11 02:19:37.000000000 +0200 +++ new/kfloppy-17.08.0/po/de/docs/kfloppy/index.docbook 2017-08-11 02:34:51.000000000 +0200 @@ -160,7 +160,7 @@ <abstract
<para ->&kfloppy;, ist ein einfaches Programm, zum Formatieren von 3.5" - und 5.25"-Disketten.</para +>&kfloppy; ist ein einfaches Programm zum Formatieren von 3.5" - und 5.25"-Disketten.</para </abstract>
<keywordset> @@ -181,7 +181,7 @@
Einleitung</title>
<para diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kfloppy-17.04.3/po/de/kfloppy.po new/kfloppy-17.08.0/po/de/kfloppy.po --- old/kfloppy-17.04.3/po/de/kfloppy.po 2017-07-11 02:19:36.000000000 +0200 +++ new/kfloppy-17.08.0/po/de/kfloppy.po 2017-08-11 02:34:50.000000000 +0200 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: kfloppy\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2017-04-14 04:28+0200\n" +"POT-Creation-Date: 2017-04-14 02:47+0200\n" "PO-Revision-Date: 2017-02-27 19:53+0100\n" "Last-Translator: Burkhard Lück <lueck@hube-lueck.de>\n" "Language-Team: German <kde-i18n-de@kde.org>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kfloppy-17.04.3/po/el/kfloppy.po new/kfloppy-17.08.0/po/el/kfloppy.po --- old/kfloppy-17.04.3/po/el/kfloppy.po 2017-07-11 02:19:36.000000000 +0200 +++ new/kfloppy-17.08.0/po/el/kfloppy.po 2017-08-11 02:34:50.000000000 +0200 @@ -12,7 +12,7 @@ msgstr "" "Project-Id-Version: kfloppy\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2017-04-14 04:28+0200\n" +"POT-Creation-Date: 2017-04-14 02:47+0200\n" "PO-Revision-Date: 2016-11-02 15:59+0200\n" "Last-Translator: Petros Vidalis <pvidalis@gmail.com>\n" "Language-Team: Greek <kde-i18n-doc@kde.org>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kfloppy-17.04.3/po/en_GB/kfloppy.po new/kfloppy-17.08.0/po/en_GB/kfloppy.po --- old/kfloppy-17.04.3/po/en_GB/kfloppy.po 2017-07-11 02:19:36.000000000 +0200 +++ new/kfloppy-17.08.0/po/en_GB/kfloppy.po 2017-08-11 02:34:50.000000000 +0200 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: kfloppy\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2017-04-14 04:28+0200\n" +"POT-Creation-Date: 2017-04-14 02:47+0200\n" "PO-Revision-Date: 2016-04-24 16:15+0100\n" "Last-Translator: Steve Allewell <steve.allewell@gmail.com>\n" "Language-Team: British English <kde-l10n-en_gb@kde.org>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kfloppy-17.04.3/po/eo/kfloppy.po new/kfloppy-17.08.0/po/eo/kfloppy.po --- old/kfloppy-17.04.3/po/eo/kfloppy.po 2017-07-11 02:19:36.000000000 +0200 +++ new/kfloppy-17.08.0/po/eo/kfloppy.po 2017-08-11 02:34:50.000000000 +0200 @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: kfloppy\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2017-04-14 04:28+0200\n" +"POT-Creation-Date: 2017-04-14 02:47+0200\n" "PO-Revision-Date: 2009-12-29 20:02+0100\n" "Last-Translator: Axel Rousseau <axel@esperanto-jeunes.org>\n" "Language-Team: Esperanto <kde-i18n-doc@kde.org>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kfloppy-17.04.3/po/es/kfloppy.po new/kfloppy-17.08.0/po/es/kfloppy.po --- old/kfloppy-17.04.3/po/es/kfloppy.po 2017-07-11 02:19:36.000000000 +0200 +++ new/kfloppy-17.08.0/po/es/kfloppy.po 2017-08-11 02:34:50.000000000 +0200 @@ -10,7 +10,7 @@ msgstr "" "Project-Id-Version: kfloppy\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2017-04-14 04:28+0200\n" +"POT-Creation-Date: 2017-04-14 02:47+0200\n" "PO-Revision-Date: 2016-03-26 11:22+0100\n" "Last-Translator: Eloy Cuadra <ecuadra@eloihr.net>\n" "Language-Team: Spanish <kde-l10n-es@kde.org>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kfloppy-17.04.3/po/et/kfloppy.po new/kfloppy-17.08.0/po/et/kfloppy.po --- old/kfloppy-17.04.3/po/et/kfloppy.po 2017-07-11 02:19:36.000000000 +0200 +++ new/kfloppy-17.08.0/po/et/kfloppy.po 2017-08-11 02:34:50.000000000 +0200 @@ -10,7 +10,7 @@ msgstr "" "Project-Id-Version: kfloppy\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2017-04-14 04:28+0200\n" +"POT-Creation-Date: 2017-04-14 02:47+0200\n" "PO-Revision-Date: 2016-07-26 20:51+0300\n" "Last-Translator: Marek Laane <qiilaq69@gmail.com>\n" "Language-Team: Estonian <kde-et@linux.ee>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kfloppy-17.04.3/po/eu/kfloppy.po new/kfloppy-17.08.0/po/eu/kfloppy.po --- old/kfloppy-17.04.3/po/eu/kfloppy.po 2017-07-11 02:19:36.000000000 +0200 +++ new/kfloppy-17.08.0/po/eu/kfloppy.po 2017-08-11 02:34:50.000000000 +0200 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: kfloppy\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2017-04-14 04:28+0200\n" +"POT-Creation-Date: 2017-04-14 02:47+0200\n" "PO-Revision-Date: 2017-07-08 16:36+0200\n" "Last-Translator: Iñigo Salvador Azurmendi <xalba@euskalnet.net>\n" "Language-Team: Basque <kde-i18n-doc@kde.org>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kfloppy-17.04.3/po/fa/kfloppy.po new/kfloppy-17.08.0/po/fa/kfloppy.po --- old/kfloppy-17.04.3/po/fa/kfloppy.po 2017-07-11 02:19:36.000000000 +0200 +++ new/kfloppy-17.08.0/po/fa/kfloppy.po 2017-08-11 02:34:50.000000000 +0200 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: kfloppy\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2017-04-14 04:28+0200\n" +"POT-Creation-Date: 2017-04-14 02:47+0200\n" "PO-Revision-Date: 2007-08-22 18:45+0330\n" "Last-Translator: Nazanin Kazemi <kazemi@itland.ir>\n" "Language-Team: Persian <kde-i18n-fa@kde.org>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kfloppy-17.04.3/po/fi/kfloppy.po new/kfloppy-17.08.0/po/fi/kfloppy.po --- old/kfloppy-17.04.3/po/fi/kfloppy.po 2017-07-11 02:19:36.000000000 +0200 +++ new/kfloppy-17.08.0/po/fi/kfloppy.po 2017-08-11 02:34:50.000000000 +0200 @@ -11,7 +11,7 @@ msgstr "" "Project-Id-Version: kfloppy\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2017-04-14 04:28+0200\n" +"POT-Creation-Date: 2017-04-14 02:47+0200\n" "PO-Revision-Date: 2016-03-29 19:08+0200\n" "Last-Translator: Lasse Liehu <lasse.liehu@gmail.com>\n" "Language-Team: Finnish <kde-i18n-doc@kde.org>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kfloppy-17.04.3/po/fr/kfloppy.po new/kfloppy-17.08.0/po/fr/kfloppy.po --- old/kfloppy-17.04.3/po/fr/kfloppy.po 2017-07-11 02:19:36.000000000 +0200 +++ new/kfloppy-17.08.0/po/fr/kfloppy.po 2017-08-11 02:34:50.000000000 +0200 @@ -18,7 +18,7 @@ msgstr "" "Project-Id-Version: kfloppy\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2017-04-14 04:28+0200\n" +"POT-Creation-Date: 2017-04-14 02:47+0200\n" "PO-Revision-Date: 2017-05-19 22:07+0100\n" "Last-Translator: Johnny Jazeix <jazeix@gmail.com>\n" "Language-Team: French <kde-francophone@kde.org>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kfloppy-17.04.3/po/ga/kfloppy.po new/kfloppy-17.08.0/po/ga/kfloppy.po --- old/kfloppy-17.04.3/po/ga/kfloppy.po 2017-07-11 02:19:36.000000000 +0200 +++ new/kfloppy-17.08.0/po/ga/kfloppy.po 2017-08-11 02:34:50.000000000 +0200 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: kdeutils/kfloppy.po\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2017-04-14 04:28+0200\n" +"POT-Creation-Date: 2017-04-14 02:47+0200\n" "PO-Revision-Date: 2004-12-03 14:52-0500\n" "Last-Translator: Kevin Scannell <kscanne@gmail.com>\n" "Language-Team: Irish <gaeilge-gnulinux@lists.sourceforge.net>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kfloppy-17.04.3/po/gl/kfloppy.po new/kfloppy-17.08.0/po/gl/kfloppy.po --- old/kfloppy-17.04.3/po/gl/kfloppy.po 2017-07-11 02:19:36.000000000 +0200 +++ new/kfloppy-17.08.0/po/gl/kfloppy.po 2017-08-11 02:34:50.000000000 +0200 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: kfloppy\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2017-04-14 04:28+0200\n" +"POT-Creation-Date: 2017-04-14 02:47+0200\n" "PO-Revision-Date: 2016-04-20 08:11+0100\n" "Last-Translator: Adrián Chaves Fernández (Gallaecio) <adriyetichaves@gmail." "com>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kfloppy-17.04.3/po/he/kfloppy.po new/kfloppy-17.08.0/po/he/kfloppy.po --- old/kfloppy-17.04.3/po/he/kfloppy.po 2017-07-11 02:19:36.000000000 +0200 +++ new/kfloppy-17.08.0/po/he/kfloppy.po 2017-08-11 02:34:50.000000000 +0200 @@ -17,7 +17,7 @@ msgstr "" "Project-Id-Version: kfloppy\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2017-04-14 04:28+0200\n" +"POT-Creation-Date: 2017-04-14 02:47+0200\n" "PO-Revision-Date: 2017-05-16 07:04-0400\n" "Last-Translator: Copied by Zanata <copied-by-zanata@zanata.org>\n" "Language-Team: Hebrew <kde-i18n-doc@kde.org>\n" @@ -603,11 +603,3 @@ #, kde-format msgid "Default device" msgstr "התקן ברירת מחדל"
<para ->&kfloppy;, ist ein einfaches Programm, zum Formatieren von 3.5" - und 5.25"-Disketten. </para> +>&kfloppy; ist ein einfaches Programm zum Formatieren von 3.5" - und 5.25"-Disketten. </para> <note - -#, fuzzy -#~ msgid "Cannot start dd to zero disk." -#~ msgstr "אין אפשרות להפעיל את התוכנה שמפרמטת FAT" - -#, fuzzy -#~ msgid "Cannot start newfs." -#~ msgstr "אין אפשרות להתחיל את dd." diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kfloppy-17.04.3/po/hi/kfloppy.po new/kfloppy-17.08.0/po/hi/kfloppy.po --- old/kfloppy-17.04.3/po/hi/kfloppy.po 2017-07-11 02:19:37.000000000 +0200 +++ new/kfloppy-17.08.0/po/hi/kfloppy.po 2017-08-11 02:34:50.000000000 +0200 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: kfloppy\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2017-04-14 04:28+0200\n" +"POT-Creation-Date: 2017-04-14 02:47+0200\n" "PO-Revision-Date: 2008-02-03 13:02+0530\n" "Last-Translator: Ravishankar Shrivastava <aviratlami@aol.in>\n" "Language-Team: Hindi <indlinux-hindi@lists.sourceforge.net>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kfloppy-17.04.3/po/hr/kfloppy.po new/kfloppy-17.08.0/po/hr/kfloppy.po --- old/kfloppy-17.04.3/po/hr/kfloppy.po 2017-07-11 02:19:37.000000000 +0200 +++ new/kfloppy-17.08.0/po/hr/kfloppy.po 2017-08-11 02:34:50.000000000 +0200 @@ -5,7 +5,7 @@ msgstr "" "Project-Id-Version: kfloppy 0\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2017-04-14 04:28+0200\n" +"POT-Creation-Date: 2017-04-14 02:47+0200\n" "PO-Revision-Date: 2004-04-20 13:24+CEST\n" "Last-Translator: auto\n" "Language-Team: Croatian <kde-croatia-list@lists.sourceforge.net>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kfloppy-17.04.3/po/hu/kfloppy.po new/kfloppy-17.08.0/po/hu/kfloppy.po --- old/kfloppy-17.04.3/po/hu/kfloppy.po 2017-07-11 02:19:37.000000000 +0200 +++ new/kfloppy-17.08.0/po/hu/kfloppy.po 2017-08-11 02:34:50.000000000 +0200 @@ -4,14 +4,14 @@ msgstr "" "Project-Id-Version: KDE 4.3\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2017-04-14 04:28+0200\n" +"POT-Creation-Date: 2017-04-14 02:47+0200\n" "PO-Revision-Date: 2009-08-24 11:11+0100\n" "Last-Translator: Tamas Szanto <tszanto@interware.hu>\n" "Language-Team: Hungarian <kde-lista@sophia.jpte.hu>\n" "Language: hu\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8-bit\n" +"Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: floppy.cpp:81 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kfloppy-17.04.3/po/ia/kfloppy.po new/kfloppy-17.08.0/po/ia/kfloppy.po --- old/kfloppy-17.04.3/po/ia/kfloppy.po 2017-07-11 02:19:37.000000000 +0200 +++ new/kfloppy-17.08.0/po/ia/kfloppy.po 2017-08-11 02:34:50.000000000 +0200 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2017-04-14 04:28+0200\n" +"POT-Creation-Date: 2017-04-14 02:47+0200\n" "PO-Revision-Date: 2014-04-29 13:37+0200\n" "Last-Translator: G.Sora <g.sora@tiscali.it>\n" "Language-Team: Interlingua <kde-l10n-ia@kde.org>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kfloppy-17.04.3/po/id/kfloppy.po new/kfloppy-17.08.0/po/id/kfloppy.po --- old/kfloppy-17.04.3/po/id/kfloppy.po 2017-07-11 02:19:37.000000000 +0200 +++ new/kfloppy-17.08.0/po/id/kfloppy.po 2017-08-11 02:34:50.000000000 +0200 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2017-04-14 04:28+0200\n" +"POT-Creation-Date: 2017-04-14 02:47+0200\n" "PO-Revision-Date: 2010-06-07 11:34+0700\n" "Last-Translator: Dirgita <dirgitadevina@yahoo.co.id>\n" "Language-Team: Indonesian <kde-i18n-doc@kde.org>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kfloppy-17.04.3/po/is/kfloppy.po new/kfloppy-17.08.0/po/is/kfloppy.po --- old/kfloppy-17.04.3/po/is/kfloppy.po 2017-07-11 02:19:37.000000000 +0200 +++ new/kfloppy-17.08.0/po/is/kfloppy.po 2017-08-11 02:34:50.000000000 +0200 @@ -4,20 +4,20 @@ # # Bjarni R. Einarsson, <bre@mmedia.is>, 1998. # Pjetur G. Hjaltason <pjetur@pjetur.net>, 2003. -# Sveinn í Felli <sveinki@nett.is>, 2009, 2010, 2017. +# Sveinn í Felli <sveinki@nett.is>, 2009, 2010. msgid "" msgstr "" "Project-Id-Version: kfloppy\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2017-04-14 04:28+0200\n" -"PO-Revision-Date: 2017-05-10 14:59+0000\n" -"Last-Translator: Sveinn í Felli <sv1@fellsnet.is>\n" -"Language-Team: Icelandic <translation-team-is@lists.sourceforge.net>\n" +"POT-Creation-Date: 2017-04-14 02:47+0200\n" +"PO-Revision-Date: 2010-05-31 12:37+0000\n" +"Last-Translator: Sveinn í Felli <sveinki@nett.is>\n" +"Language-Team: Icelandic <kde-isl@molar.is>\n" "Language: is\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Generator: Lokalize 1.5\n" +"X-Generator: KBabel 1.11.4\n" "Plural-Forms: Plural-Forms: nplurals=2; plural=n != 1;\n" "\n" "\n" @@ -535,7 +535,12 @@ msgstr "KFloppy" #: main.cpp:57 -#, kde-format +#, fuzzy, kde-format +#| msgid "" +#| "(c) 1997, Bernd Johannes Wuebben\n" +#| "(c) 2001, Chris Howells\n" +#| "(c) 2002, Adriaan de Groot\n" +#| "(c) 2004, 2005, Nicolas Goutte" msgid "" "(c) 1997, Bernd Johannes Wuebben\n" "(c) 2001, Chris Howells\n" @@ -546,8 +551,7 @@ "(c) 1997, Bernd Johannes Wuebben\n" "(c) 2001, Chris Howells\n" "(c) 2002, Adriaan de Groot\n" -"(c) 2004, 2005, Nicolas Goutte\n" -"(c) 2015, 2016, Wolfgang Bauer" +"(c) 2004, 2005, Nicolas Goutte" #: main.cpp:62 #, kde-format @@ -598,12 +602,12 @@ #: main.cpp:70 #, kde-format msgid "Wolfgang Bauer" -msgstr "Wolfgang Bauer" +msgstr "" #: main.cpp:70 #, kde-format msgid "Port KFloppy to KF5" -msgstr "Aðlögun KFloppy að KF5" +msgstr "" #: main.cpp:72 #, kde-format diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kfloppy-17.04.3/po/it/kfloppy.po new/kfloppy-17.08.0/po/it/kfloppy.po --- old/kfloppy-17.04.3/po/it/kfloppy.po 2017-07-11 02:19:37.000000000 +0200 +++ new/kfloppy-17.08.0/po/it/kfloppy.po 2017-08-11 02:34:50.000000000 +0200 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: kfloppy\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2017-04-14 04:28+0200\n" +"POT-Creation-Date: 2017-04-14 02:47+0200\n" "PO-Revision-Date: 2016-09-05 16:50+0100\n" "Last-Translator: Luigi Toscano <luigi.toscano@tiscali.it>\n" "Language-Team: Italian <kde-i18n-it@kde.org>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kfloppy-17.04.3/po/ja/kfloppy.po new/kfloppy-17.08.0/po/ja/kfloppy.po --- old/kfloppy-17.04.3/po/ja/kfloppy.po 2017-07-11 02:19:37.000000000 +0200 +++ new/kfloppy-17.08.0/po/ja/kfloppy.po 2017-08-11 02:34:50.000000000 +0200 @@ -11,7 +11,7 @@ msgstr "" "Project-Id-Version: kfloppy\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2017-04-14 04:28+0200\n" +"POT-Creation-Date: 2017-04-14 02:47+0200\n" "PO-Revision-Date: 2007-06-25 22:00+0900\n" "Last-Translator: Yukiko Bando <ybando@k6.dion.ne.jp>\n" "Language-Team: Japanese <kde-jp@kde.org>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kfloppy-17.04.3/po/kk/kfloppy.po new/kfloppy-17.08.0/po/kk/kfloppy.po --- old/kfloppy-17.04.3/po/kk/kfloppy.po 2017-07-11 02:19:37.000000000 +0200 +++ new/kfloppy-17.08.0/po/kk/kfloppy.po 2017-08-11 02:34:50.000000000 +0200 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: kfloppy\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2017-04-14 04:28+0200\n" +"POT-Creation-Date: 2017-04-14 02:47+0200\n" "PO-Revision-Date: 2010-07-03 10:09+0600\n" "Last-Translator: Sairan Kikkarin <sairan@computer.org>\n" "Language-Team: Kazakh <kde-i18n-doc@kde.org>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kfloppy-17.04.3/po/km/kfloppy.po new/kfloppy-17.08.0/po/km/kfloppy.po --- old/kfloppy-17.04.3/po/km/kfloppy.po 2017-07-11 02:19:37.000000000 +0200 +++ new/kfloppy-17.08.0/po/km/kfloppy.po 2017-08-11 02:34:50.000000000 +0200 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: kfloppy\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2017-04-14 04:28+0200\n" +"POT-Creation-Date: 2017-04-14 02:47+0200\n" "PO-Revision-Date: 2008-12-19 10:25+0700\n" "Last-Translator: Khoem Sokhem <khoemsokhem@khmeros.info>\n" "Language-Team: Khmer <support@khmeros.info>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kfloppy-17.04.3/po/ko/kfloppy.po new/kfloppy-17.08.0/po/ko/kfloppy.po --- old/kfloppy-17.04.3/po/ko/kfloppy.po 2017-07-11 02:19:37.000000000 +0200 +++ new/kfloppy-17.08.0/po/ko/kfloppy.po 2017-08-11 02:34:50.000000000 +0200 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: kfloppy\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2017-04-14 04:28+0200\n" +"POT-Creation-Date: 2017-04-14 02:47+0200\n" "PO-Revision-Date: 2016-12-05 22:46+0100\n" "Last-Translator: Shinjo Park <kde@peremen.name>\n" "Language-Team: Korean <kde@peremen.name>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kfloppy-17.04.3/po/lt/kfloppy.po new/kfloppy-17.08.0/po/lt/kfloppy.po --- old/kfloppy-17.04.3/po/lt/kfloppy.po 2017-07-11 02:19:37.000000000 +0200 +++ new/kfloppy-17.08.0/po/lt/kfloppy.po 2017-08-11 02:34:50.000000000 +0200 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: kfloppy\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2017-04-14 04:28+0200\n" +"POT-Creation-Date: 2017-04-14 02:47+0200\n" "PO-Revision-Date: 2011-10-06 21:02+0300\n" "Last-Translator: Remigijus Jarmalavičius <remigijus@jarmalavicius.lt>\n" "Language-Team: Lithuanian <kde-i18n-lt@kde.org>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kfloppy-17.04.3/po/lv/kfloppy.po new/kfloppy-17.08.0/po/lv/kfloppy.po --- old/kfloppy-17.04.3/po/lv/kfloppy.po 2017-07-11 02:19:37.000000000 +0200 +++ new/kfloppy-17.08.0/po/lv/kfloppy.po 2017-08-11 02:34:50.000000000 +0200 @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: kfloppy\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2017-04-14 04:28+0200\n" +"POT-Creation-Date: 2017-04-14 02:47+0200\n" "PO-Revision-Date: 2009-06-07 20:53+0300\n" "Last-Translator: Viesturs Zariņš <viesturs.zarins@mii.lu.lv>\n" "Language-Team: Latvian <locale@laka.lv>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kfloppy-17.04.3/po/mr/kfloppy.po new/kfloppy-17.08.0/po/mr/kfloppy.po --- old/kfloppy-17.04.3/po/mr/kfloppy.po 2017-07-11 02:19:37.000000000 +0200 +++ new/kfloppy-17.08.0/po/mr/kfloppy.po 2017-08-11 02:34:50.000000000 +0200 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2017-04-14 04:28+0200\n" +"POT-Creation-Date: 2017-04-14 02:47+0200\n" "PO-Revision-Date: 2013-03-15 14:23+0530\n" "Last-Translator: Chetan Khona <chetan@kompkin.com>\n" "Language-Team: Marathi <kde-i18n-doc@kde.org>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kfloppy-17.04.3/po/nb/kfloppy.po new/kfloppy-17.08.0/po/nb/kfloppy.po --- old/kfloppy-17.04.3/po/nb/kfloppy.po 2017-07-11 02:19:37.000000000 +0200 +++ new/kfloppy-17.08.0/po/nb/kfloppy.po 2017-08-11 02:34:50.000000000 +0200 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: kfloppy\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2017-04-14 04:28+0200\n" +"POT-Creation-Date: 2017-04-14 02:47+0200\n" "PO-Revision-Date: 2009-03-27 09:00+0100\n" "Last-Translator: Bjørn Steensrud <bjornst@skogkatt.homelinux.org>\n" "Language-Team: Norwegian Bokmål <i18n-nb@lister.ping.uio.no>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kfloppy-17.04.3/po/nds/kfloppy.po new/kfloppy-17.08.0/po/nds/kfloppy.po --- old/kfloppy-17.04.3/po/nds/kfloppy.po 2017-07-11 02:19:37.000000000 +0200 +++ new/kfloppy-17.08.0/po/nds/kfloppy.po 2017-08-11 02:34:50.000000000 +0200 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: kfloppy\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2017-04-14 04:28+0200\n" +"POT-Creation-Date: 2017-04-14 02:47+0200\n" "PO-Revision-Date: 2009-03-11 23:10+0100\n" "Last-Translator: Sönke Dibbern <s_dibbern@web.de>\n" "Language-Team: Low Saxon <kde-i18n-nds@kde.org>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kfloppy-17.04.3/po/nl/kfloppy.po new/kfloppy-17.08.0/po/nl/kfloppy.po --- old/kfloppy-17.04.3/po/nl/kfloppy.po 2017-07-11 02:19:37.000000000 +0200 +++ new/kfloppy-17.08.0/po/nl/kfloppy.po 2017-08-11 02:34:50.000000000 +0200 @@ -14,7 +14,7 @@ msgstr "" "Project-Id-Version: kfloppy\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2017-04-14 04:28+0200\n" +"POT-Creation-Date: 2017-04-14 02:47+0200\n" "PO-Revision-Date: 2016-10-10 23:44+0200\n" "Last-Translator: Freek de Kruijf <freekdekruijf@kde.nl>\n" "Language-Team: Dutch <kde-i18n-nl@kde.org>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kfloppy-17.04.3/po/nn/kfloppy.po new/kfloppy-17.08.0/po/nn/kfloppy.po --- old/kfloppy-17.04.3/po/nn/kfloppy.po 2017-07-11 02:19:37.000000000 +0200 +++ new/kfloppy-17.08.0/po/nn/kfloppy.po 2017-08-11 02:34:50.000000000 +0200 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: kfloppy\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2017-04-14 04:28+0200\n" +"POT-Creation-Date: 2017-04-14 02:47+0200\n" "PO-Revision-Date: 2016-10-20 20:21+0100\n" "Last-Translator: Karl Ove Hufthammer <karl@huftis.org>\n" "Language-Team: Norwegian Nynorsk <i18n-nn@lister.ping.uio.no>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kfloppy-17.04.3/po/pa/kfloppy.po new/kfloppy-17.08.0/po/pa/kfloppy.po --- old/kfloppy-17.04.3/po/pa/kfloppy.po 2017-07-11 02:19:37.000000000 +0200 +++ new/kfloppy-17.08.0/po/pa/kfloppy.po 2017-08-11 02:34:50.000000000 +0200 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: kfloppy\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2017-04-14 04:28+0200\n" +"POT-Creation-Date: 2017-04-14 02:47+0200\n" "PO-Revision-Date: 2009-01-15 08:57+0530\n" "Last-Translator: A S Alam <aalam@users.sf.net>\n" "Language-Team: Punjabi <punjabi-l10n@users.sf.net>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kfloppy-17.04.3/po/pl/kfloppy.po new/kfloppy-17.08.0/po/pl/kfloppy.po --- old/kfloppy-17.04.3/po/pl/kfloppy.po 2017-07-11 02:19:37.000000000 +0200 +++ new/kfloppy-17.08.0/po/pl/kfloppy.po 2017-08-11 02:34:50.000000000 +0200 @@ -1,4 +1,4 @@ -# Version: $Revision: 1487393 $ +# Version: $Revision: 1487386 $ # translation of kfloppy.po to Polish # translation of kfloppy.po to # KTranslator Generated File @@ -13,7 +13,7 @@ msgstr "" "Project-Id-Version: kfloppy\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2017-04-14 04:28+0200\n" +"POT-Creation-Date: 2017-04-14 02:47+0200\n" "PO-Revision-Date: 2016-08-20 08:31+0100\n" "Last-Translator: Łukasz Wojniłowicz <lukasz.wojnilowicz@gmail.com>\n" "Language-Team: Polish <kde-i18n-doc@kde.org>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kfloppy-17.04.3/po/pt/docs/kfloppy/index.docbook new/kfloppy-17.08.0/po/pt/docs/kfloppy/index.docbook --- old/kfloppy-17.04.3/po/pt/docs/kfloppy/index.docbook 2017-07-11 02:19:37.000000000 +0200 +++ new/kfloppy-17.08.0/po/pt/docs/kfloppy/index.docbook 2017-08-11 02:34:51.000000000 +0200 @@ -91,6 +91,21 @@
Desenvolvimento (Adição do suporte para o &BSD;)</contrib> </othercredit>
+<othercredit role="developer" +><firstname +>Wolfgang</firstname +> <surname +>Bauer</surname +> <affiliation +><address +><email +>wbauer@tmo.at</email +></address +></affiliation> +<contrib +>Desenvolvimento (Migração para o KF5)</contrib> +</othercredit> + <othercredit role="reviewer"
<firstname Lauri</firstname @@ -122,9 +137,9 @@ </authorgroup>
<date ->2010-07-29</date> +>2016-03-23</date> <releaseinfo ->4.5</releaseinfo> +>5.0 (Aplicações 16.04)</releaseinfo> <copyright> <year @@ -273,9 +288,7 @@ <sect2 id="filesystems"> <title -><guilabel ->Sistemas de Ficheiros</guilabel -></title> +>Sistemas de Ficheiros</title> <para
A terceira caixa de opções, chamada Sistema de Ficheiros, oferece ao utilizador as seguintes escolhas, se forem aplicáveis:</para> @@ -516,7 +529,7 @@ </term> <listitem <para ->Isto lista as opções mais básicas que estão disponíveis na linha de comandos.</para> +>Isto lista as opções disponíveis na linha de comandos.</para> </listitem> </varlistentry>
<command kfloppy <option ->--help-qt</option -></command -></term> -<listitem -><para ->Isto lista as opções disponíveis para mudar a maneira de como o &kfloppy; interage com o &Qt;.</para> -</listitem> -</varlistentry>
@@ -524,26 +537,12 @@ <term - -<varlistentry -> -<term -><command ->kfloppy <option ->--help-kde</option +>--author</option
</command </term> <listitem> <para ->Isto lista as opções disponíveis para mudar a maneira de como o &kfloppy; interage com o &kde;.</para> +>Lista os autores do &kfloppy; na janela do terminal</para> </listitem> </varlistentry>
@@ -551,12 +550,12 @@ <term
<command kfloppy <option ->--help-all</option +>--license</option </command </term> <listitem> <para ->Isto lista todas as opções da linha de comandos.</para> +>Apresenta a informação da licença do &kfloppy; na janela do terminal</para> </listitem> </varlistentry>
@@ -564,12 +563,16 @@ <term
<command kfloppy <option ->--author</option +>--version</option </command </term> <listitem> <para ->Lista os autores do &kfloppy; na janela do terminal</para> +>Apresenta a informação da versão do &kfloppy;. Também está disponível através do <command +>kfloppy <option +>-v</option +></command +> </para> </listitem> </varlistentry>
@@ -577,17 +580,17 @@ <term
<command kfloppy <option ->--version</option +><replaceable +>dispositivo</replaceable +></option </command </term> -<listitem> +<listitem +><para +>O dispositivo a formatar.</para> <para ->Lista informações sobre a versão do &Qt;, &kde;, e do &kfloppy;. Também disponíveis através de <command ->kfloppy <option ->-V</option -></command -> </para> -</listitem> +>Isto irá formatar directamente o dispositivo indicado, usando a configuração gravada. Os únicos dispositivos suportados de momento são o /dev/fd0 e o /dev/fd1.</para +></listitem> </varlistentry> </variablelist
@@ -597,7 +600,7 @@ <chapter id="credits"> <title ->Créditos e Licenças</title> +>Créditos e Licença</title> <!-- ### TODO: verify the copyright dates --> <!-- ### TODO: make the copyright list prettier --> @@ -615,10 +618,12 @@
Programa Formatador &kfloppy; com 'copyright' 2004, 2005 de &Nicolas.Goutte; &Nicolas.Goutte.mail;</para>
<para ->Documentação com 'copyright' 2000 de &Thad.McGinnis; &Thad.McGinnis.mail;.</para> +>Programa Formatador &kfloppy; com 'copyright' 2015, 2016 de Wolfgang Bauer <email +>wbauer@tmo.at</email +></para> <para ->Documentação com 'copyright' 2005 de &Nicolas.Goutte; &Nicolas.Goutte.mail;.</para> +>Documentação com 'copyright' 2000 de &Thad.McGinnis; &Thad.McGinnis.mail;.</para> <para
Esta versão do manual do &kfloppy; é baseada na versão original por &David.Rugge; <email diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kfloppy-17.04.3/po/pt/kfloppy.po new/kfloppy-17.08.0/po/pt/kfloppy.po --- old/kfloppy-17.04.3/po/pt/kfloppy.po 2017-07-11 02:19:37.000000000 +0200 +++ new/kfloppy-17.08.0/po/pt/kfloppy.po 2017-08-11 02:34:50.000000000 +0200 @@ -2,7 +2,7 @@ msgstr "" "Project-Id-Version: kfloppy\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2017-04-14 04:28+0200\n" +"POT-Creation-Date: 2017-04-14 02:47+0200\n" "PO-Revision-Date: 2016-03-24 11:26+0000\n" "Last-Translator: José Nuno Pires <zepires@gmail.com>\n" "Language-Team: pt <kde-i18n-pt@kde.org>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kfloppy-17.04.3/po/pt_BR/kfloppy.po new/kfloppy-17.08.0/po/pt_BR/kfloppy.po --- old/kfloppy-17.04.3/po/pt_BR/kfloppy.po 2017-07-11 02:19:37.000000000 +0200 +++ new/kfloppy-17.08.0/po/pt_BR/kfloppy.po 2017-08-11 02:34:50.000000000 +0200 @@ -12,7 +12,7 @@ msgstr "" "Project-Id-Version: kfloppy\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2017-04-14 04:28+0200\n" +"POT-Creation-Date: 2017-04-14 02:47+0200\n" "PO-Revision-Date: 2016-03-24 08:00-0300\n" "Last-Translator: André Marcelo Alvarenga <alvarenga@kde.org>\n" "Language-Team: Brazilian Portuguese <kde-i18n-pt_br@kde.org>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kfloppy-17.04.3/po/ro/kfloppy.po new/kfloppy-17.08.0/po/ro/kfloppy.po --- old/kfloppy-17.04.3/po/ro/kfloppy.po 2017-07-11 02:19:37.000000000 +0200 +++ new/kfloppy-17.08.0/po/ro/kfloppy.po 2017-08-11 02:34:50.000000000 +0200 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: kfloppy\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2017-04-14 04:28+0200\n" +"POT-Creation-Date: 2017-04-14 02:47+0200\n" "PO-Revision-Date: 2009-03-19 12:43+0200\n" "Last-Translator: Sergiu Bivol <sergiu@ase.md>\n" "Language-Team: Romanian <kde-i18n-ro@lists.kde.org>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kfloppy-17.04.3/po/ru/kfloppy.po new/kfloppy-17.08.0/po/ru/kfloppy.po --- old/kfloppy-17.04.3/po/ru/kfloppy.po 2017-07-11 02:19:37.000000000 +0200 +++ new/kfloppy-17.08.0/po/ru/kfloppy.po 2017-08-11 02:34:50.000000000 +0200 @@ -12,7 +12,7 @@ msgstr "" "Project-Id-Version: kfloppy\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2017-04-14 04:28+0200\n" +"POT-Creation-Date: 2017-04-14 02:47+0200\n" "PO-Revision-Date: 2016-03-26 13:43+0300\n" "Last-Translator: Alexander Potashev <aspotashev@gmail.com>\n" "Language-Team: Russian <kde-russian@lists.kde.ru>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kfloppy-17.04.3/po/sk/kfloppy.po new/kfloppy-17.08.0/po/sk/kfloppy.po --- old/kfloppy-17.04.3/po/sk/kfloppy.po 2017-07-11 02:19:37.000000000 +0200 +++ new/kfloppy-17.08.0/po/sk/kfloppy.po 2017-08-11 02:34:50.000000000 +0200 @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: kfloppy\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2017-04-14 04:28+0200\n" +"POT-Creation-Date: 2017-04-14 02:47+0200\n" "PO-Revision-Date: 2016-03-25 10:24+0100\n" "Last-Translator: Roman Paholik <wizzardsk@gmail.com>\n" "Language-Team: Slovak <kde-sk@linux.sk>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kfloppy-17.04.3/po/sl/kfloppy.po new/kfloppy-17.08.0/po/sl/kfloppy.po --- old/kfloppy-17.04.3/po/sl/kfloppy.po 2017-07-11 02:19:37.000000000 +0200 +++ new/kfloppy-17.08.0/po/sl/kfloppy.po 2017-08-11 02:34:51.000000000 +0200 @@ -2,7 +2,7 @@ # Translation of kfloppy.po to Slovenian # -*- mode:po; coding:iso-latin-2; -*- kfloppy Slovenian message catalogue. # Copyright (C) 2001,2003, 2004, 2005 Free Software Foundation, Inc. -# $Id: kfloppy.po 1487393 2017-04-14 02:55:14Z scripty $ +# $Id: kfloppy.po 1487386 2017-04-14 01:48:12Z scripty $ # $Source$ # # Marko Samastur <markos@elite.org>, 2000. @@ -15,7 +15,7 @@ msgstr "" "Project-Id-Version: kfloppy\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2017-04-14 04:28+0200\n" +"POT-Creation-Date: 2017-04-14 02:47+0200\n" "PO-Revision-Date: 2016-03-26 19:12+0100\n" "Last-Translator: Andrej Mernik <andrejm@ubuntu.si>\n" "Language-Team: Slovenian <lugos-slo@lugos.si>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kfloppy-17.04.3/po/sr/kfloppy.po new/kfloppy-17.08.0/po/sr/kfloppy.po --- old/kfloppy-17.04.3/po/sr/kfloppy.po 2017-07-11 02:19:37.000000000 +0200 +++ new/kfloppy-17.08.0/po/sr/kfloppy.po 2017-08-11 02:34:51.000000000 +0200 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: kfloppy\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2017-04-14 04:28+0200\n" +"POT-Creation-Date: 2017-04-14 02:47+0200\n" "PO-Revision-Date: 2016-03-27 03:02+0200\n" "Last-Translator: Chusslove Illich <caslav.ilic@gmx.net>\n" "Language-Team: Serbian <kde-i18n-sr@kde.org>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kfloppy-17.04.3/po/sv/docs/kfloppy/index.docbook new/kfloppy-17.08.0/po/sv/docs/kfloppy/index.docbook --- old/kfloppy-17.04.3/po/sv/docs/kfloppy/index.docbook 2017-07-11 02:19:37.000000000 +0200 +++ new/kfloppy-17.08.0/po/sv/docs/kfloppy/index.docbook 2017-08-11 02:34:51.000000000 +0200 @@ -368,7 +368,7 @@ Det här skriver helt enkelt det nya filsystemet på disketten.</para> <warning <para ->All data on the disk will be lost, even if the data itself will not erased.</para +>All data på disketten går förlorad, även om data själv inte kommer att raderas.</para </warning> </listitem> </varlistentry> @@ -413,7 +413,7 @@
<note
<para ->If bad sectors a found during the verify phase of a Full Format, the formatting is aborted and the file system is not written! </para +>Om felaktiga sektorer hittas under verifieringsfasen av en fullständig formatering, avbryts formateringen och filsystemet skrivs inte. </para </note>
</sect2> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kfloppy-17.04.3/po/sv/kfloppy.po new/kfloppy-17.08.0/po/sv/kfloppy.po --- old/kfloppy-17.04.3/po/sv/kfloppy.po 2017-07-11 02:19:37.000000000 +0200 +++ new/kfloppy-17.08.0/po/sv/kfloppy.po 2017-08-11 02:34:51.000000000 +0200 @@ -11,7 +11,7 @@ msgstr "" "Project-Id-Version: kfloppy\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2017-04-14 04:28+0200\n" +"POT-Creation-Date: 2017-04-14 02:47+0200\n" "PO-Revision-Date: 2016-03-24 19:40+0100\n" "Last-Translator: Stefan Asserhäll <stefan.asserhall@bredband.net>\n" "Language-Team: Swedish <kde-i18n-doc@kde.org>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kfloppy-17.04.3/po/tr/kfloppy.po new/kfloppy-17.08.0/po/tr/kfloppy.po --- old/kfloppy-17.04.3/po/tr/kfloppy.po 2017-07-11 02:19:37.000000000 +0200 +++ new/kfloppy-17.08.0/po/tr/kfloppy.po 2017-08-11 02:34:51.000000000 +0200 @@ -13,11 +13,11 @@ msgstr "" "Project-Id-Version: kdeutils-kde4\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2017-04-14 04:28+0200\n" +"POT-Creation-Date: 2017-04-14 02:47+0200\n" "PO-Revision-Date: 2014-06-08 14:02+0000\n" "Last-Translator: Volkan Gezer <volkangezer@gmail.com>\n" -"Language-Team: Turkish " -"(http://www.transifex.com/projects/p/kdeutils-k-tr/language/tr/)\n" +"Language-Team: Turkish (http://www.transifex.com/projects/p/kdeutils-k-tr/" +"language/tr/)\n" "Language: tr\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -117,8 +117,8 @@ msgid "" "Program mkdosfs <b>not found</b>. MSDOS formatting <b>not available</b>." msgstr "" -"mkdosfs uygulaması <b>bulunamadı</b>. MSDOS biçimlendirmesi <b>mümkün " -"değil</b>." +"mkdosfs uygulaması <b>bulunamadı</b>. MSDOS biçimlendirmesi <b>mümkün değil</" +"b>." #: floppy.cpp:152 floppy.cpp:190 floppy.cpp:623 #, kde-format @@ -323,7 +323,8 @@ #: floppy.cpp:320 #, kde-format msgid "<qt>This is the status window, where error messages are displayed.</qt>" -msgstr "<qt>Burası, hata iletileri görüntülenebileceği durum penceresidir.</qt>" +msgstr "" +"<qt>Burası, hata iletileri görüntülenebileceği durum penceresidir.</qt>" #: floppy.cpp:334 #, kde-format @@ -359,9 +360,9 @@ "check the correctness of the device name.)<br/>Are you sure you wish to " "proceed?</qt>" msgstr "" -"<qt>Biçimlendirme bu aygıt üzerindeki bütün verileri " -"silecek:<br/><b>%1</b><br/>(Lütfen aygıt adının doğruluğunu kontrol edin.)<" -"br />Devam etmek istediğinizden emin misiniz?</qt>" +"<qt>Biçimlendirme bu aygıt üzerindeki bütün verileri silecek:<br/><b>%1</" +"b><br/>(Lütfen aygıt adının doğruluğunu kontrol edin.)<br />Devam etmek " +"istediğinizden emin misiniz?</qt>" #: floppy.cpp:529 floppy.cpp:544 #, kde-format diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kfloppy-17.04.3/po/ug/kfloppy.po new/kfloppy-17.08.0/po/ug/kfloppy.po --- old/kfloppy-17.04.3/po/ug/kfloppy.po 2017-07-11 02:19:37.000000000 +0200 +++ new/kfloppy-17.08.0/po/ug/kfloppy.po 2017-08-11 02:34:51.000000000 +0200 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: kfloppy\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2017-04-14 04:28+0200\n" +"POT-Creation-Date: 2017-04-14 02:47+0200\n" "PO-Revision-Date: 2013-09-08 07:05+0900\n" "Last-Translator: Gheyret Kenji <gheyret@gmail.com>\n" "Language-Team: Uyghur Computer Science Association <UKIJ@yahoogroups.com>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kfloppy-17.04.3/po/uk/kfloppy.po new/kfloppy-17.08.0/po/uk/kfloppy.po --- old/kfloppy-17.04.3/po/uk/kfloppy.po 2017-07-11 02:19:37.000000000 +0200 +++ new/kfloppy-17.08.0/po/uk/kfloppy.po 2017-08-11 02:34:51.000000000 +0200 @@ -11,7 +11,7 @@ msgstr "" "Project-Id-Version: kfloppy\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2017-04-14 04:28+0200\n" +"POT-Creation-Date: 2017-04-14 02:47+0200\n" "PO-Revision-Date: 2016-03-24 18:57+0200\n" "Last-Translator: Yuri Chornoivan <yurchor@ukr.net>\n" "Language-Team: Ukrainian <kde-i18n-uk@kde.org>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kfloppy-17.04.3/po/wa/kfloppy.po new/kfloppy-17.08.0/po/wa/kfloppy.po --- old/kfloppy-17.04.3/po/wa/kfloppy.po 2017-07-11 02:19:37.000000000 +0200 +++ new/kfloppy-17.08.0/po/wa/kfloppy.po 2017-08-11 02:34:51.000000000 +0200 @@ -14,7 +14,7 @@ msgstr "" "Project-Id-Version: kfloppy\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2017-04-14 04:28+0200\n" +"POT-Creation-Date: 2017-04-14 02:47+0200\n" "PO-Revision-Date: 2011-07-17 17:45+0200\n" "Last-Translator: Jean Cayron <jean.cayron@base.be>\n" "Language-Team: Walloon <linux@walon.org>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kfloppy-17.04.3/po/zh_CN/kfloppy.po new/kfloppy-17.08.0/po/zh_CN/kfloppy.po --- old/kfloppy-17.04.3/po/zh_CN/kfloppy.po 2017-07-11 02:19:37.000000000 +0200 +++ new/kfloppy-17.08.0/po/zh_CN/kfloppy.po 2017-08-11 02:34:51.000000000 +0200 @@ -1,25 +1,20 @@ -# translation of kfloppy.po to zh_CN -# Copyright (C) 2002 Free Software Foundation, Inc. -# -# Wang Jian <lark@linux.net.cn>, 2000. -# Xiong Jiang <jxiong@offtopic.org>, 2002. -# Funda Wang <fundawang@linux.net.cn>, 2002, 2003. -# Lie_Ex <lilith.ex@gmail.com>, 2007. -# Weng Xuetian <wengxt@gmail.com>, 2016. msgid "" msgstr "" -"Project-Id-Version: kfloppy\n" +"Project-Id-Version: kdeorg\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2017-04-14 04:28+0200\n" -"PO-Revision-Date: 2016-04-07 13:55-0800\n" -"Last-Translator: Weng Xuetian <wengxt@gmail.com>\n" -"Language-Team: Chinese <kde-i18n-doc@kde.org>\n" +"POT-Creation-Date: 2017-04-14 02:47+0200\n" +"PO-Revision-Date: 2017-08-05 09:36-0400\n" +"Last-Translator: guoyunhebrave <guoyunhebrave@gmail.com>\n" +"Language-Team: Chinese Simplified\n" "Language: zh_CN\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=1; plural=0;\n" -"X-Generator: Lokalize 2.0\n" +"X-Generator: crowdin.com\n" +"X-Crowdin-Project: kdeorg\n" +"X-Crowdin-Language: zh-CN\n" +"X-Crowdin-File: /kf5-stable/messages/kdeutils/kfloppy.pot\n" #: floppy.cpp:81 #, kde-format @@ -603,41 +598,3 @@ #, kde-format msgid "Default device" msgstr "默认设备" - -#~ msgid "Zero entire disk" -#~ msgstr "写零整个磁盘" - -#~ msgid "" -#~ "Try to write zeroes to the entire disk before adding a filesystem, in " -#~ "order to check the disk's integrity." -#~ msgstr "在添加文件系统前先对整个磁盘写零,目的是检查磁盘的完整性。" - -#~ msgid "Enable softupdates" -#~ msgstr "允许软更新" - -#~ msgid "UFS Zip100" -#~ msgstr "UFS Zip100" - -#~ msgid "Cannot start dd to zero disk." -#~ msgstr "无法启动 dd 程序写零。" - -#~ msgid "Zeroing disk..." -#~ msgstr "正在对磁盘写零..." - -#~ msgid "Zeroing disk failed." -#~ msgstr "磁盘写零失败。" - -#~ msgid "Cannot start newfs." -#~ msgstr "无法启动 newfs 程序。" - -#~ msgid "Making filesystem..." -#~ msgstr "正在创建文件系统..." - -#~ msgid "newfs failed." -#~ msgstr "newfs 操作失败。" - -#~ msgid "Disk formatted successfully." -#~ msgstr "磁盘格式化成功。" - -#~ msgid "Zeroing block %1 of %2..." -#~ msgstr "正在写入 %2 上的零数据块 %1..." diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kfloppy-17.04.3/po/zh_TW/kfloppy.po new/kfloppy-17.08.0/po/zh_TW/kfloppy.po --- old/kfloppy-17.04.3/po/zh_TW/kfloppy.po 2017-07-11 02:19:37.000000000 +0200 +++ new/kfloppy-17.08.0/po/zh_TW/kfloppy.po 2017-08-11 02:34:51.000000000 +0200 @@ -11,7 +11,7 @@ msgstr "" "Project-Id-Version: kfloppy\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2017-04-14 04:28+0200\n" +"POT-Creation-Date: 2017-04-14 02:47+0200\n" "PO-Revision-Date: 2016-11-10 14:14+0800\n" "Last-Translator: Jeff Huang <s8321414@gmail.com>\n" "Language-Team: Chinese <kde-i18n-doc@kde.org>\n"
participants (1)
-
root@hilbert.suse.de