Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package kio-gdrive for openSUSE:Factory 
checked in at 2023-08-31 13:44:34
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kio-gdrive (Old)
 and      /work/SRC/openSUSE:Factory/.kio-gdrive.new.1766 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kio-gdrive"

Thu Aug 31 13:44:34 2023 rev:56 rq:1105703 version:23.08.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/kio-gdrive/kio-gdrive.changes    2023-07-07 
15:51:02.149523968 +0200
+++ /work/SRC/openSUSE:Factory/.kio-gdrive.new.1766/kio-gdrive.changes  
2023-08-31 13:48:38.394489462 +0200
@@ -1,0 +2,24 @@
+Sun Aug 20 13:59:34 UTC 2023 - Christophe Marin <[email protected]>
+
+- Update to 23.08.0
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/gear/23.08.0/
+- No code change since 23.07.90
+
+-------------------------------------------------------------------
+Mon Aug 14 08:02:50 UTC 2023 - Christophe Marin <[email protected]>
+
+- Update to 23.07.90
+  * New feature release
+- No code change since 23.07.80
+
+-------------------------------------------------------------------
+Tue Aug  1 10:13:51 UTC 2023 - Christophe Marin <[email protected]>
+
+- Update to 23.07.80
+  * New feature release
+- Changes since 23.04.3:
+  * Remove KDE_FORK_SLAVES usage
+
+-------------------------------------------------------------------

Old:
----
  kio-gdrive-23.04.3.tar.xz
  kio-gdrive-23.04.3.tar.xz.sig

New:
----
  kio-gdrive-23.08.0.tar.xz
  kio-gdrive-23.08.0.tar.xz.sig

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ kio-gdrive.spec ++++++
--- /var/tmp/diff_new_pack.llOuMW/_old  2023-08-31 13:48:39.510529351 +0200
+++ /var/tmp/diff_new_pack.llOuMW/_new  2023-08-31 13:48:39.514529494 +0200
@@ -18,7 +18,7 @@
 
 %bcond_without released
 Name:           kio-gdrive
-Version:        23.04.3
+Version:        23.08.0
 Release:        0
 Summary:        Google Drive KIO slave for KDE applications
 License:        GPL-2.0-or-later


++++++ kio-gdrive-23.04.3.tar.xz -> kio-gdrive-23.08.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kio-gdrive-23.04.3/CMakeLists.txt 
new/kio-gdrive-23.08.0/CMakeLists.txt
--- old/kio-gdrive-23.04.3/CMakeLists.txt       2023-07-04 07:07:05.000000000 
+0200
+++ new/kio-gdrive-23.08.0/CMakeLists.txt       2023-08-16 23:25:14.000000000 
+0200
@@ -2,8 +2,8 @@
 
 # KDE Application Version, managed by release script
 set (RELEASE_SERVICE_VERSION_MAJOR "23")
-set (RELEASE_SERVICE_VERSION_MINOR "04")
-set (RELEASE_SERVICE_VERSION_MICRO "3")
+set (RELEASE_SERVICE_VERSION_MINOR "08")
+set (RELEASE_SERVICE_VERSION_MICRO "0")
 set (RELEASE_SERVICE_VERSION 
"${RELEASE_SERVICE_VERSION_MAJOR}.${RELEASE_SERVICE_VERSION_MINOR}.${RELEASE_SERVICE_VERSION_MICRO}")
 project(kio-gdrive VERSION ${RELEASE_SERVICE_VERSION})
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kio-gdrive-23.04.3/autotests/listtest.cpp 
new/kio-gdrive-23.08.0/autotests/listtest.cpp
--- old/kio-gdrive-23.04.3/autotests/listtest.cpp       2023-07-04 
07:07:05.000000000 +0200
+++ new/kio-gdrive-23.08.0/autotests/listtest.cpp       2023-08-16 
23:25:14.000000000 +0200
@@ -13,8 +13,7 @@
 {
     Q_OBJECT
 
-private Q_SLOTS:
-    void initTestCase();
+  private Q_SLOTS:
     void testListJob();
 
 private:
@@ -23,12 +22,6 @@
 
 QTEST_GUILESS_MAIN(ListTest)
 
-void ListTest::initTestCase()
-{
-    // Avoid a runtime dependency on KLauncher.
-    qputenv("KDE_FORK_SLAVES", "yes");
-}
-
 void ListTest::testListJob()
 {
     const auto gdriveRoot = QUrl(QStringLiteral("gdrive:/"));
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kio-gdrive-23.04.3/desktop/gdrive-network.desktop 
new/kio-gdrive-23.08.0/desktop/gdrive-network.desktop
--- old/kio-gdrive-23.04.3/desktop/gdrive-network.desktop       2023-07-04 
07:07:05.000000000 +0200
+++ new/kio-gdrive-23.08.0/desktop/gdrive-network.desktop       2023-08-16 
23:25:14.000000000 +0200
@@ -11,6 +11,7 @@
 Name[de]=Google Drive
 Name[el]=Google Drive
 Name[en_GB]=Google Drive
+Name[eo]=Google Drive
 Name[es]=Google Drive
 Name[et]=Google Drive
 Name[eu]=Google Drive
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kio-gdrive-23.04.3/desktop/org.kde.kio_gdrive.metainfo.xml 
new/kio-gdrive-23.08.0/desktop/org.kde.kio_gdrive.metainfo.xml
--- old/kio-gdrive-23.04.3/desktop/org.kde.kio_gdrive.metainfo.xml      
2023-07-04 07:07:05.000000000 +0200
+++ new/kio-gdrive-23.08.0/desktop/org.kde.kio_gdrive.metainfo.xml      
2023-08-16 23:25:14.000000000 +0200
@@ -18,6 +18,7 @@
   <name xml:lang="de">KIO GDrive</name>
   <name xml:lang="el">KIO GDrive</name>
   <name xml:lang="en-GB">KIO GDrive</name>
+  <name xml:lang="eo">KIO-GDrive</name>
   <name xml:lang="es">KIO GDrive</name>
   <name xml:lang="et">KIO GDrive</name>
   <name xml:lang="eu">KIO GDrive</name>
@@ -59,6 +60,7 @@
   <summary xml:lang="de">Integration von Google Drive mit Plasma und den 
KDE-Anwendungen</summary>
   <summary xml:lang="el">Ενσωμάτωση του Google Drive με το 
KDE Plasma και τις εφαρμογές του KDE</summary>
   <summary xml:lang="en-GB">Google Drive integration with KDE Plasma and KDE 
applications</summary>
+  <summary xml:lang="eo">Google Drive-integriĝo kun KDE PlasmaKDE Plasma kaj 
KDE-aplikoj</summary>
   <summary xml:lang="es">Integración de Google Drive con Plasma de KDE y 
aplicaciones de KDE</summary>
   <summary xml:lang="et">Google Drive'i lõimimine KDE Plasma ja KDE 
rakendustega</summary>
   <summary xml:lang="eu">Google Drive, KDE Plasma eta KDE aplikazioekin 
bateratzea</summary>
@@ -71,7 +73,7 @@
   <summary xml:lang="id">Google Drive terintegrasi dengan Plasma KDE dan 
aplikasi KDE</summary>
   <summary xml:lang="it">Integrazione di Google Drive con le applicazioni di 
KDE e KDE Plasma</summary>
   <summary xml:lang="ka">Google Drive-ის ინტეგრაცია 
KDE Plasma-სთან და KDE -ის 
აპლიკაციებთან</summary>
-  <summary xml:lang="ko">KDE Plasma 및 KDE 프로그램과 Google 
드라이브 통합</summary>
+  <summary xml:lang="ko">KDE Plasma 및 KDE 앱과 Google 드라이브 
통합</summary>
   <summary xml:lang="lt">Google disko integracija su KDE Plasma ir KDE 
programomis</summary>
   <summary xml:lang="nl">Integratie van Google Drive met KDE Plasma en KDE 
applications</summary>
   <summary xml:lang="nn">Integrering av Google Drive, KDE Plasma og 
KDE-programma</summary>
@@ -99,6 +101,7 @@
     <p xml:lang="de">KIO GDrive ist ein Ein-/Ausgabemodul, mit dem Anwendungen 
wie Dolphin, Kate oder Gwenview auf Dateien in der Cloud Google Drive zugreifen 
und bearbeiten können.</p>
     <p xml:lang="el">Το KIO GDrive είναι ένας KIO slave που 
ενεργοποιεί εφαρμογές με επίγνωση του KIO 
(όπως Dolphin, Kate ή Gwenview) για την πρόσβαση και 
επεξεργασία αρχείων του Google Drive στο νέφος.</p>
     <p xml:lang="en-GB">KIO GDrive is a KIO slave that enables KIO-aware 
applications (such as Dolphin, Kate or Gwenview) to access and edit Google 
Drive files on the cloud.</p>
+    <p xml:lang="eo">KIO GDrive estas KIO-sklavo kiu ebligas KIO-konsciajn 
aplikojn (kiel Dolphin, Kate aÅ­ Gwenview) aliri kaj redakti dosierojn de 
Google Drive en la nubo.</p>
     <p xml:lang="es">KIO GDrive es un esclavo de KIO que activa aplicaciones 
KIO-compatible (tales como, Dolphin, Kate o Gwenview) para acceder y editar 
archivos de Google Drive en la nube. </p>
     <p xml:lang="et">KIO GDrive on KIO-moodul, mis võimaldab KIO-teadlikel 
rakendustel (näiteks Dolphin, Kate või Gwenview) pääseda ligi ja 
redigeerida Google Drive'i faile pilves.</p>
     <p xml:lang="eu">KIO GDrive KIO-jakitun diren aplikazioak (Dolphin, Kate 
edo Gwenview esaterako) hodeian Google Drive fitxategiak atzitzeko eta 
editatzeko gaitzen dituen KIO morroi bat da.</p>
@@ -111,7 +114,7 @@
     <p xml:lang="id">KIO GDrive adalah sebuah KIO slave yang memungkinkan 
aplikasi KIO-aware (sepertihalnya Dolphin, Kate or Gwenview) untuk mengakses 
dan mengedit file-file Google Drive di cloud.</p>
     <p xml:lang="it">KIO GDrive è un KIO slave che consente alle applicazioni 
che gestiscono KIO (come Dolphin, Kate o Gwenview) di accedere e modificare i 
file di Google Drive sul cloud.</p>
     <p xml:lang="ka">KIO GDrive-ი KIO-ის 
დაქვემდებარებულ პროგრამას 
წარმოადგენს, რომელიც პროგრ
ამებს, რომლებიც KIO-ს იყენებენ (რ
ოგორიცაა Dolphin, Kate ან Gvenview), რომ Google 
Drive-ზე მყოფ ფაილებთან წვდომა 
მიიღონ.</p>
-    <p xml:lang="ko">KIO GDrive는 KIO를 사용할 수 있는 
프로그램(Dolphin, Kate, Gwenview 등)에서 Google 드라이브에 ì 
€ìž¥ëœ 파일을 ë³´ê³  편집할 수 있는 KIO 슬레이브입니다.</p>
+    <p xml:lang="ko">KIO GDrive는 KIO를 사용할 수 있는 앱(Dolphin, 
Kate, Gwenview 등)에서 Google 드라이브에 저장된 파일을 보고 
편집할 수 있는 KIO 슬레이브입니다.</p>
     <p xml:lang="lt">KIO GDrive yra KIO pavaldusis, kuris įgalina KIO są
moningas programas (tokias kaip Dolphin, Kate ar Gwenview) gauti prieigą prie 
Google disko ir taisyti failus debesijoje.</p>
     <p xml:lang="nl">KIO GDrive is een KIO-slave die met KIO bekende 
toepassingen (zoals Dolphin, Kate of Gwenview) toegang geeft tot bestanden en 
deze bewerkt op Google Drive in de cloud.</p>
     <p xml:lang="nn">KIO GDrive er ein KIO-slave som lèt program som brukar 
KIO (for eksempel Dolphin, Kate og Gwenview) få lese- og skrivetilgang til 
filene dine på Google Drive.</p>
@@ -145,6 +148,7 @@
       <caption xml:lang="de">Ansicht von Dolphin mit KIO GDrive unten rechts 
und Falkon auf Google Drive oben links.</caption>
       <caption xml:lang="el">Το Dolphin εμφανίζει το KIO GDrive 
κάτω δεξιά, και το Falkon πάνω αριστερά.</caption>
       <caption xml:lang="en-GB">Dolphin showing KIO GDrive in lower right, and 
Falkon browsing Google Drive in upper left.</caption>
+      <caption xml:lang="eo">Dolfin montrante KIO-GDrive malsupre maldekstre, 
kaj Falkon foliumante Google Drive supre dekstre.</caption>
       <caption xml:lang="es">Dolphin mostrando KIO GDrive abajo a la derecha y 
Falkon navegando por Google Drive arriba a la izquierda.</caption>
       <caption xml:lang="et">Dolphin  KIO Drive'iga all paremal ja Falkon 
Google Drive'iga üleval vasakul.</caption>
       <caption xml:lang="eu">Dolphin behean eskuinean KIO GDrive erakusten, 
eta Falkon goian ezkerrean Google Drive arakatzen.</caption>
@@ -179,10 +183,10 @@
     </screenshot>
   </screenshots>
   <releases>
+    <release version="23.08.0" date="2023-08-24"/>
     <release version="23.04.3" date="2023-07-06"/>
     <release version="23.04.2" date="2023-06-08"/>
     <release version="23.04.1" date="2023-05-11"/>
-    <release version="23.04.0" date="2023-04-20"/>
   </releases>
   <project_group>KDE</project_group>
   <categories>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kio-gdrive-23.04.3/kaccounts/gdrive.notifyrc 
new/kio-gdrive-23.08.0/kaccounts/gdrive.notifyrc
--- old/kio-gdrive-23.04.3/kaccounts/gdrive.notifyrc    2023-07-04 
07:07:05.000000000 +0200
+++ new/kio-gdrive-23.08.0/kaccounts/gdrive.notifyrc    2023-08-16 
23:25:14.000000000 +0200
@@ -11,6 +11,7 @@
 Comment[de]=KIO GDrive
 Comment[el]=KIO GDrive
 Comment[en_GB]=KIO GDrive
+Comment[eo]=KIO-GDrive
 Comment[es]=KIO GDrive
 Comment[et]=GDrive'i KIO-moodul
 Comment[eu]=KIO GDrive
@@ -55,6 +56,7 @@
 Name[de]=Neuer Zugang hinzugefügt
 Name[el]=Προστέθηκε νέος λογαριασμός
 Name[en_GB]=New Account Added
+Name[eo]=Nova Konta Aldonata
 Name[es]=Nueva cuenta añadida
 Name[et]=Uus konto lisatud
 Name[eu]=Kontu berria gehitu da
@@ -97,6 +99,7 @@
 Comment[de]=Kurzbefehl zum Durchsuchen von Dateien auf Google Drive, sobald 
ein neuer Zugang für Google hinzugefügt wurde.
 Comment[el]=Συντόμευση για περιήγηση σε αρχεία 
του Google Drive αμέσως μόλις προστεθεί νέος 
λογαριασμός Google.
 Comment[en_GB]= Shortcut to browse Google Drive files as soon as a new Google 
account has been added.
+Comment[eo]=Ŝparvojo por foliumi Google Drive kiam nova Google-konto estis 
aldonita.
 Comment[es]=Acceso directo para navegar por  los archivos de Google Drive tan 
pronto como se añada una nueva cuenta de Google.
 Comment[et]=Kiire võimalus Google Drive'i failide sirvimiseks kohe, kui 
lisatud on uus Google'i konto.
 Comment[eu]=Google kontu berri bat gehitu bezain laster Google Drive 
fitxategiak arakatzeko lasterbidea.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kio-gdrive-23.04.3/kaccounts/kaccountsplugin.json 
new/kio-gdrive-23.08.0/kaccounts/kaccountsplugin.json
--- old/kio-gdrive-23.04.3/kaccounts/kaccountsplugin.json       2023-07-04 
07:07:05.000000000 +0200
+++ new/kio-gdrive-23.08.0/kaccounts/kaccountsplugin.json       2023-08-16 
23:25:14.000000000 +0200
@@ -11,6 +11,7 @@
         "Description[de]": "Integration von KIO GDrive",
         "Description[el]": "Ενσωμάτωση KIO gdrive",
         "Description[en_GB]": "Integrate KIO gdrive",
+        "Description[eo]": "Integri KIO-gdrive",
         "Description[es]": "Integra KIO gdrive",
         "Description[et]": "KIO GDrive'i lõimimine",
         "Description[eu]": "Bateratu KIO gdrive",
@@ -56,6 +57,7 @@
         "Name[de]": "KIO GDrive",
         "Name[el]": "KIO gdrive",
         "Name[en_GB]": "KIO gdrive",
+        "Name[eo]": "KIO-gdrive",
         "Name[es]": "KIO gdrive",
         "Name[et]": "KIO GDrive",
         "Name[eu]": "KIO gdrive",
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kio-gdrive-23.04.3/po/az/kio5_gdrive.po 
new/kio-gdrive-23.08.0/po/az/kio5_gdrive.po
--- old/kio-gdrive-23.04.3/po/az/kio5_gdrive.po 2023-07-04 07:07:05.000000000 
+0200
+++ new/kio-gdrive-23.08.0/po/az/kio5_gdrive.po 2023-08-16 23:25:14.000000000 
+0200
@@ -1,13 +1,13 @@
 # Copyright (C) YEAR This file is copyright:
 # This file is distributed under the same license as the kio-gdrive package.
 #
-# Kheyyam <[email protected]>, 2022.
+# Kheyyam <[email protected]>, 2022, 2023.
 msgid ""
 msgstr ""
 "Project-Id-Version: kio-gdrive\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2022-10-02 00:46+0000\n"
-"PO-Revision-Date: 2022-07-06 18:09+0400\n"
+"PO-Revision-Date: 2023-03-12 18:33+0400\n"
 "Last-Translator: Kheyyam <[email protected]>\n"
 "Language-Team: Azerbaijani <[email protected]>\n"
 "Language: az\n"
@@ -15,12 +15,12 @@
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Lokalize 22.04.2\n"
+"X-Generator: Lokalize 22.12.2\n"
 
 #: kaccounts/kaccountsplugin.cpp:36
 #, kde-format
 msgid "New Online Account"
-msgstr "İnternetdə yeni hesab"
+msgstr "Yeni istifadəçi hesabı"
 
 #: kaccounts/kaccountsplugin.cpp:37
 #, kde-kuit-format
@@ -84,11 +84,10 @@
 msgstr "Yeni hesab"
 
 #: src/kio_gdrive.cpp:275
-#, fuzzy, kde-format
-#| msgid "Shared Drives"
+#, kde-format
 msgctxt "folder containing gdrive files shared with me"
 msgid "Shared With Me"
-msgstr "Paylaşılan disklər"
+msgstr "Mənimlə paylaşılan"
 
 #: src/kio_gdrive.cpp:329
 #, kde-format
@@ -109,7 +108,7 @@
 #: src/kio_gdrive.cpp:1064
 #, kde-format
 msgid "Expired or missing access tokens for account %1"
-msgstr ""
+msgstr "%1 hesabı üçün giriş tokenlərinin vaxtı bitib və ya onlar 
mövcud deyil"
 
 #: src/kio_gdrive.cpp:1312
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kio-gdrive-23.04.3/po/zh_CN/kio5_gdrive.po 
new/kio-gdrive-23.08.0/po/zh_CN/kio5_gdrive.po
--- old/kio-gdrive-23.04.3/po/zh_CN/kio5_gdrive.po      2023-07-04 
07:07:05.000000000 +0200
+++ new/kio-gdrive-23.08.0/po/zh_CN/kio5_gdrive.po      2023-08-16 
23:25:14.000000000 +0200
@@ -3,7 +3,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2022-10-02 00:46+0000\n"
-"PO-Revision-Date: 2023-07-03 11:40\n"
+"PO-Revision-Date: 2023-08-02 12:43\n"
 "Last-Translator: \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kio-gdrive-23.04.3/purpose/purpose_gdrive.json 
new/kio-gdrive-23.08.0/purpose/purpose_gdrive.json
--- old/kio-gdrive-23.04.3/purpose/purpose_gdrive.json  2023-07-04 
07:07:05.000000000 +0200
+++ new/kio-gdrive-23.08.0/purpose/purpose_gdrive.json  2023-08-16 
23:25:14.000000000 +0200
@@ -13,6 +13,7 @@
                 "Name[de]": "Nicolas Fella",
                 "Name[el]": "Nicolas Fella",
                 "Name[en_GB]": "Nicolas Fella",
+                "Name[eo]": "Nicolas Fella",
                 "Name[es]": "Nicolas Fella",
                 "Name[eu]": "Nicolas Fella",
                 "Name[fi]": "Nicolas Fella",
@@ -56,6 +57,7 @@
         "Description[de]": "Dateien zu „Google Drive“ hochladen",
         "Description[el]": "Αποστολή αρχείων στο Google 
Drive",
         "Description[en_GB]": "Upload files to Google Drive",
+        "Description[eo]": "Alŝuti dosierojn al Google Drive",
         "Description[es]": "Subir archivos a Google Drive",
         "Description[eu]": "Zama-igo fitxategiak Google Drivera",
         "Description[fi]": "Lähetä tiedostoja Google Driveen",
@@ -98,6 +100,7 @@
         "Name[de]": "Google Drive",
         "Name[el]": "Google Drive",
         "Name[en_GB]": "Google Drive",
+        "Name[eo]": "Google Drive",
         "Name[es]": "Google Drive",
         "Name[eu]": "Google Drive",
         "Name[fi]": "Google Drive",
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kio-gdrive-23.04.3/src/integration/contextmenuaction/contextmenuaction.json 
new/kio-gdrive-23.08.0/src/integration/contextmenuaction/contextmenuaction.json
--- 
old/kio-gdrive-23.04.3/src/integration/contextmenuaction/contextmenuaction.json 
    2023-07-04 07:07:05.000000000 +0200
+++ 
new/kio-gdrive-23.08.0/src/integration/contextmenuaction/contextmenuaction.json 
    2023-08-16 23:25:14.000000000 +0200
@@ -16,6 +16,7 @@
         "Name[de]": "Aktionsmenü für Google Drive",
         "Name[el]": "Μενού ενεργειών 'Google Drive'",
         "Name[en_GB]": "'Google Drive' actions menu",
+        "Name[eo]": "'Google Drive' aktivecmenuo",
         "Name[es]": "Menú de acciones de «Google Drive»",
         "Name[et]": "Google Drive'i toimingute menüü",
         "Name[eu]": "«Google Drive» ekintzen menua",
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kio-gdrive-23.04.3/src/integration/propertiesplugin/gdrivepropertiesplugin.json
 
new/kio-gdrive-23.08.0/src/integration/propertiesplugin/gdrivepropertiesplugin.json
--- 
old/kio-gdrive-23.04.3/src/integration/propertiesplugin/gdrivepropertiesplugin.json
 2023-07-04 07:07:05.000000000 +0200
+++ 
new/kio-gdrive-23.08.0/src/integration/propertiesplugin/gdrivepropertiesplugin.json
 2023-08-16 23:25:14.000000000 +0200
@@ -10,6 +10,7 @@
         "Description[de]": "Eigenschaftenseite mit zusätzliche Informationen 
zu einem Eintrag in Google Drive",
         "Description[el]": "Η σελίδα ιδιοτήτων 
εμφανίζει πρόσθετες πληροφορίες σχετικά 
με ένα αντικείμενο του Google Drive",
         "Description[en_GB]": "Properties page showing additional information 
regarding a Google Drive item",
+        "Description[eo]": "Proprecopaĝo montrante pluajn informojn pri 
Google Drive-ero",
         "Description[es]": "Página de propiedades que muestra información 
adicional sobre el elemento de Google Drive",
         "Description[et]": "Google Drive'i elemendi kohta lisateavet näitav 
omaduste leht",
         "Description[eu]": "Google Driven elementu bati dagokion informazio 
osagarria erakusten duen propietate-orria",
@@ -56,6 +57,7 @@
         "Name[de]": "Eigenschaftenseite für Google Drive",
         "Name[el]": "Σελίδα ιδιοτήτων Google Drive",
         "Name[en_GB]": "Google Drive Properties Page",
+        "Name[eo]": "Google Drive-Proprecopaĝo",
         "Name[es]": "Página de propiedades de Google Drive",
         "Name[et]": "Google Drive'i omaduste leht",
         "Name[eu]": "Google Driven propietateen orria",

Reply via email to