[SCM] kdeconnect packaging branch, master, updated. debian/0.9g-1-1183-g9d69498

Maximiliano Curia maxy at moszumanska.debian.org
Fri Oct 14 14:27:19 UTC 2016


Gitweb-URL: http://git.debian.org/?p=pkg-kde/kde-extras/kdeconnect.git;a=commitdiff;h=4f71045

The following commit has been merged in the master branch:
commit 4f710457821033be30c1aca38f63285da452cd23
Author: Albert Vaca <albertvaka at gmail.com>
Date:   Thu Jan 23 21:00:47 2014 +0100

    Added i18n to kio
---
 kio/Messages.sh       | 4 ++++
 kio/kiokdeconnect.cpp | 4 ++--
 2 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/kio/Messages.sh b/kio/Messages.sh
new file mode 100644
index 0000000..913bc2d
--- /dev/null
+++ b/kio/Messages.sh
@@ -0,0 +1,4 @@
+#!/usr/bin/env bash
+
+$XGETTEXT `find . -name '*.cpp'` -o $podir/kdeconnect-kio.pot
+
diff --git a/kio/kiokdeconnect.cpp b/kio/kiokdeconnect.cpp
index 39f3f06..ecbd6ad 100644
--- a/kio/kiokdeconnect.cpp
+++ b/kio/kiokdeconnect.cpp
@@ -157,7 +157,7 @@ void KioKdeconnect::listDevice()
     
     KIO::UDSEntry entry;
     entry.insert(KIO::UDSEntry::UDS_NAME, "files");
-    entry.insert(KIO::UDSEntry::UDS_DISPLAY_NAME, "Browse images");
+    entry.insert(KIO::UDSEntry::UDS_DISPLAY_NAME, i18n("Camera pictures"));
     entry.insert(KIO::UDSEntry::UDS_ICON_NAME, "folder");
     entry.insert(KIO::UDSEntry::UDS_FILE_TYPE, S_IFDIR);
     entry.insert(KIO::UDSEntry::UDS_ACCESS, S_IRUSR | S_IRGRP | S_IROTH);
@@ -166,7 +166,7 @@ void KioKdeconnect::listDevice()
     listEntry(entry, false);
 
     entry.insert(KIO::UDSEntry::UDS_NAME, "files");
-    entry.insert(KIO::UDSEntry::UDS_DISPLAY_NAME, "Browse all files");
+    entry.insert(KIO::UDSEntry::UDS_DISPLAY_NAME, i18n("All files"));
     entry.insert(KIO::UDSEntry::UDS_ICON_NAME, "folder");
     entry.insert(KIO::UDSEntry::UDS_FILE_TYPE, S_IFDIR);
     entry.insert(KIO::UDSEntry::UDS_ACCESS, S_IRUSR | S_IRGRP | S_IROTH);

-- 
kdeconnect packaging



More information about the pkg-kde-commits mailing list