Difference between revisions of "Changelog For R14.2.0"

From Trinity Desktop Project Wiki
Jump to navigation Jump to search
(Update 20240728)
(Update 20241111)
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
= common =
 
= common =
 
== admin ==
 
== admin ==
  +
* [https://git.trinitydesktop.org/cgit/admin/commit/?id=85116532 [85116532]] Remove support for discontinued Reliant/Sinix unix
  +
* [https://git.trinitydesktop.org/cgit/admin/commit/?id=8f4fde8c [8f4fde8c]] Don't explicetly include tqt.h anymore
  +
* [https://git.trinitydesktop.org/cgit/admin/commit/?id=e9976e36 [e9976e36]] Use tquic directly instead of uic
  +
* [https://git.trinitydesktop.org/cgit/admin/commit/?id=e45962e5 [e45962e5]] Use tqmoc directly instead of tmoc
 
* [https://git.trinitydesktop.org/cgit/admin/commit/?id=34c35e11 [34c35e11]] Use proper TQt headers
 
* [https://git.trinitydesktop.org/cgit/admin/commit/?id=34c35e11 [34c35e11]] Use proper TQt headers
 
* [https://git.trinitydesktop.org/cgit/admin/commit/?id=3c012e46 [3c012e46]] tqt-replace and uic-tqt are no longer required
 
* [https://git.trinitydesktop.org/cgit/admin/commit/?id=3c012e46 [3c012e46]] tqt-replace and uic-tqt are no longer required
Line 6: Line 10:
 
= dependencies =
 
= dependencies =
 
== tde-cmake ==
 
== tde-cmake ==
  +
* [https://git.trinitydesktop.org/cgit/tde-cmake/commit/?id=eb4d7722 [eb4d7722]] Detects tqt-mt instead of tqt or tqtqui.<br/>Required to drop tqtinterface.
  +
* [https://git.trinitydesktop.org/cgit/tde-cmake/commit/?id=fd707ac5 [fd707ac5]] Use tquic directly instead of relying on tqtinterface info
  +
* [https://git.trinitydesktop.org/cgit/tde-cmake/commit/?id=52da2507 [52da2507]] Use tqmoc directly instead of tmoc
 
* [https://git.trinitydesktop.org/cgit/tde-cmake/commit/?id=b2d2b467 [b2d2b467]] tqt-replace is no longer required
 
* [https://git.trinitydesktop.org/cgit/tde-cmake/commit/?id=b2d2b467 [b2d2b467]] tqt-replace is no longer required
 
* [https://git.trinitydesktop.org/cgit/tde-cmake/commit/?id=9fae6b57 [9fae6b57]] Update version to R14.2.0&#126;[DEVELOPMENT]
 
* [https://git.trinitydesktop.org/cgit/tde-cmake/commit/?id=9fae6b57 [9fae6b57]] Update version to R14.2.0&#126;[DEVELOPMENT]
   
 
== tqt3 ==
 
== tqt3 ==
  +
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=792e93f6 [792e93f6]] Remove support for discontinued Reliant/Sinix unix
  +
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=5b77d97b [5b77d97b]] Rename tqrtlcodec-h.html into tqhebrewcodec-h.html<br/>This was missed out in commit c113da20.
  +
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=c489c62c [c489c62c]] Update tqt-mt.pc to export the same parameters previously exported in tqt.pc and tqtqui.pc.<br/>Required to drop tqtinterface.
  +
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=69e1261d [69e1261d]] Drop Borland compiler specific code
  +
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=c9a75bcc [c9a75bcc]] Fix up left over stuff from commit 397b9afa
  +
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=fed2da8d [fed2da8d]] Move time related functions from tqtinterface/tqapplication.{h,cpp}
  +
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=397b7afa [397b7afa]] Rename ntqapplication, ntqconfig and ntqmodules files to equivalent tq*
  +
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=755d4692 [755d4692]] Remove leftover header file. Should have been removed in commit 6964feed
  +
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=c6a6cade [c6a6cade]] Remove unnecessary references to developer local folders
  +
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=e93b60df [e93b60df]] Rename uic to tquic
  +
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=8066b054 [8066b054]] Remove use of glib thread code. Use pthread instead
  +
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=1e335369 [1e335369]] Fix up leftover from commit 6964feed8
  +
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=58765756 [58765756]] Rename moc to tqmoc
  +
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=4161606c [4161606c]] Remove documentation for Motif extension classes. Those classes are not included in tqt3 source code
  +
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=6964feed [6964feed]] Remove obsolete Netscape plugin and its classes
  +
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=81288cfc [81288cfc]] Make sure to release thread resources back to the OS once the thread completes.<br/>Threads created with pthread are created in detach mode. Threads created using glib thread functions are instead created as joinable. The fix makes glib-created threads detached, so that the thread resources are released when the thread completes.<br/>This resolves [https://mirror.git.trinitydesktop.org/gitea/TDE/amarok/issues/30 TDE/amarok#30] and will benefit any place where a TQThread is used.
  +
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=24b42848 [24b42848]] Fix fallover case for TQEvent::MetaCall
  +
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=0d546f99 [0d546f99]] Translated using Weblate (Italian)<br/>Currently translated at 100.0% (452 of 452 strings)<br/>Translation: dependencies/tqt3<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/dependencies/tqt3/it/
  +
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=8e653076 [8e653076]] Fix possible SEGV if the sender object list was null and thread support enabled
  +
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=232dd26c [232dd26c]] Remove temporary code required for the tqinterface migration phase introduced in commit 8ac0e970
  +
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=87219292 [87219292]] Rename private q* headers into equivalent tq*
  +
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=6f57abfc [6f57abfc]] Rename remaining ntq[s-z]* related files to equivalent tq*
  +
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=0582c90a [0582c90a]] Rename remaining ntq[m-r]* related files to equivalent tq* (except ntqmodules.h)
  +
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=39f8a475 [39f8a475]] Rename remaining ntq[i-l]* related files to equivalent tq*
  +
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=e42ec295 [e42ec295]] Rename remaining ntq[d-h]* related files to equivalent tq*
  +
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=0917fbb5 [0917fbb5]] Rename remaining ntq[a-c]* related files to equivalent tq* (except ntqapplication.h and ntqconfig.h)
  +
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=7b1d2ad2 [7b1d2ad2]] Remove obsolete ntqabstractlayout.h header
  +
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=367ff3fb [367ff3fb]] Rename global classes nt* related files to equivalent tq*
  +
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=d35eedcd [d35eedcd]] Rename style nt* related files to equivalent tq*
  +
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=82ecd834 [82ecd834]] Rename layout nt* related files to equivalent tq*
  +
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=42957a3f [42957a3f]] Rename more widget nt* related files to equivalent tq*
  +
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=fef84691 [fef84691]] Rename basic widget nt* related files to equivalent tq*
 
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=8ef4ea45 [8ef4ea45]] Rename environment class nt* related files to equivalent tq*
 
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=8ef4ea45 [8ef4ea45]] Rename environment class nt* related files to equivalent tq*
 
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=0e787fb7 [0e787fb7]] Rename text class nt* related files to equivalent tq*
 
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=0e787fb7 [0e787fb7]] Rename text class nt* related files to equivalent tq*
Line 63: Line 102:
 
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=b6e9b6c6 [b6e9b6c6]] Added translation using Weblate (Turkish)
 
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=b6e9b6c6 [b6e9b6c6]] Added translation using Weblate (Turkish)
 
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=af9d6b11 [af9d6b11]] Added translation using Weblate (Turkish)
 
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=af9d6b11 [af9d6b11]] Added translation using Weblate (Turkish)
 
== tqtinterface ==
 
* [https://git.trinitydesktop.org/cgit/tqtinterface/commit/?id=2d5b7f4a [2d5b7f4a]] Remove environment class nt* related header files
 
* [https://git.trinitydesktop.org/cgit/tqtinterface/commit/?id=d3963bf6 [d3963bf6]] Remove text class nt* related header files
 
* [https://git.trinitydesktop.org/cgit/tqtinterface/commit/?id=9c2c71c7 [9c2c71c7]] Remove graphics class nt* related header files (part 2)
 
* [https://git.trinitydesktop.org/cgit/tqtinterface/commit/?id=9521d868 [9521d868]] Remove graphics class nt* related header files (part 1)
 
* [https://git.trinitydesktop.org/cgit/tqtinterface/commit/?id=98006ab0 [98006ab0]] Remove IO and network nt* related header files
 
* [https://git.trinitydesktop.org/cgit/tqtinterface/commit/?id=75ac0866 [75ac0866]] Remove utility class nt* related header files
 
* [https://git.trinitydesktop.org/cgit/tqtinterface/commit/?id=8f01e0e4 [8f01e0e4]] Remove drag-n-drop nt* related header files
 
* [https://git.trinitydesktop.org/cgit/tqtinterface/commit/?id=4c9db014 [4c9db014]] Remove main window nt* related header files
 
* [https://git.trinitydesktop.org/cgit/tqtinterface/commit/?id=e4f0bf1e [e4f0bf1e]] Remove codec nt* related header files
 
* [https://git.trinitydesktop.org/cgit/tqtinterface/commit/?id=4fe48089 [4fe48089]] Remove threading nt* related header files
 
* [https://git.trinitydesktop.org/cgit/tqtinterface/commit/?id=c05e0f3a [c05e0f3a]] Remove tqvfbhdr.h, leftover from previous commit
 
* [https://git.trinitydesktop.org/cgit/tqtinterface/commit/?id=4421b232 [4421b232]] Remove date and time nt* related header files
 
* [https://git.trinitydesktop.org/cgit/tqtinterface/commit/?id=d8f36f1b [d8f36f1b]] Remove style nt* related header files
 
* [https://git.trinitydesktop.org/cgit/tqtinterface/commit/?id=854de84e [854de84e]] Remove icon nt* related header files
 
* [https://git.trinitydesktop.org/cgit/tqtinterface/commit/?id=c190b545 [c190b545]] Remove text nt* related header files
 
* [https://git.trinitydesktop.org/cgit/tqtinterface/commit/?id=3c9f1a87 [3c9f1a87]] Remove str nt* related header files
 
* [https://git.trinitydesktop.org/cgit/tqtinterface/commit/?id=d8f7d899 [d8f7d899]] Remove image nt* related header files
 
* [https://git.trinitydesktop.org/cgit/tqtinterface/commit/?id=6d3d9814 [6d3d9814]] Remove ptr nt* related header files
 
* [https://git.trinitydesktop.org/cgit/tqtinterface/commit/?id=febf013b [febf013b]] Remove template library nt* related header files
 
* [https://git.trinitydesktop.org/cgit/tqtinterface/commit/?id=1f352d34 [1f352d34]] Remove tqwidget* header files
 
* [https://git.trinitydesktop.org/cgit/tqtinterface/commit/?id=e8de6b5c [e8de6b5c]] Remove tq* canvas related header files
 
* [https://git.trinitydesktop.org/cgit/tqtinterface/commit/?id=05aba5ec [05aba5ec]] Remove tq* dom and xml related header files
 
* [https://git.trinitydesktop.org/cgit/tqtinterface/commit/?id=0cae95b2 [0cae95b2]] Remove tq* sql related header files
 
* [https://git.trinitydesktop.org/cgit/tqtinterface/commit/?id=ea34bc88 [ea34bc88]] Remove tqobject* header files
 
* [https://git.trinitydesktop.org/cgit/tqtinterface/commit/?id=b56bc45e [b56bc45e]] Remove check for Qt3
 
* [https://git.trinitydesktop.org/cgit/tqtinterface/commit/?id=9231ecd6 [9231ecd6]] Move tqt.h to tqt3
 
* [https://git.trinitydesktop.org/cgit/tqtinterface/commit/?id=c75a4d30 [c75a4d30]] Fix FTBFS caused by commit 70b3c7d
 
* [https://git.trinitydesktop.org/cgit/tqtinterface/commit/?id=70b3c7d4 [70b3c7d4]] Removed unused scripts
 
* [https://git.trinitydesktop.org/cgit/tqtinterface/commit/?id=2b8afac3 [2b8afac3]] Remove tqt-replace, uic-tqt and moc-tqt tools
 
* [https://git.trinitydesktop.org/cgit/tqtinterface/commit/?id=9ad01120 [9ad01120]] Drop TQt'3 compat headers
 
* [https://git.trinitydesktop.org/cgit/tqtinterface/commit/?id=4746fbba [4746fbba]] Drop Qt2's TQSemiModal and TQSortedList classes
 
* [https://git.trinitydesktop.org/cgit/tqtinterface/commit/?id=1c79e9f8 [1c79e9f8]] Drop Qt2 obsolete classes
 
   
 
== avahi-tqt ==
 
== avahi-tqt ==
  +
* [https://git.trinitydesktop.org/cgit/avahi-tqt/commit/?id=b907b398 [b907b398]] Use tqmoc instead of moc
 
* [https://git.trinitydesktop.org/cgit/avahi-tqt/commit/?id=51f0b3f7 [51f0b3f7]] moc-tqt is no longer required
 
* [https://git.trinitydesktop.org/cgit/avahi-tqt/commit/?id=51f0b3f7 [51f0b3f7]] moc-tqt is no longer required
  +
  +
== dbus-tqt ==
  +
* [https://git.trinitydesktop.org/cgit/dbus-tqt/commit/?id=02f7aa7b [02f7aa7b]] Don't explicetly include tqt.h anymore
  +
  +
== sip4-tqt ==
  +
* [https://git.trinitydesktop.org/cgit/sip4-tqt/commit/?id=112446ca [112446ca]] Remove support for discontinued Reliant/Sinix unix
  +
* [https://git.trinitydesktop.org/cgit/sip4-tqt/commit/?id=cbc2d404 [cbc2d404]] Don't explicetly include tqt.h anymore
   
 
== pytqt ==
 
== pytqt ==
  +
* [https://git.trinitydesktop.org/cgit/pytqt/commit/?id=b978584c [b978584c]] Updated after renaming of ntqconfig.h in tqt3
  +
* [https://git.trinitydesktop.org/cgit/pytqt/commit/?id=df4895c1 [df4895c1]] Adjust to current tqt3 version
 
* [https://git.trinitydesktop.org/cgit/pytqt/commit/?id=aa676491 [aa676491]] Drop compatibility code for TQPalette
 
* [https://git.trinitydesktop.org/cgit/pytqt/commit/?id=aa676491 [aa676491]] Drop compatibility code for TQPalette
 
* [https://git.trinitydesktop.org/cgit/pytqt/commit/?id=cba16275 [cba16275]] Drop compatibility code for TQThread
 
* [https://git.trinitydesktop.org/cgit/pytqt/commit/?id=cba16275 [cba16275]] Drop compatibility code for TQThread
Line 109: Line 124:
 
= core =
 
= core =
 
== tdelibs ==
 
== tdelibs ==
  +
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=ce4d0c5d [ce4d0c5d]] Translated using Weblate (Georgian)<br/>Currently translated at 100.0% (1 of 1 strings)<br/>Translation: tdelibs/tdefile - desktop files<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdefile-desktop-files/ka/
  +
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=c582c385 [c582c385]] Translated using Weblate (Georgian)<br/>Currently translated at 100.0% (35 of 35 strings)<br/>Translation: tdelibs/tdecore - events<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdecore-events/ka/
  +
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=58d2f86c [58d2f86c]] Translated using Weblate (Georgian)<br/>Currently translated at 100.0% (48 of 48 strings)<br/>Translation: tdelibs/tdeprint - desktop files<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdeprint-desktop-files/ka/
  +
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=3f01108d [3f01108d]] Translated using Weblate (Georgian)<br/>Currently translated at 100.0% (4 of 4 strings)<br/>Translation: tdelibs/tdespell - desktop files<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdespell-desktop-files/ka/
  +
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=dd57fbdc [dd57fbdc]] Translated using Weblate (Georgian)<br/>Currently translated at 100.0% (10 of 10 strings)<br/>Translation: tdelibs/tdeioslave - desktop files<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdeioslave-desktop-files/ka/
  +
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=c2d398f1 [c2d398f1]] Translated using Weblate (Georgian)<br/>Currently translated at 100.0% (333 of 333 strings)<br/>Translation: tdelibs/mimetypes<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/mimetypes/ka/
  +
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=a9b850f2 [a9b850f2]] Translated using Weblate (Georgian)<br/>Currently translated at 100.0% (21 of 21 strings)<br/>Translation: tdelibs/tdeio - desktop files<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdeio-desktop-files/ka/
  +
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=c89e9ba6 [c89e9ba6]] Translated using Weblate (Georgian)<br/>Currently translated at 100.0% (6 of 6 strings)<br/>Translation: tdelibs/tdehtml - desktop files<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdehtml-desktop-files/ka/
  +
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=3dcf6f51 [3dcf6f51]] Translated using Weblate (Georgian)<br/>Currently translated at 100.0% (179 of 179 strings)<br/>Translation: tdelibs/all languages<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/all-languages/ka/
  +
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=74f5ead7 [74f5ead7]] Translated using Weblate (Georgian)<br/>Currently translated at 100.0% (2 of 2 strings)<br/>Translation: tdelibs/tdecertpart.desktop<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdecertpartdesktop/ka/
  +
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=b2e30979 [b2e30979]] Translated using Weblate (Georgian)<br/>Currently translated at 100.0% (10 of 10 strings)<br/>Translation: tdelibs/tdeabc - desktop files<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdeabc-desktop-files/ka/
  +
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=47dce7ac [47dce7ac]] Translated using Weblate (Georgian)<br/>Currently translated at 100.0% (2 of 2 strings)<br/>Translation: tdelibs/kmcop - kmcop.desktop<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/kmcop-kmcopdesktop/ka/
  +
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=56f1afc4 [56f1afc4]] Translated using Weblate (Georgian)<br/>Currently translated at 100.0% (12 of 12 strings)<br/>Translation: tdelibs/interfaces - desktop files<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/interfaces-desktop-files/ka/
  +
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=661f9f45 [661f9f45]] Added translation using Weblate (Georgian)
  +
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=da881069 [da881069]] Don't explicetly include tqt.h anymore
  +
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=42388dbf [42388dbf]] Adapt to renamed tqt3 header files
 
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=5d1bee81 [5d1bee81]] Translated using Weblate (Spanish (Argentina))<br/>Currently translated at 100.0% (333 of 333 strings)<br/>Translation: tdelibs/mimetypes<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/mimetypes/es_AR/
 
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=5d1bee81 [5d1bee81]] Translated using Weblate (Spanish (Argentina))<br/>Currently translated at 100.0% (333 of 333 strings)<br/>Translation: tdelibs/mimetypes<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/mimetypes/es_AR/
 
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=8a70d5cd [8a70d5cd]] Translated using Weblate (Spanish (Argentina))<br/>Currently translated at 0.0% (0 of 2 strings)<br/>Translation: tdelibs/knotify - knotify.desktop<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/knotify-knotifydesktop/es_AR/
 
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=8a70d5cd [8a70d5cd]] Translated using Weblate (Spanish (Argentina))<br/>Currently translated at 0.0% (0 of 2 strings)<br/>Translation: tdelibs/knotify - knotify.desktop<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/knotify-knotifydesktop/es_AR/
Line 163: Line 194:
   
 
== tdebase ==
 
== tdebase ==
  +
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=8acb7577 [8acb7577]] Don't explicetly include tqt.h anymore
  +
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=c7ba1b0b [c7ba1b0b]] Translated using Weblate (Ukrainian)<br/>Currently translated at 100.0% (457 of 457 strings)<br/>Translation: tdebase/kcontrol - desktop files<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcontrol-desktop-files/uk/
  +
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=76a504ef [76a504ef]] Translated using Weblate (Ukrainian)<br/>Currently translated at 100.0% (23 of 23 strings)<br/>Translation: tdebase/klipper - desktop files<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/klipper-desktop-files/uk/
  +
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=9a8ee2bc [9a8ee2bc]] Translated using Weblate (Ukrainian)<br/>Currently translated at 100.0% (5 of 5 strings)<br/>Translation: tdebase/khotkeys - khotkeys.desktop<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/khotkeys-khotkeysdesktop/uk/
  +
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=d007ed89 [d007ed89]] Translated using Weblate (Russian)<br/>Currently translated at 100.0% (23 of 23 strings)<br/>Translation: tdebase/klipper - desktop files<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/klipper-desktop-files/ru/
  +
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=3adb56d3 [3adb56d3]] Translated using Weblate (Russian)<br/>Currently translated at 100.0% (5 of 5 strings)<br/>Translation: tdebase/khotkeys - khotkeys.desktop<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/khotkeys-khotkeysdesktop/ru/
  +
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=93072301 [93072301]] Translated using Weblate (Italian)<br/>Currently translated at 100.0% (23 of 23 strings)<br/>Translation: tdebase/klipper - desktop files<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/klipper-desktop-files/it/
  +
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=858064d3 [858064d3]] Translated using Weblate (Italian)<br/>Currently translated at 100.0% (457 of 457 strings)<br/>Translation: tdebase/kcontrol - desktop files<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcontrol-desktop-files/it/
  +
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=9563c7f1 [9563c7f1]] Translated using Weblate (Italian)<br/>Currently translated at 100.0% (5 of 5 strings)<br/>Translation: tdebase/khotkeys - khotkeys.desktop<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/khotkeys-khotkeysdesktop/it/
  +
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=86627602 [86627602]] Update translation files<br/>Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.<br/>Translation: tdebase/khotkeys - khotkeys.desktop<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/khotkeys-khotkeysdesktop/
  +
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=77b84ffd [77b84ffd]] Update translation template.
  +
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=b5af02e6 [b5af02e6]] TDESynDaemon: change timeout from 150 to 300<br/>The old timeout was causing the touchpad to be re-enabled too quickly.
  +
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=02fe8ba5 [02fe8ba5]] Translated using Weblate (Czech)<br/>Currently translated at 100.0% (5 of 5 strings)<br/>Translation: tdebase/khotkeys - khotkeys.desktop<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/khotkeys-khotkeysdesktop/cs/
  +
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=7398d006 [7398d006]] Update translation files<br/>Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.<br/>Translation: tdebase/khotkeys - khotkeys.desktop<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/khotkeys-khotkeysdesktop/
  +
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=8b519565 [8b519565]] Update translation template.
  +
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=7f1a1e93 [7f1a1e93]] Adapt to renamed tqt3 header files
  +
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=235d4c9e [235d4c9e]] Translated using Weblate (Ukrainian)<br/>Currently translated at 100.0% (106 of 106 strings)<br/>Translation: tdebase/tdeioslave - desktop files<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeioslave-desktop-files/uk/
  +
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=6cad14c0 [6cad14c0]] Translated using Weblate (Polish)<br/>Currently translated at 79.6% (364 of 457 strings)<br/>Translation: tdebase/kcontrol - desktop files<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcontrol-desktop-files/pl/
  +
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=80a07957 [80a07957]] Translated using Weblate (Czech)<br/>Currently translated at 81.4% (372 of 457 strings)<br/>Translation: tdebase/kcontrol - desktop files<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcontrol-desktop-files/cs/
  +
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=90365e7b [90365e7b]] Update translation files<br/>Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.<br/>Translation: tdebase/kcontrol - desktop files<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcontrol-desktop-files/
  +
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=c2db60eb [c2db60eb]] Update translation template.
  +
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=3b3ce430 [3b3ce430]] Translated using Weblate (Czech)<br/>Currently translated at 100.0% (23 of 23 strings)<br/>Translation: tdebase/klipper - desktop files<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/klipper-desktop-files/cs/
  +
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=ccfcf4d1 [ccfcf4d1]] Translated using Weblate (Czech)<br/>Currently translated at 100.0% (34 of 34 strings)<br/>Translation: tdebase/color schemes<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/color-schemes/cs/
  +
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=cc5cfd87 [cc5cfd87]] Translated using Weblate (Polish)<br/>Currently translated at 95.6% (22 of 23 strings)<br/>Translation: tdebase/klipper - desktop files<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/klipper-desktop-files/pl/
  +
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=309c9f67 [309c9f67]] Update translation files<br/>Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.<br/>Translation: tdebase/klipper - desktop files<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/klipper-desktop-files/
  +
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=77175601 [77175601]] Update translation template.
  +
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=1fe99ddf [1fe99ddf]] Translated using Weblate (Czech)<br/>Currently translated at 100.0% (3 of 3 strings)<br/>Translation: tdebase/kxkb - events<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kxkb-events/cs/
  +
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=e6de59d5 [e6de59d5]] Translated using Weblate (Portuguese)<br/>Currently translated at 100.0% (2 of 2 strings)<br/>Translation: tdebase/kappfinder - kappfinder.desktop<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kappfinder-kappfinderdesktop/pt/
  +
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=666871e2 [666871e2]] Translated using Weblate (German)<br/>Currently translated at 100.0% (81 of 81 strings)<br/>Translation: tdebase/twin - events<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin-events/de/
  +
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=1e9c0766 [1e9c0766]] Translated using Weblate (German)<br/>Currently translated at 76.4% (26 of 34 strings)<br/>Translation: tdebase/twin - desktop files<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin-desktop-files/de/
  +
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=2f2aeed0 [2f2aeed0]] Translated using Weblate (German)<br/>Currently translated at 50.5% (50 of 99 strings)<br/>Translation: tdebase/tdm - sessions<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdm-sessions/de/
  +
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=7213dd85 [7213dd85]] Translated using Weblate (German)<br/>Currently translated at 86.6% (13 of 15 strings)<br/>Translation: tdebase/applnk - compat<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/applnk-compat/de/
  +
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=352d2ee3 [352d2ee3]] Translated using Weblate (Polish)<br/>Currently translated at 100.0% (3 of 3 strings)<br/>Translation: tdebase/kxkb - events<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kxkb-events/pl/
  +
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=54dda569 [54dda569]] Added translation using Weblate (Polish)
 
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=da5ee729 [da5ee729]] Added translation using Weblate (Czech)
 
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=da5ee729 [da5ee729]] Added translation using Weblate (Czech)
 
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=6182e327 [6182e327]] Added translation using Weblate (Spanish (Argentina))
 
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=6182e327 [6182e327]] Added translation using Weblate (Spanish (Argentina))
Line 317: Line 382:
   
 
== tdepim ==
 
== tdepim ==
  +
* [https://git.trinitydesktop.org/cgit/tdepim/commit/?id=6444ec68 [6444ec68]] Re-add tqui linking for tdepim library.<br/>Although the tests indicated that it was not needed, it led to FTBFS.
  +
* [https://git.trinitydesktop.org/cgit/tdepim/commit/?id=f0bf8c68 [f0bf8c68]] Don't explicetly include tqt.h and don't look for libtqui anymore.
  +
* [https://git.trinitydesktop.org/cgit/tdepim/commit/?id=f8f28b44 [f8f28b44]] Adapt to latest tqt3 version
 
* [https://git.trinitydesktop.org/cgit/tdepim/commit/?id=1d22724f [1d22724f]] Translated using Weblate (Russian)<br/>Currently translated at 100.0% (6 of 6 strings)<br/>Translation: tdepim/libtdepim - desktop files<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/libtdepim-desktop-files/ru/
 
* [https://git.trinitydesktop.org/cgit/tdepim/commit/?id=1d22724f [1d22724f]] Translated using Weblate (Russian)<br/>Currently translated at 100.0% (6 of 6 strings)<br/>Translation: tdepim/libtdepim - desktop files<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/libtdepim-desktop-files/ru/
 
* [https://git.trinitydesktop.org/cgit/tdepim/commit/?id=80854783 [80854783]] Translated using Weblate (Russian)<br/>Currently translated at 100.0% (14 of 14 strings)<br/>Translation: tdepim/knode - desktop files<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/knode-desktop-files/ru/
 
* [https://git.trinitydesktop.org/cgit/tdepim/commit/?id=80854783 [80854783]] Translated using Weblate (Russian)<br/>Currently translated at 100.0% (14 of 14 strings)<br/>Translation: tdepim/knode - desktop files<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/knode-desktop-files/ru/
Line 356: Line 424:
   
 
== tdenetwork ==
 
== tdenetwork ==
  +
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=7aaebb15 [7aaebb15]] Use tqmoc directly instead of tmoc
  +
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=62b5b91d [62b5b91d]] Adapt to latest tqt3 version
 
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=01aee861 [01aee861]] Update following tqt3 recent updates
 
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=01aee861 [01aee861]] Update following tqt3 recent updates
 
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=d069063d [d069063d]] Translated using Weblate (Russian)<br/>Currently translated at 100.0% (11 of 11 strings)<br/>Translation: tdenetwork/krfb - desktop files<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/krfb-desktop-files/ru/
 
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=d069063d [d069063d]] Translated using Weblate (Russian)<br/>Currently translated at 100.0% (11 of 11 strings)<br/>Translation: tdenetwork/krfb - desktop files<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/krfb-desktop-files/ru/
Line 405: Line 475:
   
 
== tdetoys ==
 
== tdetoys ==
  +
* [https://git.trinitydesktop.org/cgit/tdetoys/commit/?id=8a640dc8 [8a640dc8]] Translated using Weblate (Polish)<br/>Currently translated at 71.4% (10 of 14 strings)<br/>Translation: tdetoys/kweather - desktop files<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdetoys/kweather-desktop-files/pl/
 
* [https://git.trinitydesktop.org/cgit/tdetoys/commit/?id=47ebe98c [47ebe98c]] Translated using Weblate (Russian)<br/>Currently translated at 100.0% (285 of 285 strings)<br/>Translation: tdetoys/kweather - stations<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdetoys/kweather-stations/ru/
 
* [https://git.trinitydesktop.org/cgit/tdetoys/commit/?id=47ebe98c [47ebe98c]] Translated using Weblate (Russian)<br/>Currently translated at 100.0% (285 of 285 strings)<br/>Translation: tdetoys/kweather - stations<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdetoys/kweather-stations/ru/
 
* [https://git.trinitydesktop.org/cgit/tdetoys/commit/?id=bfb7d592 [bfb7d592]] Translated using Weblate (Russian)<br/>Currently translated at 100.0% (14 of 14 strings)<br/>Translation: tdetoys/kweather - desktop files<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdetoys/kweather-desktop-files/ru/
 
* [https://git.trinitydesktop.org/cgit/tdetoys/commit/?id=bfb7d592 [bfb7d592]] Translated using Weblate (Russian)<br/>Currently translated at 100.0% (14 of 14 strings)<br/>Translation: tdetoys/kweather - desktop files<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdetoys/kweather-desktop-files/ru/
Line 418: Line 489:
   
 
== tdeedu ==
 
== tdeedu ==
  +
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=758ae2a6 [758ae2a6]] Adapt to latest tqt3 version
 
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=0c53c58d [0c53c58d]] Translated using Weblate (Russian)<br/>Currently translated at 100.0% (4 of 4 strings)<br/>Translation: tdeedu/kwordquiz - desktop files<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kwordquiz-desktop-files/ru/
 
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=0c53c58d [0c53c58d]] Translated using Weblate (Russian)<br/>Currently translated at 100.0% (4 of 4 strings)<br/>Translation: tdeedu/kwordquiz - desktop files<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kwordquiz-desktop-files/ru/
 
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=d99f3098 [d99f3098]] Translated using Weblate (Russian)<br/>Currently translated at 100.0% (3 of 3 strings)<br/>Translation: tdeedu/kvoctrain - desktop files<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kvoctrain-desktop-files/ru/
 
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=d99f3098 [d99f3098]] Translated using Weblate (Russian)<br/>Currently translated at 100.0% (3 of 3 strings)<br/>Translation: tdeedu/kvoctrain - desktop files<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kvoctrain-desktop-files/ru/
Line 478: Line 550:
   
 
== tdeaccessibility ==
 
== tdeaccessibility ==
  +
* [https://git.trinitydesktop.org/cgit/tdeaccessibility/commit/?id=99c5a516 [99c5a516]] Translated using Weblate (Georgian)<br/>Currently translated at 100.0% (42 of 42 strings)<br/>Translation: tdeaccessibility/kttsd - desktop files<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaccessibility/kttsd-desktop-files/ka/
  +
* [https://git.trinitydesktop.org/cgit/tdeaccessibility/commit/?id=f4c5f32a [f4c5f32a]] Translated using Weblate (Georgian)<br/>Currently translated at 100.0% (4 of 4 strings)<br/>Translation: tdeaccessibility/ksayit - desktop files<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaccessibility/ksayit-desktop-files/ka/
  +
* [https://git.trinitydesktop.org/cgit/tdeaccessibility/commit/?id=9d2395df [9d2395df]] Translated using Weblate (Georgian)<br/>Currently translated at 100.0% (6 of 6 strings)<br/>Translation: tdeaccessibility/kmouth - desktop files<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaccessibility/kmouth-desktop-files/ka/
  +
* [https://git.trinitydesktop.org/cgit/tdeaccessibility/commit/?id=7f5b20fb [7f5b20fb]] Translated using Weblate (Georgian)<br/>Currently translated at 100.0% (3 of 3 strings)<br/>Translation: tdeaccessibility/kmousetool - desktop files<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaccessibility/kmousetool-desktop-files/ka/
  +
* [https://git.trinitydesktop.org/cgit/tdeaccessibility/commit/?id=b3787c8f [b3787c8f]] Translated using Weblate (Georgian)<br/>Currently translated at 100.0% (3 of 3 strings)<br/>Translation: tdeaccessibility/kmag - desktop files<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaccessibility/kmag-desktop-files/ka/
  +
* [https://git.trinitydesktop.org/cgit/tdeaccessibility/commit/?id=a32460f3 [a32460f3]] Translated using Weblate (Polish)<br/>Currently translated at 100.0% (42 of 42 strings)<br/>Translation: tdeaccessibility/kttsd - desktop files<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaccessibility/kttsd-desktop-files/pl/
  +
* [https://git.trinitydesktop.org/cgit/tdeaccessibility/commit/?id=cfd35998 [cfd35998]] Translated using Weblate (Polish)<br/>Currently translated at 100.0% (4 of 4 strings)<br/>Translation: tdeaccessibility/ksayit - desktop files<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaccessibility/ksayit-desktop-files/pl/
  +
* [https://git.trinitydesktop.org/cgit/tdeaccessibility/commit/?id=cb6bf67c [cb6bf67c]] Translated using Weblate (Polish)<br/>Currently translated at 100.0% (6 of 6 strings)<br/>Translation: tdeaccessibility/kmouth - desktop files<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaccessibility/kmouth-desktop-files/pl/
  +
* [https://git.trinitydesktop.org/cgit/tdeaccessibility/commit/?id=a27ad605 [a27ad605]] Translated using Weblate (Polish)<br/>Currently translated at 100.0% (3 of 3 strings)<br/>Translation: tdeaccessibility/kmousetool - desktop files<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaccessibility/kmousetool-desktop-files/pl/
  +
* [https://git.trinitydesktop.org/cgit/tdeaccessibility/commit/?id=03efc91e [03efc91e]] Translated using Weblate (Polish)<br/>Currently translated at 100.0% (3 of 3 strings)<br/>Translation: tdeaccessibility/kmag - desktop files<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaccessibility/kmag-desktop-files/pl/
  +
* [https://git.trinitydesktop.org/cgit/tdeaccessibility/commit/?id=2c1df2ca [2c1df2ca]] Translated using Weblate (Polish)<br/>Currently translated at 88.0% (37 of 42 strings)<br/>Translation: tdeaccessibility/kttsd - desktop files<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaccessibility/kttsd-desktop-files/pl/
 
* [https://git.trinitydesktop.org/cgit/tdeaccessibility/commit/?id=21a05449 [21a05449]] Translated using Weblate (Russian)<br/>Currently translated at 100.0% (42 of 42 strings)<br/>Translation: tdeaccessibility/kttsd - desktop files<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaccessibility/kttsd-desktop-files/ru/
 
* [https://git.trinitydesktop.org/cgit/tdeaccessibility/commit/?id=21a05449 [21a05449]] Translated using Weblate (Russian)<br/>Currently translated at 100.0% (42 of 42 strings)<br/>Translation: tdeaccessibility/kttsd - desktop files<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaccessibility/kttsd-desktop-files/ru/
 
* [https://git.trinitydesktop.org/cgit/tdeaccessibility/commit/?id=546f0a26 [546f0a26]] Translated using Weblate (Dutch)<br/>Currently translated at 100.0% (3 of 3 strings)<br/>Translation: tdeaccessibility/kmousetool - desktop files<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaccessibility/kmousetool-desktop-files/nl/
 
* [https://git.trinitydesktop.org/cgit/tdeaccessibility/commit/?id=546f0a26 [546f0a26]] Translated using Weblate (Dutch)<br/>Currently translated at 100.0% (3 of 3 strings)<br/>Translation: tdeaccessibility/kmousetool - desktop files<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaccessibility/kmousetool-desktop-files/nl/
Line 483: Line 566:
   
 
== tdeaddons ==
 
== tdeaddons ==
  +
* [https://git.trinitydesktop.org/cgit/tdeaddons/commit/?id=d690b440 [d690b440]] Translated using Weblate (Georgian)<br/>Currently translated at 84.3% (54 of 64 strings)<br/>Translation: tdeaddons/konq plugins - desktop files<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konq-plugins-desktop-files/ka/
  +
* [https://git.trinitydesktop.org/cgit/tdeaddons/commit/?id=03cd3e59 [03cd3e59]] Translated using Weblate (Georgian)<br/>Currently translated at 100.0% (32 of 32 strings)<br/>Translation: tdeaddons/noatun plugins - desktop files<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/noatun-plugins-desktop-files/ka/
  +
* [https://git.trinitydesktop.org/cgit/tdeaddons/commit/?id=30247b50 [30247b50]] Translated using Weblate (Georgian)<br/>Currently translated at 100.0% (2 of 2 strings)<br/>Translation: tdeaddons/ksig - ksig.desktop<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/ksig-ksigdesktop/ka/
  +
* [https://git.trinitydesktop.org/cgit/tdeaddons/commit/?id=b09b92d4 [b09b92d4]] Translated using Weblate (Georgian)<br/>Currently translated at 100.0% (44 of 44 strings)<br/>Translation: tdeaddons/kate plugins - desktop files<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-plugins-desktop-files/ka/
  +
* [https://git.trinitydesktop.org/cgit/tdeaddons/commit/?id=882296ce [882296ce]] Translated using Weblate (Polish)<br/>Currently translated at 90.6% (58 of 64 strings)<br/>Translation: tdeaddons/konq plugins - desktop files<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konq-plugins-desktop-files/pl/
  +
* [https://git.trinitydesktop.org/cgit/tdeaddons/commit/?id=4edc3085 [4edc3085]] Translated using Weblate (Polish)<br/>Currently translated at 100.0% (5 of 5 strings)<br/>Translation: tdeaddons/tutorials - desktop files<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/tutorials-desktop-files/pl/
 
* [https://git.trinitydesktop.org/cgit/tdeaddons/commit/?id=20c96954 [20c96954]] Translated using Weblate (Russian)<br/>Currently translated at 100.0% (64 of 64 strings)<br/>Translation: tdeaddons/konq plugins - desktop files<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konq-plugins-desktop-files/ru/
 
* [https://git.trinitydesktop.org/cgit/tdeaddons/commit/?id=20c96954 [20c96954]] Translated using Weblate (Russian)<br/>Currently translated at 100.0% (64 of 64 strings)<br/>Translation: tdeaddons/konq plugins - desktop files<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konq-plugins-desktop-files/ru/
 
* [https://git.trinitydesktop.org/cgit/tdeaddons/commit/?id=462e8067 [462e8067]] Translated using Weblate (Russian)<br/>Currently translated at 100.0% (64 of 64 strings)<br/>Translation: tdeaddons/konq plugins - desktop files<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konq-plugins-desktop-files/ru/
 
* [https://git.trinitydesktop.org/cgit/tdeaddons/commit/?id=462e8067 [462e8067]] Translated using Weblate (Russian)<br/>Currently translated at 100.0% (64 of 64 strings)<br/>Translation: tdeaddons/konq plugins - desktop files<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konq-plugins-desktop-files/ru/
Line 491: Line 580:
   
 
== tdeadmin ==
 
== tdeadmin ==
  +
* [https://git.trinitydesktop.org/cgit/tdeadmin/commit/?id=fecc551d [fecc551d]] Remove support for discontinued Reliant/Sinix unix
  +
* [https://git.trinitydesktop.org/cgit/tdeadmin/commit/?id=912bf664 [912bf664]] Translated using Weblate (Georgian)<br/>Currently translated at 100.0% (2 of 2 strings)<br/>Translation: tdeadmin/kuser - kuser.desktop<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeadmin/kuser-kuserdesktop/ka/
  +
* [https://git.trinitydesktop.org/cgit/tdeadmin/commit/?id=28becdbc [28becdbc]] Translated using Weblate (Georgian)<br/>Currently translated at 100.0% (4 of 4 strings)<br/>Translation: tdeadmin/ksysv - desktop files<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeadmin/ksysv-desktop-files/ka/
  +
* [https://git.trinitydesktop.org/cgit/tdeadmin/commit/?id=38c9590b [38c9590b]] Translated using Weblate (Georgian)<br/>Currently translated at 100.0% (6 of 6 strings)<br/>Translation: tdeadmin/knetworkconf - desktop files<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeadmin/knetworkconf-desktop-files/ka/
  +
* [https://git.trinitydesktop.org/cgit/tdeadmin/commit/?id=2ae061e1 [2ae061e1]] Translated using Weblate (Georgian)<br/>Currently translated at 100.0% (2 of 2 strings)<br/>Translation: tdeadmin/kpackage - kpackage.desktop<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeadmin/kpackage-kpackagedesktop/ka/
  +
* [https://git.trinitydesktop.org/cgit/tdeadmin/commit/?id=c65d7c6d [c65d7c6d]] Translated using Weblate (Georgian)<br/>Currently translated at 100.0% (3 of 3 strings)<br/>Translation: tdeadmin/kcmlilo - lilo.desktop<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeadmin/kcmlilo-lilodesktop/ka/
  +
* [https://git.trinitydesktop.org/cgit/tdeadmin/commit/?id=0dbdc521 [0dbdc521]] Translated using Weblate (Georgian)<br/>Currently translated at 100.0% (2 of 2 strings)<br/>Translation: tdeadmin/kdat - kdat.desktop<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeadmin/kdat-kdatdesktop/ka/
  +
* [https://git.trinitydesktop.org/cgit/tdeadmin/commit/?id=978178b9 [978178b9]] Translated using Weblate (Georgian)<br/>Currently translated at 100.0% (2 of 2 strings)<br/>Translation: tdeadmin/kcron - kcron.desktop<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeadmin/kcron-kcrondesktop/ka/
  +
* [https://git.trinitydesktop.org/cgit/tdeadmin/commit/?id=0e4b285b [0e4b285b]] Translated using Weblate (German)<br/>Currently translated at 100.0% (2 of 2 strings)<br/>Translation: tdeadmin/kuser - kuser.desktop<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeadmin/kuser-kuserdesktop/de/
  +
* [https://git.trinitydesktop.org/cgit/tdeadmin/commit/?id=94d0449c [94d0449c]] Translated using Weblate (German)<br/>Currently translated at 100.0% (4 of 4 strings)<br/>Translation: tdeadmin/ksysv - desktop files<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeadmin/ksysv-desktop-files/de/
  +
* [https://git.trinitydesktop.org/cgit/tdeadmin/commit/?id=c96eeaef [c96eeaef]] Translated using Weblate (German)<br/>Currently translated at 100.0% (6 of 6 strings)<br/>Translation: tdeadmin/knetworkconf - desktop files<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeadmin/knetworkconf-desktop-files/de/
  +
* [https://git.trinitydesktop.org/cgit/tdeadmin/commit/?id=b32b18a1 [b32b18a1]] Translated using Weblate (German)<br/>Currently translated at 100.0% (2 of 2 strings)<br/>Translation: tdeadmin/kdat - kdat.desktop<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeadmin/kdat-kdatdesktop/de/
  +
* [https://git.trinitydesktop.org/cgit/tdeadmin/commit/?id=e11057e4 [e11057e4]] Translated using Weblate (German)<br/>Currently translated at 100.0% (2 of 2 strings)<br/>Translation: tdeadmin/kcron - kcron.desktop<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeadmin/kcron-kcrondesktop/de/
  +
* [https://git.trinitydesktop.org/cgit/tdeadmin/commit/?id=2526da1f [2526da1f]] Translated using Weblate (German)<br/>Currently translated at 100.0% (3 of 3 strings)<br/>Translation: tdeadmin/kcmlilo - lilo.desktop<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeadmin/kcmlilo-lilodesktop/de/
 
* [https://git.trinitydesktop.org/cgit/tdeadmin/commit/?id=7c269be3 [7c269be3]] Translated using Weblate (Galician)<br/>Currently translated at 50.0% (1 of 2 strings)<br/>Translation: tdeadmin/kpackage - kpackage.desktop<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeadmin/kpackage-kpackagedesktop/gl/
 
* [https://git.trinitydesktop.org/cgit/tdeadmin/commit/?id=7c269be3 [7c269be3]] Translated using Weblate (Galician)<br/>Currently translated at 50.0% (1 of 2 strings)<br/>Translation: tdeadmin/kpackage - kpackage.desktop<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeadmin/kpackage-kpackagedesktop/gl/
 
* [https://git.trinitydesktop.org/cgit/tdeadmin/commit/?id=b60f7565 [b60f7565]] Translated using Weblate (Russian)<br/>Currently translated at 100.0% (2 of 2 strings)<br/>Translation: tdeadmin/kuser - kuser.desktop<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeadmin/kuser-kuserdesktop/ru/
 
* [https://git.trinitydesktop.org/cgit/tdeadmin/commit/?id=b60f7565 [b60f7565]] Translated using Weblate (Russian)<br/>Currently translated at 100.0% (2 of 2 strings)<br/>Translation: tdeadmin/kuser - kuser.desktop<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeadmin/kuser-kuserdesktop/ru/
Line 511: Line 614:
   
 
== tdebindings ==
 
== tdebindings ==
  +
* [https://git.trinitydesktop.org/cgit/tdebindings/commit/?id=225aca6e [225aca6e]] Fix FTBFS caused by removal of tqtinterface
  +
* [https://git.trinitydesktop.org/cgit/tdebindings/commit/?id=62762a26 [62762a26]] Use tq* header after last round of renaming in tqt3
  +
* [https://git.trinitydesktop.org/cgit/tdebindings/commit/?id=b8e21c74 [b8e21c74]] Remove Netscape plugin and Motif extension classes
  +
* [https://git.trinitydesktop.org/cgit/tdebindings/commit/?id=5c077518 [5c077518]] Adapt to latest tqt3 version
 
* [https://git.trinitydesktop.org/cgit/tdebindings/commit/?id=84ec6486 [84ec6486]] Drop compatibility code for TQSignal
 
* [https://git.trinitydesktop.org/cgit/tdebindings/commit/?id=84ec6486 [84ec6486]] Drop compatibility code for TQSignal
 
* [https://git.trinitydesktop.org/cgit/tdebindings/commit/?id=13378021 [13378021]] Drop compatibility code for TQPalette
 
* [https://git.trinitydesktop.org/cgit/tdebindings/commit/?id=13378021 [13378021]] Drop compatibility code for TQPalette
Line 521: Line 628:
   
 
== tdesdk ==
 
== tdesdk ==
  +
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=4bd8a802 [4bd8a802]] Don't look for libtqui anymore.
  +
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=59829e86 [59829e86]] Translated using Weblate (German)<br/>Currently translated at 97.8% (45 of 46 strings)<br/>Translation: tdesdk/kbabel - desktop files<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/kbabel-desktop-files/de/
 
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=e116e963 [e116e963]] Translated using Weblate (Russian)<br/>Currently translated at 100.0% (46 of 46 strings)<br/>Translation: tdesdk/kbabel - desktop files<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/kbabel-desktop-files/ru/
 
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=e116e963 [e116e963]] Translated using Weblate (Russian)<br/>Currently translated at 100.0% (46 of 46 strings)<br/>Translation: tdesdk/kbabel - desktop files<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/kbabel-desktop-files/ru/
 
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=ba42cd60 [ba42cd60]] Translated using Weblate (Russian)<br/>Currently translated at 100.0% (29 of 29 strings)<br/>Translation: tdesdk/tdeioslave - desktop files<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/tdeioslave-desktop-files/ru/
 
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=ba42cd60 [ba42cd60]] Translated using Weblate (Russian)<br/>Currently translated at 100.0% (29 of 29 strings)<br/>Translation: tdesdk/tdeioslave - desktop files<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/tdeioslave-desktop-files/ru/
Line 536: Line 645:
   
 
== tdevelop ==
 
== tdevelop ==
  +
* [https://git.trinitydesktop.org/cgit/tdevelop/commit/?id=4a372325 [4a372325]] Remove support for discontinued Reliant/Sinix unix
  +
* [https://git.trinitydesktop.org/cgit/tdevelop/commit/?id=700a7e43 [700a7e43]] Don't explicetly include tqt.h anymore
  +
* [https://git.trinitydesktop.org/cgit/tdevelop/commit/?id=94d117e0 [94d117e0]] Use tqmoc directly instead of tmoc
  +
* [https://git.trinitydesktop.org/cgit/tdevelop/commit/?id=f3ab5af2 [f3ab5af2]] Translated using Weblate (Polish)<br/>Currently translated at 75.8% (455 of 600 strings)<br/>Translation: tdevelop/tdevelop - desktop files<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdevelop/tdevelop-desktop-files/pl/
  +
* [https://git.trinitydesktop.org/cgit/tdevelop/commit/?id=c67ee46d [c67ee46d]] Translated using Weblate (Polish)<br/>Currently translated at 100.0% (5 of 5 strings)<br/>Translation: tdevelop/tdevelop - events<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdevelop/tdevelop-events/pl/
  +
* [https://git.trinitydesktop.org/cgit/tdevelop/commit/?id=a574698a [a574698a]] Adapt to latest tqt3 version
 
* [https://git.trinitydesktop.org/cgit/tdevelop/commit/?id=3219b370 [3219b370]] Translated using Weblate (Russian)<br/>Currently translated at 100.0% (5 of 5 strings)<br/>Translation: tdevelop/tdevelop - events<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdevelop/tdevelop-events/ru/
 
* [https://git.trinitydesktop.org/cgit/tdevelop/commit/?id=3219b370 [3219b370]] Translated using Weblate (Russian)<br/>Currently translated at 100.0% (5 of 5 strings)<br/>Translation: tdevelop/tdevelop - events<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdevelop/tdevelop-events/ru/
 
* [https://git.trinitydesktop.org/cgit/tdevelop/commit/?id=f4724912 [f4724912]] Update translation files<br/>Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.<br/>Translation: tdevelop/tdevelop - desktop files<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdevelop/tdevelop-desktop-files/
 
* [https://git.trinitydesktop.org/cgit/tdevelop/commit/?id=f4724912 [f4724912]] Update translation files<br/>Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.<br/>Translation: tdevelop/tdevelop - desktop files<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdevelop/tdevelop-desktop-files/
   
 
== tdewebdev ==
 
== tdewebdev ==
  +
* [https://git.trinitydesktop.org/cgit/tdewebdev/commit/?id=db7f64f6 [db7f64f6]] Translated using Weblate (Polish)<br/>Currently translated at 100.0% (4 of 4 strings)<br/>Translation: tdewebdev/kxsldbg - desktop files<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdewebdev/kxsldbg-desktop-files/pl/
  +
* [https://git.trinitydesktop.org/cgit/tdewebdev/commit/?id=3ac39ad1 [3ac39ad1]] Translated using Weblate (Polish)<br/>Currently translated at 100.0% (3 of 3 strings)<br/>Translation: tdewebdev/kimagemapeditor - desktop files<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdewebdev/kimagemapeditor-desktop-files/pl/
  +
* [https://git.trinitydesktop.org/cgit/tdewebdev/commit/?id=c5fb2d31 [c5fb2d31]] Translated using Weblate (Polish)<br/>Currently translated at 66.6% (2 of 3 strings)<br/>Translation: tdewebdev/klinkstatus - desktop files<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdewebdev/klinkstatus-desktop-files/pl/
  +
* [https://git.trinitydesktop.org/cgit/tdewebdev/commit/?id=67e7c23c [67e7c23c]] Adapt to latest tqt3 version
 
* [https://git.trinitydesktop.org/cgit/tdewebdev/commit/?id=e5b0f94a [e5b0f94a]] Translated using Weblate (Russian)<br/>Currently translated at 100.0% (10 of 10 strings)<br/>Translation: tdewebdev/quanta - desktop files<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdewebdev/quanta-desktop-files/ru/
 
* [https://git.trinitydesktop.org/cgit/tdewebdev/commit/?id=e5b0f94a [e5b0f94a]] Translated using Weblate (Russian)<br/>Currently translated at 100.0% (10 of 10 strings)<br/>Translation: tdewebdev/quanta - desktop files<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdewebdev/quanta-desktop-files/ru/
 
* [https://git.trinitydesktop.org/cgit/tdewebdev/commit/?id=07ecde1c [07ecde1c]] Translated using Weblate (Russian)<br/>Currently translated at 100.0% (4 of 4 strings)<br/>Translation: tdewebdev/kxsldbg - desktop files<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdewebdev/kxsldbg-desktop-files/ru/
 
* [https://git.trinitydesktop.org/cgit/tdewebdev/commit/?id=07ecde1c [07ecde1c]] Translated using Weblate (Russian)<br/>Currently translated at 100.0% (4 of 4 strings)<br/>Translation: tdewebdev/kxsldbg - desktop files<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdewebdev/kxsldbg-desktop-files/ru/
Line 548: Line 667:
   
 
== tde-i18n ==
 
== tde-i18n ==
  +
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4e7e3093 [4e7e3093]] Translated using Weblate (Russian)<br/>Currently translated at 100.0% (14 of 14 strings)<br/>Translation: tdeadmin/tdefile_rpm<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeadmin/tdefile_rpm/ru/
  +
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=15c6aa7b [15c6aa7b]] Translated using Weblate (Russian)<br/>Currently translated at 100.0% (7 of 7 strings)<br/>Translation: tdeadmin/tdefile_deb<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeadmin/tdefile_deb/ru/
  +
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f5d6f1af [f5d6f1af]] Update translation files<br/>Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.<br/>Translation: tdeaccessibility/kmag<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaccessibility/kmag/
  +
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=fc8e5672 [fc8e5672]] Update translation template.
  +
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2828811b [2828811b]] Translated using Weblate (Georgian)<br/>Currently translated at 100.0% (72 of 72 strings)<br/>Translation: tdelibs/i18n - entry.desktop files<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/i18n-entrydesktop-files/ka/
  +
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=51b115f0 [51b115f0]] Added translation using Weblate (Georgian)
  +
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=713a31fb [713a31fb]] Translated using Weblate (Russian)<br/>Currently translated at 100.0% (55 of 55 strings)<br/>Translation: tdenetwork/kppplogview<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kppplogview/ru/
  +
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1b7243ae [1b7243ae]] Update translation files<br/>Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.<br/>Translation: tdelibs/tdelibs<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/
  +
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6248252b [6248252b]] Update translation template.
  +
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5c8f5ca7 [5c8f5ca7]] Translated using Weblate (Russian)<br/>Currently translated at 92.3% (933 of 1010 strings)<br/>Translation: tdewebdev/kommander<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdewebdev/kommander/ru/
  +
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=235ce004 [235ce004]] Translated using Weblate (Russian)<br/>Currently translated at 94.2% (471 of 500 strings)<br/>Translation: tdesdk/tdecachegrind<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/tdecachegrind/ru/
  +
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9337e1d0 [9337e1d0]] Update translation files<br/>Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.<br/>Translation: tdebase/ksmserver<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/ksmserver/
  +
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3046f9bc [3046f9bc]] Update translation template.
  +
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=03f09ac0 [03f09ac0]] Update translation files<br/>Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.<br/>Translation: tdeutils/superkaramba<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/superkaramba/
  +
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=21cc57f1 [21cc57f1]] Update translation template.
  +
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7ee57a92 [7ee57a92]] Translated using Weblate (Ukrainian)<br/>Currently translated at 100.0% (201 of 201 strings)<br/>Translation: tdebase/kcmkeys<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkeys/uk/
  +
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=cce30d5b [cce30d5b]] Translated using Weblate (Ukrainian)<br/>Currently translated at 100.0% (30 of 30 strings)<br/>Translation: tdebase/libtaskmanager<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/libtaskmanager/uk/
  +
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=25609067 [25609067]] Translated using Weblate (Ukrainian)<br/>Currently translated at 100.0% (51 of 51 strings)<br/>Translation: tdebase/kcontrol<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcontrol/uk/
  +
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ea638cf5 [ea638cf5]] Translated using Weblate (Ukrainian)<br/>Currently translated at 100.0% (162 of 162 strings)<br/>Translation: tdebase/kcminput<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcminput/uk/
  +
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a4a46265 [a4a46265]] Translated using Weblate (Ukrainian)<br/>Currently translated at 100.0% (30 of 30 strings)<br/>Translation: tdebase/knetattach<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/knetattach/uk/
  +
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c35c9588 [c35c9588]] Translated using Weblate (Ukrainian)<br/>Currently translated at 100.0% (181 of 181 strings)<br/>Translation: tdebase/twin<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin/uk/
  +
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1564fdf1 [1564fdf1]] Translated using Weblate (Ukrainian)<br/>Currently translated at 100.0% (292 of 292 strings)<br/>Translation: tdebase/konsole<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konsole/uk/
  +
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9527b3d5 [9527b3d5]] Translated using Weblate (Ukrainian)<br/>Currently translated at 100.0% (230 of 230 strings)<br/>Translation: tdebase/kdesktop<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kdesktop/uk/
  +
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=eb10db12 [eb10db12]] Translated using Weblate (Ukrainian)<br/>Currently translated at 100.0% (420 of 420 strings)<br/>Translation: tdelibs/timezones<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/timezones/uk/
  +
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a0031169 [a0031169]] Translated using Weblate (Ukrainian)<br/>Currently translated at 100.0% (2738 of 2738 strings)<br/>Translation: tdelibs/tdelibs<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/uk/
  +
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0fd23a58 [0fd23a58]] Translated using Weblate (Russian)<br/>Currently translated at 100.0% (72 of 72 strings)<br/>Translation: tdegames/kpat<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kpat/ru/
  +
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=763921c0 [763921c0]] Translated using Weblate (Russian)<br/>Currently translated at 100.0% (39 of 39 strings)<br/>Translation: tdepim/tdeio_sieve<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/tdeio_sieve/ru/
  +
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d736aef1 [d736aef1]] Translated using Weblate (Russian)<br/>Currently translated at 100.0% (13 of 13 strings)<br/>Translation: tdepim/kres_remote<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kres_remote/ru/
  +
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=cf6f0932 [cf6f0932]] Translated using Weblate (Russian)<br/>Currently translated at 100.0% (245 of 245 strings)<br/>Translation: tdepim/kontact<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kontact/ru/
  +
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c3c9a520 [c3c9a520]] Translated using Weblate (Russian)<br/>Currently translated at 100.0% (11 of 11 strings)<br/>Translation: tdepim/kmail_text_vcard_plugin<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kmail_text_vcard_plugin/ru/
  +
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=02955a5e [02955a5e]] Translated using Weblate (Russian)<br/>Currently translated at 100.0% (201 of 201 strings)<br/>Translation: tdebase/kcmkeys<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkeys/ru/
  +
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d9f55651 [d9f55651]] Translated using Weblate (Russian)<br/>Currently translated at 100.0% (51 of 51 strings)<br/>Translation: tdebase/kcontrol<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcontrol/ru/
  +
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1cf006e0 [1cf006e0]] Translated using Weblate (Russian)<br/>Currently translated at 100.0% (30 of 30 strings)<br/>Translation: tdebase/knetattach<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/knetattach/ru/
  +
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f328166b [f328166b]] Translated using Weblate (Russian)<br/>Currently translated at 100.0% (230 of 230 strings)<br/>Translation: tdebase/kdesktop<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kdesktop/ru/
  +
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e2644b1c [e2644b1c]] Translated using Weblate (Italian)<br/>Currently translated at 100.0% (201 of 201 strings)<br/>Translation: tdebase/kcmkeys<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkeys/it/
  +
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b4597c5d [b4597c5d]] Translated using Weblate (Italian)<br/>Currently translated at 100.0% (30 of 30 strings)<br/>Translation: tdebase/libtaskmanager<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/libtaskmanager/it/
  +
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=10b64776 [10b64776]] Translated using Weblate (Italian)<br/>Currently translated at 100.0% (51 of 51 strings)<br/>Translation: tdebase/kcontrol<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcontrol/it/
  +
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=26be3921 [26be3921]] Translated using Weblate (Italian)<br/>Currently translated at 100.0% (162 of 162 strings)<br/>Translation: tdebase/kcminput<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcminput/it/
  +
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8dbf94c4 [8dbf94c4]] Translated using Weblate (Italian)<br/>Currently translated at 100.0% (30 of 30 strings)<br/>Translation: tdebase/knetattach<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/knetattach/it/
  +
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7543281d [7543281d]] Translated using Weblate (Italian)<br/>Currently translated at 100.0% (181 of 181 strings)<br/>Translation: tdebase/twin<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin/it/
  +
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1073a9fb [1073a9fb]] Translated using Weblate (Italian)<br/>Currently translated at 100.0% (292 of 292 strings)<br/>Translation: tdebase/konsole<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konsole/it/
  +
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=45994c61 [45994c61]] Translated using Weblate (Italian)<br/>Currently translated at 100.0% (230 of 230 strings)<br/>Translation: tdebase/kdesktop<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kdesktop/it/
  +
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=cfec18c6 [cfec18c6]] Translated using Weblate (Italian)<br/>Currently translated at 100.0% (420 of 420 strings)<br/>Translation: tdelibs/timezones<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/timezones/it/
  +
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=20e12441 [20e12441]] Translated using Weblate (Italian)<br/>Currently translated at 100.0% (2738 of 2738 strings)<br/>Translation: tdelibs/tdelibs<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/it/
  +
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=48f97cf5 [48f97cf5]] Update translation files<br/>Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.<br/>Translation: tdepim/kmail<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kmail/
  +
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6d31d07a [6d31d07a]] Update translation template.
  +
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4a9e27c6 [4a9e27c6]] Translated using Weblate (Polish)<br/>Currently translated at 100.0% (51 of 51 strings)<br/>Translation: tdebase/kcontrol<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcontrol/pl/
  +
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=af135878 [af135878]] Translated using Weblate (Czech)<br/>Currently translated at 100.0% (51 of 51 strings)<br/>Translation: tdebase/kcontrol<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcontrol/cs/
  +
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2c78ab70 [2c78ab70]] Update translation files<br/>Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.<br/>Translation: tdebase/kcontrol<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcontrol/
  +
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c195bd10 [c195bd10]] Update translation files<br/>Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.<br/>Translation: tdebase/khotkeys<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/khotkeys/
  +
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e2301704 [e2301704]] Update translation template.
  +
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8ddd7d27 [8ddd7d27]] Translated using Weblate (Polish)<br/>Currently translated at 96.5% (2490 of 2578 strings)<br/>Translation: tdewebdev/quanta<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdewebdev/quanta/pl/
  +
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5fae7cc0 [5fae7cc0]] Translated using Weblate (Polish)<br/>Currently translated at 100.0% (1010 of 1010 strings)<br/>Translation: tdewebdev/kommander<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdewebdev/kommander/pl/
  +
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=068f4e77 [068f4e77]] Update translation files<br/>Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.<br/>Translation: tdebase/khotkeys<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/khotkeys/
  +
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e7993f3b [e7993f3b]] Update translation template.
  +
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1a79c5e9 [1a79c5e9]] Translated using Weblate (Polish)<br/>Currently translated at 100.0% (34 of 34 strings)<br/>Translation: tdevelop/tdevtipofday<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdevelop/tdevtipofday/pl/
  +
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=55de1686 [55de1686]] Translated using Weblate (Polish)<br/>Currently translated at 100.0% (5195 of 5195 strings)<br/>Translation: tdevelop/tdevelop<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdevelop/tdevelop/pl/
  +
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6f75f28f [6f75f28f]] Translated using Weblate (Polish)<br/>Currently translated at 100.0% (9 of 9 strings)<br/>Translation: tdeaccessibility/libKTTSD<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaccessibility/libkttsd/pl/
  +
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=368fc49a [368fc49a]] Translated using Weblate (Russian)<br/>Currently translated at 100.0% (48 of 48 strings)<br/>Translation: tdemultimedia/artsmodules<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/artsmodules/ru/
  +
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9a4cd332 [9a4cd332]] Translated using Weblate (Russian)<br/>Currently translated at 99.7% (367 of 368 strings)<br/>Translation: tdebase/kate<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kate/ru/
  +
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ecc700aa [ecc700aa]] Translated using Weblate (Russian)<br/>Currently translated at 100.0% (292 of 292 strings)<br/>Translation: tdebase/konsole<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konsole/ru/
  +
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=86ce250a [86ce250a]] Translated using Weblate (Russian)<br/>Currently translated at 100.0% (2738 of 2738 strings)<br/>Translation: tdelibs/tdelibs<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/ru/
  +
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8708364f [8708364f]] Update translation files<br/>Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.<br/>Translation: tdelibs/tdelibs<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/
  +
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=92b2f0a8 [92b2f0a8]] Update translation template.
  +
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c66a43a8 [c66a43a8]] Translated using Weblate (Polish)<br/>Currently translated at 85.1% (138 of 162 strings)<br/>Translation: tdebase/kcminput<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcminput/pl/
  +
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3865e1f0 [3865e1f0]] Translated using Weblate (Polish)<br/>Currently translated at 75.3% (122 of 162 strings)<br/>Translation: tdebase/kcminput<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcminput/pl/
  +
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6e13309d [6e13309d]] Translated using Weblate (Czech)<br/>Currently translated at 100.0% (162 of 162 strings)<br/>Translation: tdebase/kcminput<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcminput/cs/
  +
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7d6f7d48 [7d6f7d48]] Update translation files<br/>Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.<br/>Translation: tdebase/kcminput<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcminput/
  +
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7ea0ccdd [7ea0ccdd]] Translated using Weblate (Czech)<br/>Currently translated at 100.0% (162 of 162 strings)<br/>Translation: tdebase/kcminput<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcminput/cs/
  +
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bf17fa56 [bf17fa56]] Update translation template.
  +
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=39bb5c66 [39bb5c66]] Translated using Weblate (Polish)<br/>Currently translated at 75.3% (122 of 162 strings)<br/>Translation: tdebase/kcminput<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcminput/pl/
  +
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6deccc67 [6deccc67]] Update translation files<br/>Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.<br/>Translation: tdelibs/tdelibs<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/
  +
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2ad23337 [2ad23337]] Update translation files<br/>Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.<br/>Translation: tdebase/kcminput<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcminput/
  +
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=15bbb8ad [15bbb8ad]] Update translation template.
  +
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a08f6f37 [a08f6f37]] Translated using Weblate (Czech)<br/>Currently translated at 100.0% (201 of 201 strings)<br/>Translation: tdebase/kcmkeys<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkeys/cs/
  +
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=faf8fb8c [faf8fb8c]] Translated using Weblate (Czech)<br/>Currently translated at 100.0% (115 of 115 strings)<br/>Translation: tdebase/kcminput<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcminput/cs/
  +
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c186f9a2 [c186f9a2]] Translated using Weblate (Czech)<br/>Currently translated at 100.0% (330 of 330 strings)<br/>Translation: tdebase/kcmlayout<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmlayout/cs/
  +
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e539d531 [e539d531]] Translated using Weblate (Czech)<br/>Currently translated at 100.0% (39 of 39 strings)<br/>Translation: tdebase/tdeio_sftp<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeio_sftp/cs/
  +
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b679569d [b679569d]] Translated using Weblate (Czech)<br/>Currently translated at 100.0% (39 of 39 strings)<br/>Translation: tdebase/tdeio_sftp<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeio_sftp/cs/
  +
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=22a4ca79 [22a4ca79]] Update translation files<br/>Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.<br/>Translation: tdepim/kaddressbook<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kaddressbook/
  +
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=91d0dae9 [91d0dae9]] Update translation files<br/>Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.<br/>Translation: tdelibs/tdelibs<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/
  +
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2023bebc [2023bebc]] Update translation template.
  +
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=dffcd964 [dffcd964]] Update translation files<br/>Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.<br/>Translation: tdelibs/tdelibs<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/
  +
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=29e35919 [29e35919]] Update translation template.
  +
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=11535892 [11535892]] Update translation files<br/>Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.<br/>Translation: tdemultimedia/tdefile_flac<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdefile_flac/
  +
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=051e0f23 [051e0f23]] Update translation template.
  +
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a9b057a5 [a9b057a5]] Update translation files<br/>Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.<br/>Translation: tdelibs/tdelibs<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/
  +
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=694fa2dd [694fa2dd]] Update translation template.
  +
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=df62813a [df62813a]] Translated using Weblate (Czech)<br/>Currently translated at 100.0% (30 of 30 strings)<br/>Translation: tdebase/libtaskmanager<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/libtaskmanager/cs/
  +
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c36489a0 [c36489a0]] Translated using Weblate (Czech)<br/>Currently translated at 100.0% (30 of 30 strings)<br/>Translation: tdebase/kcmsmserver<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmsmserver/cs/
  +
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=cb0de884 [cb0de884]] Translated using Weblate (Czech)<br/>Currently translated at 100.0% (30 of 30 strings)<br/>Translation: tdebase/knetattach<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/knetattach/cs/
  +
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e26ea16f [e26ea16f]] Translated using Weblate (Czech)<br/>Currently translated at 100.0% (181 of 181 strings)<br/>Translation: tdebase/twin<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin/cs/
  +
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b390e4d8 [b390e4d8]] Translated using Weblate (Czech)<br/>Currently translated at 100.0% (292 of 292 strings)<br/>Translation: tdebase/konsole<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konsole/cs/
  +
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3f8ca34a [3f8ca34a]] Translated using Weblate (Czech)<br/>Currently translated at 100.0% (230 of 230 strings)<br/>Translation: tdebase/kdesktop<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kdesktop/cs/
  +
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5b01c813 [5b01c813]] Translated using Weblate (Portuguese)<br/>Currently translated at 100.0% (103 of 103 strings)<br/>Translation: tdebase/kasbarextension<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kasbarextension/pt/
  +
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=23f2e2b7 [23f2e2b7]] Translated using Weblate (Portuguese)<br/>Currently translated at 97.0% (100 of 103 strings)<br/>Translation: tdebase/kasbarextension<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kasbarextension/pt/
  +
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f0936d02 [f0936d02]] Translated using Weblate (Polish)<br/>Currently translated at 93.3% (28 of 30 strings)<br/>Translation: tdebase/libtaskmanager<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/libtaskmanager/pl/
  +
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8d8b436e [8d8b436e]] Translated using Weblate (Polish)<br/>Currently translated at 100.0% (181 of 181 strings)<br/>Translation: tdebase/twin<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin/pl/
  +
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0715a602 [0715a602]] Update translation files<br/>Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.<br/>Translation: tdelibs/tdelibs<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/
  +
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=66b3fc76 [66b3fc76]] Update translation template.
  +
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a4e5d9f2 [a4e5d9f2]] Update translation files<br/>Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.<br/>Translation: tdebase/twin<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin/
  +
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=db30e520 [db30e520]] Update translation files<br/>Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.<br/>Translation: tdebase/libtaskmanager<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/libtaskmanager/
  +
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ddde2d90 [ddde2d90]] Update translation template.
  +
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3f86919b [3f86919b]] Translated using Weblate (Polish)<br/>Currently translated at 100.0% (30 of 30 strings)<br/>Translation: tdebase/knetattach<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/knetattach/pl/
  +
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2598df06 [2598df06]] Update translation files<br/>Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.<br/>Translation: tdebase/knetattach<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/knetattach/
  +
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bc8638eb [bc8638eb]] Update translation files<br/>Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.<br/>Translation: tdebase/kdesktop<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kdesktop/
  +
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f6e7c05d [f6e7c05d]] Update translation files<br/>Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.<br/>Translation: tdebase/ksmserver<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/ksmserver/
  +
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a4c4c3ed [a4c4c3ed]] Update translation files<br/>Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.<br/>Translation: tdebase/kcmkeys<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkeys/
  +
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c21b696c [c21b696c]] Update translation template.
  +
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0ad61895 [0ad61895]] Translated using Weblate (Polish)<br/>Currently translated at 80.0% (8 of 10 strings)<br/>Translation: tdeutils/kmilo_asus<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kmilo_asus/pl/
  +
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=69d4bb8f [69d4bb8f]] Translated using Weblate (Polish)<br/>Currently translated at 66.6% (4 of 6 strings)<br/>Translation: tdegraphics/tdefile_raw<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdefile_raw/pl/
  +
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6b87879e [6b87879e]] Translated using Weblate (Polish)<br/>Currently translated at 85.0% (17 of 20 strings)<br/>Translation: tdebase/kcmiccconfig<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmiccconfig/pl/
  +
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=900946f0 [900946f0]] Added translation using Weblate (Polish)
  +
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a57515f6 [a57515f6]] Added translation using Weblate (Polish)
  +
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a684f2b2 [a684f2b2]] Translated using Weblate (Polish)<br/>Currently translated at 30.0% (6 of 20 strings)<br/>Translation: tdebase/kcmiccconfig<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmiccconfig/pl/
  +
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6e4ced59 [6e4ced59]] Translated using Weblate (Polish)<br/>Currently translated at 96.5% (56 of 58 strings)<br/>Translation: tdeartwork/twin_art_clients<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeartwork/twin_art_clients/pl/
  +
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e91699a6 [e91699a6]] Translated using Weblate (Polish)<br/>Currently translated at 99.6% (286 of 287 strings)<br/>Translation: tdeartwork/klock<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeartwork/klock/pl/
  +
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9eb75f0b [9eb75f0b]] Translated using Weblate (Polish)<br/>Currently translated at 100.0% (60 of 60 strings)<br/>Translation: tdeedu/libtdeedu<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/libtdeedu/pl/
  +
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=cd145a4e [cd145a4e]] Translated using Weblate (Polish)<br/>Currently translated at 100.0% (111 of 111 strings)<br/>Translation: tdeedu/khangman<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/khangman/pl/
  +
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=cfa0480f [cfa0480f]] Translated using Weblate (Polish)<br/>Currently translated at 100.0% (145 of 145 strings)<br/>Translation: tdeedu/keduca<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/keduca/pl/
  +
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=01f79e50 [01f79e50]] Translated using Weblate (Polish)<br/>Currently translated at 100.0% (88 of 88 strings)<br/>Translation: tdeedu/kanagram<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kanagram/pl/
  +
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=696734ac [696734ac]] Translated using Weblate (Polish)<br/>Currently translated at 100.0% (386 of 386 strings)<br/>Translation: tdegraphics/kolourpaint<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kolourpaint/pl/
  +
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5ee9a20d [5ee9a20d]] Translated using Weblate (Polish)<br/>Currently translated at 97.3% (37 of 38 strings)<br/>Translation: tdegraphics/kcoloredit<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kcoloredit/pl/
  +
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9dc4db8e [9dc4db8e]] Translated using Weblate (Polish)<br/>Currently translated at 98.9% (185 of 187 strings)<br/>Translation: tdemultimedia/libkcddb<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/libkcddb/pl/
  +
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=efbb2e2e [efbb2e2e]] Translated using Weblate (Polish)<br/>Currently translated at 94.4% (34 of 36 strings)<br/>Translation: tdemultimedia/audiocd_encoder_vorbis<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/audiocd_encoder_vorbis/pl/
  +
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1333440c [1333440c]] Translated using Weblate (Polish)<br/>Currently translated at 100.0% (200 of 200 strings)<br/>Translation: tdepim/libkleopatra<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/libkleopatra/pl/
  +
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=19dba44a [19dba44a]] Translated using Weblate (Polish)<br/>Currently translated at 92.3% (24 of 26 strings)<br/>Translation: tdepim/kres_blogging<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kres_blogging/pl/
  +
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=75f8babe [75f8babe]] Translated using Weblate (Polish)<br/>Currently translated at 100.0% (74 of 74 strings)<br/>Translation: tdepim/kmobile<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kmobile/pl/
  +
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ffcf2409 [ffcf2409]] Translated using Weblate (Polish)<br/>Currently translated at 99.7% (359 of 360 strings)<br/>Translation: tdepim/akregator<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/akregator/pl/
  +
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0a7f43c0 [0a7f43c0]] Translated using Weblate (Polish)<br/>Currently translated at 90.0% (27 of 30 strings)<br/>Translation: tdebase/kcmsmserver<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmsmserver/pl/
  +
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=805f9722 [805f9722]] Translated using Weblate (Polish)<br/>Currently translated at 84.6% (11 of 13 strings)<br/>Translation: tdebase/kickermenu_kate<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kickermenu_kate/pl/
  +
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4c59ba59 [4c59ba59]] Translated using Weblate (Polish)<br/>Currently translated at 99.1% (225 of 227 strings)<br/>Translation: tdelibs/cupsdconf<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/cupsdconf/pl/
  +
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e01c81aa [e01c81aa]] Added translation using Weblate (Polish)
 
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b29a0184 [b29a0184]] Update translation files<br/>Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.<br/>Translation: tdelibs/tdelibs<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/
 
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b29a0184 [b29a0184]] Update translation files<br/>Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.<br/>Translation: tdelibs/tdelibs<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/
 
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2be1b2a0 [2be1b2a0]] Update translation template.
 
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2be1b2a0 [2be1b2a0]] Update translation template.
Line 1,839: Line 2,091:
   
 
== kipi-plugins ==
 
== kipi-plugins ==
  +
* [https://git.trinitydesktop.org/cgit/kipi-plugins/commit/?id=c42a6c92 [c42a6c92]] Translated using Weblate (Russian)<br/>Currently translated at 100.0% (51 of 51 strings)<br/>Translation: libraries/kipi-plugins - galleryexport<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/libraries/kipi-plugins-galleryexport/ru/
 
* [https://git.trinitydesktop.org/cgit/kipi-plugins/commit/?id=5c749f7c [5c749f7c]] Translated using Weblate (Russian)<br/>Currently translated at 85.2% (513 of 602 strings)<br/>Translation: libraries/kipi-plugins - metadataedit<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/libraries/kipi-plugins-metadataedit/ru/
 
* [https://git.trinitydesktop.org/cgit/kipi-plugins/commit/?id=5c749f7c [5c749f7c]] Translated using Weblate (Russian)<br/>Currently translated at 85.2% (513 of 602 strings)<br/>Translation: libraries/kipi-plugins - metadataedit<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/libraries/kipi-plugins-metadataedit/ru/
 
* [https://git.trinitydesktop.org/cgit/kipi-plugins/commit/?id=e3f5013b [e3f5013b]] Translated using Weblate (Russian)<br/>Currently translated at 100.0% (12 of 12 strings)<br/>Translation: libraries/kipi-plugins - wallpaper<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/libraries/kipi-plugins-wallpaper/ru/
 
* [https://git.trinitydesktop.org/cgit/kipi-plugins/commit/?id=e3f5013b [e3f5013b]] Translated using Weblate (Russian)<br/>Currently translated at 100.0% (12 of 12 strings)<br/>Translation: libraries/kipi-plugins - wallpaper<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/libraries/kipi-plugins-wallpaper/ru/
Line 1,851: Line 2,104:
   
 
== libtqt-perl ==
 
== libtqt-perl ==
  +
* [https://git.trinitydesktop.org/cgit/libtqt-perl/commit/?id=6f64d330 [6f64d330]] Use tq* header after last round of renaming in tqt3
  +
* [https://git.trinitydesktop.org/cgit/libtqt-perl/commit/?id=f400a45b [f400a45b]] Remove Netscape plugin and Motif extension classes
  +
* [https://git.trinitydesktop.org/cgit/libtqt-perl/commit/?id=838094bf [838094bf]] Adapt to latest tqt3 version
 
* [https://git.trinitydesktop.org/cgit/libtqt-perl/commit/?id=ea4d4023 [ea4d4023]] Drop TQt'3 compat headers
 
* [https://git.trinitydesktop.org/cgit/libtqt-perl/commit/?id=ea4d4023 [ea4d4023]] Drop TQt'3 compat headers
 
* [https://git.trinitydesktop.org/cgit/libtqt-perl/commit/?id=a8738810 [a8738810]] Drop Qt2's TQSemiModal and TQSortedList classes
 
* [https://git.trinitydesktop.org/cgit/libtqt-perl/commit/?id=a8738810 [a8738810]] Drop Qt2's TQSemiModal and TQSortedList classes
 
* [https://git.trinitydesktop.org/cgit/libtqt-perl/commit/?id=076ec834 [076ec834]] Drop Qt2 obsolete classes
 
* [https://git.trinitydesktop.org/cgit/libtqt-perl/commit/?id=076ec834 [076ec834]] Drop Qt2 obsolete classes
  +
  +
== pytdeextensions ==
  +
* [https://git.trinitydesktop.org/cgit/pytdeextensions/commit/?id=cedb73e8 [cedb73e8]] Use proper TQt headers
   
 
= applications/development =
 
= applications/development =
 
== kdbg ==
 
== kdbg ==
  +
* [https://git.trinitydesktop.org/cgit/kdbg/commit/?id=d172d233 [d172d233]] Translated using Weblate (Georgian)<br/>Currently translated at 100.0% (3 of 3 strings)<br/>Translation: applications/kdbg - kdbg.desktop<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kdbg-kdbgdesktop/ka/
  +
* [https://git.trinitydesktop.org/cgit/kdbg/commit/?id=48715acb [48715acb]] Added translation using Weblate (Georgian)
 
* [https://git.trinitydesktop.org/cgit/kdbg/commit/?id=db9f1ffa [db9f1ffa]] Update translation files<br/>Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.<br/>Translation: applications/kdbg - kdbg.desktop<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kdbg-kdbgdesktop/
 
* [https://git.trinitydesktop.org/cgit/kdbg/commit/?id=db9f1ffa [db9f1ffa]] Update translation files<br/>Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.<br/>Translation: applications/kdbg - kdbg.desktop<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kdbg-kdbgdesktop/
 
* [https://git.trinitydesktop.org/cgit/kdbg/commit/?id=b171e1b2 [b171e1b2]] Translated using Weblate (Russian)<br/>Currently translated at 100.0% (3 of 3 strings)<br/>Translation: applications/kdbg - kdbg.desktop<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kdbg-kdbgdesktop/ru/
 
* [https://git.trinitydesktop.org/cgit/kdbg/commit/?id=b171e1b2 [b171e1b2]] Translated using Weblate (Russian)<br/>Currently translated at 100.0% (3 of 3 strings)<br/>Translation: applications/kdbg - kdbg.desktop<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kdbg-kdbgdesktop/ru/
   
 
== kdiff3 ==
 
== kdiff3 ==
  +
* [https://git.trinitydesktop.org/cgit/kdiff3/commit/?id=b782bc4e [b782bc4e]] Translated using Weblate (Georgian)<br/>Currently translated at 100.0% (14 of 14 strings)<br/>Translation: applications/kdiff3 - plugin<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kdiff3-plugin/ka/
  +
* [https://git.trinitydesktop.org/cgit/kdiff3/commit/?id=cdf36bca [cdf36bca]] Translated using Weblate (Georgian)<br/>Currently translated at 100.0% (24 of 24 strings)<br/>Translation: applications/kdiff3 - diff_ext<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kdiff3-diff_ext/ka/
  +
* [https://git.trinitydesktop.org/cgit/kdiff3/commit/?id=98c4e262 [98c4e262]] Added translation using Weblate (Georgian)
  +
* [https://git.trinitydesktop.org/cgit/kdiff3/commit/?id=64857681 [64857681]] Added translation using Weblate (Georgian)
  +
* [https://git.trinitydesktop.org/cgit/kdiff3/commit/?id=04f45787 [04f45787]] Translated using Weblate (Georgian)<br/>Currently translated at 100.0% (6 of 6 strings)<br/>Translation: applications/kdiff3 - desktop files<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kdiff3-desktop-files/ka/
  +
* [https://git.trinitydesktop.org/cgit/kdiff3/commit/?id=d556aa5c [d556aa5c]] Update translation files<br/>Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.<br/>Translation: applications/kdiff3<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kdiff3/
 
* [https://git.trinitydesktop.org/cgit/kdiff3/commit/?id=ac9e1fb1 [ac9e1fb1]] Translated using Weblate (Russian)<br/>Currently translated at 67.2% (347 of 516 strings)<br/>Translation: applications/kdiff3<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kdiff3/ru/
 
* [https://git.trinitydesktop.org/cgit/kdiff3/commit/?id=ac9e1fb1 [ac9e1fb1]] Translated using Weblate (Russian)<br/>Currently translated at 67.2% (347 of 516 strings)<br/>Translation: applications/kdiff3<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kdiff3/ru/
 
* [https://git.trinitydesktop.org/cgit/kdiff3/commit/?id=97fe01f4 [97fe01f4]] Update translation files<br/>Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.<br/>Translation: applications/kdiff3 - desktop files<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kdiff3-desktop-files/
 
* [https://git.trinitydesktop.org/cgit/kdiff3/commit/?id=97fe01f4 [97fe01f4]] Update translation files<br/>Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.<br/>Translation: applications/kdiff3 - desktop files<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kdiff3-desktop-files/
Line 1,870: Line 2,137:
 
* [https://git.trinitydesktop.org/cgit/kdiff3/commit/?id=abcdeb43 [abcdeb43]] Update translation files<br/>Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.<br/>Translation: applications/kdiff3<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kdiff3/
 
* [https://git.trinitydesktop.org/cgit/kdiff3/commit/?id=abcdeb43 [abcdeb43]] Update translation files<br/>Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.<br/>Translation: applications/kdiff3<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kdiff3/
 
* [https://git.trinitydesktop.org/cgit/kdiff3/commit/?id=1bab9902 [1bab9902]] Update translation template.
 
* [https://git.trinitydesktop.org/cgit/kdiff3/commit/?id=1bab9902 [1bab9902]] Update translation template.
  +
 
== kpicosim ==
 
== kpicosim ==
  +
* [https://git.trinitydesktop.org/cgit/kpicosim/commit/?id=522e36dc [522e36dc]] Translated using Weblate (Georgian)<br/>Currently translated at 100.0% (5 of 5 strings)<br/>Translation: applications/kpicosim<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kpicosim/ka/
  +
* [https://git.trinitydesktop.org/cgit/kpicosim/commit/?id=6e43c674 [6e43c674]] Added translation using Weblate (Georgian)
  +
* [https://git.trinitydesktop.org/cgit/kpicosim/commit/?id=7cb62f42 [7cb62f42]] Translated using Weblate (Georgian)<br/>Currently translated at 100.0% (2 of 2 strings)<br/>Translation: applications/kpicosim - kpicosim.desktop<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kpicosim-kpicosimdesktop/ka/
  +
* [https://git.trinitydesktop.org/cgit/kpicosim/commit/?id=d59b264d [d59b264d]] Added translation using Weblate (Georgian)
  +
* [https://git.trinitydesktop.org/cgit/kpicosim/commit/?id=c938918a [c938918a]] Update translation files<br/>Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.<br/>Translation: applications/kpicosim<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kpicosim/
  +
* [https://git.trinitydesktop.org/cgit/kpicosim/commit/?id=cbcafc43 [cbcafc43]] Update translation files<br/>Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.<br/>Translation: applications/kpicosim - kpicosim.desktop<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kpicosim-kpicosimdesktop/
  +
* [https://git.trinitydesktop.org/cgit/kpicosim/commit/?id=8dabe60d [8dabe60d]] Translated using Weblate (Italian)<br/>Currently translated at 100.0% (5 of 5 strings)<br/>Translation: applications/kpicosim<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kpicosim/it/
  +
* [https://git.trinitydesktop.org/cgit/kpicosim/commit/?id=0f179c95 [0f179c95]] Added translation using Weblate (Italian)
 
* [https://git.trinitydesktop.org/cgit/kpicosim/commit/?id=96f6ef35 [96f6ef35]] Translated using Weblate (Russian)<br/>Currently translated at 100.0% (2 of 2 strings)<br/>Translation: applications/kpicosim - kpicosim.desktop<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kpicosim-kpicosimdesktop/ru/
 
* [https://git.trinitydesktop.org/cgit/kpicosim/commit/?id=96f6ef35 [96f6ef35]] Translated using Weblate (Russian)<br/>Currently translated at 100.0% (2 of 2 strings)<br/>Translation: applications/kpicosim - kpicosim.desktop<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kpicosim-kpicosimdesktop/ru/
 
* [https://git.trinitydesktop.org/cgit/kpicosim/commit/?id=9ec59898 [9ec59898]] Added translation using Weblate (Russian)
 
* [https://git.trinitydesktop.org/cgit/kpicosim/commit/?id=9ec59898 [9ec59898]] Added translation using Weblate (Russian)
Line 1,879: Line 2,155:
   
 
== kscope ==
 
== kscope ==
  +
* [https://git.trinitydesktop.org/cgit/kscope/commit/?id=14bc7750 [14bc7750]] Translated using Weblate (Georgian)<br/>Currently translated at 100.0% (3 of 3 strings)<br/>Translation: applications/kscope - kscope.desktop<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kscope-kscopedesktop/ka/
  +
* [https://git.trinitydesktop.org/cgit/kscope/commit/?id=1597ea1e [1597ea1e]] Added translation using Weblate (Georgian)
  +
* [https://git.trinitydesktop.org/cgit/kscope/commit/?id=f192d4b0 [f192d4b0]] Update translation files<br/>Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.<br/>Translation: applications/kscope - kscope.desktop<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kscope-kscopedesktop/
 
* [https://git.trinitydesktop.org/cgit/kscope/commit/?id=f762b97f [f762b97f]] Translated using Weblate (Russian)<br/>Currently translated at 100.0% (3 of 3 strings)<br/>Translation: applications/kscope - kscope.desktop<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kscope-kscopedesktop/ru/
 
* [https://git.trinitydesktop.org/cgit/kscope/commit/?id=f762b97f [f762b97f]] Translated using Weblate (Russian)<br/>Currently translated at 100.0% (3 of 3 strings)<br/>Translation: applications/kscope - kscope.desktop<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kscope-kscopedesktop/ru/
 
* [https://git.trinitydesktop.org/cgit/kscope/commit/?id=baecf737 [baecf737]] Added translation using Weblate (Russian)
 
* [https://git.trinitydesktop.org/cgit/kscope/commit/?id=baecf737 [baecf737]] Added translation using Weblate (Russian)
   
 
== ktechlab ==
 
== ktechlab ==
  +
* [https://git.trinitydesktop.org/cgit/ktechlab/commit/?id=73e7a689 [73e7a689]] Translated using Weblate (Georgian)<br/>Currently translated at 100.0% (7 of 7 strings)<br/>Translation: applications/ktechlab - desktop files<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/ktechlab-desktop-files/ka/
  +
* [https://git.trinitydesktop.org/cgit/ktechlab/commit/?id=988170c0 [988170c0]] Added translation using Weblate (Georgian)
  +
* [https://git.trinitydesktop.org/cgit/ktechlab/commit/?id=cbc3775c [cbc3775c]] Update translation files<br/>Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.<br/>Translation: applications/ktechlab - desktop files<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/ktechlab-desktop-files/
 
* [https://git.trinitydesktop.org/cgit/ktechlab/commit/?id=21af6675 [21af6675]] Translated using Weblate (Russian)<br/>Currently translated at 100.0% (7 of 7 strings)<br/>Translation: applications/ktechlab - desktop files<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/ktechlab-desktop-files/ru/
 
* [https://git.trinitydesktop.org/cgit/ktechlab/commit/?id=21af6675 [21af6675]] Translated using Weblate (Russian)<br/>Currently translated at 100.0% (7 of 7 strings)<br/>Translation: applications/ktechlab - desktop files<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/ktechlab-desktop-files/ru/
 
* [https://git.trinitydesktop.org/cgit/ktechlab/commit/?id=32d92995 [32d92995]] Added translation using Weblate (Russian)
 
* [https://git.trinitydesktop.org/cgit/ktechlab/commit/?id=32d92995 [32d92995]] Added translation using Weblate (Russian)
   
 
== kxmleditor ==
 
== kxmleditor ==
  +
* [https://git.trinitydesktop.org/cgit/kxmleditor/commit/?id=651f3a1b [651f3a1b]] Translated using Weblate (Georgian)<br/>Currently translated at 100.0% (4 of 4 strings)<br/>Translation: applications/kxmleditor - desktop files<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kxmleditor-desktop-files/ka/
  +
* [https://git.trinitydesktop.org/cgit/kxmleditor/commit/?id=9a307ec1 [9a307ec1]] Added translation using Weblate (Georgian)
  +
* [https://git.trinitydesktop.org/cgit/kxmleditor/commit/?id=a09998f4 [a09998f4]] Update translation files<br/>Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.<br/>Translation: applications/kxmleditor - desktop files<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kxmleditor-desktop-files/
 
* [https://git.trinitydesktop.org/cgit/kxmleditor/commit/?id=4ffd15b8 [4ffd15b8]] Translated using Weblate (Russian)<br/>Currently translated at 100.0% (4 of 4 strings)<br/>Translation: applications/kxmleditor - desktop files<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kxmleditor-desktop-files/ru/
 
* [https://git.trinitydesktop.org/cgit/kxmleditor/commit/?id=4ffd15b8 [4ffd15b8]] Translated using Weblate (Russian)<br/>Currently translated at 100.0% (4 of 4 strings)<br/>Translation: applications/kxmleditor - desktop files<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kxmleditor-desktop-files/ru/
 
* [https://git.trinitydesktop.org/cgit/kxmleditor/commit/?id=1c1d81ef [1c1d81ef]] Added translation using Weblate (Russian)
 
* [https://git.trinitydesktop.org/cgit/kxmleditor/commit/?id=1c1d81ef [1c1d81ef]] Added translation using Weblate (Russian)
Line 1,897: Line 2,182:
   
 
== tdesvn ==
 
== tdesvn ==
  +
* [https://git.trinitydesktop.org/cgit/tdesvn/commit/?id=4f136aa9 [4f136aa9]] Translated using Weblate (Georgian)<br/>Currently translated at 100.0% (38 of 38 strings)<br/>Translation: applications/tdesvn - desktop files<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdesvn-desktop-files/ka/
  +
* [https://git.trinitydesktop.org/cgit/tdesvn/commit/?id=cf2e0e1a [cf2e0e1a]] Added translation using Weblate (Georgian)
  +
* [https://git.trinitydesktop.org/cgit/tdesvn/commit/?id=510d3ef5 [510d3ef5]] Translated using Weblate (Italian)<br/>Currently translated at 100.0% (739 of 739 strings)<br/>Translation: applications/tdesvn<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdesvn/it/
  +
* [https://git.trinitydesktop.org/cgit/tdesvn/commit/?id=424ed61f [424ed61f]] Translated using Weblate (Italian)<br/>Currently translated at 93.3% (690 of 739 strings)<br/>Translation: applications/tdesvn<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdesvn/it/
  +
* [https://git.trinitydesktop.org/cgit/tdesvn/commit/?id=9d62df99 [9d62df99]] Translated using Weblate (Italian)<br/>Currently translated at 87.1% (644 of 739 strings)<br/>Translation: applications/tdesvn<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdesvn/it/
  +
* [https://git.trinitydesktop.org/cgit/tdesvn/commit/?id=ec7be504 [ec7be504]] Translated using Weblate (Italian)<br/>Currently translated at 81.3% (601 of 739 strings)<br/>Translation: applications/tdesvn<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdesvn/it/
  +
* [https://git.trinitydesktop.org/cgit/tdesvn/commit/?id=9406e1b3 [9406e1b3]] Update translation files<br/>Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.<br/>Translation: applications/tdesvn<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdesvn/
  +
* [https://git.trinitydesktop.org/cgit/tdesvn/commit/?id=e0305e19 [e0305e19]] Translated using Weblate (Italian)<br/>Currently translated at 100.0% (38 of 38 strings)<br/>Translation: applications/tdesvn - desktop files<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdesvn-desktop-files/it/
 
* [https://git.trinitydesktop.org/cgit/tdesvn/commit/?id=03ebafb7 [03ebafb7]] Translated using Weblate (Russian)<br/>Currently translated at 48.5% (359 of 739 strings)<br/>Translation: applications/tdesvn<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdesvn/ru/
 
* [https://git.trinitydesktop.org/cgit/tdesvn/commit/?id=03ebafb7 [03ebafb7]] Translated using Weblate (Russian)<br/>Currently translated at 48.5% (359 of 739 strings)<br/>Translation: applications/tdesvn<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdesvn/ru/
 
* [https://git.trinitydesktop.org/cgit/tdesvn/commit/?id=5b9025cb [5b9025cb]] Translated using Weblate (Russian)<br/>Currently translated at 48.5% (359 of 739 strings)<br/>Translation: applications/tdesvn<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdesvn/ru/
 
* [https://git.trinitydesktop.org/cgit/tdesvn/commit/?id=5b9025cb [5b9025cb]] Translated using Weblate (Russian)<br/>Currently translated at 48.5% (359 of 739 strings)<br/>Translation: applications/tdesvn<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdesvn/ru/
Line 1,906: Line 2,199:
 
= applications/games =
 
= applications/games =
 
== knights ==
 
== knights ==
  +
* [https://git.trinitydesktop.org/cgit/knights/commit/?id=56cf8ad4 [56cf8ad4]] Translated using Weblate (Georgian)<br/>Currently translated at 100.0% (3 of 3 strings)<br/>Translation: applications/knights - knights.desktop<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knights-knightsdesktop/ka/
  +
* [https://git.trinitydesktop.org/cgit/knights/commit/?id=071e0e3d [071e0e3d]] Translated using Weblate (Georgian)<br/>Currently translated at 100.0% (2 of 2 strings)<br/>Translation: applications/knights - pgn mimetype<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knights-pgn-mimetype/ka/
  +
* [https://git.trinitydesktop.org/cgit/knights/commit/?id=496a1e23 [496a1e23]] Added translation using Weblate (Georgian)
  +
* [https://git.trinitydesktop.org/cgit/knights/commit/?id=18389232 [18389232]] Added translation using Weblate (Georgian)
  +
* [https://git.trinitydesktop.org/cgit/knights/commit/?id=a8653725 [a8653725]] Update translation files<br/>Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.<br/>Translation: applications/knights - knights.desktop<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knights-knightsdesktop/
  +
* [https://git.trinitydesktop.org/cgit/knights/commit/?id=655b17e7 [655b17e7]] Update translation files<br/>Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.<br/>Translation: applications/knights - pgn mimetype<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knights-pgn-mimetype/
 
* [https://git.trinitydesktop.org/cgit/knights/commit/?id=f3e352ec [f3e352ec]] Translated using Weblate (Russian)<br/>Currently translated at 100.0% (3 of 3 strings)<br/>Translation: applications/knights - knights.desktop<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knights-knightsdesktop/ru/
 
* [https://git.trinitydesktop.org/cgit/knights/commit/?id=f3e352ec [f3e352ec]] Translated using Weblate (Russian)<br/>Currently translated at 100.0% (3 of 3 strings)<br/>Translation: applications/knights - knights.desktop<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knights-knightsdesktop/ru/
 
* [https://git.trinitydesktop.org/cgit/knights/commit/?id=c2ad1fa9 [c2ad1fa9]] Translated using Weblate (Russian)<br/>Currently translated at 100.0% (2 of 2 strings)<br/>Translation: applications/knights - pgn mimetype<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knights-pgn-mimetype/ru/
 
* [https://git.trinitydesktop.org/cgit/knights/commit/?id=c2ad1fa9 [c2ad1fa9]] Translated using Weblate (Russian)<br/>Currently translated at 100.0% (2 of 2 strings)<br/>Translation: applications/knights - pgn mimetype<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knights-pgn-mimetype/ru/
Line 1,912: Line 2,211:
   
 
== tdepacman ==
 
== tdepacman ==
  +
* [https://git.trinitydesktop.org/cgit/tdepacman/commit/?id=e53ecfe0 [e53ecfe0]] Translated using Weblate (Georgian)<br/>Currently translated at 100.0% (59 of 59 strings)<br/>Translation: applications/tdepacman<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdepacman/ka/
  +
* [https://git.trinitydesktop.org/cgit/tdepacman/commit/?id=0e17ae0c [0e17ae0c]] Added translation using Weblate (Georgian)
  +
* [https://git.trinitydesktop.org/cgit/tdepacman/commit/?id=d539ed96 [d539ed96]] Translated using Weblate (Georgian)<br/>Currently translated at 100.0% (4 of 4 strings)<br/>Translation: applications/tdepacman - tdepacman.desktop<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdepacman-tdepacmandesktop/ka/
  +
* [https://git.trinitydesktop.org/cgit/tdepacman/commit/?id=3fcba39a [3fcba39a]] Translated using Weblate (Georgian)<br/>Currently translated at 75.0% (3 of 4 strings)<br/>Translation: applications/tdepacman - tdepacman.desktop<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdepacman-tdepacmandesktop/ka/
  +
* [https://git.trinitydesktop.org/cgit/tdepacman/commit/?id=0d79ec1f [0d79ec1f]] Added translation using Weblate (Georgian)
  +
* [https://git.trinitydesktop.org/cgit/tdepacman/commit/?id=8da3b218 [8da3b218]] Translated using Weblate (Italian)<br/>Currently translated at 100.0% (4 of 4 strings)<br/>Translation: applications/tdepacman - tdepacman.desktop<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdepacman-tdepacmandesktop/it/
  +
* [https://git.trinitydesktop.org/cgit/tdepacman/commit/?id=2a518878 [2a518878]] Added translation using Weblate (Italian)
  +
* [https://git.trinitydesktop.org/cgit/tdepacman/commit/?id=1852b2de [1852b2de]] Update translation files<br/>Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.<br/>Translation: applications/tdepacman<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdepacman/
  +
* [https://git.trinitydesktop.org/cgit/tdepacman/commit/?id=25080f26 [25080f26]] Update translation files<br/>Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.<br/>Translation: applications/tdepacman - tdepacman.desktop<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdepacman-tdepacmandesktop/
 
* [https://git.trinitydesktop.org/cgit/tdepacman/commit/?id=71d98913 [71d98913]] Translated using Weblate (Russian)<br/>Currently translated at 100.0% (59 of 59 strings)<br/>Translation: applications/tdepacman<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdepacman/ru/
 
* [https://git.trinitydesktop.org/cgit/tdepacman/commit/?id=71d98913 [71d98913]] Translated using Weblate (Russian)<br/>Currently translated at 100.0% (59 of 59 strings)<br/>Translation: applications/tdepacman<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdepacman/ru/
 
* [https://git.trinitydesktop.org/cgit/tdepacman/commit/?id=b28adc9a [b28adc9a]] Translated using Weblate (Russian)<br/>Currently translated at 79.6% (47 of 59 strings)<br/>Translation: applications/tdepacman<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdepacman/ru/
 
* [https://git.trinitydesktop.org/cgit/tdepacman/commit/?id=b28adc9a [b28adc9a]] Translated using Weblate (Russian)<br/>Currently translated at 79.6% (47 of 59 strings)<br/>Translation: applications/tdepacman<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdepacman/ru/
Line 1,921: Line 2,229:
 
= applications/graphics =
 
= applications/graphics =
 
== digikam ==
 
== digikam ==
  +
* [https://git.trinitydesktop.org/cgit/digikam/commit/?id=ae7eb93d [ae7eb93d]] Translated using Weblate (Georgian)<br/>Currently translated at 31.6% (710 of 2244 strings)<br/>Translation: applications/digikam<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/digikam/ka/
  +
* [https://git.trinitydesktop.org/cgit/digikam/commit/?id=614e84dc [614e84dc]] Translated using Weblate (Russian)<br/>Currently translated at 81.1% (1820 of 2244 strings)<br/>Translation: applications/digikam<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/digikam/ru/
  +
* [https://git.trinitydesktop.org/cgit/digikam/commit/?id=f36db868 [f36db868]] Update translation files<br/>Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.<br/>Translation: applications/digikam<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/digikam/
 
* [https://git.trinitydesktop.org/cgit/digikam/commit/?id=428504bb [428504bb]] Translated using Weblate (Russian)<br/>Currently translated at 79.9% (1795 of 2244 strings)<br/>Translation: applications/digikam<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/digikam/ru/
 
* [https://git.trinitydesktop.org/cgit/digikam/commit/?id=428504bb [428504bb]] Translated using Weblate (Russian)<br/>Currently translated at 79.9% (1795 of 2244 strings)<br/>Translation: applications/digikam<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/digikam/ru/
 
* [https://git.trinitydesktop.org/cgit/digikam/commit/?id=1e5802a1 [1e5802a1]] Translated using Weblate (Russian)<br/>Currently translated at 79.9% (1794 of 2244 strings)<br/>Translation: applications/digikam<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/digikam/ru/
 
* [https://git.trinitydesktop.org/cgit/digikam/commit/?id=1e5802a1 [1e5802a1]] Translated using Weblate (Russian)<br/>Currently translated at 79.9% (1794 of 2244 strings)<br/>Translation: applications/digikam<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/digikam/ru/
Line 1,933: Line 2,244:
   
 
== gwenview ==
 
== gwenview ==
  +
* [https://git.trinitydesktop.org/cgit/gwenview/commit/?id=c82903f8 [c82903f8]] Translated using Weblate (Georgian)<br/>Currently translated at 100.0% (11 of 11 strings)<br/>Translation: applications/gwenview - desktop files<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/gwenview-desktop-files/ka/
  +
* [https://git.trinitydesktop.org/cgit/gwenview/commit/?id=e6b15885 [e6b15885]] Update translation files<br/>Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.<br/>Translation: applications/gwenview - desktop files<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/gwenview-desktop-files/
  +
* [https://git.trinitydesktop.org/cgit/gwenview/commit/?id=c01cc99f [c01cc99f]] Translated using Weblate (Ukrainian)<br/>Currently translated at 100.0% (11 of 11 strings)<br/>Translation: applications/gwenview - desktop files<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/gwenview-desktop-files/uk/
  +
* [https://git.trinitydesktop.org/cgit/gwenview/commit/?id=f73d02b6 [f73d02b6]] Translated using Weblate (Italian)<br/>Currently translated at 100.0% (11 of 11 strings)<br/>Translation: applications/gwenview - desktop files<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/gwenview-desktop-files/it/
  +
* [https://git.trinitydesktop.org/cgit/gwenview/commit/?id=80b9fc1a [80b9fc1a]] Adapt to latest tqt3 version
 
* [https://git.trinitydesktop.org/cgit/gwenview/commit/?id=b6f5bb63 [b6f5bb63]] Translated using Weblate (Russian)<br/>Currently translated at 100.0% (11 of 11 strings)<br/>Translation: applications/gwenview - desktop files<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/gwenview-desktop-files/ru/
 
* [https://git.trinitydesktop.org/cgit/gwenview/commit/?id=b6f5bb63 [b6f5bb63]] Translated using Weblate (Russian)<br/>Currently translated at 100.0% (11 of 11 strings)<br/>Translation: applications/gwenview - desktop files<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/gwenview-desktop-files/ru/
 
* [https://git.trinitydesktop.org/cgit/gwenview/commit/?id=7183742f [7183742f]] Fix pthread required. This relates to PR #35.
 
* [https://git.trinitydesktop.org/cgit/gwenview/commit/?id=7183742f [7183742f]] Fix pthread required. This relates to PR #35.
   
 
== gwenview-i18n ==
 
== gwenview-i18n ==
  +
* [https://git.trinitydesktop.org/cgit/gwenview-i18n/commit/?id=500e6046 [500e6046]] Translated using Weblate (Georgian)<br/>Currently translated at 51.1% (175 of 342 strings)<br/>Translation: applications/gwenview<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/gwenview/ka/
  +
* [https://git.trinitydesktop.org/cgit/gwenview-i18n/commit/?id=690fceb8 [690fceb8]] Update translation files<br/>Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.<br/>Translation: applications/gwenview<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/gwenview/
 
* [https://git.trinitydesktop.org/cgit/gwenview-i18n/commit/?id=a3d5eaed [a3d5eaed]] Revert "Update translation template." because the desktop files<br/>translation template must be part of the application repository.<br/>This reverts commit 0b840e0263626cff345f7ee7c4c14da48dae0c29.
 
* [https://git.trinitydesktop.org/cgit/gwenview-i18n/commit/?id=a3d5eaed [a3d5eaed]] Revert "Update translation template." because the desktop files<br/>translation template must be part of the application repository.<br/>This reverts commit 0b840e0263626cff345f7ee7c4c14da48dae0c29.
 
* [https://git.trinitydesktop.org/cgit/gwenview-i18n/commit/?id=0b840e02 [0b840e02]] Update translation template.
 
* [https://git.trinitydesktop.org/cgit/gwenview-i18n/commit/?id=0b840e02 [0b840e02]] Update translation template.
Line 1,955: Line 2,273:
   
 
== ksquirrel ==
 
== ksquirrel ==
  +
* [https://git.trinitydesktop.org/cgit/ksquirrel/commit/?id=1d1469b7 [1d1469b7]] Update translation files<br/>Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.<br/>Translation: applications/ksquirrel<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/ksquirrel/
 
* [https://git.trinitydesktop.org/cgit/ksquirrel/commit/?id=5c6fb850 [5c6fb850]] Translated using Weblate (Russian)<br/>Currently translated at 100.0% (517 of 517 strings)<br/>Translation: applications/ksquirrel<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/ksquirrel/ru/
 
* [https://git.trinitydesktop.org/cgit/ksquirrel/commit/?id=5c6fb850 [5c6fb850]] Translated using Weblate (Russian)<br/>Currently translated at 100.0% (517 of 517 strings)<br/>Translation: applications/ksquirrel<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/ksquirrel/ru/
 
* [https://git.trinitydesktop.org/cgit/ksquirrel/commit/?id=90ff7f82 [90ff7f82]] Translated using Weblate (Russian)<br/>Currently translated at 100.0% (517 of 517 strings)<br/>Translation: applications/ksquirrel<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/ksquirrel/ru/
 
* [https://git.trinitydesktop.org/cgit/ksquirrel/commit/?id=90ff7f82 [90ff7f82]] Translated using Weblate (Russian)<br/>Currently translated at 100.0% (517 of 517 strings)<br/>Translation: applications/ksquirrel<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/ksquirrel/ru/
Line 1,964: Line 2,283:
   
 
== potracegui ==
 
== potracegui ==
  +
* [https://git.trinitydesktop.org/cgit/potracegui/commit/?id=57938d22 [57938d22]] Translated using Weblate (Georgian)<br/>Currently translated at 100.0% (3 of 3 strings)<br/>Translation: applications/potracegui - potracegui.desktop<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/potracegui-potraceguidesktop/ka/
  +
* [https://git.trinitydesktop.org/cgit/potracegui/commit/?id=38dec847 [38dec847]] Added translation using Weblate (Georgian)
  +
* [https://git.trinitydesktop.org/cgit/potracegui/commit/?id=fcf0d61e [fcf0d61e]] Update translation files<br/>Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.<br/>Translation: applications/potracegui - potracegui.desktop<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/potracegui-potraceguidesktop/
 
* [https://git.trinitydesktop.org/cgit/potracegui/commit/?id=0dc93a59 [0dc93a59]] Translated using Weblate (Russian)<br/>Currently translated at 100.0% (3 of 3 strings)<br/>Translation: applications/potracegui - potracegui.desktop<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/potracegui-potraceguidesktop/ru/
 
* [https://git.trinitydesktop.org/cgit/potracegui/commit/?id=0dc93a59 [0dc93a59]] Translated using Weblate (Russian)<br/>Currently translated at 100.0% (3 of 3 strings)<br/>Translation: applications/potracegui - potracegui.desktop<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/potracegui-potraceguidesktop/ru/
 
* [https://git.trinitydesktop.org/cgit/potracegui/commit/?id=454877ad [454877ad]] Translated using Weblate (Italian)<br/>Currently translated at 100.0% (3 of 3 strings)<br/>Translation: applications/potracegui - potracegui.desktop<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/potracegui-potraceguidesktop/it/
 
* [https://git.trinitydesktop.org/cgit/potracegui/commit/?id=454877ad [454877ad]] Translated using Weblate (Italian)<br/>Currently translated at 100.0% (3 of 3 strings)<br/>Translation: applications/potracegui - potracegui.desktop<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/potracegui-potraceguidesktop/it/
Line 1,969: Line 2,291:
 
= applications/internet =
 
= applications/internet =
 
== kasablanca ==
 
== kasablanca ==
  +
* [https://git.trinitydesktop.org/cgit/kasablanca/commit/?id=57c6ebae [57c6ebae]] Update translation files<br/>Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.<br/>Translation: applications/kasablanca<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kasablanca/
  +
* [https://git.trinitydesktop.org/cgit/kasablanca/commit/?id=edac703a [edac703a]] Update translation template.
  +
* [https://git.trinitydesktop.org/cgit/kasablanca/commit/?id=75d64611 [75d64611]] Translated using Weblate (Georgian)<br/>Currently translated at 100.0% (2 of 2 strings)<br/>Translation: applications/kasablanca - kasablanca.desktop<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kasablanca-kasablancadesktop/ka/
  +
* [https://git.trinitydesktop.org/cgit/kasablanca/commit/?id=60ca6b1a [60ca6b1a]] Added translation using Weblate (Georgian)
 
* [https://git.trinitydesktop.org/cgit/kasablanca/commit/?id=a9da006a [a9da006a]] Update translation files<br/>Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.<br/>Translation: applications/kasablanca - kasablanca.desktop<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kasablanca-kasablancadesktop/
 
* [https://git.trinitydesktop.org/cgit/kasablanca/commit/?id=a9da006a [a9da006a]] Update translation files<br/>Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.<br/>Translation: applications/kasablanca - kasablanca.desktop<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kasablanca-kasablancadesktop/
 
* [https://git.trinitydesktop.org/cgit/kasablanca/commit/?id=81b3e027 [81b3e027]] Update translation files<br/>Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.<br/>Translation: applications/kasablanca<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kasablanca/
 
* [https://git.trinitydesktop.org/cgit/kasablanca/commit/?id=81b3e027 [81b3e027]] Update translation files<br/>Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.<br/>Translation: applications/kasablanca<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kasablanca/
Line 1,976: Line 2,302:
   
 
== kbiff ==
 
== kbiff ==
  +
* [https://git.trinitydesktop.org/cgit/kbiff/commit/?id=39b39ac7 [39b39ac7]] Translated using Weblate (Georgian)<br/>Currently translated at 100.0% (3 of 3 strings)<br/>Translation: applications/kbiff - kbiff.desktop<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbiff-kbiffdesktop/ka/
  +
* [https://git.trinitydesktop.org/cgit/kbiff/commit/?id=05666704 [05666704]] Added translation using Weblate (Georgian)
  +
* [https://git.trinitydesktop.org/cgit/kbiff/commit/?id=bda8bbc7 [bda8bbc7]] Update translation files<br/>Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.<br/>Translation: applications/kbiff<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbiff/
  +
* [https://git.trinitydesktop.org/cgit/kbiff/commit/?id=ee84fefc [ee84fefc]] Translated using Weblate (Russian)<br/>Currently translated at 100.0% (90 of 90 strings)<br/>Translation: applications/kbiff<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbiff/ru/
 
* [https://git.trinitydesktop.org/cgit/kbiff/commit/?id=b44d8e25 [b44d8e25]] Translated using Weblate (Russian)<br/>Currently translated at 100.0% (90 of 90 strings)<br/>Translation: applications/kbiff<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbiff/ru/
 
* [https://git.trinitydesktop.org/cgit/kbiff/commit/?id=b44d8e25 [b44d8e25]] Translated using Weblate (Russian)<br/>Currently translated at 100.0% (90 of 90 strings)<br/>Translation: applications/kbiff<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbiff/ru/
 
* [https://git.trinitydesktop.org/cgit/kbiff/commit/?id=b172523d [b172523d]] Update translation files<br/>Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.<br/>Translation: applications/kbiff<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbiff/
 
* [https://git.trinitydesktop.org/cgit/kbiff/commit/?id=b172523d [b172523d]] Update translation files<br/>Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.<br/>Translation: applications/kbiff<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbiff/
Line 1,984: Line 2,314:
   
 
== kftpgrabber ==
 
== kftpgrabber ==
  +
* [https://git.trinitydesktop.org/cgit/kftpgrabber/commit/?id=b4fab372 [b4fab372]] Translated using Weblate (Georgian)<br/>Currently translated at 100.0% (12 of 12 strings)<br/>Translation: applications/kftpgrabber - desktop files<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kftpgrabber-desktop-files/ka/
  +
* [https://git.trinitydesktop.org/cgit/kftpgrabber/commit/?id=5cf3157f [5cf3157f]] Update translation files<br/>Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.<br/>Translation: applications/kftpgrabber<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kftpgrabber/
 
* [https://git.trinitydesktop.org/cgit/kftpgrabber/commit/?id=f5ef9f7c [f5ef9f7c]] Added translation using Weblate (Russian)
 
* [https://git.trinitydesktop.org/cgit/kftpgrabber/commit/?id=f5ef9f7c [f5ef9f7c]] Added translation using Weblate (Russian)
 
* [https://git.trinitydesktop.org/cgit/kftpgrabber/commit/?id=a682efb2 [a682efb2]] Update translation files<br/>Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.<br/>Translation: applications/kftpgrabber - desktop files<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kftpgrabber-desktop-files/
 
* [https://git.trinitydesktop.org/cgit/kftpgrabber/commit/?id=a682efb2 [a682efb2]] Update translation files<br/>Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.<br/>Translation: applications/kftpgrabber - desktop files<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kftpgrabber-desktop-files/
Line 1,989: Line 2,321:
   
 
== knmap ==
 
== knmap ==
  +
* [https://git.trinitydesktop.org/cgit/knmap/commit/?id=569307d8 [569307d8]] Translated using Weblate (Georgian)<br/>Currently translated at 100.0% (3 of 3 strings)<br/>Translation: applications/knmap - knmap.desktop<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knmap-knmapdesktop/ka/
  +
* [https://git.trinitydesktop.org/cgit/knmap/commit/?id=49ed1ded [49ed1ded]] Added translation using Weblate (Georgian)
 
* [https://git.trinitydesktop.org/cgit/knmap/commit/?id=c9299bd0 [c9299bd0]] Update translation files<br/>Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.<br/>Translation: applications/knmap - knmap.desktop<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knmap-knmapdesktop/
 
* [https://git.trinitydesktop.org/cgit/knmap/commit/?id=c9299bd0 [c9299bd0]] Update translation files<br/>Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.<br/>Translation: applications/knmap - knmap.desktop<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knmap-knmapdesktop/
 
* [https://git.trinitydesktop.org/cgit/knmap/commit/?id=436617ea [436617ea]] Update translation files<br/>Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.<br/>Translation: applications/knmap<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knmap/
 
* [https://git.trinitydesktop.org/cgit/knmap/commit/?id=436617ea [436617ea]] Update translation files<br/>Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.<br/>Translation: applications/knmap<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knmap/
Line 2,001: Line 2,335:
   
 
== konversation ==
 
== konversation ==
  +
* [https://git.trinitydesktop.org/cgit/konversation/commit/?id=592af45d [592af45d]] Translated using Weblate (Georgian)<br/>Currently translated at 100.0% (28 of 28 strings)<br/>Translation: applications/konversation - events<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/konversation-events/ka/
  +
* [https://git.trinitydesktop.org/cgit/konversation/commit/?id=17bb77c8 [17bb77c8]] Translated using Weblate (Georgian)<br/>Currently translated at 100.0% (16 of 16 strings)<br/>Translation: applications/konversation - desktop files<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/konversation-desktop-files/ka/
  +
* [https://git.trinitydesktop.org/cgit/konversation/commit/?id=ef59720e [ef59720e]] Update translation files<br/>Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.<br/>Translation: applications/konversation<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/konversation/
  +
* [https://git.trinitydesktop.org/cgit/konversation/commit/?id=565c54e6 [565c54e6]] Update translation files<br/>Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.<br/>Translation: applications/konversation - desktop files<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/konversation-desktop-files/
  +
* [https://git.trinitydesktop.org/cgit/konversation/commit/?id=0ce92e4a [0ce92e4a]] Update translation files<br/>Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.<br/>Translation: applications/konversation - events<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/konversation-events/
  +
* [https://git.trinitydesktop.org/cgit/konversation/commit/?id=1ced096f [1ced096f]] Adapt to latest tqt3 version
 
* [https://git.trinitydesktop.org/cgit/konversation/commit/?id=adaa089b [adaa089b]] Translated using Weblate (Russian)<br/>Currently translated at 85.7% (1168 of 1362 strings)<br/>Translation: applications/konversation<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/konversation/ru/
 
* [https://git.trinitydesktop.org/cgit/konversation/commit/?id=adaa089b [adaa089b]] Translated using Weblate (Russian)<br/>Currently translated at 85.7% (1168 of 1362 strings)<br/>Translation: applications/konversation<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/konversation/ru/
 
* [https://git.trinitydesktop.org/cgit/konversation/commit/?id=1ca2d3d4 [1ca2d3d4]] Translated using Weblate (Russian)<br/>Currently translated at 100.0% (28 of 28 strings)<br/>Translation: applications/konversation - events<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/konversation-events/ru/
 
* [https://git.trinitydesktop.org/cgit/konversation/commit/?id=1ca2d3d4 [1ca2d3d4]] Translated using Weblate (Russian)<br/>Currently translated at 100.0% (28 of 28 strings)<br/>Translation: applications/konversation - events<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/konversation-events/ru/
Line 2,012: Line 2,352:
   
 
== kopete-otr ==
 
== kopete-otr ==
  +
* [https://git.trinitydesktop.org/cgit/kopete-otr/commit/?id=1baf1718 [1baf1718]] Translated using Weblate (Georgian)<br/>Currently translated at 100.0% (2 of 2 strings)<br/>Translation: applications/kopete-otr - desktop files<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kopete-otr-desktop-files/ka/
  +
* [https://git.trinitydesktop.org/cgit/kopete-otr/commit/?id=8875b134 [8875b134]] Added translation using Weblate (Georgian)
  +
* [https://git.trinitydesktop.org/cgit/kopete-otr/commit/?id=deefb3d2 [deefb3d2]] Update translation files<br/>Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.<br/>Translation: applications/kopete-otr - desktop files<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kopete-otr-desktop-files/
 
* [https://git.trinitydesktop.org/cgit/kopete-otr/commit/?id=95288d30 [95288d30]] Translated using Weblate (Russian)<br/>Currently translated at 100.0% (2 of 2 strings)<br/>Translation: applications/kopete-otr - desktop files<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kopete-otr-desktop-files/ru/
 
* [https://git.trinitydesktop.org/cgit/kopete-otr/commit/?id=95288d30 [95288d30]] Translated using Weblate (Russian)<br/>Currently translated at 100.0% (2 of 2 strings)<br/>Translation: applications/kopete-otr - desktop files<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kopete-otr-desktop-files/ru/
 
* [https://git.trinitydesktop.org/cgit/kopete-otr/commit/?id=15094db2 [15094db2]] Added translation using Weblate (Russian)
 
* [https://git.trinitydesktop.org/cgit/kopete-otr/commit/?id=15094db2 [15094db2]] Added translation using Weblate (Russian)
   
 
== kshowmail ==
 
== kshowmail ==
  +
* [https://git.trinitydesktop.org/cgit/kshowmail/commit/?id=93c34be9 [93c34be9]] Translated using Weblate (Georgian)<br/>Currently translated at 100.0% (14 of 14 strings)<br/>Translation: applications/kshowmail - desktop files<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kshowmail-desktop-files/ka/
  +
* [https://git.trinitydesktop.org/cgit/kshowmail/commit/?id=95e01be9 [95e01be9]] Added translation using Weblate (Georgian)
  +
* [https://git.trinitydesktop.org/cgit/kshowmail/commit/?id=32edc2d7 [32edc2d7]] Update translation files<br/>Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.<br/>Translation: applications/kshowmail<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kshowmail/
 
* [https://git.trinitydesktop.org/cgit/kshowmail/commit/?id=295eaf3d [295eaf3d]] Translated using Weblate (Russian)<br/>Currently translated at 50.4% (176 of 349 strings)<br/>Translation: applications/kshowmail<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kshowmail/ru/
 
* [https://git.trinitydesktop.org/cgit/kshowmail/commit/?id=295eaf3d [295eaf3d]] Translated using Weblate (Russian)<br/>Currently translated at 50.4% (176 of 349 strings)<br/>Translation: applications/kshowmail<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kshowmail/ru/
 
* [https://git.trinitydesktop.org/cgit/kshowmail/commit/?id=6d16605e [6d16605e]] Translated using Weblate (Russian)<br/>Currently translated at 50.1% (175 of 349 strings)<br/>Translation: applications/kshowmail<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kshowmail/ru/
 
* [https://git.trinitydesktop.org/cgit/kshowmail/commit/?id=6d16605e [6d16605e]] Translated using Weblate (Russian)<br/>Currently translated at 50.1% (175 of 349 strings)<br/>Translation: applications/kshowmail<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kshowmail/ru/
Line 2,024: Line 2,370:
   
 
== kstreamripper ==
 
== kstreamripper ==
  +
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=75673b1b [75673b1b]] Translated using Weblate (Georgian)<br/>Currently translated at 100.0% (33 of 33 strings)<br/>Translation: applications/kstreamripper<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kstreamripper/ka/
  +
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=6c0c41a6 [6c0c41a6]] Added translation using Weblate (Georgian)
  +
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=daaef349 [daaef349]] Translated using Weblate (Georgian)<br/>Currently translated at 100.0% (3 of 3 strings)<br/>Translation: applications/kstreamripper - kstreamripper.desktop<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kstreamripper-kstreamripperdesktop/ka/
  +
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=a5976fcb [a5976fcb]] Added translation using Weblate (Georgian)
  +
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=b420dbaf [b420dbaf]] Update translation files<br/>Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.<br/>Translation: applications/kstreamripper - kstreamripper.desktop<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kstreamripper-kstreamripperdesktop/
 
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=e7e90ba3 [e7e90ba3]] Translated using Weblate (Russian)<br/>Currently translated at 100.0% (3 of 3 strings)<br/>Translation: applications/kstreamripper - kstreamripper.desktop<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kstreamripper-kstreamripperdesktop/ru/
 
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=e7e90ba3 [e7e90ba3]] Translated using Weblate (Russian)<br/>Currently translated at 100.0% (3 of 3 strings)<br/>Translation: applications/kstreamripper - kstreamripper.desktop<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kstreamripper-kstreamripperdesktop/ru/
 
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=cd2d1f4f [cd2d1f4f]] Added translation using Weblate (Russian)
 
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=cd2d1f4f [cd2d1f4f]] Added translation using Weblate (Russian)
Line 2,041: Line 2,392:
   
 
== ktorrent ==
 
== ktorrent ==
  +
* [https://git.trinitydesktop.org/cgit/ktorrent/commit/?id=7daab41e [7daab41e]] Update translation files<br/>Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.<br/>Translation: applications/ktorrent<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/ktorrent/
 
* [https://git.trinitydesktop.org/cgit/ktorrent/commit/?id=6760c174 [6760c174]] Translated using Weblate (Russian)<br/>Currently translated at 100.0% (875 of 875 strings)<br/>Translation: applications/ktorrent<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/ktorrent/ru/
 
* [https://git.trinitydesktop.org/cgit/ktorrent/commit/?id=6760c174 [6760c174]] Translated using Weblate (Russian)<br/>Currently translated at 100.0% (875 of 875 strings)<br/>Translation: applications/ktorrent<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/ktorrent/ru/
 
* [https://git.trinitydesktop.org/cgit/ktorrent/commit/?id=1e588c37 [1e588c37]] Update translation files<br/>Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.<br/>Translation: applications/ktorrent<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/ktorrent/
 
* [https://git.trinitydesktop.org/cgit/ktorrent/commit/?id=1e588c37 [1e588c37]] Update translation files<br/>Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.<br/>Translation: applications/ktorrent<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/ktorrent/
Line 2,048: Line 2,400:
   
 
== kvirc ==
 
== kvirc ==
  +
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=fa70b685 [fa70b685]] Translated using Weblate (Georgian)<br/>Currently translated at 100.0% (20 of 20 strings)<br/>Translation: applications/kvirc - mediaplayer<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-mediaplayer/ka/
  +
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=9be916a5 [9be916a5]] Added translation using Weblate (Georgian)
  +
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=648910ec [648910ec]] Translated using Weblate (Georgian)<br/>Currently translated at 100.0% (13 of 13 strings)<br/>Translation: applications/kvirc - torrent<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-torrent/ka/
  +
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=8b1bddee [8b1bddee]] Translated using Weblate (Georgian)<br/>Currently translated at 100.0% (27 of 27 strings)<br/>Translation: applications/kvirc - sharedfileswindow<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-sharedfileswindow/ka/
  +
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=54c706a3 [54c706a3]] Added translation using Weblate (Georgian)
  +
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=d96f9efe [d96f9efe]] Added translation using Weblate (Georgian)
  +
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=7c81ba63 [7c81ba63]] Translated using Weblate (Georgian)<br/>Currently translated at 100.0% (27 of 27 strings)<br/>Translation: applications/kvirc - filetransferwindow<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-filetransferwindow/ka/
  +
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=45c83e03 [45c83e03]] Translated using Weblate (Georgian)<br/>Currently translated at 100.0% (25 of 25 strings)<br/>Translation: applications/kvirc - editor<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-editor/ka/
  +
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=1c1ff456 [1c1ff456]] Translated using Weblate (Georgian)<br/>Currently translated at 100.0% (7 of 7 strings)<br/>Translation: applications/kvirc - perl<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-perl/ka/
  +
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=ea8fccbf [ea8fccbf]] Translated using Weblate (Georgian)<br/>Currently translated at 100.0% (27 of 27 strings)<br/>Translation: applications/kvirc - logview<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-logview/ka/
  +
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=4c85ca00 [4c85ca00]] Translated using Weblate (Georgian)<br/>Currently translated at 100.0% (15 of 15 strings)<br/>Translation: applications/kvirc - notifier<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-notifier/ka/
  +
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=86c6044f [86c6044f]] Translated using Weblate (Georgian)<br/>Currently translated at 100.0% (10 of 10 strings)<br/>Translation: applications/kvirc - about<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-about/ka/
  +
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=08387296 [08387296]] Added translation using Weblate (Georgian)
  +
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=a9e6fbcf [a9e6fbcf]] Added translation using Weblate (Georgian)
  +
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=39390267 [39390267]] Added translation using Weblate (Georgian)
  +
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=ba93c756 [ba93c756]] Added translation using Weblate (Georgian)
  +
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=3d9d4d86 [3d9d4d86]] Added translation using Weblate (Georgian)
  +
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=db08892b [db08892b]] Added translation using Weblate (Georgian)
  +
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=c655ba2a [c655ba2a]] Translated using Weblate (Georgian)<br/>Currently translated at 100.0% (3 of 3 strings)<br/>Translation: applications/kvirc - perlcore<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-perlcore/ka/
  +
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=57b43869 [57b43869]] Added translation using Weblate (Georgian)
  +
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=31fd50fb [31fd50fb]] Don't explicetly include tqt.h anymore
  +
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=c927d0a1 [c927d0a1]] Use tqmoc instead of tmoc
  +
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=6856ab51 [6856ab51]] Update translation files<br/>Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.<br/>Translation: applications/kvirc - options<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-options/
  +
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=b1c1b31b [b1c1b31b]] Update translation files<br/>Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.<br/>Translation: applications/kvirc - perlcore<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-perlcore/
  +
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=ecc0f4e0 [ecc0f4e0]] Update translation files<br/>Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.<br/>Translation: applications/kvirc - theme<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-theme/
  +
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=89f8a536 [89f8a536]] Update translation files<br/>Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.<br/>Translation: applications/kvirc - sharedfileswindow<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-sharedfileswindow/
  +
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=0c743c3a [0c743c3a]] Update translation files<br/>Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.<br/>Translation: applications/kvirc - dcc<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-dcc/
  +
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=398f8442 [398f8442]] Update translation files<br/>Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.<br/>Translation: applications/kvirc<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc/
  +
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=dfca4360 [dfca4360]] Update translation files<br/>Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.<br/>Translation: applications/kvirc - torrent<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-torrent/
  +
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=98d66c76 [98d66c76]] Update translation files<br/>Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.<br/>Translation: applications/kvirc - perl<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-perl/
  +
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=75a561e5 [75a561e5]] Update translation files<br/>Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.<br/>Translation: applications/kvirc - filetransferwindow<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-filetransferwindow/
  +
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=5585f743 [5585f743]] Update translation files<br/>Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.<br/>Translation: applications/kvirc - mediaplayer<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-mediaplayer/
  +
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=48222502 [48222502]] Translated using Weblate (Italian)<br/>Currently translated at 100.0% (2588 of 2588 strings)<br/>Translation: applications/kvirc<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc/it/
  +
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=ca920d6e [ca920d6e]] Adapt to latest tqt3 version
  +
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=74f32349 [74f32349]] Translated using Weblate (Russian)<br/>Currently translated at 100.0% (182 of 182 strings)<br/>Translation: applications/kvirc - dcc<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-dcc/ru/
 
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=e3708273 [e3708273]] Translated using Weblate (Russian)<br/>Currently translated at 100.0% (805 of 805 strings)<br/>Translation: applications/kvirc - options<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-options/ru/
 
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=e3708273 [e3708273]] Translated using Weblate (Russian)<br/>Currently translated at 100.0% (805 of 805 strings)<br/>Translation: applications/kvirc - options<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-options/ru/
 
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=7295d79c [7295d79c]] Translated using Weblate (Russian)<br/>Currently translated at 93.1% (2411 of 2588 strings)<br/>Translation: applications/kvirc<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc/ru/
 
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=7295d79c [7295d79c]] Translated using Weblate (Russian)<br/>Currently translated at 93.1% (2411 of 2588 strings)<br/>Translation: applications/kvirc<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc/ru/
Line 2,103: Line 2,490:
   
 
== kvpnc ==
 
== kvpnc ==
  +
* [https://git.trinitydesktop.org/cgit/kvpnc/commit/?id=dd3cae90 [dd3cae90]] Translated using Weblate (Georgian)<br/>Currently translated at 100.0% (13 of 13 strings)<br/>Translation: applications/kvpnc - events<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvpnc-events/ka/
  +
* [https://git.trinitydesktop.org/cgit/kvpnc/commit/?id=bdc6ede7 [bdc6ede7]] Translated using Weblate (Russian)<br/>Currently translated at 20.0% (495 of 2472 strings)<br/>Translation: applications/kvpnc<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvpnc/ru/
  +
* [https://git.trinitydesktop.org/cgit/kvpnc/commit/?id=8861f201 [8861f201]] Added translation using Weblate (Georgian)
  +
* [https://git.trinitydesktop.org/cgit/kvpnc/commit/?id=db85b3c9 [db85b3c9]] Translated using Weblate (Georgian)<br/>Currently translated at 100.0% (3 of 3 strings)<br/>Translation: applications/kvpnc - kvpnc.desktop<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvpnc-kvpncdesktop/ka/
  +
* [https://git.trinitydesktop.org/cgit/kvpnc/commit/?id=e18d54d7 [e18d54d7]] Added translation using Weblate (Georgian)
  +
* [https://git.trinitydesktop.org/cgit/kvpnc/commit/?id=9dd937cb [9dd937cb]] Update translation files<br/>Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.<br/>Translation: applications/kvpnc<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvpnc/
  +
* [https://git.trinitydesktop.org/cgit/kvpnc/commit/?id=cdba490f [cdba490f]] Update translation files<br/>Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.<br/>Translation: applications/kvpnc - kvpnc.desktop<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvpnc-kvpncdesktop/
  +
* [https://git.trinitydesktop.org/cgit/kvpnc/commit/?id=f4f8b693 [f4f8b693]] Translated using Weblate (Italian)<br/>Currently translated at 100.0% (3 of 3 strings)<br/>Translation: applications/kvpnc - kvpnc.desktop<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvpnc-kvpncdesktop/it/
  +
* [https://git.trinitydesktop.org/cgit/kvpnc/commit/?id=50b8ce0d [50b8ce0d]] Added translation using Weblate (Italian)
 
* [https://git.trinitydesktop.org/cgit/kvpnc/commit/?id=00364c7f [00364c7f]] Translated using Weblate (Russian)<br/>Currently translated at 19.8% (491 of 2472 strings)<br/>Translation: applications/kvpnc<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvpnc/ru/
 
* [https://git.trinitydesktop.org/cgit/kvpnc/commit/?id=00364c7f [00364c7f]] Translated using Weblate (Russian)<br/>Currently translated at 19.8% (491 of 2472 strings)<br/>Translation: applications/kvpnc<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvpnc/ru/
 
* [https://git.trinitydesktop.org/cgit/kvpnc/commit/?id=148bc21c [148bc21c]] Translated using Weblate (Russian)<br/>Currently translated at 19.3% (479 of 2472 strings)<br/>Translation: applications/kvpnc<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvpnc/ru/
 
* [https://git.trinitydesktop.org/cgit/kvpnc/commit/?id=148bc21c [148bc21c]] Translated using Weblate (Russian)<br/>Currently translated at 19.3% (479 of 2472 strings)<br/>Translation: applications/kvpnc<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvpnc/ru/
Line 2,114: Line 2,510:
 
* [https://git.trinitydesktop.org/cgit/kvpnc/commit/?id=f1197c6a [f1197c6a]] Update translation files<br/>Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.<br/>Translation: applications/kvpnc<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvpnc/
 
* [https://git.trinitydesktop.org/cgit/kvpnc/commit/?id=f1197c6a [f1197c6a]] Update translation files<br/>Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.<br/>Translation: applications/kvpnc<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvpnc/
 
* [https://git.trinitydesktop.org/cgit/kvpnc/commit/?id=28bd29d2 [28bd29d2]] Update translation template.
 
* [https://git.trinitydesktop.org/cgit/kvpnc/commit/?id=28bd29d2 [28bd29d2]] Update translation template.
  +
  +
== smb4k ==
  +
* [https://git.trinitydesktop.org/cgit/smb4k/commit/?id=52e18e4d [52e18e4d]] Translated using Weblate (Georgian)<br/>Currently translated at 39.7% (277 of 697 strings)<br/>Translation: applications/smb4k<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/smb4k/ka/
  +
* [https://git.trinitydesktop.org/cgit/smb4k/commit/?id=550e4bc7 [550e4bc7]] Translated using Weblate (Georgian)<br/>Currently translated at 100.0% (3 of 3 strings)<br/>Translation: applications/smb4k - desktop files<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/smb4k-desktop-files/ka/
  +
* [https://git.trinitydesktop.org/cgit/smb4k/commit/?id=938e477e [938e477e]] Added translation using Weblate (Georgian)
  +
* [https://git.trinitydesktop.org/cgit/smb4k/commit/?id=89087a60 [89087a60]] Added translation using Weblate (Georgian)
   
 
== tork ==
 
== tork ==
  +
* [https://git.trinitydesktop.org/cgit/tork/commit/?id=f21ba59c [f21ba59c]] Translated using Weblate (Georgian)<br/>Currently translated at 100.0% (12 of 12 strings)<br/>Translation: applications/tork - applet<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tork-applet/ka/
  +
* [https://git.trinitydesktop.org/cgit/tork/commit/?id=da1894ae [da1894ae]] Translated using Weblate (Georgian)<br/>Currently translated at 100.0% (8 of 8 strings)<br/>Translation: applications/tork - desktop files<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tork-desktop-files/ka/
  +
* [https://git.trinitydesktop.org/cgit/tork/commit/?id=65b91d37 [65b91d37]] Added translation using Weblate (Georgian)
  +
* [https://git.trinitydesktop.org/cgit/tork/commit/?id=68cedfd4 [68cedfd4]] Added translation using Weblate (Georgian)
  +
* [https://git.trinitydesktop.org/cgit/tork/commit/?id=9074d9eb [9074d9eb]] Translated using Weblate (Georgian)<br/>Currently translated at 100.0% (3 of 3 strings)<br/>Translation: applications/tork - events<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tork-events/ka/
  +
* [https://git.trinitydesktop.org/cgit/tork/commit/?id=1f90b005 [1f90b005]] Added translation using Weblate (Georgian)
  +
* [https://git.trinitydesktop.org/cgit/tork/commit/?id=b3c0d5c3 [b3c0d5c3]] Update translation files<br/>Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.<br/>Translation: applications/tork - applet<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tork-applet/
  +
* [https://git.trinitydesktop.org/cgit/tork/commit/?id=dbeb8163 [dbeb8163]] Update translation files<br/>Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.<br/>Translation: applications/tork - events<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tork-events/
  +
* [https://git.trinitydesktop.org/cgit/tork/commit/?id=699da213 [699da213]] Update translation files<br/>Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.<br/>Translation: applications/tork - desktop files<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tork-desktop-files/
 
* [https://git.trinitydesktop.org/cgit/tork/commit/?id=9d6caa32 [9d6caa32]] Translated using Weblate (Russian)<br/>Currently translated at 100.0% (12 of 12 strings)<br/>Translation: applications/tork - applet<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tork-applet/ru/
 
* [https://git.trinitydesktop.org/cgit/tork/commit/?id=9d6caa32 [9d6caa32]] Translated using Weblate (Russian)<br/>Currently translated at 100.0% (12 of 12 strings)<br/>Translation: applications/tork - applet<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tork-applet/ru/
 
* [https://git.trinitydesktop.org/cgit/tork/commit/?id=caf382ba [caf382ba]] Added translation using Weblate (Russian)
 
* [https://git.trinitydesktop.org/cgit/tork/commit/?id=caf382ba [caf382ba]] Added translation using Weblate (Russian)
Line 2,125: Line 2,536:
 
= applications/misc =
 
= applications/misc =
 
== bibletime ==
 
== bibletime ==
  +
* [https://git.trinitydesktop.org/cgit/bibletime/commit/?id=d2926268 [d2926268]] Update translation files<br/>Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.<br/>Translation: applications/bibletime<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/bibletime/
  +
* [https://git.trinitydesktop.org/cgit/bibletime/commit/?id=d651bc20 [d651bc20]] Update translation template.
  +
* [https://git.trinitydesktop.org/cgit/bibletime/commit/?id=51b7b532 [51b7b532]] Translated using Weblate (Georgian)<br/>Currently translated at 100.0% (3 of 3 strings)<br/>Translation: applications/bibletime - desktop files<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/bibletime-desktop-files/ka/
  +
* [https://git.trinitydesktop.org/cgit/bibletime/commit/?id=aac14603 [aac14603]] Added translation using Weblate (Georgian)
 
* [https://git.trinitydesktop.org/cgit/bibletime/commit/?id=48ce54dd [48ce54dd]] Update translation files<br/>Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.<br/>Translation: applications/bibletime - desktop files<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/bibletime-desktop-files/
 
* [https://git.trinitydesktop.org/cgit/bibletime/commit/?id=48ce54dd [48ce54dd]] Update translation files<br/>Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.<br/>Translation: applications/bibletime - desktop files<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/bibletime-desktop-files/
 
* [https://git.trinitydesktop.org/cgit/bibletime/commit/?id=e57d164d [e57d164d]] Update translation template.
 
* [https://git.trinitydesktop.org/cgit/bibletime/commit/?id=e57d164d [e57d164d]] Update translation template.
Line 2,132: Line 2,547:
   
 
== desktop-effects-tde ==
 
== desktop-effects-tde ==
  +
* [https://git.trinitydesktop.org/cgit/desktop-effects-tde/commit/?id=97048bf0 [97048bf0]] Translated using Weblate (Georgian)<br/>Currently translated at 100.0% (20 of 20 strings)<br/>Translation: applications/desktop-effects-tde<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/desktop-effects-tde/ka/
  +
* [https://git.trinitydesktop.org/cgit/desktop-effects-tde/commit/?id=a2630112 [a2630112]] Added translation using Weblate (Georgian)
  +
* [https://git.trinitydesktop.org/cgit/desktop-effects-tde/commit/?id=5d77d1c8 [5d77d1c8]] Translated using Weblate (Italian)<br/>Currently translated at 100.0% (2 of 2 strings)<br/>Translation: applications/desktop-effects-tde - desktop files<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/desktop-effects-tde-desktop-files/it/
  +
* [https://git.trinitydesktop.org/cgit/desktop-effects-tde/commit/?id=2403c4a6 [2403c4a6]] Translated using Weblate (Georgian)<br/>Currently translated at 100.0% (2 of 2 strings)<br/>Translation: applications/desktop-effects-tde - desktop files<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/desktop-effects-tde-desktop-files/ka/
  +
* [https://git.trinitydesktop.org/cgit/desktop-effects-tde/commit/?id=099083a9 [099083a9]] Added translation using Weblate (Italian)
  +
* [https://git.trinitydesktop.org/cgit/desktop-effects-tde/commit/?id=1ceae6ab [1ceae6ab]] Added translation using Weblate (Georgian)
  +
* [https://git.trinitydesktop.org/cgit/desktop-effects-tde/commit/?id=dd59cec2 [dd59cec2]] Update translation files<br/>Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.<br/>Translation: applications/desktop-effects-tde<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/desktop-effects-tde/
  +
* [https://git.trinitydesktop.org/cgit/desktop-effects-tde/commit/?id=bad45df4 [bad45df4]] Update translation files<br/>Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.<br/>Translation: applications/desktop-effects-tde - desktop files<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/desktop-effects-tde-desktop-files/
  +
* [https://git.trinitydesktop.org/cgit/desktop-effects-tde/commit/?id=6662a768 [6662a768]] Translated using Weblate (Italian)<br/>Currently translated at 100.0% (20 of 20 strings)<br/>Translation: applications/desktop-effects-tde<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/desktop-effects-tde/it/
  +
* [https://git.trinitydesktop.org/cgit/desktop-effects-tde/commit/?id=a62a9b16 [a62a9b16]] Added translation using Weblate (Italian)
  +
* [https://git.trinitydesktop.org/cgit/desktop-effects-tde/commit/?id=06672b03 [06672b03]] Translated using Weblate (Polish)<br/>Currently translated at 100.0% (20 of 20 strings)<br/>Translation: applications/desktop-effects-tde<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/desktop-effects-tde/pl/
  +
* [https://git.trinitydesktop.org/cgit/desktop-effects-tde/commit/?id=dcf00169 [dcf00169]] Added translation using Weblate (Polish)
 
* [https://git.trinitydesktop.org/cgit/desktop-effects-tde/commit/?id=a1491403 [a1491403]] Translated using Weblate (Russian)<br/>Currently translated at 100.0% (2 of 2 strings)<br/>Translation: applications/desktop-effects-tde - desktop files<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/desktop-effects-tde-desktop-files/ru/
 
* [https://git.trinitydesktop.org/cgit/desktop-effects-tde/commit/?id=a1491403 [a1491403]] Translated using Weblate (Russian)<br/>Currently translated at 100.0% (2 of 2 strings)<br/>Translation: applications/desktop-effects-tde - desktop files<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/desktop-effects-tde-desktop-files/ru/
 
* [https://git.trinitydesktop.org/cgit/desktop-effects-tde/commit/?id=5896fcd5 [5896fcd5]] Added translation using Weblate (Russian)
 
* [https://git.trinitydesktop.org/cgit/desktop-effects-tde/commit/?id=5896fcd5 [5896fcd5]] Added translation using Weblate (Russian)
Line 2,139: Line 2,566:
   
 
== kcmldap ==
 
== kcmldap ==
  +
* [https://git.trinitydesktop.org/cgit/kcmldap/commit/?id=9203ddf1 [9203ddf1]] Translated using Weblate (Georgian)<br/>Currently translated at 100.0% (3 of 3 strings)<br/>Translation: applications/kcm-ldap - ldapbonding.desktop<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kcm-ldap-ldapbondingdesktop/ka/
  +
* [https://git.trinitydesktop.org/cgit/kcmldap/commit/?id=f9556803 [f9556803]] Added translation using Weblate (Georgian)
  +
* [https://git.trinitydesktop.org/cgit/kcmldap/commit/?id=79d3502d [79d3502d]] Update translation files<br/>Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.<br/>Translation: applications/kcm-ldap - ldapbonding.desktop<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kcm-ldap-ldapbondingdesktop/
  +
* [https://git.trinitydesktop.org/cgit/kcmldap/commit/?id=766984bb [766984bb]] Update translation files<br/>Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.<br/>Translation: applications/kcm-ldap<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kcm-ldap/
 
* [https://git.trinitydesktop.org/cgit/kcmldap/commit/?id=10dc0c8c [10dc0c8c]] Translated using Weblate (Russian)<br/>Currently translated at 100.0% (3 of 3 strings)<br/>Translation: applications/kcm-ldap - ldapbonding.desktop<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kcm-ldap-ldapbondingdesktop/ru/
 
* [https://git.trinitydesktop.org/cgit/kcmldap/commit/?id=10dc0c8c [10dc0c8c]] Translated using Weblate (Russian)<br/>Currently translated at 100.0% (3 of 3 strings)<br/>Translation: applications/kcm-ldap - ldapbonding.desktop<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kcm-ldap-ldapbondingdesktop/ru/
 
* [https://git.trinitydesktop.org/cgit/kcmldap/commit/?id=2d2e48bf [2d2e48bf]] Added translation using Weblate (Russian)
 
* [https://git.trinitydesktop.org/cgit/kcmldap/commit/?id=2d2e48bf [2d2e48bf]] Added translation using Weblate (Russian)
Line 2,144: Line 2,575:
   
 
== kcmldapcontroller ==
 
== kcmldapcontroller ==
  +
* [https://git.trinitydesktop.org/cgit/kcmldapcontroller/commit/?id=1ae39c78 [1ae39c78]] Translated using Weblate (Georgian)<br/>Currently translated at 100.0% (3 of 3 strings)<br/>Translation: applications/kcm-ldapcontroller - ldapcontroller.desktop<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kcm-ldapcontroller-ldapcontrollerdesktop/ka/
  +
* [https://git.trinitydesktop.org/cgit/kcmldapcontroller/commit/?id=306cb72b [306cb72b]] Added translation using Weblate (Georgian)
  +
* [https://git.trinitydesktop.org/cgit/kcmldapcontroller/commit/?id=b31568d5 [b31568d5]] Update translation files<br/>Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.<br/>Translation: applications/kcm-ldapcontroller - ldapcontroller.desktop<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kcm-ldapcontroller-ldapcontrollerdesktop/
  +
* [https://git.trinitydesktop.org/cgit/kcmldapcontroller/commit/?id=ee6faa20 [ee6faa20]] Update translation files<br/>Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.<br/>Translation: applications/kcm-ldapcontroller<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kcm-ldapcontroller/
 
* [https://git.trinitydesktop.org/cgit/kcmldapcontroller/commit/?id=9790ea48 [9790ea48]] Translated using Weblate (Russian)<br/>Currently translated at 100.0% (3 of 3 strings)<br/>Translation: applications/kcm-ldapcontroller - ldapcontroller.desktop<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kcm-ldapcontroller-ldapcontrollerdesktop/ru/
 
* [https://git.trinitydesktop.org/cgit/kcmldapcontroller/commit/?id=9790ea48 [9790ea48]] Translated using Weblate (Russian)<br/>Currently translated at 100.0% (3 of 3 strings)<br/>Translation: applications/kcm-ldapcontroller - ldapcontroller.desktop<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kcm-ldapcontroller-ldapcontrollerdesktop/ru/
 
* [https://git.trinitydesktop.org/cgit/kcmldapcontroller/commit/?id=db1459a6 [db1459a6]] Added translation using Weblate (Russian)
 
* [https://git.trinitydesktop.org/cgit/kcmldapcontroller/commit/?id=db1459a6 [db1459a6]] Added translation using Weblate (Russian)
Line 2,149: Line 2,584:
   
 
== kcmldapmanager ==
 
== kcmldapmanager ==
  +
* [https://git.trinitydesktop.org/cgit/kcmldapmanager/commit/?id=a8dcaea2 [a8dcaea2]] Translated using Weblate (Georgian)<br/>Currently translated at 100.0% (3 of 3 strings)<br/>Translation: applications/kcm-ldapmanager - ldapmanager.desktop<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kcm-ldapmanager-ldapmanagerdesktop/ka/
  +
* [https://git.trinitydesktop.org/cgit/kcmldapmanager/commit/?id=0bcc0e76 [0bcc0e76]] Added translation using Weblate (Georgian)
  +
* [https://git.trinitydesktop.org/cgit/kcmldapmanager/commit/?id=c7866bfb [c7866bfb]] Update translation files<br/>Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.<br/>Translation: applications/kcm-ldapmanager<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kcm-ldapmanager/
  +
* [https://git.trinitydesktop.org/cgit/kcmldapmanager/commit/?id=41370d18 [41370d18]] Update translation files<br/>Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.<br/>Translation: applications/kcm-ldapmanager - ldapmanager.desktop<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kcm-ldapmanager-ldapmanagerdesktop/
 
* [https://git.trinitydesktop.org/cgit/kcmldapmanager/commit/?id=61c492ee [61c492ee]] Translated using Weblate (Russian)<br/>Currently translated at 100.0% (3 of 3 strings)<br/>Translation: applications/kcm-ldapmanager - ldapmanager.desktop<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kcm-ldapmanager-ldapmanagerdesktop/ru/
 
* [https://git.trinitydesktop.org/cgit/kcmldapmanager/commit/?id=61c492ee [61c492ee]] Translated using Weblate (Russian)<br/>Currently translated at 100.0% (3 of 3 strings)<br/>Translation: applications/kcm-ldapmanager - ldapmanager.desktop<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kcm-ldapmanager-ldapmanagerdesktop/ru/
 
* [https://git.trinitydesktop.org/cgit/kcmldapmanager/commit/?id=1b7e69e3 [1b7e69e3]] Added translation using Weblate (Russian)
 
* [https://git.trinitydesktop.org/cgit/kcmldapmanager/commit/?id=1b7e69e3 [1b7e69e3]] Added translation using Weblate (Russian)
Line 2,154: Line 2,593:
   
 
== kerberostray ==
 
== kerberostray ==
  +
* [https://git.trinitydesktop.org/cgit/kerberostray/commit/?id=6a1d347f [6a1d347f]] Translated using Weblate (Georgian)<br/>Currently translated at 100.0% (42 of 42 strings)<br/>Translation: applications/kerberostray<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kerberostray/ka/
  +
* [https://git.trinitydesktop.org/cgit/kerberostray/commit/?id=cef29eb0 [cef29eb0]] Added translation using Weblate (Georgian)
  +
* [https://git.trinitydesktop.org/cgit/kerberostray/commit/?id=167f1501 [167f1501]] Translated using Weblate (Georgian)<br/>Currently translated at 100.0% (2 of 2 strings)<br/>Translation: applications/kerberostray - kerberostray.desktop<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kerberostray-kerberostraydesktop/ka/
  +
* [https://git.trinitydesktop.org/cgit/kerberostray/commit/?id=779f9a47 [779f9a47]] Added translation using Weblate (Georgian)
  +
* [https://git.trinitydesktop.org/cgit/kerberostray/commit/?id=295e0071 [295e0071]] Update translation files<br/>Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.<br/>Translation: applications/kerberostray - kerberostray.desktop<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kerberostray-kerberostraydesktop/
  +
* [https://git.trinitydesktop.org/cgit/kerberostray/commit/?id=de2b84f8 [de2b84f8]] Update translation files<br/>Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.<br/>Translation: applications/kerberostray<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kerberostray/
 
* [https://git.trinitydesktop.org/cgit/kerberostray/commit/?id=d29a0b08 [d29a0b08]] Translated using Weblate (Russian)<br/>Currently translated at 100.0% (2 of 2 strings)<br/>Translation: applications/kerberostray - kerberostray.desktop<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kerberostray-kerberostraydesktop/ru/
 
* [https://git.trinitydesktop.org/cgit/kerberostray/commit/?id=d29a0b08 [d29a0b08]] Translated using Weblate (Russian)<br/>Currently translated at 100.0% (2 of 2 strings)<br/>Translation: applications/kerberostray - kerberostray.desktop<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kerberostray-kerberostraydesktop/ru/
 
* [https://git.trinitydesktop.org/cgit/kerberostray/commit/?id=17fd3039 [17fd3039]] Added translation using Weblate (Russian)
 
* [https://git.trinitydesktop.org/cgit/kerberostray/commit/?id=17fd3039 [17fd3039]] Added translation using Weblate (Russian)
Line 2,160: Line 2,605:
   
 
== krecipes ==
 
== krecipes ==
  +
* [https://git.trinitydesktop.org/cgit/krecipes/commit/?id=b7cee4f2 [b7cee4f2]] Update translation files<br/>Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.<br/>Translation: applications/krecipes<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/krecipes/
  +
* [https://git.trinitydesktop.org/cgit/krecipes/commit/?id=78528c48 [78528c48]] Update translation template.
  +
* [https://git.trinitydesktop.org/cgit/krecipes/commit/?id=58518909 [58518909]] Translated using Weblate (Italian)<br/>Currently translated at 54.9% (617 of 1123 strings)<br/>Translation: applications/krecipes<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/krecipes/it/
 
* [https://git.trinitydesktop.org/cgit/krecipes/commit/?id=cd240323 [cd240323]] Update translation files<br/>Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.<br/>Translation: applications/krecipes<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/krecipes/
 
* [https://git.trinitydesktop.org/cgit/krecipes/commit/?id=cd240323 [cd240323]] Update translation files<br/>Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.<br/>Translation: applications/krecipes<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/krecipes/
 
* [https://git.trinitydesktop.org/cgit/krecipes/commit/?id=22acd03d [22acd03d]] Update translation template.
 
* [https://git.trinitydesktop.org/cgit/krecipes/commit/?id=22acd03d [22acd03d]] Update translation template.
Line 2,166: Line 2,614:
 
= applications/multimedia =
 
= applications/multimedia =
 
== amarok ==
 
== amarok ==
  +
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=af36f5ea [af36f5ea]] Translated using Weblate (Georgian)<br/>Currently translated at 70.6% (1756 of 2485 strings)<br/>Translation: applications/amarok<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/ka/
  +
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=a609e174 [a609e174]] Translated using Weblate (Georgian)<br/>Currently translated at 100.0% (34 of 34 strings)<br/>Translation: applications/amarok - desktop files<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok-desktop-files/ka/
  +
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=d7c2f011 [d7c2f011]] Don't explicetly include tqt.h anymore
  +
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=06bb7595 [06bb7595]] Translated using Weblate (Chinese (Simplified))<br/>Currently translated at 82.0% (2040 of 2485 strings)<br/>Translation: applications/amarok<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/zh_Hans/
  +
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=2b1214b6 [2b1214b6]] Use tqmoc directly instead of tmoc
  +
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=ae8b75aa [ae8b75aa]] Update translation files<br/>Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.<br/>Translation: applications/amarok - desktop files<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok-desktop-files/
  +
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=001234fb [001234fb]] Update translation files<br/>Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.<br/>Translation: applications/amarok<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/
  +
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=570fb84d [570fb84d]] Update translation template.
 
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=250ce4cb [250ce4cb]] Translated using Weblate (Russian)<br/>Currently translated at 100.0% (34 of 34 strings)<br/>Translation: applications/amarok - desktop files<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok-desktop-files/ru/
 
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=250ce4cb [250ce4cb]] Translated using Weblate (Russian)<br/>Currently translated at 100.0% (34 of 34 strings)<br/>Translation: applications/amarok - desktop files<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok-desktop-files/ru/
 
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=b21275ce [b21275ce]] Update translation files<br/>Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.<br/>Translation: applications/amarok<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/
 
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=b21275ce [b21275ce]] Update translation files<br/>Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.<br/>Translation: applications/amarok<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/
Line 2,206: Line 2,662:
   
 
== codeine ==
 
== codeine ==
  +
* [https://git.trinitydesktop.org/cgit/codeine/commit/?id=cdea6d11 [cdea6d11]] Translated using Weblate (Georgian)<br/>Currently translated at 100.0% (112 of 112 strings)<br/>Translation: applications/codeine<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/codeine/ka/
  +
* [https://git.trinitydesktop.org/cgit/codeine/commit/?id=488e5c81 [488e5c81]] Added translation using Weblate (Georgian)
  +
* [https://git.trinitydesktop.org/cgit/codeine/commit/?id=4eacc389 [4eacc389]] Update translation template.
  +
* [https://git.trinitydesktop.org/cgit/codeine/commit/?id=32704bb7 [32704bb7]] Translated using Weblate (Georgian)<br/>Currently translated at 100.0% (5 of 5 strings)<br/>Translation: applications/codeine - desktop files<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/codeine-desktop-files/ka/
  +
* [https://git.trinitydesktop.org/cgit/codeine/commit/?id=e1bc4ff0 [e1bc4ff0]] Added translation using Weblate (Georgian)
  +
* [https://git.trinitydesktop.org/cgit/codeine/commit/?id=1ca971bd [1ca971bd]] Update translation template.
  +
* [https://git.trinitydesktop.org/cgit/codeine/commit/?id=6eb38b02 [6eb38b02]] Update translation template.
  +
* [https://git.trinitydesktop.org/cgit/codeine/commit/?id=cc897489 [cc897489]] Update translation template.
  +
* [https://git.trinitydesktop.org/cgit/codeine/commit/?id=f6d6e206 [f6d6e206]] Update translation template.
  +
* [https://git.trinitydesktop.org/cgit/codeine/commit/?id=36a0b351 [36a0b351]] Update translation template.
  +
* [https://git.trinitydesktop.org/cgit/codeine/commit/?id=54d1a665 [54d1a665]] Update translation template.
 
* [https://git.trinitydesktop.org/cgit/codeine/commit/?id=033f32ab [033f32ab]] Update translation template.
 
* [https://git.trinitydesktop.org/cgit/codeine/commit/?id=033f32ab [033f32ab]] Update translation template.
 
* [https://git.trinitydesktop.org/cgit/codeine/commit/?id=28a3b75f [28a3b75f]] Update translation template.
 
* [https://git.trinitydesktop.org/cgit/codeine/commit/?id=28a3b75f [28a3b75f]] Update translation template.
Line 2,211: Line 2,678:
   
 
== k3b ==
 
== k3b ==
  +
* [https://git.trinitydesktop.org/cgit/k3b/commit/?id=8ac94ab5 [8ac94ab5]] Translated using Weblate (Georgian)<br/>Currently translated at 100.0% (55 of 55 strings)<br/>Translation: applications/k3b - desktop files<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b-desktop-files/ka/
  +
* [https://git.trinitydesktop.org/cgit/k3b/commit/?id=de97f998 [de97f998]] Translated using Weblate (Georgian)<br/>Currently translated at 100.0% (7 of 7 strings)<br/>Translation: applications/k3b - events<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b-events/ka/
 
* [https://git.trinitydesktop.org/cgit/k3b/commit/?id=1cda53bb [1cda53bb]] Update translation files<br/>Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.<br/>Translation: applications/k3b - desktop files<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b-desktop-files/
 
* [https://git.trinitydesktop.org/cgit/k3b/commit/?id=1cda53bb [1cda53bb]] Update translation files<br/>Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.<br/>Translation: applications/k3b - desktop files<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b-desktop-files/
 
* [https://git.trinitydesktop.org/cgit/k3b/commit/?id=e28f2192 [e28f2192]] Update translation files<br/>Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.<br/>Translation: applications/k3b - events<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b-events/
 
* [https://git.trinitydesktop.org/cgit/k3b/commit/?id=e28f2192 [e28f2192]] Update translation files<br/>Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.<br/>Translation: applications/k3b - events<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b-events/
Line 2,223: Line 2,692:
   
 
== k3b-i18n ==
 
== k3b-i18n ==
  +
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=7bf20e8f [7bf20e8f]] Translated using Weblate (Georgian)<br/>Currently translated at 100.0% (12 of 12 strings)<br/>Translation: applications/k3b - tdefile<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b-tdefile/ka/
  +
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=255fe092 [255fe092]] Added translation using Weblate (Georgian)
  +
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=f2e4bc45 [f2e4bc45]] Translated using Weblate (Georgian)<br/>Currently translated at 100.0% (4 of 4 strings)<br/>Translation: applications/k3b - tdeio-videodvd<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b-tdeio-videodvd/ka/
  +
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=d71e377e [d71e377e]] Added translation using Weblate (Georgian)
  +
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=7821f1a7 [7821f1a7]] Translated using Weblate (Georgian)<br/>Currently translated at 100.0% (47 of 47 strings)<br/>Translation: applications/k3b - device<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b-device/ka/
  +
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=16ee7333 [16ee7333]] Translated using Weblate (Georgian)<br/>Currently translated at 100.0% (33 of 33 strings)<br/>Translation: applications/k3b - setup<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b-setup/ka/
  +
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=18ea9d07 [18ea9d07]] Update translation files<br/>Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.<br/>Translation: applications/k3b - setup<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b-setup/
  +
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=55d4a45f [55d4a45f]] Update translation files<br/>Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.<br/>Translation: applications/k3b - tdeio-videodvd<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b-tdeio-videodvd/
  +
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=5a041147 [5a041147]] Update translation files<br/>Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.<br/>Translation: applications/k3b - tdefile<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b-tdefile/
  +
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=8b17c68f [8b17c68f]] Update translation files<br/>Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.<br/>Translation: applications/k3b - lib<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b-lib/
  +
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=7ed070aa [7ed070aa]] Update translation files<br/>Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.<br/>Translation: applications/k3b<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b/
  +
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=416b3607 [416b3607]] Update translation template.
 
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=ea16c671 [ea16c671]] Fix plural form of translations.<br/>The leading '_n: ' should not be part of the translations.
 
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=ea16c671 [ea16c671]] Fix plural form of translations.<br/>The leading '_n: ' should not be part of the translations.
 
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=91428c7e [91428c7e]] Translated using Weblate (Portuguese)<br/>Currently translated at 100.0% (695 of 695 strings)<br/>Translation: applications/k3b - lib<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b-lib/pt/
 
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=91428c7e [91428c7e]] Translated using Weblate (Portuguese)<br/>Currently translated at 100.0% (695 of 695 strings)<br/>Translation: applications/k3b - lib<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b-lib/pt/
Line 2,253: Line 2,734:
   
 
== k9copy ==
 
== k9copy ==
  +
* [https://git.trinitydesktop.org/cgit/k9copy/commit/?id=42ffe9c6 [42ffe9c6]] Translated using Weblate (Georgian)<br/>Currently translated at 100.0% (4 of 4 strings)<br/>Translation: applications/k9copy - desktop files<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k9copy-desktop-files/ka/
  +
* [https://git.trinitydesktop.org/cgit/k9copy/commit/?id=2f7369b8 [2f7369b8]] Added translation using Weblate (Georgian)
  +
* [https://git.trinitydesktop.org/cgit/k9copy/commit/?id=202e4054 [202e4054]] Update translation files<br/>Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.<br/>Translation: applications/k9copy<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k9copy/
 
* [https://git.trinitydesktop.org/cgit/k9copy/commit/?id=5b67a635 [5b67a635]] Added translation using Weblate (Spanish (Argentina))
 
* [https://git.trinitydesktop.org/cgit/k9copy/commit/?id=5b67a635 [5b67a635]] Added translation using Weblate (Spanish (Argentina))
 
* [https://git.trinitydesktop.org/cgit/k9copy/commit/?id=a25cd571 [a25cd571]] Translated using Weblate (Spanish (Argentina))<br/>Currently translated at 64.0% (317 of 495 strings)<br/>Translation: applications/k9copy<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k9copy/es_AR/
 
* [https://git.trinitydesktop.org/cgit/k9copy/commit/?id=a25cd571 [a25cd571]] Translated using Weblate (Spanish (Argentina))<br/>Currently translated at 64.0% (317 of 495 strings)<br/>Translation: applications/k9copy<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k9copy/es_AR/
Line 2,271: Line 2,755:
   
 
== kaffeine ==
 
== kaffeine ==
  +
* [https://git.trinitydesktop.org/cgit/kaffeine/commit/?id=83328780 [83328780]] Translated using Weblate (Georgian)<br/>Currently translated at 100.0% (11 of 11 strings)<br/>Translation: applications/kaffeine - desktop files<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kaffeine-desktop-files/ka/
  +
* [https://git.trinitydesktop.org/cgit/kaffeine/commit/?id=a88ac925 [a88ac925]] Update translation files<br/>Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.<br/>Translation: applications/kaffeine - desktop files<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kaffeine-desktop-files/
  +
* [https://git.trinitydesktop.org/cgit/kaffeine/commit/?id=bff73d6e [bff73d6e]] Update translation files<br/>Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.<br/>Translation: applications/kaffeine - servicemenus<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kaffeine-servicemenus/
  +
* [https://git.trinitydesktop.org/cgit/kaffeine/commit/?id=338ac219 [338ac219]] Update translation files<br/>Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.<br/>Translation: applications/kaffeine<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kaffeine/
  +
* [https://git.trinitydesktop.org/cgit/kaffeine/commit/?id=115fa662 [115fa662]] Translated using Weblate (Polish)<br/>Currently translated at 100.0% (11 of 11 strings)<br/>Translation: applications/kaffeine - desktop files<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kaffeine-desktop-files/pl/
 
* [https://git.trinitydesktop.org/cgit/kaffeine/commit/?id=528599f1 [528599f1]] Translated using Weblate (Russian)<br/>Currently translated at 100.0% (729 of 729 strings)<br/>Translation: applications/kaffeine<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kaffeine/ru/
 
* [https://git.trinitydesktop.org/cgit/kaffeine/commit/?id=528599f1 [528599f1]] Translated using Weblate (Russian)<br/>Currently translated at 100.0% (729 of 729 strings)<br/>Translation: applications/kaffeine<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kaffeine/ru/
 
* [https://git.trinitydesktop.org/cgit/kaffeine/commit/?id=fbf40e21 [fbf40e21]] Translated using Weblate (Russian)<br/>Currently translated at 100.0% (11 of 11 strings)<br/>Translation: applications/kaffeine - desktop files<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kaffeine-desktop-files/ru/
 
* [https://git.trinitydesktop.org/cgit/kaffeine/commit/?id=fbf40e21 [fbf40e21]] Translated using Weblate (Russian)<br/>Currently translated at 100.0% (11 of 11 strings)<br/>Translation: applications/kaffeine - desktop files<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kaffeine-desktop-files/ru/
Line 2,287: Line 2,776:
   
 
== kmplayer ==
 
== kmplayer ==
  +
* [https://git.trinitydesktop.org/cgit/kmplayer/commit/?id=31d4800d [31d4800d]] Translated using Weblate (Georgian)<br/>Currently translated at 100.0% (9 of 9 strings)<br/>Translation: applications/kmplayer - desktop files<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kmplayer-desktop-files/ka/
  +
* [https://git.trinitydesktop.org/cgit/kmplayer/commit/?id=7e6b7e43 [7e6b7e43]] Update translation files<br/>Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.<br/>Translation: applications/kmplayer<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kmplayer/
  +
* [https://git.trinitydesktop.org/cgit/kmplayer/commit/?id=740b402a [740b402a]] Update translation files<br/>Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.<br/>Translation: applications/kmplayer - desktop files<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kmplayer-desktop-files/
  +
* [https://git.trinitydesktop.org/cgit/kmplayer/commit/?id=6550e667 [6550e667]] Translated using Weblate (Polish)<br/>Currently translated at 100.0% (390 of 390 strings)<br/>Translation: applications/kmplayer<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kmplayer/pl/
 
* [https://git.trinitydesktop.org/cgit/kmplayer/commit/?id=132da052 [132da052]] Translated using Weblate (Russian)<br/>Currently translated at 100.0% (390 of 390 strings)<br/>Translation: applications/kmplayer<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kmplayer/ru/
 
* [https://git.trinitydesktop.org/cgit/kmplayer/commit/?id=132da052 [132da052]] Translated using Weblate (Russian)<br/>Currently translated at 100.0% (390 of 390 strings)<br/>Translation: applications/kmplayer<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kmplayer/ru/
 
* [https://git.trinitydesktop.org/cgit/kmplayer/commit/?id=c1187155 [c1187155]] Translated using Weblate (Russian)<br/>Currently translated at 100.0% (390 of 390 strings)<br/>Translation: applications/kmplayer<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kmplayer/ru/
 
* [https://git.trinitydesktop.org/cgit/kmplayer/commit/?id=c1187155 [c1187155]] Translated using Weblate (Russian)<br/>Currently translated at 100.0% (390 of 390 strings)<br/>Translation: applications/kmplayer<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kmplayer/ru/
Line 2,302: Line 2,795:
   
 
== kplayer ==
 
== kplayer ==
  +
* [https://git.trinitydesktop.org/cgit/kplayer/commit/?id=8cb014b7 [8cb014b7]] Translated using Weblate (Georgian)<br/>Currently translated at 100.0% (9 of 9 strings)<br/>Translation: applications/kplayer - desktop files<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kplayer-desktop-files/ka/
  +
* [https://git.trinitydesktop.org/cgit/kplayer/commit/?id=6ab8fa20 [6ab8fa20]] Translated using Weblate (Italian)<br/>Currently translated at 100.0% (1037 of 1037 strings)<br/>Translation: applications/kplayer<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kplayer/it/
  +
* [https://git.trinitydesktop.org/cgit/kplayer/commit/?id=e78b0c82 [e78b0c82]] Update translation files<br/>Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.<br/>Translation: applications/kplayer<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kplayer/
 
* [https://git.trinitydesktop.org/cgit/kplayer/commit/?id=7b81ead9 [7b81ead9]] Translated using Weblate (Russian)<br/>Currently translated at 77.1% (800 of 1037 strings)<br/>Translation: applications/kplayer<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kplayer/ru/
 
* [https://git.trinitydesktop.org/cgit/kplayer/commit/?id=7b81ead9 [7b81ead9]] Translated using Weblate (Russian)<br/>Currently translated at 77.1% (800 of 1037 strings)<br/>Translation: applications/kplayer<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kplayer/ru/
 
* [https://git.trinitydesktop.org/cgit/kplayer/commit/?id=7fcb2060 [7fcb2060]] Translated using Weblate (Russian)<br/>Currently translated at 77.1% (800 of 1037 strings)<br/>Translation: applications/kplayer<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kplayer/ru/
 
* [https://git.trinitydesktop.org/cgit/kplayer/commit/?id=7fcb2060 [7fcb2060]] Translated using Weblate (Russian)<br/>Currently translated at 77.1% (800 of 1037 strings)<br/>Translation: applications/kplayer<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kplayer/ru/
Line 2,313: Line 2,809:
   
 
== mplayerthumbs ==
 
== mplayerthumbs ==
  +
* [https://git.trinitydesktop.org/cgit/mplayerthumbs/commit/?id=546c644b [546c644b]] Translated using Weblate (Georgian)<br/>Currently translated at 100.0% (11 of 11 strings)<br/>Translation: applications/mplayerthumbs<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/mplayerthumbs/ka/
  +
* [https://git.trinitydesktop.org/cgit/mplayerthumbs/commit/?id=5d64817c [5d64817c]] Added translation using Weblate (Georgian)
  +
* [https://git.trinitydesktop.org/cgit/mplayerthumbs/commit/?id=ed925bee [ed925bee]] Translated using Weblate (Georgian)<br/>Currently translated at 100.0% (1 of 1 strings)<br/>Translation: applications/mplayerthumbs - mplayer-thumbnailer.desktop<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/mplayerthumbs-mplayer-thumbnailerdesktop/ka/
  +
* [https://git.trinitydesktop.org/cgit/mplayerthumbs/commit/?id=3e11e330 [3e11e330]] Added translation using Weblate (Georgian)
  +
* [https://git.trinitydesktop.org/cgit/mplayerthumbs/commit/?id=2e1e7b95 [2e1e7b95]] Update translation files<br/>Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.<br/>Translation: applications/mplayerthumbs<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/mplayerthumbs/
  +
* [https://git.trinitydesktop.org/cgit/mplayerthumbs/commit/?id=e84d9614 [e84d9614]] Translated using Weblate (Italian)<br/>Currently translated at 100.0% (11 of 11 strings)<br/>Translation: applications/mplayerthumbs<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/mplayerthumbs/it/
  +
* [https://git.trinitydesktop.org/cgit/mplayerthumbs/commit/?id=a812ca3a [a812ca3a]] Added translation using Weblate (Italian)
 
* [https://git.trinitydesktop.org/cgit/mplayerthumbs/commit/?id=ece3987d [ece3987d]] Translated using Weblate (Russian)<br/>Currently translated at 100.0% (11 of 11 strings)<br/>Translation: applications/mplayerthumbs<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/mplayerthumbs/ru/
 
* [https://git.trinitydesktop.org/cgit/mplayerthumbs/commit/?id=ece3987d [ece3987d]] Translated using Weblate (Russian)<br/>Currently translated at 100.0% (11 of 11 strings)<br/>Translation: applications/mplayerthumbs<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/mplayerthumbs/ru/
 
* [https://git.trinitydesktop.org/cgit/mplayerthumbs/commit/?id=617cbd23 [617cbd23]] Added translation using Weblate (Russian)
 
* [https://git.trinitydesktop.org/cgit/mplayerthumbs/commit/?id=617cbd23 [617cbd23]] Added translation using Weblate (Russian)
   
 
== rosegarden ==
 
== rosegarden ==
  +
* [https://git.trinitydesktop.org/cgit/rosegarden/commit/?id=f78bc47d [f78bc47d]] Update translation files<br/>Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.<br/>Translation: applications/rosegarden<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/rosegarden/
  +
* [https://git.trinitydesktop.org/cgit/rosegarden/commit/?id=c7826af0 [c7826af0]] Update translation template.
  +
* [https://git.trinitydesktop.org/cgit/rosegarden/commit/?id=c9877777 [c9877777]] Translated using Weblate (Georgian)<br/>Currently translated at 100.0% (7 of 7 strings)<br/>Translation: applications/rosegarden - desktop files<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/rosegarden-desktop-files/ka/
  +
* [https://git.trinitydesktop.org/cgit/rosegarden/commit/?id=f29b11f1 [f29b11f1]] Added translation using Weblate (Georgian)
  +
* [https://git.trinitydesktop.org/cgit/rosegarden/commit/?id=c4b8d4ef [c4b8d4ef]] Don't explicetly include tqt.h anymore
  +
* [https://git.trinitydesktop.org/cgit/rosegarden/commit/?id=1488d361 [1488d361]] Update translation files<br/>Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.<br/>Translation: applications/rosegarden - desktop files<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/rosegarden-desktop-files/
  +
* [https://git.trinitydesktop.org/cgit/rosegarden/commit/?id=64b9a975 [64b9a975]] Update translation files<br/>Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.<br/>Translation: applications/rosegarden<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/rosegarden/
  +
* [https://git.trinitydesktop.org/cgit/rosegarden/commit/?id=92262009 [92262009]] Translated using Weblate (Italian)<br/>Currently translated at 100.0% (2322 of 2322 strings)<br/>Translation: applications/rosegarden<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/rosegarden/it/
 
* [https://git.trinitydesktop.org/cgit/rosegarden/commit/?id=e56395ae [e56395ae]] Translated using Weblate (Russian)<br/>Currently translated at 86.2% (2003 of 2322 strings)<br/>Translation: applications/rosegarden<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/rosegarden/ru/
 
* [https://git.trinitydesktop.org/cgit/rosegarden/commit/?id=e56395ae [e56395ae]] Translated using Weblate (Russian)<br/>Currently translated at 86.2% (2003 of 2322 strings)<br/>Translation: applications/rosegarden<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/rosegarden/ru/
 
* [https://git.trinitydesktop.org/cgit/rosegarden/commit/?id=95c249dd [95c249dd]] Translated using Weblate (Russian)<br/>Currently translated at 100.0% (7 of 7 strings)<br/>Translation: applications/rosegarden - desktop files<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/rosegarden-desktop-files/ru/
 
* [https://git.trinitydesktop.org/cgit/rosegarden/commit/?id=95c249dd [95c249dd]] Translated using Weblate (Russian)<br/>Currently translated at 100.0% (7 of 7 strings)<br/>Translation: applications/rosegarden - desktop files<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/rosegarden-desktop-files/ru/
Line 2,325: Line 2,836:
   
 
== soundkonverter ==
 
== soundkonverter ==
  +
* [https://git.trinitydesktop.org/cgit/soundkonverter/commit/?id=f4372bcb [f4372bcb]] Translated using Weblate (Georgian)<br/>Currently translated at 100.0% (15 of 15 strings)<br/>Translation: applications/soundkonverter - desktop files<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/soundkonverter-desktop-files/ka/
  +
* [https://git.trinitydesktop.org/cgit/soundkonverter/commit/?id=d2f47b99 [d2f47b99]] Added translation using Weblate (Georgian)
  +
* [https://git.trinitydesktop.org/cgit/soundkonverter/commit/?id=f962b18d [f962b18d]] Update translation files<br/>Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.<br/>Translation: applications/soundkonverter<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/soundkonverter/
 
* [https://git.trinitydesktop.org/cgit/soundkonverter/commit/?id=4699042e [4699042e]] Added translation using Weblate (Chinese (Simplified))
 
* [https://git.trinitydesktop.org/cgit/soundkonverter/commit/?id=4699042e [4699042e]] Added translation using Weblate (Chinese (Simplified))
 
* [https://git.trinitydesktop.org/cgit/soundkonverter/commit/?id=e85fcc32 [e85fcc32]] Translated using Weblate (Russian)<br/>Currently translated at 100.0% (319 of 319 strings)<br/>Translation: applications/soundkonverter<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/soundkonverter/ru/
 
* [https://git.trinitydesktop.org/cgit/soundkonverter/commit/?id=e85fcc32 [e85fcc32]] Translated using Weblate (Russian)<br/>Currently translated at 100.0% (319 of 319 strings)<br/>Translation: applications/soundkonverter<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/soundkonverter/ru/
Line 2,338: Line 2,852:
   
 
== tderadio ==
 
== tderadio ==
  +
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=42aa755f [42aa755f]] Translated using Weblate (Georgian)<br/>Currently translated at 100.0% (49 of 49 strings)<br/>Translation: applications/tderadio - alsa-sound<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tderadio-alsa-sound/ka/
  +
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=5a5a925b [5a5a925b]] Translated using Weblate (Georgian)<br/>Currently translated at 100.0% (78 of 78 strings)<br/>Translation: applications/tderadio - recording<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tderadio-recording/ka/
  +
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=2eeae251 [2eeae251]] Translated using Weblate (Georgian)<br/>Currently translated at 100.0% (61 of 61 strings)<br/>Translation: applications/tderadio - v4lradio<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tderadio-v4lradio/ka/
  +
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=f5462cd6 [f5462cd6]] Added translation using Weblate (Georgian)
  +
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=a38bbcd0 [a38bbcd0]] Added translation using Weblate (Georgian)
  +
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=0c597f1c [0c597f1c]] Added translation using Weblate (Georgian)
  +
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=91b7c9ab [91b7c9ab]] Translated using Weblate (Georgian)<br/>Currently translated at 100.0% (38 of 38 strings)<br/>Translation: applications/tderadio - oss-sound<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tderadio-oss-sound/ka/
  +
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=f8d288bd [f8d288bd]] Translated using Weblate (Georgian)<br/>Currently translated at 100.0% (42 of 42 strings)<br/>Translation: applications/tderadio - lirc<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tderadio-lirc/ka/
  +
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=e89d84df [e89d84df]] Translated using Weblate (Georgian)<br/>Currently translated at 100.0% (45 of 45 strings)<br/>Translation: applications/tderadio - gui-standard-display<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tderadio-gui-standard-display/ka/
  +
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=224edad8 [224edad8]] Translated using Weblate (Georgian)<br/>Currently translated at 100.0% (31 of 31 strings)<br/>Translation: applications/tderadio - radio<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tderadio-radio/ka/
  +
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=7ff49ecc [7ff49ecc]] Translated using Weblate (Georgian)<br/>Currently translated at 100.0% (38 of 38 strings)<br/>Translation: applications/tderadio - streaming<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tderadio-streaming/ka/
  +
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=0a38b7fc [0a38b7fc]] Translated using Weblate (Georgian)<br/>Currently translated at 100.0% (24 of 24 strings)<br/>Translation: applications/tderadio - gui-docking-menu<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tderadio-gui-docking-menu/ka/
  +
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=b62792a0 [b62792a0]] Added translation using Weblate (Georgian)
  +
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=d65f855b [d65f855b]] Added translation using Weblate (Georgian)
  +
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=767bdbe6 [767bdbe6]] Added translation using Weblate (Georgian)
  +
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=e1f005f0 [e1f005f0]] Added translation using Weblate (Georgian)
  +
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=56371aed [56371aed]] Added translation using Weblate (Georgian)
  +
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=e3319c95 [e3319c95]] Added translation using Weblate (Georgian)
  +
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=c4facbe4 [c4facbe4]] Translated using Weblate (Georgian)<br/>Currently translated at 100.0% (17 of 17 strings)<br/>Translation: applications/tderadio - timeshifter<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tderadio-timeshifter/ka/
  +
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=91bcd6cc [91bcd6cc]] Translated using Weblate (Georgian)<br/>Currently translated at 100.0% (15 of 15 strings)<br/>Translation: applications/tderadio - gui-error-log<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tderadio-gui-error-log/ka/
  +
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=b8c5e67a [b8c5e67a]] Translated using Weblate (Georgian)<br/>Currently translated at 100.0% (20 of 20 strings)<br/>Translation: applications/tderadio - timecontrol<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tderadio-timecontrol/ka/
  +
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=ec36e24c [ec36e24c]] Translated using Weblate (Georgian)<br/>Currently translated at 100.0% (8 of 8 strings)<br/>Translation: applications/tderadio - gui-quickbar<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tderadio-gui-quickbar/ka/
  +
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=44ecbead [44ecbead]] Added translation using Weblate (Georgian)
  +
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=d7fc57d8 [d7fc57d8]] Added translation using Weblate (Georgian)
  +
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=27675095 [27675095]] Added translation using Weblate (Georgian)
  +
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=dc92f7da [dc92f7da]] Added translation using Weblate (Georgian)
  +
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=e410e87f [e410e87f]] Translated using Weblate (Georgian)<br/>Currently translated at 100.0% (9 of 9 strings)<br/>Translation: applications/tderadio - convert-presets<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tderadio-convert-presets/ka/
  +
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=f7ddaeb2 [f7ddaeb2]] Translated using Weblate (Georgian)<br/>Currently translated at 100.0% (5 of 5 strings)<br/>Translation: applications/tderadio - soundserver<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tderadio-soundserver/ka/
  +
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=0d5c715c [0d5c715c]] Translated using Weblate (Georgian)<br/>Currently translated at 100.0% (3 of 3 strings)<br/>Translation: applications/tderadio - desktop files<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tderadio-desktop-files/ka/
  +
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=341aedeb [341aedeb]] Added translation using Weblate (Georgian)
  +
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=635b27f4 [635b27f4]] Added translation using Weblate (Georgian)
  +
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=409ce462 [409ce462]] Added translation using Weblate (Georgian)
  +
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=819fc3b4 [819fc3b4]] Translated using Weblate (Italian)<br/>Currently translated at 100.0% (24 of 24 strings)<br/>Translation: applications/tderadio - gui-docking-menu<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tderadio-gui-docking-menu/it/
  +
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=4e6b54e1 [4e6b54e1]] Added translation using Weblate (Italian)
  +
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=1f0bdc87 [1f0bdc87]] Translated using Weblate (Italian)<br/>Currently translated at 100.0% (15 of 15 strings)<br/>Translation: applications/tderadio - gui-error-log<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tderadio-gui-error-log/it/
  +
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=138f5a18 [138f5a18]] Translated using Weblate (Italian)<br/>Currently translated at 100.0% (5 of 5 strings)<br/>Translation: applications/tderadio - soundserver<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tderadio-soundserver/it/
  +
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=aa1b40b2 [aa1b40b2]] Added translation using Weblate (Italian)
  +
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=04222b16 [04222b16]] Added translation using Weblate (Italian)
  +
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=3aa567f1 [3aa567f1]] Update translation files<br/>Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.<br/>Translation: applications/tderadio - alsa-sound<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tderadio-alsa-sound/
  +
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=ea0fa8af [ea0fa8af]] Update translation files<br/>Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.<br/>Translation: applications/tderadio - convert-presets<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tderadio-convert-presets/
  +
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=f4c4cd8d [f4c4cd8d]] Update translation files<br/>Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.<br/>Translation: applications/tderadio - desktop files<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tderadio-desktop-files/
  +
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=e1956e2a [e1956e2a]] Update translation files<br/>Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.<br/>Translation: applications/tderadio - recording<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tderadio-recording/
  +
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=0d6fcc64 [0d6fcc64]] Update translation files<br/>Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.<br/>Translation: applications/tderadio - timeshifter<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tderadio-timeshifter/
  +
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=2562d67d [2562d67d]] Update translation files<br/>Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.<br/>Translation: applications/tderadio - gui-error-log<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tderadio-gui-error-log/
  +
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=9c768d79 [9c768d79]] Update translation files<br/>Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.<br/>Translation: applications/tderadio - gui-quickbar<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tderadio-gui-quickbar/
  +
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=06329a4a [06329a4a]] Update translation files<br/>Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.<br/>Translation: applications/tderadio<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tderadio/
  +
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=6b84b5f9 [6b84b5f9]] Update translation files<br/>Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.<br/>Translation: applications/tderadio - soundserver<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tderadio-soundserver/
  +
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=ba3e71e3 [ba3e71e3]] Update translation files<br/>Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.<br/>Translation: applications/tderadio - oss-sound<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tderadio-oss-sound/
  +
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=b599808d [b599808d]] Update translation files<br/>Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.<br/>Translation: applications/tderadio - streaming<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tderadio-streaming/
  +
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=8724bf77 [8724bf77]] Translated using Weblate (Italian)<br/>Currently translated at 100.0% (9 of 9 strings)<br/>Translation: applications/tderadio - convert-presets<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tderadio-convert-presets/it/
  +
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=a418a348 [a418a348]] Added translation using Weblate (Italian)
  +
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=5f5c0524 [5f5c0524]] Translated using Weblate (Italian)<br/>Currently translated at 100.0% (8 of 8 strings)<br/>Translation: applications/tderadio - gui-quickbar<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tderadio-gui-quickbar/it/
  +
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=9e3ad9e4 [9e3ad9e4]] Added translation using Weblate (Italian)
 
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=124924ed [124924ed]] Translated using Weblate (Russian)<br/>Currently translated at 100.0% (9 of 9 strings)<br/>Translation: applications/tderadio - convert-presets<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tderadio-convert-presets/ru/
 
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=124924ed [124924ed]] Translated using Weblate (Russian)<br/>Currently translated at 100.0% (9 of 9 strings)<br/>Translation: applications/tderadio - convert-presets<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tderadio-convert-presets/ru/
 
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=0647c9c8 [0647c9c8]] Translated using Weblate (Russian)<br/>Currently translated at 100.0% (38 of 38 strings)<br/>Translation: applications/tderadio - oss-sound<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tderadio-oss-sound/ru/
 
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=0647c9c8 [0647c9c8]] Translated using Weblate (Russian)<br/>Currently translated at 100.0% (38 of 38 strings)<br/>Translation: applications/tderadio - oss-sound<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tderadio-oss-sound/ru/
Line 2,369: Line 2,936:
 
= applications/office =
 
= applications/office =
 
== basket ==
 
== basket ==
  +
* [https://git.trinitydesktop.org/cgit/basket/commit/?id=fb0b2bd9 [fb0b2bd9]] Translated using Weblate (Georgian)<br/>Currently translated at 100.0% (13 of 13 strings)<br/>Translation: applications/basket - desktop files<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/basket-desktop-files/ka/
  +
* [https://git.trinitydesktop.org/cgit/basket/commit/?id=5b6db390 [5b6db390]] Added translation using Weblate (Georgian)
  +
* [https://git.trinitydesktop.org/cgit/basket/commit/?id=63c07d50 [63c07d50]] Update translation files<br/>Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.<br/>Translation: applications/basket<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/basket/
  +
* [https://git.trinitydesktop.org/cgit/basket/commit/?id=5ea3364f [5ea3364f]] Update translation files<br/>Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.<br/>Translation: applications/basket - desktop files<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/basket-desktop-files/
  +
* [https://git.trinitydesktop.org/cgit/basket/commit/?id=e346aa3d [e346aa3d]] Adapt to latest tqt3 version
 
* [https://git.trinitydesktop.org/cgit/basket/commit/?id=5ed9f00b [5ed9f00b]] Translated using Weblate (Russian)<br/>Currently translated at 100.0% (695 of 695 strings)<br/>Translation: applications/basket<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/basket/ru/
 
* [https://git.trinitydesktop.org/cgit/basket/commit/?id=5ed9f00b [5ed9f00b]] Translated using Weblate (Russian)<br/>Currently translated at 100.0% (695 of 695 strings)<br/>Translation: applications/basket<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/basket/ru/
 
* [https://git.trinitydesktop.org/cgit/basket/commit/?id=d492a4c3 [d492a4c3]] Translated using Weblate (Russian)<br/>Currently translated at 100.0% (695 of 695 strings)<br/>Translation: applications/basket<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/basket/ru/
 
* [https://git.trinitydesktop.org/cgit/basket/commit/?id=d492a4c3 [d492a4c3]] Translated using Weblate (Russian)<br/>Currently translated at 100.0% (695 of 695 strings)<br/>Translation: applications/basket<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/basket/ru/
Line 2,379: Line 2,951:
   
 
== kbibtex ==
 
== kbibtex ==
  +
* [https://git.trinitydesktop.org/cgit/kbibtex/commit/?id=aca413f2 [aca413f2]] Translated using Weblate (Georgian)<br/>Currently translated at 100.0% (4 of 4 strings)<br/>Translation: applications/kbibtex - desktop files<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbibtex-desktop-files/ka/
  +
* [https://git.trinitydesktop.org/cgit/kbibtex/commit/?id=539a1b65 [539a1b65]] Added translation using Weblate (Georgian)
  +
* [https://git.trinitydesktop.org/cgit/kbibtex/commit/?id=bcb8d524 [bcb8d524]] Translated using Weblate (Italian)<br/>Currently translated at 100.0% (4 of 4 strings)<br/>Translation: applications/kbibtex - desktop files<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbibtex-desktop-files/it/
  +
* [https://git.trinitydesktop.org/cgit/kbibtex/commit/?id=ac1c833e [ac1c833e]] Added translation using Weblate (Italian)
  +
* [https://git.trinitydesktop.org/cgit/kbibtex/commit/?id=0a8cd76b [0a8cd76b]] Update translation files<br/>Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.<br/>Translation: applications/kbibtex - desktop files<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbibtex-desktop-files/
 
* [https://git.trinitydesktop.org/cgit/kbibtex/commit/?id=a8cf4b8b [a8cf4b8b]] Translated using Weblate (Russian)<br/>Currently translated at 100.0% (4 of 4 strings)<br/>Translation: applications/kbibtex - desktop files<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbibtex-desktop-files/ru/
 
* [https://git.trinitydesktop.org/cgit/kbibtex/commit/?id=a8cf4b8b [a8cf4b8b]] Translated using Weblate (Russian)<br/>Currently translated at 100.0% (4 of 4 strings)<br/>Translation: applications/kbibtex - desktop files<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbibtex-desktop-files/ru/
 
* [https://git.trinitydesktop.org/cgit/kbibtex/commit/?id=a9b74b76 [a9b74b76]] Added translation using Weblate (Russian)
 
* [https://git.trinitydesktop.org/cgit/kbibtex/commit/?id=a9b74b76 [a9b74b76]] Added translation using Weblate (Russian)
Line 2,385: Line 2,962:
   
 
== kbookreader ==
 
== kbookreader ==
  +
* [https://git.trinitydesktop.org/cgit/kbookreader/commit/?id=7a0f50b6 [7a0f50b6]] Translated using Weblate (Georgian)<br/>Currently translated at 100.0% (17 of 17 strings)<br/>Translation: applications/kbookreader<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbookreader/ka/
  +
* [https://git.trinitydesktop.org/cgit/kbookreader/commit/?id=9a11e1b5 [9a11e1b5]] Added translation using Weblate (Georgian)
  +
* [https://git.trinitydesktop.org/cgit/kbookreader/commit/?id=019656a6 [019656a6]] Translated using Weblate (Georgian)<br/>Currently translated at 100.0% (3 of 3 strings)<br/>Translation: applications/kbookreader - kbookreader.desktop<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbookreader-kbookreaderdesktop/ka/
  +
* [https://git.trinitydesktop.org/cgit/kbookreader/commit/?id=6e4d0b52 [6e4d0b52]] Added translation using Weblate (Georgian)
  +
* [https://git.trinitydesktop.org/cgit/kbookreader/commit/?id=4b8e45e1 [4b8e45e1]] Update translation files<br/>Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.<br/>Translation: applications/kbookreader<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbookreader/
  +
* [https://git.trinitydesktop.org/cgit/kbookreader/commit/?id=8d8f7a69 [8d8f7a69]] Translated using Weblate (Italian)<br/>Currently translated at 100.0% (17 of 17 strings)<br/>Translation: applications/kbookreader<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbookreader/it/
  +
* [https://git.trinitydesktop.org/cgit/kbookreader/commit/?id=04d6334b [04d6334b]] Added translation using Weblate (Italian)
 
* [https://git.trinitydesktop.org/cgit/kbookreader/commit/?id=0b40cdac [0b40cdac]] Translated using Weblate (Polish)<br/>Currently translated at 66.6% (2 of 3 strings)<br/>Translation: applications/kbookreader - kbookreader.desktop<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbookreader-kbookreaderdesktop/pl/
 
* [https://git.trinitydesktop.org/cgit/kbookreader/commit/?id=0b40cdac [0b40cdac]] Translated using Weblate (Polish)<br/>Currently translated at 66.6% (2 of 3 strings)<br/>Translation: applications/kbookreader - kbookreader.desktop<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbookreader-kbookreaderdesktop/pl/
 
* [https://git.trinitydesktop.org/cgit/kbookreader/commit/?id=713e783c [713e783c]] Update translation files<br/>Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.<br/>Translation: applications/kbookreader<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbookreader/
 
* [https://git.trinitydesktop.org/cgit/kbookreader/commit/?id=713e783c [713e783c]] Update translation files<br/>Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.<br/>Translation: applications/kbookreader<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbookreader/
Line 2,394: Line 2,978:
   
 
== kile ==
 
== kile ==
  +
* [https://git.trinitydesktop.org/cgit/kile/commit/?id=e4fb1d9e [e4fb1d9e]] Translated using Weblate (Georgian)<br/>Currently translated at 100.0% (4 of 4 strings)<br/>Translation: applications/kile - desktop files<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kile-desktop-files/ka/
  +
* [https://git.trinitydesktop.org/cgit/kile/commit/?id=2972a559 [2972a559]] Added translation using Weblate (Georgian)
  +
* [https://git.trinitydesktop.org/cgit/kile/commit/?id=bb7b8467 [bb7b8467]] Update translation files<br/>Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.<br/>Translation: applications/kile<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kile/
 
* [https://git.trinitydesktop.org/cgit/kile/commit/?id=c79ed8e2 [c79ed8e2]] Translated using Weblate (Russian)<br/>Currently translated at 58.2% (924 of 1587 strings)<br/>Translation: applications/kile<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kile/ru/
 
* [https://git.trinitydesktop.org/cgit/kile/commit/?id=c79ed8e2 [c79ed8e2]] Translated using Weblate (Russian)<br/>Currently translated at 58.2% (924 of 1587 strings)<br/>Translation: applications/kile<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kile/ru/
 
* [https://git.trinitydesktop.org/cgit/kile/commit/?id=08a73a70 [08a73a70]] Translated using Weblate (Portuguese (Brazil))<br/>Currently translated at 100.0% (4 of 4 strings)<br/>Translation: applications/kile - desktop files<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kile-desktop-files/pt_BR/
 
* [https://git.trinitydesktop.org/cgit/kile/commit/?id=08a73a70 [08a73a70]] Translated using Weblate (Portuguese (Brazil))<br/>Currently translated at 100.0% (4 of 4 strings)<br/>Translation: applications/kile - desktop files<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kile-desktop-files/pt_BR/
Line 2,401: Line 2,988:
   
 
== kmymoney ==
 
== kmymoney ==
  +
* [https://git.trinitydesktop.org/cgit/kmymoney/commit/?id=9ac58bf3 [9ac58bf3]] Translated using Weblate (Georgian)<br/>Currently translated at 32.1% (859 of 2674 strings)<br/>Translation: applications/kmymoney<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kmymoney/ka/
  +
* [https://git.trinitydesktop.org/cgit/kmymoney/commit/?id=04ad8bf2 [04ad8bf2]] Added translation using Weblate (Georgian)
  +
* [https://git.trinitydesktop.org/cgit/kmymoney/commit/?id=086a98a7 [086a98a7]] Translated using Weblate (Georgian)<br/>Currently translated at 100.0% (8 of 8 strings)<br/>Translation: applications/kmymoney - desktop files<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kmymoney-desktop-files/ka/
  +
* [https://git.trinitydesktop.org/cgit/kmymoney/commit/?id=afc1da2a [afc1da2a]] Added translation using Weblate (Georgian)
  +
* [https://git.trinitydesktop.org/cgit/kmymoney/commit/?id=b00a4d93 [b00a4d93]] Update translation files<br/>Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.<br/>Translation: applications/kmymoney<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kmymoney/
  +
* [https://git.trinitydesktop.org/cgit/kmymoney/commit/?id=d1e78bae [d1e78bae]] Update translation template.
 
* [https://git.trinitydesktop.org/cgit/kmymoney/commit/?id=1acf71ab [1acf71ab]] Added translation using Weblate (Spanish (Argentina))
 
* [https://git.trinitydesktop.org/cgit/kmymoney/commit/?id=1acf71ab [1acf71ab]] Added translation using Weblate (Spanish (Argentina))
 
* [https://git.trinitydesktop.org/cgit/kmymoney/commit/?id=4dfa4550 [4dfa4550]] Translated using Weblate (Spanish (Argentina))<br/>Currently translated at 99.7% (2667 of 2674 strings)<br/>Translation: applications/kmymoney<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kmymoney/es_AR/
 
* [https://git.trinitydesktop.org/cgit/kmymoney/commit/?id=4dfa4550 [4dfa4550]] Translated using Weblate (Spanish (Argentina))<br/>Currently translated at 99.7% (2667 of 2674 strings)<br/>Translation: applications/kmymoney<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kmymoney/es_AR/
Line 2,415: Line 3,008:
   
 
== knowit ==
 
== knowit ==
  +
* [https://git.trinitydesktop.org/cgit/knowit/commit/?id=a4e7928b [a4e7928b]] Translated using Weblate (Georgian)<br/>Currently translated at 100.0% (2 of 2 strings)<br/>Translation: applications/knowit - knowit.desktop<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knowit-knowitdesktop/ka/
  +
* [https://git.trinitydesktop.org/cgit/knowit/commit/?id=016daa45 [016daa45]] Added translation using Weblate (Georgian)
  +
* [https://git.trinitydesktop.org/cgit/knowit/commit/?id=970a15c0 [970a15c0]] Update translation files<br/>Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.<br/>Translation: applications/knowit - knowit.desktop<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knowit-knowitdesktop/
 
* [https://git.trinitydesktop.org/cgit/knowit/commit/?id=3a30dbdb [3a30dbdb]] Translated using Weblate (Russian)<br/>Currently translated at 100.0% (2 of 2 strings)<br/>Translation: applications/knowit - knowit.desktop<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knowit-knowitdesktop/ru/
 
* [https://git.trinitydesktop.org/cgit/knowit/commit/?id=3a30dbdb [3a30dbdb]] Translated using Weblate (Russian)<br/>Currently translated at 100.0% (2 of 2 strings)<br/>Translation: applications/knowit - knowit.desktop<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knowit-knowitdesktop/ru/
 
* [https://git.trinitydesktop.org/cgit/knowit/commit/?id=81a2fc07 [81a2fc07]] Added translation using Weblate (Russian)
 
* [https://git.trinitydesktop.org/cgit/knowit/commit/?id=81a2fc07 [81a2fc07]] Added translation using Weblate (Russian)
   
 
== koffice ==
 
== koffice ==
  +
* [https://git.trinitydesktop.org/cgit/koffice/commit/?id=de988008 [de988008]] Use tqt-mt instead of tqt library
  +
* [https://git.trinitydesktop.org/cgit/koffice/commit/?id=474e2840 [474e2840]] Adapt to latest tqt3 version
 
* [https://git.trinitydesktop.org/cgit/koffice/commit/?id=d165869a [d165869a]] Drop compatibility code for TQPalette
 
* [https://git.trinitydesktop.org/cgit/koffice/commit/?id=d165869a [d165869a]] Drop compatibility code for TQPalette
 
* [https://git.trinitydesktop.org/cgit/koffice/commit/?id=c2fdb394 [c2fdb394]] Fix functionality broken by commit a9bbaa83
 
* [https://git.trinitydesktop.org/cgit/koffice/commit/?id=c2fdb394 [c2fdb394]] Fix functionality broken by commit a9bbaa83
Line 2,424: Line 3,022:
   
 
== koffice-i18n ==
 
== koffice-i18n ==
  +
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=6e9da0a6 [6e9da0a6]] Translated using Weblate (Russian)<br/>Currently translated at 98.3% (363 of 369 strings)<br/>Translation: koffice/kchart<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/kchart/ru/
  +
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=0a2216e2 [0a2216e2]] Translated using Weblate (Russian)<br/>Currently translated at 100.0% (427 of 427 strings)<br/>Translation: koffice/karbon<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/karbon/ru/
  +
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=da3739a8 [da3739a8]] Translated using Weblate (Italian)<br/>Currently translated at 100.0% (3176 of 3176 strings)<br/>Translation: koffice/kspread<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/kspread/it/
 
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=fce31dee [fce31dee]] Update translation files<br/>Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.<br/>Translation: koffice/kspread<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/kspread/
 
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=fce31dee [fce31dee]] Update translation files<br/>Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.<br/>Translation: koffice/kspread<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/kspread/
 
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=ff7c98ec [ff7c98ec]] Update translation template.
 
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=ff7c98ec [ff7c98ec]] Update translation template.
Line 2,464: Line 3,065:
   
 
== kpilot ==
 
== kpilot ==
  +
* [https://git.trinitydesktop.org/cgit/kpilot/commit/?id=263553a0 [263553a0]] Translated using Weblate (Georgian)<br/>Currently translated at 100.0% (34 of 34 strings)<br/>Translation: applications/kpilot - desktop files<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kpilot-desktop-files/ka/
  +
* [https://git.trinitydesktop.org/cgit/kpilot/commit/?id=d5a0edad [d5a0edad]] Added translation using Weblate (Georgian)
  +
* [https://git.trinitydesktop.org/cgit/kpilot/commit/?id=caea4737 [caea4737]] Update translation files<br/>Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.<br/>Translation: applications/kpilot<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kpilot/
  +
* [https://git.trinitydesktop.org/cgit/kpilot/commit/?id=43135e81 [43135e81]] Update translation files<br/>Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.<br/>Translation: applications/kpilot - desktop files<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kpilot-desktop-files/
  +
* [https://git.trinitydesktop.org/cgit/kpilot/commit/?id=bf828819 [bf828819]] Translated using Weblate (Polish)<br/>Currently translated at 100.0% (34 of 34 strings)<br/>Translation: applications/kpilot - desktop files<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kpilot-desktop-files/pl/
 
* [https://git.trinitydesktop.org/cgit/kpilot/commit/?id=e91f7e51 [e91f7e51]] Translated using Weblate (Russian)<br/>Currently translated at 97.3% (1059 of 1088 strings)<br/>Translation: applications/kpilot<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kpilot/ru/
 
* [https://git.trinitydesktop.org/cgit/kpilot/commit/?id=e91f7e51 [e91f7e51]] Translated using Weblate (Russian)<br/>Currently translated at 97.3% (1059 of 1088 strings)<br/>Translation: applications/kpilot<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kpilot/ru/
 
* [https://git.trinitydesktop.org/cgit/kpilot/commit/?id=0f9a5cb5 [0f9a5cb5]] Translated using Weblate (Russian)<br/>Currently translated at 97.3% (1059 of 1088 strings)<br/>Translation: applications/kpilot<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kpilot/ru/
 
* [https://git.trinitydesktop.org/cgit/kpilot/commit/?id=0f9a5cb5 [0f9a5cb5]] Translated using Weblate (Russian)<br/>Currently translated at 97.3% (1059 of 1088 strings)<br/>Translation: applications/kpilot<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kpilot/ru/
Line 2,481: Line 3,087:
   
 
== tellico ==
 
== tellico ==
  +
* [https://git.trinitydesktop.org/cgit/tellico/commit/?id=b9659f71 [b9659f71]] Translated using Weblate (Georgian)<br/>Currently translated at 100.0% (4 of 4 strings)<br/>Translation: applications/tellico - desktop files<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tellico-desktop-files/ka/
  +
* [https://git.trinitydesktop.org/cgit/tellico/commit/?id=f4893ab5 [f4893ab5]] Added translation using Weblate (Georgian)
  +
* [https://git.trinitydesktop.org/cgit/tellico/commit/?id=4395fe8c [4395fe8c]] Update translation files<br/>Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.<br/>Translation: applications/tellico<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tellico/
 
* [https://git.trinitydesktop.org/cgit/tellico/commit/?id=fb3e3b16 [fb3e3b16]] Translated using Weblate (Russian)<br/>Currently translated at 100.0% (1113 of 1113 strings)<br/>Translation: applications/tellico<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tellico/ru/
 
* [https://git.trinitydesktop.org/cgit/tellico/commit/?id=fb3e3b16 [fb3e3b16]] Translated using Weblate (Russian)<br/>Currently translated at 100.0% (1113 of 1113 strings)<br/>Translation: applications/tellico<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tellico/ru/
 
* [https://git.trinitydesktop.org/cgit/tellico/commit/?id=c5aed387 [c5aed387]] Translated using Weblate (Russian)<br/>Currently translated at 100.0% (1113 of 1113 strings)<br/>Translation: applications/tellico<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tellico/ru/
 
* [https://git.trinitydesktop.org/cgit/tellico/commit/?id=c5aed387 [c5aed387]] Translated using Weblate (Russian)<br/>Currently translated at 100.0% (1113 of 1113 strings)<br/>Translation: applications/tellico<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tellico/ru/
Line 2,497: Line 3,106:
 
= applications/settings =
 
= applications/settings =
 
== kdpkg ==
 
== kdpkg ==
  +
* [https://git.trinitydesktop.org/cgit/kdpkg/commit/?id=b864b036 [b864b036]] Translated using Weblate (Georgian)<br/>Currently translated at 100.0% (29 of 29 strings)<br/>Translation: applications/kdpkg - install<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kdpkg-install/ka/
  +
* [https://git.trinitydesktop.org/cgit/kdpkg/commit/?id=ebc1581c [ebc1581c]] Translated using Weblate (Georgian)<br/>Currently translated at 100.0% (33 of 33 strings)<br/>Translation: applications/kdpkg<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kdpkg/ka/
  +
* [https://git.trinitydesktop.org/cgit/kdpkg/commit/?id=d75d628d [d75d628d]] Translated using Weblate (Russian)<br/>Currently translated at 100.0% (29 of 29 strings)<br/>Translation: applications/kdpkg - install<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kdpkg-install/ru/
  +
* [https://git.trinitydesktop.org/cgit/kdpkg/commit/?id=929f0b3a [929f0b3a]] Translated using Weblate (Russian)<br/>Currently translated at 100.0% (33 of 33 strings)<br/>Translation: applications/kdpkg<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kdpkg/ru/
  +
* [https://git.trinitydesktop.org/cgit/kdpkg/commit/?id=a784f56c [a784f56c]] Added translation using Weblate (Georgian)
  +
* [https://git.trinitydesktop.org/cgit/kdpkg/commit/?id=2dfe94be [2dfe94be]] Added translation using Weblate (Georgian)
  +
* [https://git.trinitydesktop.org/cgit/kdpkg/commit/?id=e077698d [e077698d]] Translated using Weblate (Georgian)<br/>Currently translated at 100.0% (4 of 4 strings)<br/>Translation: applications/kdpkg - desktop files<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kdpkg-desktop-files/ka/
  +
* [https://git.trinitydesktop.org/cgit/kdpkg/commit/?id=ea62ade8 [ea62ade8]] Added translation using Weblate (Georgian)
  +
* [https://git.trinitydesktop.org/cgit/kdpkg/commit/?id=cb58e194 [cb58e194]] Update translation files<br/>Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.<br/>Translation: applications/kdpkg<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kdpkg/
  +
* [https://git.trinitydesktop.org/cgit/kdpkg/commit/?id=661f6bd5 [661f6bd5]] Update translation files<br/>Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.<br/>Translation: applications/kdpkg - desktop files<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kdpkg-desktop-files/
  +
* [https://git.trinitydesktop.org/cgit/kdpkg/commit/?id=d511dac5 [d511dac5]] Update translation files<br/>Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.<br/>Translation: applications/kdpkg - install<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kdpkg-install/
  +
* [https://git.trinitydesktop.org/cgit/kdpkg/commit/?id=9fd19b31 [9fd19b31]] Translated using Weblate (Italian)<br/>Currently translated at 100.0% (29 of 29 strings)<br/>Translation: applications/kdpkg - install<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kdpkg-install/it/
  +
* [https://git.trinitydesktop.org/cgit/kdpkg/commit/?id=0b1cdae4 [0b1cdae4]] Translated using Weblate (Italian)<br/>Currently translated at 100.0% (33 of 33 strings)<br/>Translation: applications/kdpkg<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kdpkg/it/
  +
* [https://git.trinitydesktop.org/cgit/kdpkg/commit/?id=b78fc64d [b78fc64d]] Added translation using Weblate (Italian)
  +
* [https://git.trinitydesktop.org/cgit/kdpkg/commit/?id=ac5f45ed [ac5f45ed]] Added translation using Weblate (Italian)
 
* [https://git.trinitydesktop.org/cgit/kdpkg/commit/?id=e5d56b2b [e5d56b2b]] Translated using Weblate (Russian)<br/>Currently translated at 100.0% (4 of 4 strings)<br/>Translation: applications/kdpkg - desktop files<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kdpkg-desktop-files/ru/
 
* [https://git.trinitydesktop.org/cgit/kdpkg/commit/?id=e5d56b2b [e5d56b2b]] Translated using Weblate (Russian)<br/>Currently translated at 100.0% (4 of 4 strings)<br/>Translation: applications/kdpkg - desktop files<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kdpkg-desktop-files/ru/
 
* [https://git.trinitydesktop.org/cgit/kdpkg/commit/?id=52160b83 [52160b83]] Added translation using Weblate (Russian)
 
* [https://git.trinitydesktop.org/cgit/kdpkg/commit/?id=52160b83 [52160b83]] Added translation using Weblate (Russian)
Line 2,508: Line 3,132:
   
 
== kima ==
 
== kima ==
  +
* [https://git.trinitydesktop.org/cgit/kima/commit/?id=cd351edc [cd351edc]] Translated using Weblate (Georgian)<br/>Currently translated at 100.0% (43 of 43 strings)<br/>Translation: applications/kima<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kima/ka/
  +
* [https://git.trinitydesktop.org/cgit/kima/commit/?id=5a8ba2dc [5a8ba2dc]] Translated using Weblate (Russian)<br/>Currently translated at 18.6% (8 of 43 strings)<br/>Translation: applications/kima<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kima/ru/
  +
* [https://git.trinitydesktop.org/cgit/kima/commit/?id=ba9caaf8 [ba9caaf8]] Added translation using Weblate (Georgian)
  +
* [https://git.trinitydesktop.org/cgit/kima/commit/?id=4ee8f57f [4ee8f57f]] Added translation using Weblate (Russian)
  +
* [https://git.trinitydesktop.org/cgit/kima/commit/?id=5e9d4de8 [5e9d4de8]] Translated using Weblate (Georgian)<br/>Currently translated at 100.0% (2 of 2 strings)<br/>Translation: applications/kima - kima.desktop<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kima-kimadesktop/ka/
  +
* [https://git.trinitydesktop.org/cgit/kima/commit/?id=0063ec96 [0063ec96]] Added translation using Weblate (Georgian)
  +
* [https://git.trinitydesktop.org/cgit/kima/commit/?id=b85c5087 [b85c5087]] Translated using Weblate (Italian)<br/>Currently translated at 100.0% (43 of 43 strings)<br/>Translation: applications/kima<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kima/it/
  +
* [https://git.trinitydesktop.org/cgit/kima/commit/?id=cf1c76f2 [cf1c76f2]] Added translation using Weblate (Italian)
  +
* [https://git.trinitydesktop.org/cgit/kima/commit/?id=ec0bd192 [ec0bd192]] Update translation files<br/>Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.<br/>Translation: applications/kima - kima.desktop<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kima-kimadesktop/
 
* [https://git.trinitydesktop.org/cgit/kima/commit/?id=72f70a32 [72f70a32]] Translated using Weblate (Russian)<br/>Currently translated at 100.0% (2 of 2 strings)<br/>Translation: applications/kima - kima.desktop<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kima-kimadesktop/ru/
 
* [https://git.trinitydesktop.org/cgit/kima/commit/?id=72f70a32 [72f70a32]] Translated using Weblate (Russian)<br/>Currently translated at 100.0% (2 of 2 strings)<br/>Translation: applications/kima - kima.desktop<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kima-kimadesktop/ru/
 
* [https://git.trinitydesktop.org/cgit/kima/commit/?id=59a7eecd [59a7eecd]] Added translation using Weblate (Russian)
 
* [https://git.trinitydesktop.org/cgit/kima/commit/?id=59a7eecd [59a7eecd]] Added translation using Weblate (Russian)
   
 
== kiosktool ==
 
== kiosktool ==
  +
* [https://git.trinitydesktop.org/cgit/kiosktool/commit/?id=57d17821 [57d17821]] Translated using Weblate (Georgian)<br/>Currently translated at 100.0% (2 of 2 strings)<br/>Translation: applications/kiosktool - kiosktool.desktop<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kiosktool-kiosktooldesktop/ka/
  +
* [https://git.trinitydesktop.org/cgit/kiosktool/commit/?id=9b1086a0 [9b1086a0]] Added translation using Weblate (Georgian)
  +
* [https://git.trinitydesktop.org/cgit/kiosktool/commit/?id=8fe64bb0 [8fe64bb0]] Update translation files<br/>Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.<br/>Translation: applications/kiosktool - kiosktool.desktop<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kiosktool-kiosktooldesktop/
 
* [https://git.trinitydesktop.org/cgit/kiosktool/commit/?id=fe1ef0db [fe1ef0db]] Translated using Weblate (Russian)<br/>Currently translated at 100.0% (2 of 2 strings)<br/>Translation: applications/kiosktool - kiosktool.desktop<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kiosktool-kiosktooldesktop/ru/
 
* [https://git.trinitydesktop.org/cgit/kiosktool/commit/?id=fe1ef0db [fe1ef0db]] Translated using Weblate (Russian)<br/>Currently translated at 100.0% (2 of 2 strings)<br/>Translation: applications/kiosktool - kiosktool.desktop<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kiosktool-kiosktooldesktop/ru/
 
* [https://git.trinitydesktop.org/cgit/kiosktool/commit/?id=e30e1b38 [e30e1b38]] Added translation using Weblate (Russian)
 
* [https://git.trinitydesktop.org/cgit/kiosktool/commit/?id=e30e1b38 [e30e1b38]] Added translation using Weblate (Russian)
Line 2,518: Line 3,154:
   
 
== kkbswitch ==
 
== kkbswitch ==
  +
* [https://git.trinitydesktop.org/cgit/kkbswitch/commit/?id=2c4399e1 [2c4399e1]] Update translation files<br/>Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.<br/>Translation: applications/kkbswitch<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kkbswitch/
  +
* [https://git.trinitydesktop.org/cgit/kkbswitch/commit/?id=e0854526 [e0854526]] Update translation template.
  +
* [https://git.trinitydesktop.org/cgit/kkbswitch/commit/?id=a79f1f2a [a79f1f2a]] Translated using Weblate (Georgian)<br/>Currently translated at 100.0% (2 of 2 strings)<br/>Translation: applications/kkbswitch - kkbswitch.desktop<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kkbswitch-kkbswitchdesktop/ka/
  +
* [https://git.trinitydesktop.org/cgit/kkbswitch/commit/?id=23fffd2e [23fffd2e]] Added translation using Weblate (Georgian)
  +
* [https://git.trinitydesktop.org/cgit/kkbswitch/commit/?id=16272b3d [16272b3d]] Update translation files<br/>Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.<br/>Translation: applications/kkbswitch<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kkbswitch/
 
* [https://git.trinitydesktop.org/cgit/kkbswitch/commit/?id=dd9aa434 [dd9aa434]] Translated using Weblate (Russian)<br/>Currently translated at 100.0% (57 of 57 strings)<br/>Translation: applications/kkbswitch<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kkbswitch/ru/
 
* [https://git.trinitydesktop.org/cgit/kkbswitch/commit/?id=dd9aa434 [dd9aa434]] Translated using Weblate (Russian)<br/>Currently translated at 100.0% (57 of 57 strings)<br/>Translation: applications/kkbswitch<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kkbswitch/ru/
 
* [https://git.trinitydesktop.org/cgit/kkbswitch/commit/?id=c81744ba [c81744ba]] Translated using Weblate (Russian)<br/>Currently translated at 100.0% (57 of 57 strings)<br/>Translation: applications/kkbswitch<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kkbswitch/ru/
 
* [https://git.trinitydesktop.org/cgit/kkbswitch/commit/?id=c81744ba [c81744ba]] Translated using Weblate (Russian)<br/>Currently translated at 100.0% (57 of 57 strings)<br/>Translation: applications/kkbswitch<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kkbswitch/ru/
Line 2,533: Line 3,174:
   
 
== klcddimmer ==
 
== klcddimmer ==
  +
* [https://git.trinitydesktop.org/cgit/klcddimmer/commit/?id=0290b7fd [0290b7fd]] Translated using Weblate (Georgian)<br/>Currently translated at 100.0% (36 of 36 strings)<br/>Translation: applications/klcddimmer<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/klcddimmer/ka/
  +
* [https://git.trinitydesktop.org/cgit/klcddimmer/commit/?id=f046e9af [f046e9af]] Added translation using Weblate (Georgian)
  +
* [https://git.trinitydesktop.org/cgit/klcddimmer/commit/?id=4d81750c [4d81750c]] Translated using Weblate (Georgian)<br/>Currently translated at 100.0% (3 of 3 strings)<br/>Translation: applications/klcddimmer - klcddimmer.desktop<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/klcddimmer-klcddimmerdesktop/ka/
  +
* [https://git.trinitydesktop.org/cgit/klcddimmer/commit/?id=e51755ba [e51755ba]] Added translation using Weblate (Georgian)
  +
* [https://git.trinitydesktop.org/cgit/klcddimmer/commit/?id=568353ed [568353ed]] Translated using Weblate (Italian)<br/>Currently translated at 100.0% (36 of 36 strings)<br/>Translation: applications/klcddimmer<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/klcddimmer/it/
  +
* [https://git.trinitydesktop.org/cgit/klcddimmer/commit/?id=b20ca0b4 [b20ca0b4]] Fix of unintentionally translated translator information.
  +
* [https://git.trinitydesktop.org/cgit/klcddimmer/commit/?id=6fda61b8 [6fda61b8]] Translated using Weblate (Italian)<br/>Currently translated at 2.7% (1 of 36 strings)<br/>Translation: applications/klcddimmer<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/klcddimmer/it/
  +
* [https://git.trinitydesktop.org/cgit/klcddimmer/commit/?id=4c008f80 [4c008f80]] Added translation using Weblate (Italian)
 
* [https://git.trinitydesktop.org/cgit/klcddimmer/commit/?id=10b9f399 [10b9f399]] Translated using Weblate (Polish)<br/>Currently translated at 66.6% (2 of 3 strings)<br/>Translation: applications/klcddimmer - klcddimmer.desktop<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/klcddimmer-klcddimmerdesktop/pl/
 
* [https://git.trinitydesktop.org/cgit/klcddimmer/commit/?id=10b9f399 [10b9f399]] Translated using Weblate (Polish)<br/>Currently translated at 66.6% (2 of 3 strings)<br/>Translation: applications/klcddimmer - klcddimmer.desktop<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/klcddimmer-klcddimmerdesktop/pl/
 
* [https://git.trinitydesktop.org/cgit/klcddimmer/commit/?id=4c074e14 [4c074e14]] Update translation files<br/>Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.<br/>Translation: applications/klcddimmer - klcddimmer.desktop<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/klcddimmer-klcddimmerdesktop/
 
* [https://git.trinitydesktop.org/cgit/klcddimmer/commit/?id=4c074e14 [4c074e14]] Update translation files<br/>Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.<br/>Translation: applications/klcddimmer - klcddimmer.desktop<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/klcddimmer-klcddimmerdesktop/
 
* [https://git.trinitydesktop.org/cgit/klcddimmer/commit/?id=739e6b63 [739e6b63]] Translated using Weblate (Russian)<br/>Currently translated at 100.0% (3 of 3 strings)<br/>Translation: applications/klcddimmer - klcddimmer.desktop<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/klcddimmer-klcddimmerdesktop/ru/
 
* [https://git.trinitydesktop.org/cgit/klcddimmer/commit/?id=739e6b63 [739e6b63]] Translated using Weblate (Russian)<br/>Currently translated at 100.0% (3 of 3 strings)<br/>Translation: applications/klcddimmer - klcddimmer.desktop<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/klcddimmer-klcddimmerdesktop/ru/
 
* [https://git.trinitydesktop.org/cgit/klcddimmer/commit/?id=c552505d [c552505d]] Update translation files<br/>Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.<br/>Translation: applications/klcddimmer<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/klcddimmer/
 
* [https://git.trinitydesktop.org/cgit/klcddimmer/commit/?id=c552505d [c552505d]] Update translation files<br/>Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.<br/>Translation: applications/klcddimmer<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/klcddimmer/
  +
  +
== kmyfirewall ==
  +
* [https://git.trinitydesktop.org/cgit/kmyfirewall/commit/?id=60ac731f [60ac731f]] Update translation files<br/>Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.<br/>Translation: applications/kmyfirewall - systray<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kmyfirewall-systray/
  +
* [https://git.trinitydesktop.org/cgit/kmyfirewall/commit/?id=b97a7abc [b97a7abc]] Translated using Weblate (Georgian)<br/>Currently translated at 100.0% (24 of 24 strings)<br/>Translation: applications/kmyfirewall - systray<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kmyfirewall-systray/ka/
  +
* [https://git.trinitydesktop.org/cgit/kmyfirewall/commit/?id=71ef26cb [71ef26cb]] Update translation template.
  +
* [https://git.trinitydesktop.org/cgit/kmyfirewall/commit/?id=b3fcc74a [b3fcc74a]] Added translation using Weblate (Georgian)
   
 
== tde-systemsettings ==
 
== tde-systemsettings ==
  +
* [https://git.trinitydesktop.org/cgit/tde-systemsettings/commit/?id=042bc67c [042bc67c]] Fix plural form of translations.<br/>The leading '_n: ' should not be part of the translations.
  +
* [https://git.trinitydesktop.org/cgit/tde-systemsettings/commit/?id=bd4bea4a [bd4bea4a]] Translated using Weblate (Georgian)<br/>Currently translated at 100.0% (19 of 19 strings)<br/>Translation: applications/tde-systemsettings<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tde-systemsettings/ka/
  +
* [https://git.trinitydesktop.org/cgit/tde-systemsettings/commit/?id=1eaccda2 [1eaccda2]] Added translation using Weblate (Georgian)
  +
* [https://git.trinitydesktop.org/cgit/tde-systemsettings/commit/?id=5d84e75e [5d84e75e]] Translated using Weblate (Georgian)<br/>Currently translated at 100.0% (38 of 38 strings)<br/>Translation: applications/tde-systemsettings - desktop files<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tde-systemsettings-desktop-files/ka/
  +
* [https://git.trinitydesktop.org/cgit/tde-systemsettings/commit/?id=8badc00a [8badc00a]] Translated using Weblate (Italian)<br/>Currently translated at 100.0% (38 of 38 strings)<br/>Translation: applications/tde-systemsettings - desktop files<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tde-systemsettings-desktop-files/it/
 
* [https://git.trinitydesktop.org/cgit/tde-systemsettings/commit/?id=68f1f0e8 [68f1f0e8]] Translated using Weblate (Portuguese (Brazil))<br/>Currently translated at 100.0% (38 of 38 strings)<br/>Translation: applications/tde-systemsettings - desktop files<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tde-systemsettings-desktop-files/pt_BR/
 
* [https://git.trinitydesktop.org/cgit/tde-systemsettings/commit/?id=68f1f0e8 [68f1f0e8]] Translated using Weblate (Portuguese (Brazil))<br/>Currently translated at 100.0% (38 of 38 strings)<br/>Translation: applications/tde-systemsettings - desktop files<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tde-systemsettings-desktop-files/pt_BR/
   
 
== tdenetworkmanager ==
 
== tdenetworkmanager ==
  +
* [https://git.trinitydesktop.org/cgit/tdenetworkmanager/commit/?id=22eb26b4 [22eb26b4]] Translated using Weblate (Georgian)<br/>Currently translated at 100.0% (20 of 20 strings)<br/>Translation: applications/tdenetworkmanager - events<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdenetworkmanager-events/ka/
  +
* [https://git.trinitydesktop.org/cgit/tdenetworkmanager/commit/?id=46feb88d [46feb88d]] Added translation using Weblate (Georgian)
  +
* [https://git.trinitydesktop.org/cgit/tdenetworkmanager/commit/?id=63f0bc38 [63f0bc38]] Translated using Weblate (Georgian)<br/>Currently translated at 100.0% (9 of 9 strings)<br/>Translation: applications/tdenetworkmanager - desktop files<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdenetworkmanager-desktop-files/ka/
  +
* [https://git.trinitydesktop.org/cgit/tdenetworkmanager/commit/?id=6db570c0 [6db570c0]] Added translation using Weblate (Georgian)
  +
* [https://git.trinitydesktop.org/cgit/tdenetworkmanager/commit/?id=1585c265 [1585c265]] Update translation files<br/>Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.<br/>Translation: applications/tdenetworkmanager - desktop files<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdenetworkmanager-desktop-files/
  +
* [https://git.trinitydesktop.org/cgit/tdenetworkmanager/commit/?id=55e4cb6c [55e4cb6c]] Update translation files<br/>Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.<br/>Translation: applications/tdenetworkmanager<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdenetworkmanager/
  +
* [https://git.trinitydesktop.org/cgit/tdenetworkmanager/commit/?id=7d7ea84b [7d7ea84b]] Translated using Weblate (German)<br/>Currently translated at 85.0% (17 of 20 strings)<br/>Translation: applications/tdenetworkmanager - events<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdenetworkmanager-events/de/
  +
* [https://git.trinitydesktop.org/cgit/tdenetworkmanager/commit/?id=4d63f15b [4d63f15b]] Translated using Weblate (German)<br/>Currently translated at 44.4% (4 of 9 strings)<br/>Translation: applications/tdenetworkmanager - desktop files<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdenetworkmanager-desktop-files/de/
 
* [https://git.trinitydesktop.org/cgit/tdenetworkmanager/commit/?id=844977ab [844977ab]] Translated using Weblate (Russian)<br/>Currently translated at 100.0% (9 of 9 strings)<br/>Translation: applications/tdenetworkmanager - desktop files<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdenetworkmanager-desktop-files/ru/
 
* [https://git.trinitydesktop.org/cgit/tdenetworkmanager/commit/?id=844977ab [844977ab]] Translated using Weblate (Russian)<br/>Currently translated at 100.0% (9 of 9 strings)<br/>Translation: applications/tdenetworkmanager - desktop files<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdenetworkmanager-desktop-files/ru/
 
* [https://git.trinitydesktop.org/cgit/tdenetworkmanager/commit/?id=4df2908f [4df2908f]] Added translation using Weblate (Russian)
 
* [https://git.trinitydesktop.org/cgit/tdenetworkmanager/commit/?id=4df2908f [4df2908f]] Added translation using Weblate (Russian)
Line 2,559: Line 3,227:
   
 
== tdesudo ==
 
== tdesudo ==
  +
* [https://git.trinitydesktop.org/cgit/tdesudo/commit/?id=7674fde5 [7674fde5]] Translated using Weblate (Georgian)<br/>Currently translated at 100.0% (28 of 28 strings)<br/>Translation: applications/tdesudo<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdesudo/ka/
  +
* [https://git.trinitydesktop.org/cgit/tdesudo/commit/?id=c6160861 [c6160861]] Added translation using Weblate (Georgian)
 
* [https://git.trinitydesktop.org/cgit/tdesudo/commit/?id=ccf9891b [ccf9891b]] Translated using Weblate (Portuguese)<br/>Currently translated at 10.7% (3 of 28 strings)<br/>Translation: applications/tdesudo<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdesudo/pt/
 
* [https://git.trinitydesktop.org/cgit/tdesudo/commit/?id=ccf9891b [ccf9891b]] Translated using Weblate (Portuguese)<br/>Currently translated at 10.7% (3 of 28 strings)<br/>Translation: applications/tdesudo<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdesudo/pt/
   
 
== wlassistant ==
 
== wlassistant ==
  +
* [https://git.trinitydesktop.org/cgit/wlassistant/commit/?id=31269549 [31269549]] Translated using Weblate (Georgian)<br/>Currently translated at 100.0% (3 of 3 strings)<br/>Translation: applications/wlassistant - wlassistant.desktop<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/wlassistant-wlassistantdesktop/ka/
  +
* [https://git.trinitydesktop.org/cgit/wlassistant/commit/?id=273f753d [273f753d]] Added translation using Weblate (Georgian)
  +
* [https://git.trinitydesktop.org/cgit/wlassistant/commit/?id=9fb9997c [9fb9997c]] Update translation files<br/>Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.<br/>Translation: applications/wlassistant - wlassistant.desktop<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/wlassistant-wlassistantdesktop/
 
* [https://git.trinitydesktop.org/cgit/wlassistant/commit/?id=3e7e7008 [3e7e7008]] Translated using Weblate (Russian)<br/>Currently translated at 100.0% (3 of 3 strings)<br/>Translation: applications/wlassistant - wlassistant.desktop<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/wlassistant-wlassistantdesktop/ru/
 
* [https://git.trinitydesktop.org/cgit/wlassistant/commit/?id=3e7e7008 [3e7e7008]] Translated using Weblate (Russian)<br/>Currently translated at 100.0% (3 of 3 strings)<br/>Translation: applications/wlassistant - wlassistant.desktop<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/wlassistant-wlassistantdesktop/ru/
   
 
= applications/system =
 
= applications/system =
 
== dolphin ==
 
== dolphin ==
  +
* [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=bc84714b [bc84714b]] Fix plural form of translations.<br/>The leading '_n: ' should not be part of the translations.
  +
* [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=5eb3d89a [5eb3d89a]] Translated using Weblate (Georgian)<br/>Currently translated at 100.0% (174 of 174 strings)<br/>Translation: applications/dolphin<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/dolphin/ka/
  +
* [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=57b19c57 [57b19c57]] Added translation using Weblate (Georgian)
  +
* [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=1940595e [1940595e]] Translated using Weblate (Georgian)<br/>Currently translated at 100.0% (64 of 64 strings)<br/>Translation: applications/dolphin - servicemenus<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/dolphin-servicemenus/ka/
  +
* [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=91846b19 [91846b19]] Translated using Weblate (Georgian)<br/>Currently translated at 100.0% (2 of 2 strings)<br/>Translation: applications/dolphin - d3lphin.desktop<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/dolphin-d3lphindesktop/ka/
  +
* [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=d752e4ad [d752e4ad]] Added translation using Weblate (Georgian)
  +
* [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=72283ac2 [72283ac2]] Update translation files<br/>Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.<br/>Translation: applications/dolphin<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/dolphin/
  +
* [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=e254119c [e254119c]] Update translation files<br/>Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.<br/>Translation: applications/dolphin - servicemenus<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/dolphin-servicemenus/
  +
* [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=43564578 [43564578]] Translated using Weblate (Italian)<br/>Currently translated at 100.0% (64 of 64 strings)<br/>Translation: applications/dolphin - servicemenus<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/dolphin-servicemenus/it/
  +
* [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=cd90f060 [cd90f060]] Translated using Weblate (Russian)<br/>Currently translated at 100.0% (64 of 64 strings)<br/>Translation: applications/dolphin - servicemenus<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/dolphin-servicemenus/ru/
  +
* [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=76e013bb [76e013bb]] Update translation files<br/>Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.<br/>Translation: applications/dolphin - servicemenus<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/dolphin-servicemenus/
  +
* [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=0d9a7db1 [0d9a7db1]] Update translation template.
 
* [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=b6e4e387 [b6e4e387]] Fix plural form of translations.<br/>The leading '_n: ' should not be part of the translations.
 
* [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=b6e4e387 [b6e4e387]] Fix plural form of translations.<br/>The leading '_n: ' should not be part of the translations.
 
* [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=66caccf8 [66caccf8]] Translated using Weblate (Portuguese)<br/>Currently translated at 100.0% (174 of 174 strings)<br/>Translation: applications/dolphin<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/dolphin/pt/
 
* [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=66caccf8 [66caccf8]] Translated using Weblate (Portuguese)<br/>Currently translated at 100.0% (174 of 174 strings)<br/>Translation: applications/dolphin<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/dolphin/pt/
Line 2,586: Line 3,271:
   
 
== katapult ==
 
== katapult ==
  +
* [https://git.trinitydesktop.org/cgit/katapult/commit/?id=a56b76fe [a56b76fe]] Translated using Weblate (Georgian)<br/>Currently translated at 100.0% (89 of 89 strings)<br/>Translation: applications/katapult<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/katapult/ka/
  +
* [https://git.trinitydesktop.org/cgit/katapult/commit/?id=2ab06e76 [2ab06e76]] Added translation using Weblate (Georgian)
  +
* [https://git.trinitydesktop.org/cgit/katapult/commit/?id=0c27fcff [0c27fcff]] Translated using Weblate (Georgian)<br/>Currently translated at 100.0% (16 of 16 strings)<br/>Translation: applications/katapult - catalogs<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/katapult-catalogs/ka/
  +
* [https://git.trinitydesktop.org/cgit/katapult/commit/?id=d35e6e3a [d35e6e3a]] Added translation using Weblate (Georgian)
  +
* [https://git.trinitydesktop.org/cgit/katapult/commit/?id=e7e30915 [e7e30915]] Update translation files<br/>Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.<br/>Translation: applications/katapult<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/katapult/
  +
* [https://git.trinitydesktop.org/cgit/katapult/commit/?id=ea7447f0 [ea7447f0]] Update translation template.
  +
* [https://git.trinitydesktop.org/cgit/katapult/commit/?id=b71601ee [b71601ee]] Translated using Weblate (Georgian)<br/>Currently translated at 100.0% (6 of 6 strings)<br/>Translation: applications/katapult - displays<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/katapult-displays/ka/
  +
* [https://git.trinitydesktop.org/cgit/katapult/commit/?id=252c4539 [252c4539]] Translated using Weblate (Russian)<br/>Currently translated at 100.0% (2 of 2 strings)<br/>Translation: applications/katapult - katapult.desktop<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/katapult-katapultdesktop/ru/
  +
* [https://git.trinitydesktop.org/cgit/katapult/commit/?id=629585bb [629585bb]] Translated using Weblate (Russian)<br/>Currently translated at 100.0% (89 of 89 strings)<br/>Translation: applications/katapult<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/katapult/ru/
  +
* [https://git.trinitydesktop.org/cgit/katapult/commit/?id=cf048393 [cf048393]] Added translation using Weblate (Georgian)
  +
* [https://git.trinitydesktop.org/cgit/katapult/commit/?id=4fb5eb7a [4fb5eb7a]] Translated using Weblate (Georgian)<br/>Currently translated at 100.0% (2 of 2 strings)<br/>Translation: applications/katapult - katapult.desktop<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/katapult-katapultdesktop/ka/
  +
* [https://git.trinitydesktop.org/cgit/katapult/commit/?id=ab9b59f3 [ab9b59f3]] Added translation using Weblate (Georgian)
  +
* [https://git.trinitydesktop.org/cgit/katapult/commit/?id=227eb69b [227eb69b]] Translated using Weblate (Russian)<br/>Currently translated at 73.0% (65 of 89 strings)<br/>Translation: applications/katapult<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/katapult/ru/
  +
* [https://git.trinitydesktop.org/cgit/katapult/commit/?id=8d4c6c83 [8d4c6c83]] Update translation files<br/>Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.<br/>Translation: applications/katapult - katapult.desktop<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/katapult-katapultdesktop/
  +
* [https://git.trinitydesktop.org/cgit/katapult/commit/?id=a9722a2a [a9722a2a]] Update translation files<br/>Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.<br/>Translation: applications/katapult<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/katapult/
  +
* [https://git.trinitydesktop.org/cgit/katapult/commit/?id=7bd864eb [7bd864eb]] Update translation files<br/>Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.<br/>Translation: applications/katapult - displays<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/katapult-displays/
 
* [https://git.trinitydesktop.org/cgit/katapult/commit/?id=5ba23c85 [5ba23c85]] Translated using Weblate (Russian)<br/>Currently translated at 61.7% (55 of 89 strings)<br/>Translation: applications/katapult<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/katapult/ru/
 
* [https://git.trinitydesktop.org/cgit/katapult/commit/?id=5ba23c85 [5ba23c85]] Translated using Weblate (Russian)<br/>Currently translated at 61.7% (55 of 89 strings)<br/>Translation: applications/katapult<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/katapult/ru/
 
* [https://git.trinitydesktop.org/cgit/katapult/commit/?id=b427732a [b427732a]] Translated using Weblate (Russian)<br/>Currently translated at 100.0% (6 of 6 strings)<br/>Translation: applications/katapult - displays<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/katapult-displays/ru/
 
* [https://git.trinitydesktop.org/cgit/katapult/commit/?id=b427732a [b427732a]] Translated using Weblate (Russian)<br/>Currently translated at 100.0% (6 of 6 strings)<br/>Translation: applications/katapult - displays<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/katapult-displays/ru/
Line 2,594: Line 3,295:
   
 
== kbfx ==
 
== kbfx ==
  +
* [https://git.trinitydesktop.org/cgit/kbfx/commit/?id=3a2b25bb [3a2b25bb]] Translated using Weblate (Georgian)<br/>Currently translated at 100.0% (8 of 8 strings)<br/>Translation: applications/kbfx - desktop files<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbfx-desktop-files/ka/
  +
* [https://git.trinitydesktop.org/cgit/kbfx/commit/?id=d9248752 [d9248752]] Added translation using Weblate (Georgian)
  +
* [https://git.trinitydesktop.org/cgit/kbfx/commit/?id=3e72387f [3e72387f]] Update translation files<br/>Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.<br/>Translation: applications/kbfx<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbfx/
  +
* [https://git.trinitydesktop.org/cgit/kbfx/commit/?id=8728a71b [8728a71b]] Update translation files<br/>Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.<br/>Translation: applications/kbfx - desktop files<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbfx-desktop-files/
 
* [https://git.trinitydesktop.org/cgit/kbfx/commit/?id=83dfb156 [83dfb156]] Translated using Weblate (Portuguese)<br/>Currently translated at 100.0% (8 of 8 strings)<br/>Translation: applications/kbfx - desktop files<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbfx-desktop-files/pt/
 
* [https://git.trinitydesktop.org/cgit/kbfx/commit/?id=83dfb156 [83dfb156]] Translated using Weblate (Portuguese)<br/>Currently translated at 100.0% (8 of 8 strings)<br/>Translation: applications/kbfx - desktop files<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbfx-desktop-files/pt/
 
* [https://git.trinitydesktop.org/cgit/kbfx/commit/?id=f445316b [f445316b]] Translated using Weblate (Russian)<br/>Currently translated at 100.0% (8 of 8 strings)<br/>Translation: applications/kbfx - desktop files<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbfx-desktop-files/ru/
 
* [https://git.trinitydesktop.org/cgit/kbfx/commit/?id=f445316b [f445316b]] Translated using Weblate (Russian)<br/>Currently translated at 100.0% (8 of 8 strings)<br/>Translation: applications/kbfx - desktop files<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbfx-desktop-files/ru/
Line 2,601: Line 3,306:
   
 
== kcmautostart ==
 
== kcmautostart ==
  +
* [https://git.trinitydesktop.org/cgit/kcmautostart/commit/?id=59304976 [59304976]] Translated using Weblate (Georgian)<br/>Currently translated at 100.0% (16 of 16 strings)<br/>Translation: applications/kcm-autostart<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kcm-autostart/ka/
  +
* [https://git.trinitydesktop.org/cgit/kcmautostart/commit/?id=9427e7ec [9427e7ec]] Added translation using Weblate (Georgian)
  +
* [https://git.trinitydesktop.org/cgit/kcmautostart/commit/?id=d1430cf3 [d1430cf3]] Translated using Weblate (Georgian)<br/>Currently translated at 100.0% (3 of 3 strings)<br/>Translation: applications/kcm-autostart - autostart.desktop<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kcm-autostart-autostartdesktop/ka/
  +
* [https://git.trinitydesktop.org/cgit/kcmautostart/commit/?id=7ea924c2 [7ea924c2]] Added translation using Weblate (Georgian)
  +
* [https://git.trinitydesktop.org/cgit/kcmautostart/commit/?id=a23288b9 [a23288b9]] Update translation files<br/>Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.<br/>Translation: applications/kcm-autostart<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kcm-autostart/
  +
* [https://git.trinitydesktop.org/cgit/kcmautostart/commit/?id=8d01d21a [8d01d21a]] Update translation files<br/>Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.<br/>Translation: applications/kcm-autostart - autostart.desktop<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kcm-autostart-autostartdesktop/
  +
* [https://git.trinitydesktop.org/cgit/kcmautostart/commit/?id=2f2f211d [2f2f211d]] Translated using Weblate (Italian)<br/>Currently translated at 100.0% (16 of 16 strings)<br/>Translation: applications/kcm-autostart<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kcm-autostart/it/
  +
* [https://git.trinitydesktop.org/cgit/kcmautostart/commit/?id=43c28f45 [43c28f45]] Added translation using Weblate (Italian)
 
* [https://git.trinitydesktop.org/cgit/kcmautostart/commit/?id=b5fa6c20 [b5fa6c20]] Translated using Weblate (Russian)<br/>Currently translated at 100.0% (3 of 3 strings)<br/>Translation: applications/kcm-autostart - autostart.desktop<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kcm-autostart-autostartdesktop/ru/
 
* [https://git.trinitydesktop.org/cgit/kcmautostart/commit/?id=b5fa6c20 [b5fa6c20]] Translated using Weblate (Russian)<br/>Currently translated at 100.0% (3 of 3 strings)<br/>Translation: applications/kcm-autostart - autostart.desktop<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kcm-autostart-autostartdesktop/ru/
 
* [https://git.trinitydesktop.org/cgit/kcmautostart/commit/?id=93aa3c87 [93aa3c87]] Added translation using Weblate (Russian)
 
* [https://git.trinitydesktop.org/cgit/kcmautostart/commit/?id=93aa3c87 [93aa3c87]] Added translation using Weblate (Russian)
Line 2,609: Line 3,322:
   
 
== kdbusnotification ==
 
== kdbusnotification ==
  +
* [https://git.trinitydesktop.org/cgit/kdbusnotification/commit/?id=7cda7848 [7cda7848]] Translated using Weblate (Georgian)<br/>Currently translated at 100.0% (5 of 5 strings)<br/>Translation: applications/kdbusnotification<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kdbusnotification/ka/
  +
* [https://git.trinitydesktop.org/cgit/kdbusnotification/commit/?id=7da2686d [7da2686d]] Added translation using Weblate (Georgian)
  +
* [https://git.trinitydesktop.org/cgit/kdbusnotification/commit/?id=1630f8f8 [1630f8f8]] Translated using Weblate (Georgian)<br/>Currently translated at 100.0% (2 of 2 strings)<br/>Translation: applications/kdbusnotification - autostart.desktop<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kdbusnotification-autostartdesktop/ka/
  +
* [https://git.trinitydesktop.org/cgit/kdbusnotification/commit/?id=f5ac6796 [f5ac6796]] Added translation using Weblate (Georgian)
  +
* [https://git.trinitydesktop.org/cgit/kdbusnotification/commit/?id=113bd474 [113bd474]] Update translation files<br/>Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.<br/>Translation: applications/kdbusnotification<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kdbusnotification/
  +
* [https://git.trinitydesktop.org/cgit/kdbusnotification/commit/?id=e70fca00 [e70fca00]] Update translation files<br/>Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.<br/>Translation: applications/kdbusnotification - autostart.desktop<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kdbusnotification-autostartdesktop/
 
* [https://git.trinitydesktop.org/cgit/kdbusnotification/commit/?id=1a641393 [1a641393]] Translated using Weblate (Russian)<br/>Currently translated at 100.0% (5 of 5 strings)<br/>Translation: applications/kdbusnotification<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kdbusnotification/ru/
 
* [https://git.trinitydesktop.org/cgit/kdbusnotification/commit/?id=1a641393 [1a641393]] Translated using Weblate (Russian)<br/>Currently translated at 100.0% (5 of 5 strings)<br/>Translation: applications/kdbusnotification<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kdbusnotification/ru/
 
* [https://git.trinitydesktop.org/cgit/kdbusnotification/commit/?id=b412e198 [b412e198]] Added translation using Weblate (Russian)
 
* [https://git.trinitydesktop.org/cgit/kdbusnotification/commit/?id=b412e198 [b412e198]] Added translation using Weblate (Russian)
Line 2,615: Line 3,334:
   
 
== klamav ==
 
== klamav ==
  +
* [https://git.trinitydesktop.org/cgit/klamav/commit/?id=46e49bef [46e49bef]] Translated using Weblate (Georgian)<br/>Currently translated at 100.0% (11 of 11 strings)<br/>Translation: applications/klamav - events<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/klamav-events/ka/
  +
* [https://git.trinitydesktop.org/cgit/klamav/commit/?id=d1f98ec6 [d1f98ec6]] Added translation using Weblate (Georgian)
  +
* [https://git.trinitydesktop.org/cgit/klamav/commit/?id=eb4a16de [eb4a16de]] Translated using Weblate (Georgian)<br/>Currently translated at 100.0% (5 of 5 strings)<br/>Translation: applications/klamav - desktop files<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/klamav-desktop-files/ka/
  +
* [https://git.trinitydesktop.org/cgit/klamav/commit/?id=ef00ee98 [ef00ee98]] Added translation using Weblate (Georgian)
  +
* [https://git.trinitydesktop.org/cgit/klamav/commit/?id=8106c138 [8106c138]] Update translation files<br/>Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.<br/>Translation: applications/klamav<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/klamav/
  +
* [https://git.trinitydesktop.org/cgit/klamav/commit/?id=15c9978b [15c9978b]] Update translation files<br/>Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.<br/>Translation: applications/klamav - events<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/klamav-events/
  +
* [https://git.trinitydesktop.org/cgit/klamav/commit/?id=e0a69957 [e0a69957]] Adapt to latest tqt3 version
 
* [https://git.trinitydesktop.org/cgit/klamav/commit/?id=29631587 [29631587]] Translated using Weblate (Russian)<br/>Currently translated at 100.0% (11 of 11 strings)<br/>Translation: applications/klamav - events<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/klamav-events/ru/
 
* [https://git.trinitydesktop.org/cgit/klamav/commit/?id=29631587 [29631587]] Translated using Weblate (Russian)<br/>Currently translated at 100.0% (11 of 11 strings)<br/>Translation: applications/klamav - events<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/klamav-events/ru/
 
* [https://git.trinitydesktop.org/cgit/klamav/commit/?id=478aa390 [478aa390]] Translated using Weblate (Russian)<br/>Currently translated at 64.4% (286 of 444 strings)<br/>Translation: applications/klamav<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/klamav/ru/
 
* [https://git.trinitydesktop.org/cgit/klamav/commit/?id=478aa390 [478aa390]] Translated using Weblate (Russian)<br/>Currently translated at 64.4% (286 of 444 strings)<br/>Translation: applications/klamav<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/klamav/ru/
Line 2,621: Line 3,347:
   
 
== knemo ==
 
== knemo ==
  +
* [https://git.trinitydesktop.org/cgit/knemo/commit/?id=362dbd77 [362dbd77]] Translated using Weblate (Russian)<br/>Currently translated at 100.0% (104 of 104 strings)<br/>Translation: applications/knemo - kcm<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knemo-kcm/ru/
  +
* [https://git.trinitydesktop.org/cgit/knemo/commit/?id=708c6856 [708c6856]] Translated using Weblate (Georgian)<br/>Currently translated at 100.0% (4 of 4 strings)<br/>Translation: applications/knemo - desktop files<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knemo-desktop-files/ka/
  +
* [https://git.trinitydesktop.org/cgit/knemo/commit/?id=c8e91324 [c8e91324]] Translated using Weblate (Georgian)<br/>Currently translated at 100.0% (104 of 104 strings)<br/>Translation: applications/knemo - kcm<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knemo-kcm/ka/
  +
* [https://git.trinitydesktop.org/cgit/knemo/commit/?id=9eabdcfc [9eabdcfc]] Translated using Weblate (Georgian)<br/>Currently translated at 100.0% (85 of 85 strings)<br/>Translation: applications/knemo<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knemo/ka/
  +
* [https://git.trinitydesktop.org/cgit/knemo/commit/?id=cd1aedc2 [cd1aedc2]] Translated using Weblate (Polish)<br/>Currently translated at 100.0% (4 of 4 strings)<br/>Translation: applications/knemo - desktop files<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knemo-desktop-files/pl/
 
* [https://git.trinitydesktop.org/cgit/knemo/commit/?id=e7fb48e5 [e7fb48e5]] Translated using Weblate (Polish)<br/>Currently translated at 100.0% (85 of 85 strings)<br/>Translation: applications/knemo<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knemo/pl/
 
* [https://git.trinitydesktop.org/cgit/knemo/commit/?id=e7fb48e5 [e7fb48e5]] Translated using Weblate (Polish)<br/>Currently translated at 100.0% (85 of 85 strings)<br/>Translation: applications/knemo<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knemo/pl/
 
* [https://git.trinitydesktop.org/cgit/knemo/commit/?id=9e04f998 [9e04f998]] Update translation files<br/>Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.<br/>Translation: applications/knemo - desktop files<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knemo-desktop-files/
 
* [https://git.trinitydesktop.org/cgit/knemo/commit/?id=9e04f998 [9e04f998]] Update translation files<br/>Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.<br/>Translation: applications/knemo - desktop files<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knemo-desktop-files/
Line 2,632: Line 3,363:
   
 
== knetload ==
 
== knetload ==
  +
* [https://git.trinitydesktop.org/cgit/knetload/commit/?id=4009c341 [4009c341]] Translated using Weblate (Georgian)<br/>Currently translated at 100.0% (53 of 53 strings)<br/>Translation: applications/knetload<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knetload/ka/
  +
* [https://git.trinitydesktop.org/cgit/knetload/commit/?id=2d657a37 [2d657a37]] Added translation using Weblate (Georgian)
  +
* [https://git.trinitydesktop.org/cgit/knetload/commit/?id=21f2b824 [21f2b824]] Translated using Weblate (Georgian)<br/>Currently translated at 100.0% (3 of 3 strings)<br/>Translation: applications/knetload - knetload.desktop<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knetload-knetloaddesktop/ka/
  +
* [https://git.trinitydesktop.org/cgit/knetload/commit/?id=b97d6a85 [b97d6a85]] Added translation using Weblate (Georgian)
 
* [https://git.trinitydesktop.org/cgit/knetload/commit/?id=ba2626b3 [ba2626b3]] Translated using Weblate (Polish)<br/>Currently translated at 100.0% (3 of 3 strings)<br/>Translation: applications/knetload - knetload.desktop<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knetload-knetloaddesktop/pl/
 
* [https://git.trinitydesktop.org/cgit/knetload/commit/?id=ba2626b3 [ba2626b3]] Translated using Weblate (Polish)<br/>Currently translated at 100.0% (3 of 3 strings)<br/>Translation: applications/knetload - knetload.desktop<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knetload-knetloaddesktop/pl/
 
* [https://git.trinitydesktop.org/cgit/knetload/commit/?id=c52c618e [c52c618e]] Added translation using Weblate (Polish)
 
* [https://git.trinitydesktop.org/cgit/knetload/commit/?id=c52c618e [c52c618e]] Added translation using Weblate (Polish)
Line 2,638: Line 3,373:
   
 
== knetstats ==
 
== knetstats ==
  +
* [https://git.trinitydesktop.org/cgit/knetstats/commit/?id=0f2e736b [0f2e736b]] Translated using Weblate (Georgian)<br/>Currently translated at 100.0% (2 of 2 strings)<br/>Translation: applications/knetstats - knetstats.desktop<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knetstats-knetstatsdesktop/ka/
  +
* [https://git.trinitydesktop.org/cgit/knetstats/commit/?id=54d6d53e [54d6d53e]] Translated using Weblate (Georgian)<br/>Currently translated at 100.0% (53 of 53 strings)<br/>Translation: applications/knetstats<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knetstats/ka/
  +
* [https://git.trinitydesktop.org/cgit/knetstats/commit/?id=aa6e1e8f [aa6e1e8f]] Update translation files<br/>Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.<br/>Translation: applications/knetstats<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knetstats/
  +
* [https://git.trinitydesktop.org/cgit/knetstats/commit/?id=d0767208 [d0767208]] Update translation files<br/>Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.<br/>Translation: applications/knetstats - knetstats.desktop<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knetstats-knetstatsdesktop/
 
* [https://git.trinitydesktop.org/cgit/knetstats/commit/?id=cde57e3a [cde57e3a]] Translated using Weblate (Russian)<br/>Currently translated at 100.0% (53 of 53 strings)<br/>Translation: applications/knetstats<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knetstats/ru/
 
* [https://git.trinitydesktop.org/cgit/knetstats/commit/?id=cde57e3a [cde57e3a]] Translated using Weblate (Russian)<br/>Currently translated at 100.0% (53 of 53 strings)<br/>Translation: applications/knetstats<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knetstats/ru/
 
* [https://git.trinitydesktop.org/cgit/knetstats/commit/?id=f59f6f15 [f59f6f15]] Translated using Weblate (Russian)<br/>Currently translated at 100.0% (2 of 2 strings)<br/>Translation: applications/knetstats - knetstats.desktop<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knetstats-knetstatsdesktop/ru/
 
* [https://git.trinitydesktop.org/cgit/knetstats/commit/?id=f59f6f15 [f59f6f15]] Translated using Weblate (Russian)<br/>Currently translated at 100.0% (2 of 2 strings)<br/>Translation: applications/knetstats - knetstats.desktop<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knetstats-knetstatsdesktop/ru/
 
* [https://git.trinitydesktop.org/cgit/knetstats/commit/?id=26523e70 [26523e70]] Added translation using Weblate (Russian)
 
* [https://git.trinitydesktop.org/cgit/knetstats/commit/?id=26523e70 [26523e70]] Added translation using Weblate (Russian)
 
* [https://git.trinitydesktop.org/cgit/knetstats/commit/?id=fca6b8e0 [fca6b8e0]] Translated using Weblate (Russian)<br/>Currently translated at 100.0% (53 of 53 strings)<br/>Translation: applications/knetstats<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knetstats/ru/
 
* [https://git.trinitydesktop.org/cgit/knetstats/commit/?id=fca6b8e0 [fca6b8e0]] Translated using Weblate (Russian)<br/>Currently translated at 100.0% (53 of 53 strings)<br/>Translation: applications/knetstats<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knetstats/ru/
  +
  +
== kooldock ==
  +
* [https://git.trinitydesktop.org/cgit/kooldock/commit/?id=ff9bf31f [ff9bf31f]] Update translation files<br/>Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.<br/>Translation: applications/kooldock<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kooldock/
  +
* [https://git.trinitydesktop.org/cgit/kooldock/commit/?id=793cfe34 [793cfe34]] Translated using Weblate (Italian)<br/>Currently translated at 100.0% (171 of 171 strings)<br/>Translation: applications/kooldock<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kooldock/it/
   
 
== krusader ==
 
== krusader ==
  +
* [https://git.trinitydesktop.org/cgit/krusader/commit/?id=c8e94230 [c8e94230]] Translated using Weblate (Georgian)<br/>Currently translated at 100.0% (15 of 15 strings)<br/>Translation: applications/krusader - tdeio-krarc<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/krusader-tdeio-krarc/ka/
  +
* [https://git.trinitydesktop.org/cgit/krusader/commit/?id=b5aa6dee [b5aa6dee]] Added translation using Weblate (Georgian)
  +
* [https://git.trinitydesktop.org/cgit/krusader/commit/?id=576b8bcb [576b8bcb]] Translated using Weblate (Georgian)<br/>Currently translated at 100.0% (5 of 5 strings)<br/>Translation: applications/krusader - tdeio-virt<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/krusader-tdeio-virt/ka/
  +
* [https://git.trinitydesktop.org/cgit/krusader/commit/?id=f59a1eaf [f59a1eaf]] Added translation using Weblate (Georgian)
  +
* [https://git.trinitydesktop.org/cgit/krusader/commit/?id=e2d53a0d [e2d53a0d]] Update translation files<br/>Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.<br/>Translation: applications/krusader<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/krusader/
  +
* [https://git.trinitydesktop.org/cgit/krusader/commit/?id=6c4bd80f [6c4bd80f]] Update translation files<br/>Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.<br/>Translation: applications/krusader - tdeio-virt<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/krusader-tdeio-virt/
  +
* [https://git.trinitydesktop.org/cgit/krusader/commit/?id=a2f22cc2 [a2f22cc2]] Translated using Weblate (Italian)<br/>Currently translated at 100.0% (5 of 5 strings)<br/>Translation: applications/krusader - tdeio-virt<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/krusader-tdeio-virt/it/
  +
* [https://git.trinitydesktop.org/cgit/krusader/commit/?id=75b4861b [75b4861b]] Added translation using Weblate (Italian)
 
* [https://git.trinitydesktop.org/cgit/krusader/commit/?id=ebe33485 [ebe33485]] Translated using Weblate (Russian)<br/>Currently translated at 89.0% (1246 of 1399 strings)<br/>Translation: applications/krusader<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/krusader/ru/
 
* [https://git.trinitydesktop.org/cgit/krusader/commit/?id=ebe33485 [ebe33485]] Translated using Weblate (Russian)<br/>Currently translated at 89.0% (1246 of 1399 strings)<br/>Translation: applications/krusader<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/krusader/ru/
 
* [https://git.trinitydesktop.org/cgit/krusader/commit/?id=9c7ecae7 [9c7ecae7]] Translated using Weblate (Russian)<br/>Currently translated at 89.0% (1246 of 1399 strings)<br/>Translation: applications/krusader<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/krusader/ru/
 
* [https://git.trinitydesktop.org/cgit/krusader/commit/?id=9c7ecae7 [9c7ecae7]] Translated using Weblate (Russian)<br/>Currently translated at 89.0% (1246 of 1399 strings)<br/>Translation: applications/krusader<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/krusader/ru/
Line 2,660: Line 3,411:
   
 
== kshutdown ==
 
== kshutdown ==
  +
* [https://git.trinitydesktop.org/cgit/kshutdown/commit/?id=1a148963 [1a148963]] Translated using Weblate (Georgian)<br/>Currently translated at 100.0% (20 of 20 strings)<br/>Translation: applications/kshutdown - extras<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kshutdown-extras/ka/
  +
* [https://git.trinitydesktop.org/cgit/kshutdown/commit/?id=69ddef87 [69ddef87]] Added translation using Weblate (Georgian)
  +
* [https://git.trinitydesktop.org/cgit/kshutdown/commit/?id=5ee2a3de [5ee2a3de]] Translated using Weblate (Georgian)<br/>Currently translated at 100.0% (4 of 4 strings)<br/>Translation: applications/kshutdown - kshutdown.desktop<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kshutdown-kshutdowndesktop/ka/
  +
* [https://git.trinitydesktop.org/cgit/kshutdown/commit/?id=8aab3122 [8aab3122]] Added translation using Weblate (Georgian)
  +
* [https://git.trinitydesktop.org/cgit/kshutdown/commit/?id=177f3a3f [177f3a3f]] Translated using Weblate (Georgian)<br/>Currently translated at 100.0% (4 of 4 strings)<br/>Translation: applications/kshutdown - events<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kshutdown-events/ka/
  +
* [https://git.trinitydesktop.org/cgit/kshutdown/commit/?id=e18b97ce [e18b97ce]] Added translation using Weblate (Georgian)
  +
* [https://git.trinitydesktop.org/cgit/kshutdown/commit/?id=517db2b0 [517db2b0]] Update translation files<br/>Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.<br/>Translation: applications/kshutdown - events<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kshutdown-events/
  +
* [https://git.trinitydesktop.org/cgit/kshutdown/commit/?id=c77cf0fd [c77cf0fd]] Update translation files<br/>Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.<br/>Translation: applications/kshutdown<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kshutdown/
  +
* [https://git.trinitydesktop.org/cgit/kshutdown/commit/?id=3f542449 [3f542449]] Translated using Weblate (Russian)<br/>Currently translated at 33.3% (59 of 177 strings)<br/>Translation: applications/kshutdown<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kshutdown/ru/
 
* [https://git.trinitydesktop.org/cgit/kshutdown/commit/?id=73705ae9 [73705ae9]] Update translation files<br/>Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.<br/>Translation: applications/kshutdown<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kshutdown/
 
* [https://git.trinitydesktop.org/cgit/kshutdown/commit/?id=73705ae9 [73705ae9]] Update translation files<br/>Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.<br/>Translation: applications/kshutdown<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kshutdown/
 
* [https://git.trinitydesktop.org/cgit/kshutdown/commit/?id=9c887493 [9c887493]] Update translation template.
 
* [https://git.trinitydesktop.org/cgit/kshutdown/commit/?id=9c887493 [9c887493]] Update translation template.
Line 2,672: Line 3,432:
   
 
== ksystemlog ==
 
== ksystemlog ==
  +
* [https://git.trinitydesktop.org/cgit/ksystemlog/commit/?id=c1850ce8 [c1850ce8]] Translated using Weblate (Georgian)<br/>Currently translated at 100.0% (3 of 3 strings)<br/>Translation: applications/ksystemlog - desktop files<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/ksystemlog-desktop-files/ka/
  +
* [https://git.trinitydesktop.org/cgit/ksystemlog/commit/?id=afc9e57b [afc9e57b]] Added translation using Weblate (Georgian)
  +
* [https://git.trinitydesktop.org/cgit/ksystemlog/commit/?id=59007472 [59007472]] Fix plural form of translations.<br/>The leading '_n: ' should not be part of the translations.
  +
* [https://git.trinitydesktop.org/cgit/ksystemlog/commit/?id=3178a9b9 [3178a9b9]] Translated using Weblate (Italian)<br/>Currently translated at 100.0% (391 of 391 strings)<br/>Translation: applications/ksystemlog<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/ksystemlog/it/
  +
* [https://git.trinitydesktop.org/cgit/ksystemlog/commit/?id=23688ec3 [23688ec3]] Update translation files<br/>Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.<br/>Translation: applications/ksystemlog - desktop files<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/ksystemlog-desktop-files/
 
* [https://git.trinitydesktop.org/cgit/ksystemlog/commit/?id=e8c74ab9 [e8c74ab9]] Translated using Weblate (Russian)<br/>Currently translated at 100.0% (3 of 3 strings)<br/>Translation: applications/ksystemlog - desktop files<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/ksystemlog-desktop-files/ru/
 
* [https://git.trinitydesktop.org/cgit/ksystemlog/commit/?id=e8c74ab9 [e8c74ab9]] Translated using Weblate (Russian)<br/>Currently translated at 100.0% (3 of 3 strings)<br/>Translation: applications/ksystemlog - desktop files<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/ksystemlog-desktop-files/ru/
 
* [https://git.trinitydesktop.org/cgit/ksystemlog/commit/?id=f878a025 [f878a025]] Added translation using Weblate (Russian)
 
* [https://git.trinitydesktop.org/cgit/ksystemlog/commit/?id=f878a025 [f878a025]] Added translation using Weblate (Russian)
Line 2,678: Line 3,443:
   
 
== kvkbd ==
 
== kvkbd ==
  +
* [https://git.trinitydesktop.org/cgit/kvkbd/commit/?id=415a0dfa [415a0dfa]] Translated using Weblate (Georgian)<br/>Currently translated at 100.0% (16 of 16 strings)<br/>Translation: applications/kvkbd<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvkbd/ka/
  +
* [https://git.trinitydesktop.org/cgit/kvkbd/commit/?id=12160858 [12160858]] Added translation using Weblate (Georgian)
  +
* [https://git.trinitydesktop.org/cgit/kvkbd/commit/?id=af25ca05 [af25ca05]] Translated using Weblate (Georgian)<br/>Currently translated at 100.0% (3 of 3 strings)<br/>Translation: applications/kvkbd - kvkbd.desktop<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvkbd-kvkbddesktop/ka/
  +
* [https://git.trinitydesktop.org/cgit/kvkbd/commit/?id=68178037 [68178037]] Added translation using Weblate (Georgian)
  +
* [https://git.trinitydesktop.org/cgit/kvkbd/commit/?id=7509567e [7509567e]] Translated using Weblate (Russian)<br/>Currently translated at 100.0% (16 of 16 strings)<br/>Translation: applications/kvkbd<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvkbd/ru/
  +
* [https://git.trinitydesktop.org/cgit/kvkbd/commit/?id=905c6b97 [905c6b97]] Update translation files<br/>Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.<br/>Translation: applications/kvkbd<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvkbd/
  +
* [https://git.trinitydesktop.org/cgit/kvkbd/commit/?id=039b5a52 [039b5a52]] Update translation files<br/>Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.<br/>Translation: applications/kvkbd - kvkbd.desktop<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvkbd-kvkbddesktop/
  +
* [https://git.trinitydesktop.org/cgit/kvkbd/commit/?id=db433118 [db433118]] Translated using Weblate (Italian)<br/>Currently translated at 100.0% (16 of 16 strings)<br/>Translation: applications/kvkbd<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvkbd/it/
  +
* [https://git.trinitydesktop.org/cgit/kvkbd/commit/?id=f89110ef [f89110ef]] Added translation using Weblate (Italian)
 
* [https://git.trinitydesktop.org/cgit/kvkbd/commit/?id=570028de [570028de]] Translated using Weblate (Russian)<br/>Currently translated at 100.0% (3 of 3 strings)<br/>Translation: applications/kvkbd - kvkbd.desktop<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvkbd-kvkbddesktop/ru/
 
* [https://git.trinitydesktop.org/cgit/kvkbd/commit/?id=570028de [570028de]] Translated using Weblate (Russian)<br/>Currently translated at 100.0% (3 of 3 strings)<br/>Translation: applications/kvkbd - kvkbd.desktop<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvkbd-kvkbddesktop/ru/
 
* [https://git.trinitydesktop.org/cgit/kvkbd/commit/?id=3a15b392 [3a15b392]] Added translation using Weblate (Russian)
 
* [https://git.trinitydesktop.org/cgit/kvkbd/commit/?id=3a15b392 [3a15b392]] Added translation using Weblate (Russian)
Line 2,683: Line 3,457:
   
 
== polkit-agent-tde ==
 
== polkit-agent-tde ==
  +
* [https://git.trinitydesktop.org/cgit/polkit-agent-tde/commit/?id=b669bda6 [b669bda6]] Translated using Weblate (Georgian)<br/>Currently translated at 100.0% (23 of 23 strings)<br/>Translation: applications/polkit-agent-tde<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/polkit-agent-tde/ka/
  +
* [https://git.trinitydesktop.org/cgit/polkit-agent-tde/commit/?id=f53866ad [f53866ad]] Added translation using Weblate (Georgian)
  +
* [https://git.trinitydesktop.org/cgit/polkit-agent-tde/commit/?id=b1a43966 [b1a43966]] Translated using Weblate (Georgian)<br/>Currently translated at 100.0% (1 of 1 strings)<br/>Translation: applications/polkit-agent-tde - polkit-agent-tde.desktop<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/polkit-agent-tde-polkit-agent-tdedesktop/ka/
  +
* [https://git.trinitydesktop.org/cgit/polkit-agent-tde/commit/?id=aab39aad [aab39aad]] Added translation using Weblate (Georgian)
  +
* [https://git.trinitydesktop.org/cgit/polkit-agent-tde/commit/?id=edfd83c3 [edfd83c3]] Update translation files<br/>Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.<br/>Translation: applications/polkit-agent-tde<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/polkit-agent-tde/
  +
* [https://git.trinitydesktop.org/cgit/polkit-agent-tde/commit/?id=9ca3ac2e [9ca3ac2e]] Update translation files<br/>Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.<br/>Translation: applications/polkit-agent-tde - polkit-agent-tde.desktop<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/polkit-agent-tde-polkit-agent-tdedesktop/
 
* [https://git.trinitydesktop.org/cgit/polkit-agent-tde/commit/?id=7ef2e01a [7ef2e01a]] Translated using Weblate (Russian)<br/>Currently translated at 100.0% (1 of 1 strings)<br/>Translation: applications/polkit-agent-tde - polkit-agent-tde.desktop<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/polkit-agent-tde-polkit-agent-tdedesktop/ru/
 
* [https://git.trinitydesktop.org/cgit/polkit-agent-tde/commit/?id=7ef2e01a [7ef2e01a]] Translated using Weblate (Russian)<br/>Currently translated at 100.0% (1 of 1 strings)<br/>Translation: applications/polkit-agent-tde - polkit-agent-tde.desktop<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/polkit-agent-tde-polkit-agent-tdedesktop/ru/
 
* [https://git.trinitydesktop.org/cgit/polkit-agent-tde/commit/?id=4bc2685c [4bc2685c]] Translated using Weblate (Russian)<br/>Currently translated at 100.0% (23 of 23 strings)<br/>Translation: applications/polkit-agent-tde<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/polkit-agent-tde/ru/
 
* [https://git.trinitydesktop.org/cgit/polkit-agent-tde/commit/?id=4bc2685c [4bc2685c]] Translated using Weblate (Russian)<br/>Currently translated at 100.0% (23 of 23 strings)<br/>Translation: applications/polkit-agent-tde<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/polkit-agent-tde/ru/
Line 2,692: Line 3,472:
   
 
== tastymenu ==
 
== tastymenu ==
  +
* [https://git.trinitydesktop.org/cgit/tastymenu/commit/?id=a6ec415d [a6ec415d]] Translated using Weblate (Georgian)<br/>Currently translated at 100.0% (2 of 2 strings)<br/>Translation: applications/tastymenu - desktop files<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tastymenu-desktop-files/ka/
  +
* [https://git.trinitydesktop.org/cgit/tastymenu/commit/?id=f9d565a1 [f9d565a1]] Added translation using Weblate (Georgian)
  +
* [https://git.trinitydesktop.org/cgit/tastymenu/commit/?id=98a3fda1 [98a3fda1]] Use tquic directcly
  +
* [https://git.trinitydesktop.org/cgit/tastymenu/commit/?id=c36fcdf2 [c36fcdf2]] Update translation files<br/>Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.<br/>Translation: applications/tastymenu - desktop files<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tastymenu-desktop-files/
  +
* [https://git.trinitydesktop.org/cgit/tastymenu/commit/?id=a3a01143 [a3a01143]] Update translation files<br/>Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.<br/>Translation: applications/tastymenu<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tastymenu/
  +
* [https://git.trinitydesktop.org/cgit/tastymenu/commit/?id=97ebaf91 [97ebaf91]] Translated using Weblate (Italian)<br/>Currently translated at 100.0% (146 of 146 strings)<br/>Translation: applications/tastymenu<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tastymenu/it/
 
* [https://git.trinitydesktop.org/cgit/tastymenu/commit/?id=2307db6a [2307db6a]] Translated using Weblate (Russian)<br/>Currently translated at 100.0% (146 of 146 strings)<br/>Translation: applications/tastymenu<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tastymenu/ru/
 
* [https://git.trinitydesktop.org/cgit/tastymenu/commit/?id=2307db6a [2307db6a]] Translated using Weblate (Russian)<br/>Currently translated at 100.0% (146 of 146 strings)<br/>Translation: applications/tastymenu<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tastymenu/ru/
 
* [https://git.trinitydesktop.org/cgit/tastymenu/commit/?id=425d4d88 [425d4d88]] Translated using Weblate (Russian)<br/>Currently translated at 100.0% (2 of 2 strings)<br/>Translation: applications/tastymenu - desktop files<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tastymenu-desktop-files/ru/
 
* [https://git.trinitydesktop.org/cgit/tastymenu/commit/?id=425d4d88 [425d4d88]] Translated using Weblate (Russian)<br/>Currently translated at 100.0% (2 of 2 strings)<br/>Translation: applications/tastymenu - desktop files<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tastymenu-desktop-files/ru/
Line 2,697: Line 3,483:
   
 
== tdebluez ==
 
== tdebluez ==
  +
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=dd73a30b [dd73a30b]] Translated using Weblate (Georgian)<br/>Currently translated at 100.0% (23 of 23 strings)<br/>Translation: applications/tdebluez - events<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdebluez-events/ka/
  +
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=9b19b29c [9b19b29c]] Translated using Weblate (Georgian)<br/>Currently translated at 100.0% (32 of 32 strings)<br/>Translation: applications/tdebluez - desktop files<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdebluez-desktop-files/ka/
  +
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=151b5595 [151b5595]] Added translation using Weblate (Georgian)
  +
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=c3cd9951 [c3cd9951]] Remove detection of tqtqui library
  +
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=947dacb8 [947dacb8]] Update translation files<br/>Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.<br/>Translation: applications/tdebluez - desktop files<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdebluez-desktop-files/
  +
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=66ebc1fa [66ebc1fa]] Translated using Weblate (German)<br/>Currently translated at 78.1% (25 of 32 strings)<br/>Translation: applications/tdebluez - desktop files<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdebluez-desktop-files/de/
 
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=17819966 [17819966]] Translated using Weblate (Russian)<br/>Currently translated at 100.0% (32 of 32 strings)<br/>Translation: applications/tdebluez - desktop files<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdebluez-desktop-files/ru/
 
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=17819966 [17819966]] Translated using Weblate (Russian)<br/>Currently translated at 100.0% (32 of 32 strings)<br/>Translation: applications/tdebluez - desktop files<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdebluez-desktop-files/ru/
 
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=f25c4521 [f25c4521]] Translated using Weblate (Italian)<br/>Currently translated at 100.0% (23 of 23 strings)<br/>Translation: applications/tdebluez - events<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdebluez-events/it/
 
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=f25c4521 [f25c4521]] Translated using Weblate (Italian)<br/>Currently translated at 100.0% (23 of 23 strings)<br/>Translation: applications/tdebluez - events<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdebluez-events/it/
Line 2,717: Line 3,509:
   
 
== tdedocker ==
 
== tdedocker ==
  +
* [https://git.trinitydesktop.org/cgit/tdedocker/commit/?id=7d033d1c [7d033d1c]] Translated using Weblate (Georgian)<br/>Currently translated at 100.0% (46 of 46 strings)<br/>Translation: applications/tdedocker<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdedocker/ka/
  +
* [https://git.trinitydesktop.org/cgit/tdedocker/commit/?id=f3e8e03c [f3e8e03c]] Added translation using Weblate (Georgian)
  +
* [https://git.trinitydesktop.org/cgit/tdedocker/commit/?id=f7f040bd [f7f040bd]] Translated using Weblate (Georgian)<br/>Currently translated at 100.0% (3 of 3 strings)<br/>Translation: applications/tdedocker - tdedocker.desktop<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdedocker-tdedockerdesktop/ka/
  +
* [https://git.trinitydesktop.org/cgit/tdedocker/commit/?id=2bd37032 [2bd37032]] Added translation using Weblate (Georgian)
  +
* [https://git.trinitydesktop.org/cgit/tdedocker/commit/?id=2f65165d [2f65165d]] Update translation files<br/>Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.<br/>Translation: applications/tdedocker<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdedocker/
  +
* [https://git.trinitydesktop.org/cgit/tdedocker/commit/?id=0c3fe86e [0c3fe86e]] Update translation files<br/>Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.<br/>Translation: applications/tdedocker - tdedocker.desktop<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdedocker-tdedockerdesktop/
 
* [https://git.trinitydesktop.org/cgit/tdedocker/commit/?id=0784dd69 [0784dd69]] Translated using Weblate (Russian)<br/>Currently translated at 39.1% (18 of 46 strings)<br/>Translation: applications/tdedocker<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdedocker/ru/
 
* [https://git.trinitydesktop.org/cgit/tdedocker/commit/?id=0784dd69 [0784dd69]] Translated using Weblate (Russian)<br/>Currently translated at 39.1% (18 of 46 strings)<br/>Translation: applications/tdedocker<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdedocker/ru/
 
* [https://git.trinitydesktop.org/cgit/tdedocker/commit/?id=c8bd481e [c8bd481e]] Translated using Weblate (Russian)<br/>Currently translated at 100.0% (3 of 3 strings)<br/>Translation: applications/tdedocker - tdedocker.desktop<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdedocker-tdedockerdesktop/ru/
 
* [https://git.trinitydesktop.org/cgit/tdedocker/commit/?id=c8bd481e [c8bd481e]] Translated using Weblate (Russian)<br/>Currently translated at 100.0% (3 of 3 strings)<br/>Translation: applications/tdedocker - tdedocker.desktop<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdedocker-tdedockerdesktop/ru/
Line 2,722: Line 3,520:
   
 
== tdepowersave ==
 
== tdepowersave ==
  +
* [https://git.trinitydesktop.org/cgit/tdepowersave/commit/?id=490fe1ee [490fe1ee]] Translated using Weblate (Georgian)<br/>Currently translated at 100.0% (55 of 55 strings)<br/>Translation: applications/tdepowersave - events<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdepowersave-events/ka/
  +
* [https://git.trinitydesktop.org/cgit/tdepowersave/commit/?id=8e83327f [8e83327f]] Added translation using Weblate (Georgian)
  +
* [https://git.trinitydesktop.org/cgit/tdepowersave/commit/?id=e1930e72 [e1930e72]] Translated using Weblate (Georgian)<br/>Currently translated at 100.0% (3 of 3 strings)<br/>Translation: applications/tdepowersave - desktop files<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdepowersave-desktop-files/ka/
  +
* [https://git.trinitydesktop.org/cgit/tdepowersave/commit/?id=997fd14e [997fd14e]] Added translation using Weblate (Georgian)
  +
* [https://git.trinitydesktop.org/cgit/tdepowersave/commit/?id=cd5e2d09 [cd5e2d09]] Update translation files<br/>Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.<br/>Translation: applications/tdepowersave<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdepowersave/
  +
* [https://git.trinitydesktop.org/cgit/tdepowersave/commit/?id=bc831d84 [bc831d84]] Update translation files<br/>Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.<br/>Translation: applications/tdepowersave - desktop files<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdepowersave-desktop-files/
  +
* [https://git.trinitydesktop.org/cgit/tdepowersave/commit/?id=0a9d2078 [0a9d2078]] Update translation files<br/>Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.<br/>Translation: applications/tdepowersave - events<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdepowersave-events/
  +
* [https://git.trinitydesktop.org/cgit/tdepowersave/commit/?id=d8fff9e9 [d8fff9e9]] Translated using Weblate (Italian)<br/>Currently translated at 100.0% (55 of 55 strings)<br/>Translation: applications/tdepowersave - events<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdepowersave-events/it/
 
* [https://git.trinitydesktop.org/cgit/tdepowersave/commit/?id=f1c49fc1 [f1c49fc1]] Translated using Weblate (Russian)<br/>Currently translated at 100.0% (311 of 311 strings)<br/>Translation: applications/tdepowersave<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdepowersave/ru/
 
* [https://git.trinitydesktop.org/cgit/tdepowersave/commit/?id=f1c49fc1 [f1c49fc1]] Translated using Weblate (Russian)<br/>Currently translated at 100.0% (311 of 311 strings)<br/>Translation: applications/tdepowersave<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdepowersave/ru/
 
* [https://git.trinitydesktop.org/cgit/tdepowersave/commit/?id=dc69c843 [dc69c843]] Translated using Weblate (Russian)<br/>Currently translated at 100.0% (311 of 311 strings)<br/>Translation: applications/tdepowersave<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdepowersave/ru/
 
* [https://git.trinitydesktop.org/cgit/tdepowersave/commit/?id=dc69c843 [dc69c843]] Translated using Weblate (Russian)<br/>Currently translated at 100.0% (311 of 311 strings)<br/>Translation: applications/tdepowersave<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdepowersave/ru/
Line 2,740: Line 3,546:
   
 
== tdesshaskpass ==
 
== tdesshaskpass ==
  +
* [https://git.trinitydesktop.org/cgit/tdesshaskpass/commit/?id=1e4463cf [1e4463cf]] Translated using Weblate (Georgian)<br/>Currently translated at 100.0% (7 of 7 strings)<br/>Translation: applications/tdesshaskpass<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdesshaskpass/ka/
  +
* [https://git.trinitydesktop.org/cgit/tdesshaskpass/commit/?id=2c65a1f3 [2c65a1f3]] Added translation using Weblate (Georgian)
  +
* [https://git.trinitydesktop.org/cgit/tdesshaskpass/commit/?id=a6f6c11a [a6f6c11a]] Update translation files<br/>Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.<br/>Translation: applications/tdesshaskpass<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdesshaskpass/
 
* [https://git.trinitydesktop.org/cgit/tdesshaskpass/commit/?id=77270a90 [77270a90]] Translated using Weblate (Polish)<br/>Currently translated at 71.4% (5 of 7 strings)<br/>Translation: applications/tdesshaskpass<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdesshaskpass/pl/
 
* [https://git.trinitydesktop.org/cgit/tdesshaskpass/commit/?id=77270a90 [77270a90]] Translated using Weblate (Polish)<br/>Currently translated at 71.4% (5 of 7 strings)<br/>Translation: applications/tdesshaskpass<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdesshaskpass/pl/
 
* [https://git.trinitydesktop.org/cgit/tdesshaskpass/commit/?id=a9f78c9a [a9f78c9a]] Added translation using Weblate (Polish)
 
* [https://git.trinitydesktop.org/cgit/tdesshaskpass/commit/?id=a9f78c9a [a9f78c9a]] Added translation using Weblate (Polish)
Line 2,747: Line 3,556:
   
 
== yakuake ==
 
== yakuake ==
  +
* [https://git.trinitydesktop.org/cgit/yakuake/commit/?id=35c43276 [35c43276]] Fix plural form of translations.<br/>The leading '_n: ' should not be part of the translations.
  +
* [https://git.trinitydesktop.org/cgit/yakuake/commit/?id=541f00be [541f00be]] Translated using Weblate (Georgian)<br/>Currently translated at 100.0% (98 of 98 strings)<br/>Translation: applications/yakuake<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/yakuake/ka/
  +
* [https://git.trinitydesktop.org/cgit/yakuake/commit/?id=473a659c [473a659c]] Added translation using Weblate (Georgian)
  +
* [https://git.trinitydesktop.org/cgit/yakuake/commit/?id=57b7156f [57b7156f]] Translated using Weblate (Georgian)<br/>Currently translated at 100.0% (3 of 3 strings)<br/>Translation: applications/yakuake - yakuake.desktop<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/yakuake-yakuakedesktop/ka/
  +
* [https://git.trinitydesktop.org/cgit/yakuake/commit/?id=d9cbc463 [d9cbc463]] Added translation using Weblate (Georgian)
  +
* [https://git.trinitydesktop.org/cgit/yakuake/commit/?id=6b37aed5 [6b37aed5]] Update translation files<br/>Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.<br/>Translation: applications/yakuake - yakuake.desktop<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/yakuake-yakuakedesktop/
  +
* [https://git.trinitydesktop.org/cgit/yakuake/commit/?id=80742a30 [80742a30]] Update translation files<br/>Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.<br/>Translation: applications/yakuake<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/yakuake/
 
* [https://git.trinitydesktop.org/cgit/yakuake/commit/?id=ffd5e73e [ffd5e73e]] Translated using Weblate (Russian)<br/>Currently translated at 100.0% (3 of 3 strings)<br/>Translation: applications/yakuake - yakuake.desktop<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/yakuake-yakuakedesktop/ru/
 
* [https://git.trinitydesktop.org/cgit/yakuake/commit/?id=ffd5e73e [ffd5e73e]] Translated using Weblate (Russian)<br/>Currently translated at 100.0% (3 of 3 strings)<br/>Translation: applications/yakuake - yakuake.desktop<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/yakuake-yakuakedesktop/ru/
 
* [https://git.trinitydesktop.org/cgit/yakuake/commit/?id=cf3dbd06 [cf3dbd06]] Translated using Weblate (Russian)<br/>Currently translated at 100.0% (98 of 98 strings)<br/>Translation: applications/yakuake<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/yakuake/ru/
 
* [https://git.trinitydesktop.org/cgit/yakuake/commit/?id=cf3dbd06 [cf3dbd06]] Translated using Weblate (Russian)<br/>Currently translated at 100.0% (98 of 98 strings)<br/>Translation: applications/yakuake<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/yakuake/ru/
Line 2,755: Line 3,571:
 
= applications/tdeio =
 
= applications/tdeio =
 
== tdeio-appinfo ==
 
== tdeio-appinfo ==
  +
* [https://git.trinitydesktop.org/cgit/tdeio-appinfo/commit/?id=b0123064 [b0123064]] Translated using Weblate (Georgian)<br/>Currently translated at 100.0% (13 of 13 strings)<br/>Translation: applications/tdeio-appinfo<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdeio-appinfo/ka/
  +
* [https://git.trinitydesktop.org/cgit/tdeio-appinfo/commit/?id=91046558 [91046558]] Added translation using Weblate (Georgian)
  +
* [https://git.trinitydesktop.org/cgit/tdeio-appinfo/commit/?id=a199840d [a199840d]] Translated using Weblate (Georgian)<br/>Currently translated at 100.0% (1 of 1 strings)<br/>Translation: applications/tdeio-appinfo - desktop files<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdeio-appinfo-desktop-files/ka/
  +
* [https://git.trinitydesktop.org/cgit/tdeio-appinfo/commit/?id=61015cf8 [61015cf8]] Added translation using Weblate (Georgian)
  +
* [https://git.trinitydesktop.org/cgit/tdeio-appinfo/commit/?id=aa851612 [aa851612]] Update translation files<br/>Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.<br/>Translation: applications/tdeio-appinfo - desktop files<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdeio-appinfo-desktop-files/
  +
* [https://git.trinitydesktop.org/cgit/tdeio-appinfo/commit/?id=88509310 [88509310]] Update translation files<br/>Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.<br/>Translation: applications/tdeio-appinfo<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdeio-appinfo/
 
* [https://git.trinitydesktop.org/cgit/tdeio-appinfo/commit/?id=61b023d5 [61b023d5]] Translated using Weblate (Russian)<br/>Currently translated at 100.0% (13 of 13 strings)<br/>Translation: applications/tdeio-appinfo<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdeio-appinfo/ru/
 
* [https://git.trinitydesktop.org/cgit/tdeio-appinfo/commit/?id=61b023d5 [61b023d5]] Translated using Weblate (Russian)<br/>Currently translated at 100.0% (13 of 13 strings)<br/>Translation: applications/tdeio-appinfo<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdeio-appinfo/ru/
 
* [https://git.trinitydesktop.org/cgit/tdeio-appinfo/commit/?id=6b18c8aa [6b18c8aa]] Added translation using Weblate (Russian)
 
* [https://git.trinitydesktop.org/cgit/tdeio-appinfo/commit/?id=6b18c8aa [6b18c8aa]] Added translation using Weblate (Russian)
Line 2,761: Line 3,583:
   
 
== tdeio-apt ==
 
== tdeio-apt ==
  +
* [https://git.trinitydesktop.org/cgit/tdeio-apt/commit/?id=9e92e63a [9e92e63a]] Translated using Weblate (Georgian)<br/>Currently translated at 100.0% (65 of 65 strings)<br/>Translation: applications/tdeio-apt<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdeio-apt/ka/
  +
* [https://git.trinitydesktop.org/cgit/tdeio-apt/commit/?id=aafa4ba1 [aafa4ba1]] Added translation using Weblate (Georgian)
  +
* [https://git.trinitydesktop.org/cgit/tdeio-apt/commit/?id=372ee0e6 [372ee0e6]] Translated using Weblate (Georgian)<br/>Currently translated at 100.0% (4 of 4 strings)<br/>Translation: applications/tdeio-apt - desktop files<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdeio-apt-desktop-files/ka/
  +
* [https://git.trinitydesktop.org/cgit/tdeio-apt/commit/?id=7da32d8d [7da32d8d]] Added translation using Weblate (Georgian)
  +
* [https://git.trinitydesktop.org/cgit/tdeio-apt/commit/?id=fe3e56ed [fe3e56ed]] Update translation files<br/>Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.<br/>Translation: applications/tdeio-apt - desktop files<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdeio-apt-desktop-files/
 
* [https://git.trinitydesktop.org/cgit/tdeio-apt/commit/?id=154d4926 [154d4926]] Translated using Weblate (Russian)<br/>Currently translated at 100.0% (4 of 4 strings)<br/>Translation: applications/tdeio-apt - desktop files<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdeio-apt-desktop-files/ru/
 
* [https://git.trinitydesktop.org/cgit/tdeio-apt/commit/?id=154d4926 [154d4926]] Translated using Weblate (Russian)<br/>Currently translated at 100.0% (4 of 4 strings)<br/>Translation: applications/tdeio-apt - desktop files<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdeio-apt-desktop-files/ru/
 
* [https://git.trinitydesktop.org/cgit/tdeio-apt/commit/?id=9bd15ca6 [9bd15ca6]] Added translation using Weblate (Russian)
 
* [https://git.trinitydesktop.org/cgit/tdeio-apt/commit/?id=9bd15ca6 [9bd15ca6]] Added translation using Weblate (Russian)
   
 
== tdeio-ftps ==
 
== tdeio-ftps ==
  +
* [https://git.trinitydesktop.org/cgit/tdeio-ftps/commit/?id=f8643c66 [f8643c66]] Translated using Weblate (Georgian)<br/>Currently translated at 100.0% (15 of 15 strings)<br/>Translation: applications/tdeio-ftps<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdeio-ftps/ka/
  +
* [https://git.trinitydesktop.org/cgit/tdeio-ftps/commit/?id=ed52e87a [ed52e87a]] Added translation using Weblate (Georgian)
 
* [https://git.trinitydesktop.org/cgit/tdeio-ftps/commit/?id=8ac1f636 [8ac1f636]] Update translation files<br/>Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.<br/>Translation: applications/tdeio-ftps<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdeio-ftps/
 
* [https://git.trinitydesktop.org/cgit/tdeio-ftps/commit/?id=8ac1f636 [8ac1f636]] Update translation files<br/>Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.<br/>Translation: applications/tdeio-ftps<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdeio-ftps/
   
 
== tdeio-gopher ==
 
== tdeio-gopher ==
  +
* [https://git.trinitydesktop.org/cgit/tdeio-gopher/commit/?id=b23d2dbf [b23d2dbf]] Translated using Weblate (Georgian)<br/>Currently translated at 100.0% (7 of 7 strings)<br/>Translation: applications/tdeio-gopher<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdeio-gopher/ka/
  +
* [https://git.trinitydesktop.org/cgit/tdeio-gopher/commit/?id=5e968032 [5e968032]] Update translation files<br/>Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.<br/>Translation: applications/tdeio-gopher<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdeio-gopher/
 
* [https://git.trinitydesktop.org/cgit/tdeio-gopher/commit/?id=dfc20d5b [dfc20d5b]] Translated using Weblate (Russian)<br/>Currently translated at 100.0% (7 of 7 strings)<br/>Translation: applications/tdeio-gopher<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdeio-gopher/ru/
 
* [https://git.trinitydesktop.org/cgit/tdeio-gopher/commit/?id=dfc20d5b [dfc20d5b]] Translated using Weblate (Russian)<br/>Currently translated at 100.0% (7 of 7 strings)<br/>Translation: applications/tdeio-gopher<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdeio-gopher/ru/
   
 
== tdeio-locate ==
 
== tdeio-locate ==
  +
* [https://git.trinitydesktop.org/cgit/tdeio-locate/commit/?id=5a73474d [5a73474d]] Translated using Weblate (Georgian)<br/>Currently translated at 100.0% (2 of 2 strings)<br/>Translation: applications/tdeio-locate - desktop files<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdeio-locate-desktop-files/ka/
  +
* [https://git.trinitydesktop.org/cgit/tdeio-locate/commit/?id=3c3e5a8a [3c3e5a8a]] Added translation using Weblate (Georgian)
  +
* [https://git.trinitydesktop.org/cgit/tdeio-locate/commit/?id=17202411 [17202411]] Update translation files<br/>Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.<br/>Translation: applications/tdeio-locate - desktop files<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdeio-locate-desktop-files/
 
* [https://git.trinitydesktop.org/cgit/tdeio-locate/commit/?id=888a6158 [888a6158]] Translated using Weblate (Russian)<br/>Currently translated at 100.0% (2 of 2 strings)<br/>Translation: applications/tdeio-locate - desktop files<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdeio-locate-desktop-files/ru/
 
* [https://git.trinitydesktop.org/cgit/tdeio-locate/commit/?id=888a6158 [888a6158]] Translated using Weblate (Russian)<br/>Currently translated at 100.0% (2 of 2 strings)<br/>Translation: applications/tdeio-locate - desktop files<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdeio-locate-desktop-files/ru/
 
* [https://git.trinitydesktop.org/cgit/tdeio-locate/commit/?id=94acdb2d [94acdb2d]] Added translation using Weblate (Russian)
 
* [https://git.trinitydesktop.org/cgit/tdeio-locate/commit/?id=94acdb2d [94acdb2d]] Added translation using Weblate (Russian)
   
 
== tdeio-sword ==
 
== tdeio-sword ==
  +
* [https://git.trinitydesktop.org/cgit/tdeio-sword/commit/?id=bab142ee [bab142ee]] Translated using Weblate (Georgian)<br/>Currently translated at 100.0% (1 of 1 strings)<br/>Translation: applications/tdeio-sword - sword.protocol<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdeio-sword-swordprotocol/ka/
  +
* [https://git.trinitydesktop.org/cgit/tdeio-sword/commit/?id=b8f4db70 [b8f4db70]] Added translation using Weblate (Georgian)
 
* [https://git.trinitydesktop.org/cgit/tdeio-sword/commit/?id=bbf5f2b3 [bbf5f2b3]] Update translation files<br/>Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.<br/>Translation: applications/tdeio-sword - sword.protocol<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdeio-sword-swordprotocol/
 
* [https://git.trinitydesktop.org/cgit/tdeio-sword/commit/?id=bbf5f2b3 [bbf5f2b3]] Update translation files<br/>Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.<br/>Translation: applications/tdeio-sword - sword.protocol<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdeio-sword-swordprotocol/
 
* [https://git.trinitydesktop.org/cgit/tdeio-sword/commit/?id=a1851f5d [a1851f5d]] Translated using Weblate (Russian)<br/>Currently translated at 100.0% (1 of 1 strings)<br/>Translation: applications/tdeio-sword - sword.protocol<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdeio-sword-swordprotocol/ru/
 
* [https://git.trinitydesktop.org/cgit/tdeio-sword/commit/?id=a1851f5d [a1851f5d]] Translated using Weblate (Russian)<br/>Currently translated at 100.0% (1 of 1 strings)<br/>Translation: applications/tdeio-sword - sword.protocol<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdeio-sword-swordprotocol/ru/
Line 2,780: Line 3,616:
   
 
== tdeio-umountwrapper ==
 
== tdeio-umountwrapper ==
  +
* [https://git.trinitydesktop.org/cgit/tdeio-umountwrapper/commit/?id=6b6bc906 [6b6bc906]] Translated using Weblate (Georgian)<br/>Currently translated at 100.0% (7 of 7 strings)<br/>Translation: applications/tdeio-umountwrapper<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdeio-umountwrapper/ka/
  +
* [https://git.trinitydesktop.org/cgit/tdeio-umountwrapper/commit/?id=18049a2c [18049a2c]] Added translation using Weblate (Georgian)
  +
* [https://git.trinitydesktop.org/cgit/tdeio-umountwrapper/commit/?id=47882f3b [47882f3b]] Update translation files<br/>Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.<br/>Translation: applications/tdeio-umountwrapper<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdeio-umountwrapper/
  +
* [https://git.trinitydesktop.org/cgit/tdeio-umountwrapper/commit/?id=1dba5db6 [1dba5db6]] Translated using Weblate (Italian)<br/>Currently translated at 100.0% (7 of 7 strings)<br/>Translation: applications/tdeio-umountwrapper<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdeio-umountwrapper/it/
  +
* [https://git.trinitydesktop.org/cgit/tdeio-umountwrapper/commit/?id=2ce87fe6 [2ce87fe6]] Added translation using Weblate (Italian)
 
* [https://git.trinitydesktop.org/cgit/tdeio-umountwrapper/commit/?id=c48a81c6 [c48a81c6]] Translated using Weblate (Polish)<br/>Currently translated at 57.1% (4 of 7 strings)<br/>Translation: applications/tdeio-umountwrapper<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdeio-umountwrapper/pl/
 
* [https://git.trinitydesktop.org/cgit/tdeio-umountwrapper/commit/?id=c48a81c6 [c48a81c6]] Translated using Weblate (Polish)<br/>Currently translated at 57.1% (4 of 7 strings)<br/>Translation: applications/tdeio-umountwrapper<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdeio-umountwrapper/pl/
 
* [https://git.trinitydesktop.org/cgit/tdeio-umountwrapper/commit/?id=dfbe223a [dfbe223a]] Added translation using Weblate (Polish)
 
* [https://git.trinitydesktop.org/cgit/tdeio-umountwrapper/commit/?id=dfbe223a [dfbe223a]] Added translation using Weblate (Polish)
Line 2,788: Line 3,629:
 
= applications/themes =
 
= applications/themes =
 
== gtk-qt-engine ==
 
== gtk-qt-engine ==
  +
* [https://git.trinitydesktop.org/cgit/gtk-qt-engine/commit/?id=6cad9f02 [6cad9f02]] Translated using Weblate (Georgian)<br/>Currently translated at 100.0% (57 of 57 strings)<br/>Translation: applications/gtk-qt-engine<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/gtk-qt-engine/ka/
  +
* [https://git.trinitydesktop.org/cgit/gtk-qt-engine/commit/?id=c95b63f1 [c95b63f1]] Added translation using Weblate (Georgian)
  +
* [https://git.trinitydesktop.org/cgit/gtk-qt-engine/commit/?id=f2408b6a [f2408b6a]] Translated using Weblate (Georgian)<br/>Currently translated at 100.0% (2 of 2 strings)<br/>Translation: applications/gtk-qt-engine - desktop files<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/gtk-qt-engine-desktop-files/ka/
  +
* [https://git.trinitydesktop.org/cgit/gtk-qt-engine/commit/?id=cdcba55f [cdcba55f]] Added translation using Weblate (Georgian)
  +
* [https://git.trinitydesktop.org/cgit/gtk-qt-engine/commit/?id=1f4b374e [1f4b374e]] Update translation files<br/>Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.<br/>Translation: applications/gtk-qt-engine<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/gtk-qt-engine/
  +
* [https://git.trinitydesktop.org/cgit/gtk-qt-engine/commit/?id=ff6f7096 [ff6f7096]] Update translation template.
  +
* [https://git.trinitydesktop.org/cgit/gtk-qt-engine/commit/?id=209a3c39 [209a3c39]] Update translation files<br/>Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.<br/>Translation: applications/gtk-qt-engine<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/gtk-qt-engine/
 
* [https://git.trinitydesktop.org/cgit/gtk-qt-engine/commit/?id=df12e773 [df12e773]] Translated using Weblate (Russian)<br/>Currently translated at 100.0% (57 of 57 strings)<br/>Translation: applications/gtk-qt-engine<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/gtk-qt-engine/ru/
 
* [https://git.trinitydesktop.org/cgit/gtk-qt-engine/commit/?id=df12e773 [df12e773]] Translated using Weblate (Russian)<br/>Currently translated at 100.0% (57 of 57 strings)<br/>Translation: applications/gtk-qt-engine<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/gtk-qt-engine/ru/
 
* [https://git.trinitydesktop.org/cgit/gtk-qt-engine/commit/?id=d0d226cf [d0d226cf]] Translated using Weblate (Russian)<br/>Currently translated at 100.0% (57 of 57 strings)<br/>Translation: applications/gtk-qt-engine<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/gtk-qt-engine/ru/
 
* [https://git.trinitydesktop.org/cgit/gtk-qt-engine/commit/?id=d0d226cf [d0d226cf]] Translated using Weblate (Russian)<br/>Currently translated at 100.0% (57 of 57 strings)<br/>Translation: applications/gtk-qt-engine<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/gtk-qt-engine/ru/
Line 2,795: Line 3,643:
   
 
== kgtk-qt3 ==
 
== kgtk-qt3 ==
  +
* [https://git.trinitydesktop.org/cgit/kgtk-qt3/commit/?id=c9361d70 [c9361d70]] Translated using Weblate (Georgian)<br/>Currently translated at 100.0% (12 of 12 strings)<br/>Translation: applications/kgtk-qt3<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kgtk-qt3/ka/
  +
* [https://git.trinitydesktop.org/cgit/kgtk-qt3/commit/?id=af621740 [af621740]] Added translation using Weblate (Georgian)
  +
* [https://git.trinitydesktop.org/cgit/kgtk-qt3/commit/?id=988c2bf7 [988c2bf7]] Update translation files<br/>Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.<br/>Translation: applications/kgtk-qt3<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kgtk-qt3/
  +
* [https://git.trinitydesktop.org/cgit/kgtk-qt3/commit/?id=59addc34 [59addc34]] Translated using Weblate (Italian)<br/>Currently translated at 100.0% (12 of 12 strings)<br/>Translation: applications/kgtk-qt3<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kgtk-qt3/it/
  +
* [https://git.trinitydesktop.org/cgit/kgtk-qt3/commit/?id=bb70f2fc [bb70f2fc]] Added translation using Weblate (Italian)
 
* [https://git.trinitydesktop.org/cgit/kgtk-qt3/commit/?id=e6da4c75 [e6da4c75]] Translated using Weblate (Russian)<br/>Currently translated at 100.0% (12 of 12 strings)<br/>Translation: applications/kgtk-qt3<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kgtk-qt3/ru/
 
* [https://git.trinitydesktop.org/cgit/kgtk-qt3/commit/?id=e6da4c75 [e6da4c75]] Translated using Weblate (Russian)<br/>Currently translated at 100.0% (12 of 12 strings)<br/>Translation: applications/kgtk-qt3<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kgtk-qt3/ru/
 
* [https://git.trinitydesktop.org/cgit/kgtk-qt3/commit/?id=06bca424 [06bca424]] Translated using Weblate (Russian)<br/>Currently translated at 100.0% (12 of 12 strings)<br/>Translation: applications/kgtk-qt3<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kgtk-qt3/ru/
 
* [https://git.trinitydesktop.org/cgit/kgtk-qt3/commit/?id=06bca424 [06bca424]] Translated using Weblate (Russian)<br/>Currently translated at 100.0% (12 of 12 strings)<br/>Translation: applications/kgtk-qt3<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kgtk-qt3/ru/
   
 
== ksplash-engine-moodin ==
 
== ksplash-engine-moodin ==
  +
* [https://git.trinitydesktop.org/cgit/ksplash-engine-moodin/commit/?id=485ac6fb [485ac6fb]] Translated using Weblate (Georgian)<br/>Currently translated at 100.0% (10 of 10 strings)<br/>Translation: applications/ksplash-engine-moodin - themes<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/ksplash-engine-moodin-themes/ka/
  +
* [https://git.trinitydesktop.org/cgit/ksplash-engine-moodin/commit/?id=f33612b7 [f33612b7]] Added translation using Weblate (Georgian)
  +
* [https://git.trinitydesktop.org/cgit/ksplash-engine-moodin/commit/?id=b65cfd48 [b65cfd48]] Translated using Weblate (Georgian)<br/>Currently translated at 100.0% (3 of 3 strings)<br/>Translation: applications/ksplash-engine-moodin<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/ksplash-engine-moodin/ka/
  +
* [https://git.trinitydesktop.org/cgit/ksplash-engine-moodin/commit/?id=43b0a6fe [43b0a6fe]] Added translation using Weblate (Georgian)
  +
* [https://git.trinitydesktop.org/cgit/ksplash-engine-moodin/commit/?id=1678379f [1678379f]] Translated using Weblate (Georgian)<br/>Currently translated at 100.0% (2 of 2 strings)<br/>Translation: applications/ksplash-engine-moodin - ksplashmoodin.desktop<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/ksplash-engine-moodin-ksplashmoodindesktop/ka/
  +
* [https://git.trinitydesktop.org/cgit/ksplash-engine-moodin/commit/?id=f943e9f1 [f943e9f1]] Added translation using Weblate (Georgian)
  +
* [https://git.trinitydesktop.org/cgit/ksplash-engine-moodin/commit/?id=9afce39a [9afce39a]] Update translation files<br/>Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.<br/>Translation: applications/ksplash-engine-moodin - ksplashmoodin.desktop<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/ksplash-engine-moodin-ksplashmoodindesktop/
  +
* [https://git.trinitydesktop.org/cgit/ksplash-engine-moodin/commit/?id=4de4d344 [4de4d344]] Update translation files<br/>Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.<br/>Translation: applications/ksplash-engine-moodin - themes<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/ksplash-engine-moodin-themes/
  +
* [https://git.trinitydesktop.org/cgit/ksplash-engine-moodin/commit/?id=d25565ef [d25565ef]] Update translation files<br/>Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.<br/>Translation: applications/ksplash-engine-moodin<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/ksplash-engine-moodin/
 
* [https://git.trinitydesktop.org/cgit/ksplash-engine-moodin/commit/?id=c10854bc [c10854bc]] Translated using Weblate (Russian)<br/>Currently translated at 100.0% (10 of 10 strings)<br/>Translation: applications/ksplash-engine-moodin - themes<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/ksplash-engine-moodin-themes/ru/
 
* [https://git.trinitydesktop.org/cgit/ksplash-engine-moodin/commit/?id=c10854bc [c10854bc]] Translated using Weblate (Russian)<br/>Currently translated at 100.0% (10 of 10 strings)<br/>Translation: applications/ksplash-engine-moodin - themes<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/ksplash-engine-moodin-themes/ru/
 
* [https://git.trinitydesktop.org/cgit/ksplash-engine-moodin/commit/?id=ba3e4d83 [ba3e4d83]] Added translation using Weblate (Russian)
 
* [https://git.trinitydesktop.org/cgit/ksplash-engine-moodin/commit/?id=ba3e4d83 [ba3e4d83]] Added translation using Weblate (Russian)
Line 2,807: Line 3,669:
   
 
== tde-style-baghira ==
 
== tde-style-baghira ==
  +
* [https://git.trinitydesktop.org/cgit/tde-style-baghira/commit/?id=2d9cb68e [2d9cb68e]] Translated using Weblate (Georgian)<br/>Currently translated at 100.0% (52 of 52 strings)<br/>Translation: applications/tde-style-baghira - twin<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tde-style-baghira-twin/ka/
  +
* [https://git.trinitydesktop.org/cgit/tde-style-baghira/commit/?id=2b73914d [2b73914d]] Added translation using Weblate (Georgian)
  +
* [https://git.trinitydesktop.org/cgit/tde-style-baghira/commit/?id=4f5fd679 [4f5fd679]] Translated using Weblate (Georgian)<br/>Currently translated at 100.0% (18 of 18 strings)<br/>Translation: applications/tde-style-baghira - sessionapplet<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tde-style-baghira-sessionapplet/ka/
  +
* [https://git.trinitydesktop.org/cgit/tde-style-baghira/commit/?id=145e46d0 [145e46d0]] Added translation using Weblate (Georgian)
  +
* [https://git.trinitydesktop.org/cgit/tde-style-baghira/commit/?id=662fefcd [662fefcd]] Translated using Weblate (Georgian)<br/>Currently translated at 100.0% (14 of 14 strings)<br/>Translation: applications/tde-style-baghira - desktop files<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tde-style-baghira-desktop-files/ka/
  +
* [https://git.trinitydesktop.org/cgit/tde-style-baghira/commit/?id=f4c53b9a [f4c53b9a]] Added translation using Weblate (Georgian)
  +
* [https://git.trinitydesktop.org/cgit/tde-style-baghira/commit/?id=c7ec885a [c7ec885a]] Translated using Weblate (Georgian)<br/>Currently translated at 100.0% (3 of 3 strings)<br/>Translation: applications/tde-style-baghira - kmenuapplet<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tde-style-baghira-kmenuapplet/ka/
  +
* [https://git.trinitydesktop.org/cgit/tde-style-baghira/commit/?id=97d0c4d0 [97d0c4d0]] Translated using Weblate (Georgian)<br/>Currently translated at 100.0% (5 of 5 strings)<br/>Translation: applications/tde-style-baghira - bab<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tde-style-baghira-bab/ka/
  +
* [https://git.trinitydesktop.org/cgit/tde-style-baghira/commit/?id=53ef7b6f [53ef7b6f]] Added translation using Weblate (Georgian)
  +
* [https://git.trinitydesktop.org/cgit/tde-style-baghira/commit/?id=3c6e7d56 [3c6e7d56]] Added translation using Weblate (Georgian)
  +
* [https://git.trinitydesktop.org/cgit/tde-style-baghira/commit/?id=019e2585 [019e2585]] Use tquic directcly
  +
* [https://git.trinitydesktop.org/cgit/tde-style-baghira/commit/?id=2979361b [2979361b]] Update translation files<br/>Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.<br/>Translation: applications/tde-style-baghira - bab<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tde-style-baghira-bab/
  +
* [https://git.trinitydesktop.org/cgit/tde-style-baghira/commit/?id=34702a62 [34702a62]] Update translation files<br/>Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.<br/>Translation: applications/tde-style-baghira - kmenuapplet<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tde-style-baghira-kmenuapplet/
  +
* [https://git.trinitydesktop.org/cgit/tde-style-baghira/commit/?id=8a772b5d [8a772b5d]] Translated using Weblate (Portuguese)<br/>Currently translated at 14.2% (2 of 14 strings)<br/>Translation: applications/tde-style-baghira - desktop files<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tde-style-baghira-desktop-files/pt/
  +
* [https://git.trinitydesktop.org/cgit/tde-style-baghira/commit/?id=6081cb0d [6081cb0d]] Added translation using Weblate (Portuguese)
  +
* [https://git.trinitydesktop.org/cgit/tde-style-baghira/commit/?id=d05bfa7a [d05bfa7a]] Translated using Weblate (German)<br/>Currently translated at 14.2% (2 of 14 strings)<br/>Translation: applications/tde-style-baghira - desktop files<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tde-style-baghira-desktop-files/de/
 
* [https://git.trinitydesktop.org/cgit/tde-style-baghira/commit/?id=2848e644 [2848e644]] Translated using Weblate (Portuguese (Brazil))<br/>Currently translated at 7.1% (1 of 14 strings)<br/>Translation: applications/tde-style-baghira - desktop files<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tde-style-baghira-desktop-files/pt_BR/
 
* [https://git.trinitydesktop.org/cgit/tde-style-baghira/commit/?id=2848e644 [2848e644]] Translated using Weblate (Portuguese (Brazil))<br/>Currently translated at 7.1% (1 of 14 strings)<br/>Translation: applications/tde-style-baghira - desktop files<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tde-style-baghira-desktop-files/pt_BR/
 
* [https://git.trinitydesktop.org/cgit/tde-style-baghira/commit/?id=85366bc0 [85366bc0]] Added translation using Weblate (Portuguese (Brazil))
 
* [https://git.trinitydesktop.org/cgit/tde-style-baghira/commit/?id=85366bc0 [85366bc0]] Added translation using Weblate (Portuguese (Brazil))
Line 2,821: Line 3,699:
   
 
== tde-style-domino ==
 
== tde-style-domino ==
  +
* [https://git.trinitydesktop.org/cgit/tde-style-domino/commit/?id=9d2e65e8 [9d2e65e8]] Translated using Weblate (Georgian)<br/>Currently translated at 100.0% (56 of 56 strings)<br/>Translation: applications/tde-style-domino<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tde-style-domino/ka/
  +
* [https://git.trinitydesktop.org/cgit/tde-style-domino/commit/?id=8911adcc [8911adcc]] Added translation using Weblate (Georgian)
  +
* [https://git.trinitydesktop.org/cgit/tde-style-domino/commit/?id=0ce12d01 [0ce12d01]] Translated using Weblate (Georgian)<br/>Currently translated at 100.0% (17 of 17 strings)<br/>Translation: applications/tde-style-domino - twin<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tde-style-domino-twin/ka/
  +
* [https://git.trinitydesktop.org/cgit/tde-style-domino/commit/?id=04528db0 [04528db0]] Added translation using Weblate (Georgian)
  +
* [https://git.trinitydesktop.org/cgit/tde-style-domino/commit/?id=7e703d26 [7e703d26]] Translated using Weblate (Georgian)<br/>Currently translated at 100.0% (2 of 2 strings)<br/>Translation: applications/tde-style-domino - desktop files<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tde-style-domino-desktop-files/ka/
  +
* [https://git.trinitydesktop.org/cgit/tde-style-domino/commit/?id=b8a33e28 [b8a33e28]] Added translation using Weblate (Georgian)
  +
* [https://git.trinitydesktop.org/cgit/tde-style-domino/commit/?id=2cc7d2d1 [2cc7d2d1]] Update translation files<br/>Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.<br/>Translation: applications/tde-style-domino - desktop files<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tde-style-domino-desktop-files/
 
* [https://git.trinitydesktop.org/cgit/tde-style-domino/commit/?id=515a3c18 [515a3c18]] Translated using Weblate (Russian)<br/>Currently translated at 100.0% (2 of 2 strings)<br/>Translation: applications/tde-style-domino - desktop files<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tde-style-domino-desktop-files/ru/
 
* [https://git.trinitydesktop.org/cgit/tde-style-domino/commit/?id=515a3c18 [515a3c18]] Translated using Weblate (Russian)<br/>Currently translated at 100.0% (2 of 2 strings)<br/>Translation: applications/tde-style-domino - desktop files<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tde-style-domino-desktop-files/ru/
 
* [https://git.trinitydesktop.org/cgit/tde-style-domino/commit/?id=bc0d220b [bc0d220b]] Added translation using Weblate (Russian)
 
* [https://git.trinitydesktop.org/cgit/tde-style-domino/commit/?id=bc0d220b [bc0d220b]] Added translation using Weblate (Russian)
Line 2,826: Line 3,711:
   
 
== tde-style-ia-ora ==
 
== tde-style-ia-ora ==
  +
* [https://git.trinitydesktop.org/cgit/tde-style-ia-ora/commit/?id=4c6f5b92 [4c6f5b92]] Translated using Weblate (Georgian)<br/>Currently translated at 100.0% (3 of 3 strings)<br/>Translation: applications/tde-style-ia-ora - twin<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tde-style-ia-ora-twin/ka/
  +
* [https://git.trinitydesktop.org/cgit/tde-style-ia-ora/commit/?id=2d6e9124 [2d6e9124]] Translated using Weblate (Georgian)<br/>Currently translated at 100.0% (2 of 2 strings)<br/>Translation: applications/tde-style-ia-ora - desktop files<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tde-style-ia-ora-desktop-files/ka/
  +
* [https://git.trinitydesktop.org/cgit/tde-style-ia-ora/commit/?id=32ad637f [32ad637f]] Added translation using Weblate (Georgian)
  +
* [https://git.trinitydesktop.org/cgit/tde-style-ia-ora/commit/?id=f1366723 [f1366723]] Added translation using Weblate (Georgian)
  +
* [https://git.trinitydesktop.org/cgit/tde-style-ia-ora/commit/?id=35f049b7 [35f049b7]] Update translation files<br/>Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.<br/>Translation: applications/tde-style-ia-ora - twin<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tde-style-ia-ora-twin/
  +
* [https://git.trinitydesktop.org/cgit/tde-style-ia-ora/commit/?id=c6b18455 [c6b18455]] Update translation files<br/>Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.<br/>Translation: applications/tde-style-ia-ora - desktop files<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tde-style-ia-ora-desktop-files/
 
* [https://git.trinitydesktop.org/cgit/tde-style-ia-ora/commit/?id=9e5afc6b [9e5afc6b]] Translated using Weblate (Russian)<br/>Currently translated at 100.0% (3 of 3 strings)<br/>Translation: applications/tde-style-ia-ora - twin<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tde-style-ia-ora-twin/ru/
 
* [https://git.trinitydesktop.org/cgit/tde-style-ia-ora/commit/?id=9e5afc6b [9e5afc6b]] Translated using Weblate (Russian)<br/>Currently translated at 100.0% (3 of 3 strings)<br/>Translation: applications/tde-style-ia-ora - twin<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tde-style-ia-ora-twin/ru/
 
* [https://git.trinitydesktop.org/cgit/tde-style-ia-ora/commit/?id=5bbd8ebf [5bbd8ebf]] Added translation using Weblate (Russian)
 
* [https://git.trinitydesktop.org/cgit/tde-style-ia-ora/commit/?id=5bbd8ebf [5bbd8ebf]] Added translation using Weblate (Russian)
Line 2,833: Line 3,724:
   
 
== tde-style-lipstik ==
 
== tde-style-lipstik ==
  +
* [https://git.trinitydesktop.org/cgit/tde-style-lipstik/commit/?id=00278ad4 [00278ad4]] Translated using Weblate (Georgian)<br/>Currently translated at 100.0% (59 of 59 strings)<br/>Translation: applications/tde-style-lipstik<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tde-style-lipstik/ka/
  +
* [https://git.trinitydesktop.org/cgit/tde-style-lipstik/commit/?id=39d0ef68 [39d0ef68]] Added translation using Weblate (Georgian)
  +
* [https://git.trinitydesktop.org/cgit/tde-style-lipstik/commit/?id=43bee29e [43bee29e]] Translated using Weblate (Georgian)<br/>Currently translated at 100.0% (5 of 5 strings)<br/>Translation: applications/tde-style-lipstik - desktop files<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tde-style-lipstik-desktop-files/ka/
  +
* [https://git.trinitydesktop.org/cgit/tde-style-lipstik/commit/?id=06b78fb1 [06b78fb1]] Added translation using Weblate (Georgian)
 
* [https://git.trinitydesktop.org/cgit/tde-style-lipstik/commit/?id=dc269473 [dc269473]] Update translation files<br/>Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.<br/>Translation: applications/tde-style-lipstik - desktop files<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tde-style-lipstik-desktop-files/
 
* [https://git.trinitydesktop.org/cgit/tde-style-lipstik/commit/?id=dc269473 [dc269473]] Update translation files<br/>Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.<br/>Translation: applications/tde-style-lipstik - desktop files<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tde-style-lipstik-desktop-files/
 
* [https://git.trinitydesktop.org/cgit/tde-style-lipstik/commit/?id=39c758d5 [39c758d5]] Translated using Weblate (Russian)<br/>Currently translated at 100.0% (5 of 5 strings)<br/>Translation: applications/tde-style-lipstik - desktop files<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tde-style-lipstik-desktop-files/ru/
 
* [https://git.trinitydesktop.org/cgit/tde-style-lipstik/commit/?id=39c758d5 [39c758d5]] Translated using Weblate (Russian)<br/>Currently translated at 100.0% (5 of 5 strings)<br/>Translation: applications/tde-style-lipstik - desktop files<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tde-style-lipstik-desktop-files/ru/
Line 2,838: Line 3,733:
   
 
== tde-style-qtcurve ==
 
== tde-style-qtcurve ==
  +
* [https://git.trinitydesktop.org/cgit/tde-style-qtcurve/commit/?id=f8d6e48a [f8d6e48a]] Translated using Weblate (Georgian)<br/>Currently translated at 100.0% (2 of 2 strings)<br/>Translation: applications/tde-style-qtcurve - desktop files<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tde-style-qtcurve-desktop-files/ka/
  +
* [https://git.trinitydesktop.org/cgit/tde-style-qtcurve/commit/?id=7ef25a8d [7ef25a8d]] Added translation using Weblate (Georgian)
  +
* [https://git.trinitydesktop.org/cgit/tde-style-qtcurve/commit/?id=4eb564cd [4eb564cd]] Update translation files<br/>Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.<br/>Translation: applications/tde-style-qtcurve - desktop files<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tde-style-qtcurve-desktop-files/
  +
* [https://git.trinitydesktop.org/cgit/tde-style-qtcurve/commit/?id=50b1ed09 [50b1ed09]] Translated using Weblate (Italian)<br/>Currently translated at 100.0% (2 of 2 strings)<br/>Translation: applications/tde-style-qtcurve - desktop files<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tde-style-qtcurve-desktop-files/it/
  +
* [https://git.trinitydesktop.org/cgit/tde-style-qtcurve/commit/?id=bd4c7eff [bd4c7eff]] Added translation using Weblate (Italian)
 
* [https://git.trinitydesktop.org/cgit/tde-style-qtcurve/commit/?id=b069a35c [b069a35c]] Translated using Weblate (Russian)<br/>Currently translated at 100.0% (2 of 2 strings)<br/>Translation: applications/tde-style-qtcurve - desktop files<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tde-style-qtcurve-desktop-files/ru/
 
* [https://git.trinitydesktop.org/cgit/tde-style-qtcurve/commit/?id=b069a35c [b069a35c]] Translated using Weblate (Russian)<br/>Currently translated at 100.0% (2 of 2 strings)<br/>Translation: applications/tde-style-qtcurve - desktop files<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tde-style-qtcurve-desktop-files/ru/
 
* [https://git.trinitydesktop.org/cgit/tde-style-qtcurve/commit/?id=27e23c10 [27e23c10]] Added translation using Weblate (Russian)
 
* [https://git.trinitydesktop.org/cgit/tde-style-qtcurve/commit/?id=27e23c10 [27e23c10]] Added translation using Weblate (Russian)
   
 
== tdmtheme ==
 
== tdmtheme ==
  +
* [https://git.trinitydesktop.org/cgit/tdmtheme/commit/?id=13ffe9ec [13ffe9ec]] Translated using Weblate (Georgian)<br/>Currently translated at 100.0% (27 of 27 strings)<br/>Translation: applications/tdmtheme<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdmtheme/ka/
  +
* [https://git.trinitydesktop.org/cgit/tdmtheme/commit/?id=810cde2f [810cde2f]] Added translation using Weblate (Georgian)
  +
* [https://git.trinitydesktop.org/cgit/tdmtheme/commit/?id=d8243fa8 [d8243fa8]] Translated using Weblate (Georgian)<br/>Currently translated at 100.0% (2 of 2 strings)<br/>Translation: applications/tdmtheme - tdmtheme.desktop<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdmtheme-tdmthemedesktop/ka/
  +
* [https://git.trinitydesktop.org/cgit/tdmtheme/commit/?id=7ce7871f [7ce7871f]] Added translation using Weblate (Georgian)
  +
* [https://git.trinitydesktop.org/cgit/tdmtheme/commit/?id=217a1259 [217a1259]] Update translation files<br/>Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.<br/>Translation: applications/tdmtheme - tdmtheme.desktop<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdmtheme-tdmthemedesktop/
 
* [https://git.trinitydesktop.org/cgit/tdmtheme/commit/?id=40c3be67 [40c3be67]] Translated using Weblate (Russian)<br/>Currently translated at 100.0% (2 of 2 strings)<br/>Translation: applications/tdmtheme - tdmtheme.desktop<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdmtheme-tdmthemedesktop/ru/
 
* [https://git.trinitydesktop.org/cgit/tdmtheme/commit/?id=40c3be67 [40c3be67]] Translated using Weblate (Russian)<br/>Currently translated at 100.0% (2 of 2 strings)<br/>Translation: applications/tdmtheme - tdmtheme.desktop<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdmtheme-tdmthemedesktop/ru/
 
* [https://git.trinitydesktop.org/cgit/tdmtheme/commit/?id=422b7c29 [422b7c29]] Added translation using Weblate (Russian)
 
* [https://git.trinitydesktop.org/cgit/tdmtheme/commit/?id=422b7c29 [422b7c29]] Added translation using Weblate (Russian)
Line 2,848: Line 3,753:
   
 
== twin-style-crystal ==
 
== twin-style-crystal ==
  +
* [https://git.trinitydesktop.org/cgit/twin-style-crystal/commit/?id=7481bbc6 [7481bbc6]] Added translation using Weblate (Georgian)
  +
* [https://git.trinitydesktop.org/cgit/twin-style-crystal/commit/?id=49bc736b [49bc736b]] Translated using Weblate (Georgian)<br/>Currently translated at 100.0% (1 of 1 strings)<br/>Translation: applications/twin-style-crystal - desktop files<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/twin-style-crystal-desktop-files/ka/
  +
* [https://git.trinitydesktop.org/cgit/twin-style-crystal/commit/?id=ffd73aa5 [ffd73aa5]] Added translation using Weblate (Georgian)
  +
* [https://git.trinitydesktop.org/cgit/twin-style-crystal/commit/?id=6ab69486 [6ab69486]] Update translation files<br/>Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.<br/>Translation: applications/twin-style-crystal - desktop files<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/twin-style-crystal-desktop-files/
 
* [https://git.trinitydesktop.org/cgit/twin-style-crystal/commit/?id=74a99abb [74a99abb]] Translated using Weblate (Russian)<br/>Currently translated at 100.0% (1 of 1 strings)<br/>Translation: applications/twin-style-crystal - desktop files<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/twin-style-crystal-desktop-files/ru/
 
* [https://git.trinitydesktop.org/cgit/twin-style-crystal/commit/?id=74a99abb [74a99abb]] Translated using Weblate (Russian)<br/>Currently translated at 100.0% (1 of 1 strings)<br/>Translation: applications/twin-style-crystal - desktop files<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/twin-style-crystal-desktop-files/ru/
 
* [https://git.trinitydesktop.org/cgit/twin-style-crystal/commit/?id=ef365451 [ef365451]] Added translation using Weblate (Russian)
 
* [https://git.trinitydesktop.org/cgit/twin-style-crystal/commit/?id=ef365451 [ef365451]] Added translation using Weblate (Russian)
Line 2,853: Line 3,762:
   
 
== twin-style-dekorator ==
 
== twin-style-dekorator ==
  +
* [https://git.trinitydesktop.org/cgit/twin-style-dekorator/commit/?id=a5953b11 [a5953b11]] Translated using Weblate (Georgian)<br/>Currently translated at 100.0% (1 of 1 strings)<br/>Translation: applications/twin-style-dekorator - desktop files<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/twin-style-dekorator-desktop-files/ka/
  +
* [https://git.trinitydesktop.org/cgit/twin-style-dekorator/commit/?id=a177ebf8 [a177ebf8]] Added translation using Weblate (Georgian)
  +
* [https://git.trinitydesktop.org/cgit/twin-style-dekorator/commit/?id=3a56d8a8 [3a56d8a8]] Update translation files<br/>Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.<br/>Translation: applications/twin-style-dekorator - desktop files<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/twin-style-dekorator-desktop-files/
 
* [https://git.trinitydesktop.org/cgit/twin-style-dekorator/commit/?id=c2065d4f [c2065d4f]] Translated using Weblate (Russian)<br/>Currently translated at 100.0% (1 of 1 strings)<br/>Translation: applications/twin-style-dekorator - desktop files<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/twin-style-dekorator-desktop-files/ru/
 
* [https://git.trinitydesktop.org/cgit/twin-style-dekorator/commit/?id=c2065d4f [c2065d4f]] Translated using Weblate (Russian)<br/>Currently translated at 100.0% (1 of 1 strings)<br/>Translation: applications/twin-style-dekorator - desktop files<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/twin-style-dekorator-desktop-files/ru/
 
* [https://git.trinitydesktop.org/cgit/twin-style-dekorator/commit/?id=92d4ca9f [92d4ca9f]] Added translation using Weblate (Russian)
 
* [https://git.trinitydesktop.org/cgit/twin-style-dekorator/commit/?id=92d4ca9f [92d4ca9f]] Added translation using Weblate (Russian)
Line 2,858: Line 3,770:
   
 
== twin-style-machbunt ==
 
== twin-style-machbunt ==
  +
* [https://git.trinitydesktop.org/cgit/twin-style-machbunt/commit/?id=4e95dfc8 [4e95dfc8]] Translated using Weblate (Georgian)<br/>Currently translated at 100.0% (3 of 3 strings)<br/>Translation: applications/twin-style-machbunt<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/twin-style-machbunt/ka/
  +
* [https://git.trinitydesktop.org/cgit/twin-style-machbunt/commit/?id=37c554fe [37c554fe]] Added translation using Weblate (Georgian)
  +
* [https://git.trinitydesktop.org/cgit/twin-style-machbunt/commit/?id=6b393d38 [6b393d38]] Translated using Weblate (Georgian)<br/>Currently translated at 100.0% (1 of 1 strings)<br/>Translation: applications/twin-style-machbunt - desktop files<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/twin-style-machbunt-desktop-files/ka/
  +
* [https://git.trinitydesktop.org/cgit/twin-style-machbunt/commit/?id=047f5155 [047f5155]] Added translation using Weblate (Georgian)
  +
* [https://git.trinitydesktop.org/cgit/twin-style-machbunt/commit/?id=20f2a3cd [20f2a3cd]] Update translation files<br/>Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.<br/>Translation: applications/twin-style-machbunt<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/twin-style-machbunt/
  +
* [https://git.trinitydesktop.org/cgit/twin-style-machbunt/commit/?id=be043da8 [be043da8]] Update translation files<br/>Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.<br/>Translation: applications/twin-style-machbunt - desktop files<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/twin-style-machbunt-desktop-files/
 
* [https://git.trinitydesktop.org/cgit/twin-style-machbunt/commit/?id=f58ac171 [f58ac171]] Translated using Weblate (Russian)<br/>Currently translated at 100.0% (3 of 3 strings)<br/>Translation: applications/twin-style-machbunt<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/twin-style-machbunt/ru/
 
* [https://git.trinitydesktop.org/cgit/twin-style-machbunt/commit/?id=f58ac171 [f58ac171]] Translated using Weblate (Russian)<br/>Currently translated at 100.0% (3 of 3 strings)<br/>Translation: applications/twin-style-machbunt<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/twin-style-machbunt/ru/
 
* [https://git.trinitydesktop.org/cgit/twin-style-machbunt/commit/?id=7a99524e [7a99524e]] Added translation using Weblate (Russian)
 
* [https://git.trinitydesktop.org/cgit/twin-style-machbunt/commit/?id=7a99524e [7a99524e]] Added translation using Weblate (Russian)
Line 2,865: Line 3,783:
   
 
== twin-style-suse2 ==
 
== twin-style-suse2 ==
  +
* [https://git.trinitydesktop.org/cgit/twin-style-suse2/commit/?id=b6c90fc8 [b6c90fc8]] Translated using Weblate (Georgian)<br/>Currently translated at 100.0% (65 of 65 strings)<br/>Translation: applications/twin-style-suse2<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/twin-style-suse2/ka/
  +
* [https://git.trinitydesktop.org/cgit/twin-style-suse2/commit/?id=a1f24926 [a1f24926]] Added translation using Weblate (Georgian)
  +
* [https://git.trinitydesktop.org/cgit/twin-style-suse2/commit/?id=eae19340 [eae19340]] Translated using Weblate (Georgian)<br/>Currently translated at 100.0% (1 of 1 strings)<br/>Translation: applications/twin-style-suse2 - desktop files<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/twin-style-suse2-desktop-files/ka/
  +
* [https://git.trinitydesktop.org/cgit/twin-style-suse2/commit/?id=1f1559bd [1f1559bd]] Added translation using Weblate (Georgian)
  +
* [https://git.trinitydesktop.org/cgit/twin-style-suse2/commit/?id=172925c1 [172925c1]] Update translation files<br/>Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.<br/>Translation: applications/twin-style-suse2 - desktop files<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/twin-style-suse2-desktop-files/
  +
* [https://git.trinitydesktop.org/cgit/twin-style-suse2/commit/?id=9f9b3c89 [9f9b3c89]] Update translation files<br/>Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.<br/>Translation: applications/twin-style-suse2<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/twin-style-suse2/
 
* [https://git.trinitydesktop.org/cgit/twin-style-suse2/commit/?id=e0d3d7ab [e0d3d7ab]] Translated using Weblate (Russian)<br/>Currently translated at 78.4% (51 of 65 strings)<br/>Translation: applications/twin-style-suse2<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/twin-style-suse2/ru/
 
* [https://git.trinitydesktop.org/cgit/twin-style-suse2/commit/?id=e0d3d7ab [e0d3d7ab]] Translated using Weblate (Russian)<br/>Currently translated at 78.4% (51 of 65 strings)<br/>Translation: applications/twin-style-suse2<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/twin-style-suse2/ru/
 
* [https://git.trinitydesktop.org/cgit/twin-style-suse2/commit/?id=db79df35 [db79df35]] Translated using Weblate (Russian)<br/>Currently translated at 100.0% (1 of 1 strings)<br/>Translation: applications/twin-style-suse2 - desktop files<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/twin-style-suse2-desktop-files/ru/
 
* [https://git.trinitydesktop.org/cgit/twin-style-suse2/commit/?id=db79df35 [db79df35]] Translated using Weblate (Russian)<br/>Currently translated at 100.0% (1 of 1 strings)<br/>Translation: applications/twin-style-suse2 - desktop files<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/twin-style-suse2-desktop-files/ru/
Line 2,873: Line 3,797:
 
= applications/utilities =
 
= applications/utilities =
 
== abakus ==
 
== abakus ==
  +
* [https://git.trinitydesktop.org/cgit/abakus/commit/?id=393ad985 [393ad985]] Fix plural form of translations.<br/>The leading '_n: ' should not be part of the translations.
  +
* [https://git.trinitydesktop.org/cgit/abakus/commit/?id=1037a657 [1037a657]] Translated using Weblate (Georgian)<br/>Currently translated at 100.0% (49 of 49 strings)<br/>Translation: applications/abakus<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/abakus/ka/
  +
* [https://git.trinitydesktop.org/cgit/abakus/commit/?id=b0152ca1 [b0152ca1]] Added translation using Weblate (Georgian)
  +
* [https://git.trinitydesktop.org/cgit/abakus/commit/?id=9cc35171 [9cc35171]] Translated using Weblate (Georgian)<br/>Currently translated at 100.0% (3 of 3 strings)<br/>Translation: applications/abakus - abakus.desktop<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/abakus-abakusdesktop/ka/
 
* [https://git.trinitydesktop.org/cgit/abakus/commit/?id=9ace50d1 [9ace50d1]] Update translation files<br/>Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.<br/>Translation: applications/abakus<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/abakus/
 
* [https://git.trinitydesktop.org/cgit/abakus/commit/?id=9ace50d1 [9ace50d1]] Update translation files<br/>Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.<br/>Translation: applications/abakus<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/abakus/
 
* [https://git.trinitydesktop.org/cgit/abakus/commit/?id=467ef6c1 [467ef6c1]] Translated using Weblate (Russian)<br/>Currently translated at 100.0% (49 of 49 strings)<br/>Translation: applications/abakus<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/abakus/ru/
 
* [https://git.trinitydesktop.org/cgit/abakus/commit/?id=467ef6c1 [467ef6c1]] Translated using Weblate (Russian)<br/>Currently translated at 100.0% (49 of 49 strings)<br/>Translation: applications/abakus<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/abakus/ru/
Line 2,879: Line 3,807:
   
 
== filelight ==
 
== filelight ==
  +
* [https://git.trinitydesktop.org/cgit/filelight/commit/?id=f9ab851a [f9ab851a]] Fix plural form of translations.<br/>The leading '_n: ' should not be part of the translations.
  +
* [https://git.trinitydesktop.org/cgit/filelight/commit/?id=ad25fe09 [ad25fe09]] Translated using Weblate (Georgian)<br/>Currently translated at 100.0% (4 of 4 strings)<br/>Translation: applications/filelight - desktop files<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/filelight-desktop-files/ka/
  +
* [https://git.trinitydesktop.org/cgit/filelight/commit/?id=b3c1931a [b3c1931a]] Translated using Weblate (Georgian)<br/>Currently translated at 100.0% (77 of 77 strings)<br/>Translation: applications/filelight<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/filelight/ka/
 
* [https://git.trinitydesktop.org/cgit/filelight/commit/?id=6676268d [6676268d]] Update translation files<br/>Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.<br/>Translation: applications/filelight<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/filelight/
 
* [https://git.trinitydesktop.org/cgit/filelight/commit/?id=6676268d [6676268d]] Update translation files<br/>Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.<br/>Translation: applications/filelight<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/filelight/
 
* [https://git.trinitydesktop.org/cgit/filelight/commit/?id=8066004a [8066004a]] Update translation files<br/>Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.<br/>Translation: applications/filelight - desktop files<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/filelight-desktop-files/
 
* [https://git.trinitydesktop.org/cgit/filelight/commit/?id=8066004a [8066004a]] Update translation files<br/>Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.<br/>Translation: applications/filelight - desktop files<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/filelight-desktop-files/
Line 2,889: Line 3,820:
   
 
== kbarcode ==
 
== kbarcode ==
  +
* [https://git.trinitydesktop.org/cgit/kbarcode/commit/?id=4c82a374 [4c82a374]] Translated using Weblate (Georgian)<br/>Currently translated at 100.0% (14 of 14 strings)<br/>Translation: applications/kbarcode - desktop files<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbarcode-desktop-files/ka/
  +
* [https://git.trinitydesktop.org/cgit/kbarcode/commit/?id=e07205ec [e07205ec]] Added translation using Weblate (Georgian)
  +
* [https://git.trinitydesktop.org/cgit/kbarcode/commit/?id=6485e027 [6485e027]] Translated using Weblate (Polish)<br/>Currently translated at 99.8% (593 of 594 strings)<br/>Translation: applications/kbarcode<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbarcode/pl/
  +
* [https://git.trinitydesktop.org/cgit/kbarcode/commit/?id=4df954b0 [4df954b0]] Update translation files<br/>Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.<br/>Translation: applications/kbarcode<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbarcode/
  +
* [https://git.trinitydesktop.org/cgit/kbarcode/commit/?id=877e33b5 [877e33b5]] Update translation template.
  +
* [https://git.trinitydesktop.org/cgit/kbarcode/commit/?id=5215d91d [5215d91d]] Translated using Weblate (Portuguese)<br/>Currently translated at 1.1% (7 of 594 strings)<br/>Translation: applications/kbarcode<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbarcode/pt/
  +
* [https://git.trinitydesktop.org/cgit/kbarcode/commit/?id=ef957b79 [ef957b79]] Added translation using Weblate (Portuguese)
  +
* [https://git.trinitydesktop.org/cgit/kbarcode/commit/?id=cee8d8dc [cee8d8dc]] Translated using Weblate (Russian)<br/>Currently translated at 31.3% (186 of 594 strings)<br/>Translation: applications/kbarcode<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbarcode/ru/
 
* [https://git.trinitydesktop.org/cgit/kbarcode/commit/?id=e7336ab9 [e7336ab9]] Added translation using Weblate (Russian)
 
* [https://git.trinitydesktop.org/cgit/kbarcode/commit/?id=e7336ab9 [e7336ab9]] Added translation using Weblate (Russian)
 
* [https://git.trinitydesktop.org/cgit/kbarcode/commit/?id=2f5aa189 [2f5aa189]] Translated using Weblate (Polish)<br/>Currently translated at 99.1% (589 of 594 strings)<br/>Translation: applications/kbarcode<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbarcode/pl/
 
* [https://git.trinitydesktop.org/cgit/kbarcode/commit/?id=2f5aa189 [2f5aa189]] Translated using Weblate (Polish)<br/>Currently translated at 99.1% (589 of 594 strings)<br/>Translation: applications/kbarcode<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbarcode/pl/
Line 2,900: Line 3,839:
   
 
== kchmviewer ==
 
== kchmviewer ==
  +
* [https://git.trinitydesktop.org/cgit/kchmviewer/commit/?id=811d5fb6 [811d5fb6]] Translated using Weblate (Russian)<br/>Currently translated at 97.9% (142 of 145 strings)<br/>Translation: applications/kchmviewer<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kchmviewer/ru/
  +
* [https://git.trinitydesktop.org/cgit/kchmviewer/commit/?id=17f58cac [17f58cac]] Translated using Weblate (Georgian)<br/>Currently translated at 100.0% (4 of 4 strings)<br/>Translation: applications/kchmviewer - desktop files<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kchmviewer-desktop-files/ka/
  +
* [https://git.trinitydesktop.org/cgit/kchmviewer/commit/?id=b3cbc0ff [b3cbc0ff]] Added translation using Weblate (Georgian)
  +
* [https://git.trinitydesktop.org/cgit/kchmviewer/commit/?id=70035baa [70035baa]] Update translation files<br/>Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.<br/>Translation: applications/kchmviewer<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kchmviewer/
 
* [https://git.trinitydesktop.org/cgit/kchmviewer/commit/?id=98cc5c5b [98cc5c5b]] Translated using Weblate (Russian)<br/>Currently translated at 80.6% (117 of 145 strings)<br/>Translation: applications/kchmviewer<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kchmviewer/ru/
 
* [https://git.trinitydesktop.org/cgit/kchmviewer/commit/?id=98cc5c5b [98cc5c5b]] Translated using Weblate (Russian)<br/>Currently translated at 80.6% (117 of 145 strings)<br/>Translation: applications/kchmviewer<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kchmviewer/ru/
 
* [https://git.trinitydesktop.org/cgit/kchmviewer/commit/?id=c840a753 [c840a753]] Translated using Weblate (Russian)<br/>Currently translated at 80.6% (117 of 145 strings)<br/>Translation: applications/kchmviewer<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kchmviewer/ru/
 
* [https://git.trinitydesktop.org/cgit/kchmviewer/commit/?id=c840a753 [c840a753]] Translated using Weblate (Russian)<br/>Currently translated at 80.6% (117 of 145 strings)<br/>Translation: applications/kchmviewer<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kchmviewer/ru/
Line 2,906: Line 3,849:
   
 
== kcpuload ==
 
== kcpuload ==
  +
* [https://git.trinitydesktop.org/cgit/kcpuload/commit/?id=85843fdf [85843fdf]] Translated using Weblate (Georgian)<br/>Currently translated at 100.0% (39 of 39 strings)<br/>Translation: applications/kcpuload<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kcpuload/ka/
  +
* [https://git.trinitydesktop.org/cgit/kcpuload/commit/?id=0480ce9b [0480ce9b]] Added translation using Weblate (Georgian)
  +
* [https://git.trinitydesktop.org/cgit/kcpuload/commit/?id=a20cf752 [a20cf752]] Translated using Weblate (Georgian)<br/>Currently translated at 100.0% (3 of 3 strings)<br/>Translation: applications/kcpuload - kcpuload.desktop<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kcpuload-kcpuloaddesktop/ka/
  +
* [https://git.trinitydesktop.org/cgit/kcpuload/commit/?id=af8e4f15 [af8e4f15]] Added translation using Weblate (Georgian)
  +
* [https://git.trinitydesktop.org/cgit/kcpuload/commit/?id=8b0472e7 [8b0472e7]] Update translation files<br/>Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.<br/>Translation: applications/kcpuload<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kcpuload/
  +
* [https://git.trinitydesktop.org/cgit/kcpuload/commit/?id=65f9b95b [65f9b95b]] Update translation files<br/>Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.<br/>Translation: applications/kcpuload - kcpuload.desktop<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kcpuload-kcpuloaddesktop/
  +
* [https://git.trinitydesktop.org/cgit/kcpuload/commit/?id=276df6b7 [276df6b7]] Translated using Weblate (Italian)<br/>Currently translated at 100.0% (39 of 39 strings)<br/>Translation: applications/kcpuload<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kcpuload/it/
  +
* [https://git.trinitydesktop.org/cgit/kcpuload/commit/?id=886ad23f [886ad23f]] Added translation using Weblate (Italian)
 
* [https://git.trinitydesktop.org/cgit/kcpuload/commit/?id=14c73c4b [14c73c4b]] Translated using Weblate (Russian)<br/>Currently translated at 100.0% (3 of 3 strings)<br/>Translation: applications/kcpuload - kcpuload.desktop<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kcpuload-kcpuloaddesktop/ru/
 
* [https://git.trinitydesktop.org/cgit/kcpuload/commit/?id=14c73c4b [14c73c4b]] Translated using Weblate (Russian)<br/>Currently translated at 100.0% (3 of 3 strings)<br/>Translation: applications/kcpuload - kcpuload.desktop<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kcpuload-kcpuloaddesktop/ru/
 
* [https://git.trinitydesktop.org/cgit/kcpuload/commit/?id=824e509b [824e509b]] Added translation using Weblate (Russian)
 
* [https://git.trinitydesktop.org/cgit/kcpuload/commit/?id=824e509b [824e509b]] Added translation using Weblate (Russian)
Line 2,915: Line 3,866:
   
 
== kdirstat ==
 
== kdirstat ==
  +
* [https://git.trinitydesktop.org/cgit/kdirstat/commit/?id=a0d6b8d6 [a0d6b8d6]] Update translation files<br/>Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.<br/>Translation: applications/kdirstat<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kdirstat/
  +
* [https://git.trinitydesktop.org/cgit/kdirstat/commit/?id=adddb251 [adddb251]] Update translation template.
  +
* [https://git.trinitydesktop.org/cgit/kdirstat/commit/?id=4d875802 [4d875802]] Translated using Weblate (Georgian)<br/>Currently translated at 100.0% (3 of 3 strings)<br/>Translation: applications/kdirstat - kdirstat.desktop<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kdirstat-kdirstatdesktop/ka/
  +
* [https://git.trinitydesktop.org/cgit/kdirstat/commit/?id=2c58eea2 [2c58eea2]] Added translation using Weblate (Georgian)
  +
* [https://git.trinitydesktop.org/cgit/kdirstat/commit/?id=b1806af7 [b1806af7]] Update translation files<br/>Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.<br/>Translation: applications/kdirstat - kdirstat.desktop<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kdirstat-kdirstatdesktop/
  +
* [https://git.trinitydesktop.org/cgit/kdirstat/commit/?id=9ee7ad73 [9ee7ad73]] Update translation files<br/>Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.<br/>Translation: applications/kdirstat<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kdirstat/
 
* [https://git.trinitydesktop.org/cgit/kdirstat/commit/?id=d08890b0 [d08890b0]] Translated using Weblate (Russian)<br/>Currently translated at 100.0% (3 of 3 strings)<br/>Translation: applications/kdirstat - kdirstat.desktop<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kdirstat-kdirstatdesktop/ru/
 
* [https://git.trinitydesktop.org/cgit/kdirstat/commit/?id=d08890b0 [d08890b0]] Translated using Weblate (Russian)<br/>Currently translated at 100.0% (3 of 3 strings)<br/>Translation: applications/kdirstat - kdirstat.desktop<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kdirstat-kdirstatdesktop/ru/
 
* [https://git.trinitydesktop.org/cgit/kdirstat/commit/?id=d0eed693 [d0eed693]] Translated using Weblate (Russian)<br/>Currently translated at 100.0% (249 of 249 strings)<br/>Translation: applications/kdirstat<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kdirstat/ru/
 
* [https://git.trinitydesktop.org/cgit/kdirstat/commit/?id=d0eed693 [d0eed693]] Translated using Weblate (Russian)<br/>Currently translated at 100.0% (249 of 249 strings)<br/>Translation: applications/kdirstat<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kdirstat/ru/
Line 2,923: Line 3,880:
   
 
== keep ==
 
== keep ==
  +
* [https://git.trinitydesktop.org/cgit/keep/commit/?id=f43a2162 [f43a2162]] Translated using Weblate (Georgian)<br/>Currently translated at 100.0% (110 of 110 strings)<br/>Translation: applications/keep<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/keep/ka/
  +
* [https://git.trinitydesktop.org/cgit/keep/commit/?id=3fbf5959 [3fbf5959]] Update translation files<br/>Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.<br/>Translation: applications/keep<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/keep/
  +
* [https://git.trinitydesktop.org/cgit/keep/commit/?id=3ae2fe56 [3ae2fe56]] Update translation files<br/>Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.<br/>Translation: applications/keep - desktop files<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/keep-desktop-files/
 
* [https://git.trinitydesktop.org/cgit/keep/commit/?id=769aafda [769aafda]] Translated using Weblate (Russian)<br/>Currently translated at 100.0% (110 of 110 strings)<br/>Translation: applications/keep<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/keep/ru/
 
* [https://git.trinitydesktop.org/cgit/keep/commit/?id=769aafda [769aafda]] Translated using Weblate (Russian)<br/>Currently translated at 100.0% (110 of 110 strings)<br/>Translation: applications/keep<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/keep/ru/
 
* [https://git.trinitydesktop.org/cgit/keep/commit/?id=1a76670f [1a76670f]] Translated using Weblate (Russian)<br/>Currently translated at 100.0% (3 of 3 strings)<br/>Translation: applications/keep - desktop files<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/keep-desktop-files/ru/
 
* [https://git.trinitydesktop.org/cgit/keep/commit/?id=1a76670f [1a76670f]] Translated using Weblate (Russian)<br/>Currently translated at 100.0% (3 of 3 strings)<br/>Translation: applications/keep - desktop files<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/keep-desktop-files/ru/
Line 2,929: Line 3,889:
   
 
== knutclient ==
 
== knutclient ==
  +
* [https://git.trinitydesktop.org/cgit/knutclient/commit/?id=d0913fe8 [d0913fe8]] Update translation files<br/>Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.<br/>Translation: applications/knutclient<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knutclient/
  +
* [https://git.trinitydesktop.org/cgit/knutclient/commit/?id=02716051 [02716051]] Update translation template.
  +
* [https://git.trinitydesktop.org/cgit/knutclient/commit/?id=44cfd93d [44cfd93d]] Translated using Weblate (Georgian)<br/>Currently translated at 100.0% (3 of 3 strings)<br/>Translation: applications/knutclient - knutclient.desktop<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knutclient-knutclientdesktop/ka/
  +
* [https://git.trinitydesktop.org/cgit/knutclient/commit/?id=382893fc [382893fc]] Added translation using Weblate (Georgian)
  +
* [https://git.trinitydesktop.org/cgit/knutclient/commit/?id=0b5c2f34 [0b5c2f34]] Update translation files<br/>Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.<br/>Translation: applications/knutclient - knutclient.desktop<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knutclient-knutclientdesktop/
 
* [https://git.trinitydesktop.org/cgit/knutclient/commit/?id=5f03df41 [5f03df41]] Translated using Weblate (Russian)<br/>Currently translated at 100.0% (3 of 3 strings)<br/>Translation: applications/knutclient - knutclient.desktop<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knutclient-knutclientdesktop/ru/
 
* [https://git.trinitydesktop.org/cgit/knutclient/commit/?id=5f03df41 [5f03df41]] Translated using Weblate (Russian)<br/>Currently translated at 100.0% (3 of 3 strings)<br/>Translation: applications/knutclient - knutclient.desktop<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knutclient-knutclientdesktop/ru/
 
* [https://git.trinitydesktop.org/cgit/knutclient/commit/?id=0beb63be [0beb63be]] Added translation using Weblate (Russian)
 
* [https://git.trinitydesktop.org/cgit/knutclient/commit/?id=0beb63be [0beb63be]] Added translation using Weblate (Russian)
Line 2,935: Line 3,900:
   
 
== kompose ==
 
== kompose ==
  +
* [https://git.trinitydesktop.org/cgit/kompose/commit/?id=4998697b [4998697b]] Translated using Weblate (Georgian)<br/>Currently translated at 100.0% (3 of 3 strings)<br/>Translation: applications/kompose - desktop files<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kompose-desktop-files/ka/
  +
* [https://git.trinitydesktop.org/cgit/kompose/commit/?id=f3a4b9c8 [f3a4b9c8]] Added translation using Weblate (Georgian)
  +
* [https://git.trinitydesktop.org/cgit/kompose/commit/?id=ec67407f [ec67407f]] Update translation files<br/>Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.<br/>Translation: applications/kompose - desktop files<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kompose-desktop-files/
 
* [https://git.trinitydesktop.org/cgit/kompose/commit/?id=00e245dc [00e245dc]] Translated using Weblate (Russian)<br/>Currently translated at 100.0% (3 of 3 strings)<br/>Translation: applications/kompose - desktop files<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kompose-desktop-files/ru/
 
* [https://git.trinitydesktop.org/cgit/kompose/commit/?id=00e245dc [00e245dc]] Translated using Weblate (Russian)<br/>Currently translated at 100.0% (3 of 3 strings)<br/>Translation: applications/kompose - desktop files<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kompose-desktop-files/ru/
 
* [https://git.trinitydesktop.org/cgit/kompose/commit/?id=748e68f2 [748e68f2]] Added translation using Weblate (Russian)
 
* [https://git.trinitydesktop.org/cgit/kompose/commit/?id=748e68f2 [748e68f2]] Added translation using Weblate (Russian)
   
 
== krename ==
 
== krename ==
  +
* [https://git.trinitydesktop.org/cgit/krename/commit/?id=2c48425f [2c48425f]] Translated using Weblate (Georgian)<br/>Currently translated at 100.0% (3 of 3 strings)<br/>Translation: applications/krename - krename.desktop<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/krename-krenamedesktop/ka/
  +
* [https://git.trinitydesktop.org/cgit/krename/commit/?id=b6e4f855 [b6e4f855]] Translated using Weblate (Georgian)<br/>Currently translated at 100.0% (1 of 1 strings)<br/>Translation: applications/krename - servicemenus<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/krename-servicemenus/ka/
  +
* [https://git.trinitydesktop.org/cgit/krename/commit/?id=d76fd52d [d76fd52d]] Added translation using Weblate (Georgian)
  +
* [https://git.trinitydesktop.org/cgit/krename/commit/?id=a69e2a50 [a69e2a50]] Added translation using Weblate (Georgian)
  +
* [https://git.trinitydesktop.org/cgit/krename/commit/?id=1039e1e5 [1039e1e5]] Update translation files<br/>Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.<br/>Translation: applications/krename<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/krename/
 
* [https://git.trinitydesktop.org/cgit/krename/commit/?id=8f56e896 [8f56e896]] Translated using Weblate (Russian)<br/>Currently translated at 100.0% (330 of 330 strings)<br/>Translation: applications/krename<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/krename/ru/
 
* [https://git.trinitydesktop.org/cgit/krename/commit/?id=8f56e896 [8f56e896]] Translated using Weblate (Russian)<br/>Currently translated at 100.0% (330 of 330 strings)<br/>Translation: applications/krename<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/krename/ru/
 
* [https://git.trinitydesktop.org/cgit/krename/commit/?id=28d102bd [28d102bd]] Update translation files<br/>Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.<br/>Translation: applications/krename - servicemenus<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/krename-servicemenus/
 
* [https://git.trinitydesktop.org/cgit/krename/commit/?id=28d102bd [28d102bd]] Update translation files<br/>Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.<br/>Translation: applications/krename - servicemenus<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/krename-servicemenus/
Line 2,945: Line 3,918:
   
 
== ksensors ==
 
== ksensors ==
  +
* [https://git.trinitydesktop.org/cgit/ksensors/commit/?id=6ccc90d9 [6ccc90d9]] Translated using Weblate (Georgian)<br/>Currently translated at 100.0% (98 of 98 strings)<br/>Translation: applications/ksensors<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/ksensors/ka/
  +
* [https://git.trinitydesktop.org/cgit/ksensors/commit/?id=c4ab7dca [c4ab7dca]] Added translation using Weblate (Georgian)
  +
* [https://git.trinitydesktop.org/cgit/ksensors/commit/?id=2f38541f [2f38541f]] Translated using Weblate (Georgian)<br/>Currently translated at 100.0% (3 of 3 strings)<br/>Translation: applications/ksensors - ksensors.desktop<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/ksensors-ksensorsdesktop/ka/
  +
* [https://git.trinitydesktop.org/cgit/ksensors/commit/?id=2be10d18 [2be10d18]] Added translation using Weblate (Georgian)
  +
* [https://git.trinitydesktop.org/cgit/ksensors/commit/?id=25e49533 [25e49533]] Update translation files<br/>Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.<br/>Translation: applications/ksensors - ksensors.desktop<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/ksensors-ksensorsdesktop/
  +
* [https://git.trinitydesktop.org/cgit/ksensors/commit/?id=f4d3000d [f4d3000d]] Translated using Weblate (Polish)<br/>Currently translated at 100.0% (98 of 98 strings)<br/>Translation: applications/ksensors<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/ksensors/pl/
 
* [https://git.trinitydesktop.org/cgit/ksensors/commit/?id=2a8c9caa [2a8c9caa]] Translated using Weblate (Russian)<br/>Currently translated at 100.0% (3 of 3 strings)<br/>Translation: applications/ksensors - ksensors.desktop<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/ksensors-ksensorsdesktop/ru/
 
* [https://git.trinitydesktop.org/cgit/ksensors/commit/?id=2a8c9caa [2a8c9caa]] Translated using Weblate (Russian)<br/>Currently translated at 100.0% (3 of 3 strings)<br/>Translation: applications/ksensors - ksensors.desktop<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/ksensors-ksensorsdesktop/ru/
 
* [https://git.trinitydesktop.org/cgit/ksensors/commit/?id=2f3812ef [2f3812ef]] Added translation using Weblate (Russian)
 
* [https://git.trinitydesktop.org/cgit/ksensors/commit/?id=2f3812ef [2f3812ef]] Added translation using Weblate (Russian)
  +
  +
== mathemagics ==
  +
* [https://git.trinitydesktop.org/cgit/mathemagics/commit/?id=d203b8bb [d203b8bb]] Translated using Weblate (Georgian)<br/>Currently translated at 100.0% (101 of 101 strings)<br/>Translation: applications/mathemagics<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/mathemagics/ka/
  +
* [https://git.trinitydesktop.org/cgit/mathemagics/commit/?id=d479065e [d479065e]] Added translation using Weblate (Georgian)
  +
* [https://git.trinitydesktop.org/cgit/mathemagics/commit/?id=6a6df092 [6a6df092]] Translated using Weblate (Georgian)<br/>Currently translated at 100.0% (2 of 2 strings)<br/>Translation: applications/mathemagics - mathemagics.desktop<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/mathemagics-mathemagicsdesktop/ka/
  +
* [https://git.trinitydesktop.org/cgit/mathemagics/commit/?id=cf7fee51 [cf7fee51]] Added translation using Weblate (Georgian)
   
 
== qalculate-tde ==
 
== qalculate-tde ==
  +
* [https://git.trinitydesktop.org/cgit/qalculate-tde/commit/?id=4af42e99 [4af42e99]] Translated using Weblate (Georgian)<br/>Currently translated at 100.0% (3 of 3 strings)<br/>Translation: applications/qalculate-tde - desktop files<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/qalculate-tde-desktop-files/ka/
  +
* [https://git.trinitydesktop.org/cgit/qalculate-tde/commit/?id=8b1154b9 [8b1154b9]] Added translation using Weblate (Georgian)
  +
* [https://git.trinitydesktop.org/cgit/qalculate-tde/commit/?id=83e6d6a4 [83e6d6a4]] Update translation files<br/>Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.<br/>Translation: applications/qalculate-tde - desktop files<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/qalculate-tde-desktop-files/
  +
* [https://git.trinitydesktop.org/cgit/qalculate-tde/commit/?id=00321718 [00321718]] Translated using Weblate (Polish)<br/>Currently translated at 99.6% (594 of 596 strings)<br/>Translation: applications/qalculate-tde<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/qalculate-tde/pl/
 
* [https://git.trinitydesktop.org/cgit/qalculate-tde/commit/?id=3fca4e9e [3fca4e9e]] Translated using Weblate (Russian)<br/>Currently translated at 100.0% (3 of 3 strings)<br/>Translation: applications/qalculate-tde - desktop files<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/qalculate-tde-desktop-files/ru/
 
* [https://git.trinitydesktop.org/cgit/qalculate-tde/commit/?id=3fca4e9e [3fca4e9e]] Translated using Weblate (Russian)<br/>Currently translated at 100.0% (3 of 3 strings)<br/>Translation: applications/qalculate-tde - desktop files<br/>Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/qalculate-tde-desktop-files/ru/
 
* [https://git.trinitydesktop.org/cgit/qalculate-tde/commit/?id=2a0fc1a4 [2a0fc1a4]] Added translation using Weblate (Russian)
 
* [https://git.trinitydesktop.org/cgit/qalculate-tde/commit/?id=2a0fc1a4 [2a0fc1a4]] Added translation using Weblate (Russian)
Line 2,965: Line 3,954:
 
= packaging =
 
= packaging =
 
== packaging ==
 
== packaging ==
  +
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=78f8fb89 [78f8fb89]] DEB buildscripts: update supported ditros and application list
  +
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=9a57d786 [9a57d786]] DEB: drop tqtinterface module
  +
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=3dca8bbc [3dca8bbc]] DEB tqt3: switch ntqapplication, ntqconfig and ntqmodules files to equivalent tq*
  +
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=12e0186a [12e0186a]] DEB tqt3: adapt to tquic
  +
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=03be3ca8 [03be3ca8]] DEB tqtinterface: remove tmoc from .deb package
  +
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=807fa03e [807fa03e]] DEB tqt3: adapt to tqmoc
  +
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=752f1174 [752f1174]] DEB tqt3: remove nsplugin header files
  +
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=8698e680 [8698e680]] RPM: re-add dependency to gcc-c++ (with condition)
  +
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=1144adb7 [1144adb7]] Add clang compile support<br/>- Add check for installed compiler, remove BuildRequires<br/>- Add platform option for clang when the default symlink resolves to it<br/>- Add OpenMandriva specific checks for required files removed during<br/> packaging<br/>- Comment missing docs, install, and headers during packaging process<br/>- Increment version number to latest stable release<br/>- Replace symlink for build-examples with the actual file, install dereferences<br/>- Add missing translation file for "tr"<br/>- Fix lib prefixes for dependencies needed in MDK/OMV for 64 bit
  +
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=3117a031 [3117a031]] DEB pytqt: adjust to current tqt3 version
  +
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=53b4c4b9 [53b4c4b9]] DEB tqt3: switch remaining ntq[s-z]* header files
  +
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=810ea216 [810ea216]] DEB tqt3: switch remaining ntq[m-r]* header files
  +
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=97f7238e [97f7238e]] DEB tqt3: switch remaining ntq[i-l]* header files
  +
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=8626a06e [8626a06e]] DEB tqt3: switch remaining ntq[d-h]* header files
  +
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=5e27280f [5e27280f]] DEB tqt3: switch remaining ntq[a-c]* header files
  +
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=85c8c1c1 [85c8c1c1]] DEB tqt3: remove obsolete tqabstractlayout.h header
  +
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=7ac72cfb [7ac72cfb]] DEB tqt3: switch global classes tq* widget files
  +
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=d4bdda71 [d4bdda71]] DEB tqt3: switch style related tq* widget files
  +
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=d5fc881b [d5fc881b]] DEB tqt3: switch tq* layout files
  +
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=a6c0eeef [a6c0eeef]] DEB tqt3: switch more tq* widget files
  +
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=de716d15 [de716d15]] DEB tqt3: switch to tq* basic widget files
 
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=a7e8d524 [a7e8d524]] DEB tqt3: switch to tq* environment class files
 
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=a7e8d524 [a7e8d524]] DEB tqt3: switch to tq* environment class files
 
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=17e7ce1f [17e7ce1f]] DEB tqt3: switch to tq* text class files
 
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=17e7ce1f [17e7ce1f]] DEB tqt3: switch to tq* text class files

Latest revision as of 01:52, 12 November 2024

common

admin

  • [85116532] Remove support for discontinued Reliant/Sinix unix
  • [8f4fde8c] Don't explicetly include tqt.h anymore
  • [e9976e36] Use tquic directly instead of uic
  • [e45962e5] Use tqmoc directly instead of tmoc
  • [34c35e11] Use proper TQt headers
  • [3c012e46] tqt-replace and uic-tqt are no longer required

dependencies

tde-cmake

  • [eb4d7722] Detects tqt-mt instead of tqt or tqtqui.
    Required to drop tqtinterface.
  • [fd707ac5] Use tquic directly instead of relying on tqtinterface info
  • [52da2507] Use tqmoc directly instead of tmoc
  • [b2d2b467] tqt-replace is no longer required
  • [9fae6b57] Update version to R14.2.0~[DEVELOPMENT]

tqt3

  • [792e93f6] Remove support for discontinued Reliant/Sinix unix
  • [5b77d97b] Rename tqrtlcodec-h.html into tqhebrewcodec-h.html
    This was missed out in commit c113da20.
  • [c489c62c] Update tqt-mt.pc to export the same parameters previously exported in tqt.pc and tqtqui.pc.
    Required to drop tqtinterface.
  • [69e1261d] Drop Borland compiler specific code
  • [c9a75bcc] Fix up left over stuff from commit 397b9afa
  • [fed2da8d] Move time related functions from tqtinterface/tqapplication.{h,cpp}
  • [397b7afa] Rename ntqapplication, ntqconfig and ntqmodules files to equivalent tq*
  • [755d4692] Remove leftover header file. Should have been removed in commit 6964feed
  • [c6a6cade] Remove unnecessary references to developer local folders
  • [e93b60df] Rename uic to tquic
  • [8066b054] Remove use of glib thread code. Use pthread instead
  • [1e335369] Fix up leftover from commit 6964feed8
  • [58765756] Rename moc to tqmoc
  • [4161606c] Remove documentation for Motif extension classes. Those classes are not included in tqt3 source code
  • [6964feed] Remove obsolete Netscape plugin and its classes
  • [81288cfc] Make sure to release thread resources back to the OS once the thread completes.
    Threads created with pthread are created in detach mode. Threads created using glib thread functions are instead created as joinable. The fix makes glib-created threads detached, so that the thread resources are released when the thread completes.
    This resolves TDE/amarok#30 and will benefit any place where a TQThread is used.
  • [24b42848] Fix fallover case for TQEvent::MetaCall
  • [0d546f99] Translated using Weblate (Italian)
    Currently translated at 100.0% (452 of 452 strings)
    Translation: dependencies/tqt3
    Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/dependencies/tqt3/it/
  • [8e653076] Fix possible SEGV if the sender object list was null and thread support enabled
  • [232dd26c] Remove temporary code required for the tqinterface migration phase introduced in commit 8ac0e970
  • [87219292] Rename private q* headers into equivalent tq*
  • [6f57abfc] Rename remaining ntq[s-z]* related files to equivalent tq*
  • [0582c90a] Rename remaining ntq[m-r]* related files to equivalent tq* (except ntqmodules.h)
  • [39f8a475] Rename remaining ntq[i-l]* related files to equivalent tq*
  • [e42ec295] Rename remaining ntq[d-h]* related files to equivalent tq*
  • [0917fbb5] Rename remaining ntq[a-c]* related files to equivalent tq* (except ntqapplication.h and ntqconfig.h)
  • [7b1d2ad2] Remove obsolete ntqabstractlayout.h header
  • [367ff3fb] Rename global classes nt* related files to equivalent tq*
  • [d35eedcd] Rename style nt* related files to equivalent tq*
  • [82ecd834] Rename layout nt* related files to equivalent tq*
  • [42957a3f] Rename more widget nt* related files to equivalent tq*
  • [fef84691] Rename basic widget nt* related files to equivalent tq*
  • [8ef4ea45] Rename environment class nt* related files to equivalent tq*
  • [0e787fb7] Rename text class nt* related files to equivalent tq*
  • [1e9fa8e0] Rename graphics class nt* related files to equivalent tq* (part 2)
  • [a30f5359] Rename graphics class nt* related files to equivalent tq* (part 1)
  • [25ad1267] Fix errors in qt.dcf introduced in commit 8a071b48. This relates to
    issue #171
  • [252a2ec8] Rename IO and network class nt* related files to equivalent tq*
  • [87d29563] Rename utility class nt* related files to equivalent tq*
  • [628b0bb7] Rename drag-n-drop nt* related files to equivalent tq*
  • [7552c6d7] Rename main window nt* related files to equivalent tq*. The file
    "ntqsession.h" was totally unnecessary and has been removed.
  • [c113da20] Rename codec nt* related files to equivalent tq*.
    The qrtlcodec files have been renamed into tqhebrewcodec files, for consistency with file naming used for other codecs.
  • [aeefd3fe] Rename threading nt* related files to equivalent tq*
  • [2cbcca0d] Rename date and time nt* related files to equivalent tq*
  • [a09a6bc0] Remove documentation for QWS classes and Qt/Embedded
  • [bba3e1fa] Fix wrong documentation changes introduced in recent commits
  • [8a071b48] Remove documentation about activeqt, because the latter is part of the commercial edition of Qt3
  • [7bc57326] Rename style nt* related files to equivalent tq*
  • [ccbc1c35] Rename icon nt* related files to equivalent tq*
  • [0cf411b0] Rename text nt* related files to equivalent tq*
  • [e6077c30] Rename str nt* related files to equivalent tq*
  • [8c029298] Rename image nt* related files to equivalent tq*
  • [0881ed50] Rename ptr nt* related files to equivalent tq*
  • [1f0ce853] Rename template library nt* related files to equivalent tq*
  • [8ac0e970] Rename ntqwidget* related files to equivalent tqwidget*
  • [68b81013] Rename nt* canvas related files to equivalent tq*
  • [1702a6da] Rename nt* dom and xml related files to equivalent tq*
  • [5fffa303] Rename nt* sql related files to equivalent tq*
  • [04913ce7] Rename ntqobject*.h and qobject*.cpp to tqobject*
  • [c11c0f22] Move tqt.h from tqtinterface
  • [486211a7] Translated using Weblate (Russian)
    Currently translated at 100.0% (488 of 488 strings)
    Translation: dependencies/tqt3
    Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/dependencies/tqt3/ru/
  • [f5bf794e] Update translations binary files
    because they are not generated during build.
  • [4bcca712] Translated using Weblate (Portuguese)
    Currently translated at 100.0% (464 of 464 strings)
    Translation: dependencies/tqt3
    Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/dependencies/tqt3/pt/
  • [e90af998] Translated using Weblate (Portuguese (Brazil))
    Currently translated at 100.0% (464 of 464 strings)
    Translation: dependencies/tqt3
    Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/dependencies/tqt3/pt_BR/
  • [7e24b2b6] Translated using Weblate (Portuguese)
    Currently translated at 100.0% (464 of 464 strings)
    Translation: dependencies/tqt3
    Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/dependencies/tqt3/pt/
  • [1938504e] Zero padding bytes in DndReceiverProp struct.
    This removes valgrind's complains about accessing uninitialized memory.
  • [ee0c5d58] Translated using Weblate (Russian)
    Currently translated at 100.0% (488 of 488 strings)
    Translation: dependencies/tqt3
    Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/dependencies/tqt3/ru/
  • [a6829398] Translated using Weblate (Russian)
    Currently translated at 100.0% (488 of 488 strings)
    Translation: dependencies/tqt3
    Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/dependencies/tqt3/ru/
  • [d2122705] Translated using Weblate (Russian)
    Currently translated at 100.0% (488 of 488 strings)
    Translation: dependencies/tqt3
    Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/dependencies/tqt3/ru/
  • [e0a3cab4] Minor adjustments to porting documentation
  • [f2b3ea52] Drop compatibility code for TQSignal
  • [fb6884ea] Drop compatibility code for TQPalette
  • [2e817b4b] Remove dangled symlinks for droped compat headers.
  • [c3bb8881] Drop compatibility code for TQButton
  • [9492e618] Drop compatibility code for TQThread
  • [979f5621] Drop compatibility code for TQLineEdit
  • [83991feb] Remove Qt4 related stuff
  • [48ea22d0] Drop compatibility code for TQToolButton
  • [b1bfbe79] Drop compat headers
  • [bfd62a0b] Drop Qt2's TQSemiModal and TQSortedList classes
  • [a8466ab3] Translated using Weblate (Chinese (zh))
    Currently translated at 100.0% (15 of 15 strings)
    Translation: dependencies/tqt3 - examples-i18n
    Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/dependencies/tqt3-examples-i18n/zh/
  • [5350a724] Drop TQT_NO_COMPAT code from mkspecs files
  • [a75445b4] Drop Qt2 obsolete classes
  • [b6e9b6c6] Added translation using Weblate (Turkish)
  • [af9d6b11] Added translation using Weblate (Turkish)

avahi-tqt

dbus-tqt

  • [02f7aa7b] Don't explicetly include tqt.h anymore

sip4-tqt

  • [112446ca] Remove support for discontinued Reliant/Sinix unix
  • [cbc2d404] Don't explicetly include tqt.h anymore

pytqt

  • [b978584c] Updated after renaming of ntqconfig.h in tqt3
  • [df4895c1] Adjust to current tqt3 version
  • [aa676491] Drop compatibility code for TQPalette
  • [cba16275] Drop compatibility code for TQThread
  • [8bd235be] Addons to previous commit
  • [28273a01] Drop Qt2's TQSemiModal class.

core

tdelibs

tdebase

tdepim

tdemultimedia

tdenetwork

tdegraphics

tdetoys

tdeutils

tdeedu

tdegames

tdeaccessibility

tdeaddons

tdeadmin

tdeartwork

tdebindings

  • [225aca6e] Fix FTBFS caused by removal of tqtinterface
  • [62762a26] Use tq* header after last round of renaming in tqt3
  • [b8e21c74] Remove Netscape plugin and Motif extension classes
  • [5c077518] Adapt to latest tqt3 version
  • [84ec6486] Drop compatibility code for TQSignal
  • [13378021] Drop compatibility code for TQPalette
  • [02712db1] Drop compatibility code for TQButton
  • [53442b53] Drop obsolete TQLineEdit methods
  • [1b35744b] Drop compatibility code for TQToolButton
  • [476cadbf] Drop TQt'3 compat headers
  • [941081ce] Drop Qt2's TQSemiModal and TQSortedList classes.
  • [dcffc0bc] Drop Qt2 obsolete classes

tdesdk

tdevelop

tdewebdev

tde-i18n

libraries

libkdcraw

libkipi

kipi-plugins

libtqt-perl

  • [6f64d330] Use tq* header after last round of renaming in tqt3
  • [f400a45b] Remove Netscape plugin and Motif extension classes
  • [838094bf] Adapt to latest tqt3 version
  • [ea4d4023] Drop TQt'3 compat headers
  • [a8738810] Drop Qt2's TQSemiModal and TQSortedList classes
  • [076ec834] Drop Qt2 obsolete classes

pytdeextensions

applications/development

kdbg

kdiff3

kpicosim

kscope

ktechlab

kxmleditor

piklab

tdesvn

applications/games

knights

tdepacman

applications/graphics

digikam

gwenview

gwenview-i18n

ksquirrel

potracegui

applications/internet

kasablanca

kbiff

kftpgrabber

knmap

konversation

kopete-otr

kshowmail

kstreamripper

ktorrent

kvirc

kvpnc

smb4k

tork

applications/misc

bibletime

desktop-effects-tde

kcmldap

kcmldapcontroller

kcmldapmanager

kerberostray

krecipes

applications/multimedia

amarok

codeine

k3b

k3b-i18n

k9copy

kaffeine

kmplayer

kplayer

mplayerthumbs

rosegarden

soundkonverter

tderadio

applications/office

basket

kbibtex

kbookreader

kile

kmymoney

knowit

koffice

  • [de988008] Use tqt-mt instead of tqt library
  • [474e2840] Adapt to latest tqt3 version
  • [d165869a] Drop compatibility code for TQPalette
  • [c2fdb394] Fix functionality broken by commit a9bbaa83
  • [a9bbaa83] Drop Qt2's TQSortedList class

koffice-i18n

kpilot

tellico

applications/settings

kdpkg

kima

kiosktool

kkbswitch

klcddimmer

kmyfirewall

tde-systemsettings

tdenetworkmanager

tdesudo

wlassistant

applications/system

dolphin

katapult

kbfx

kcmautostart

kdbusnotification

klamav

knemo

knetload

knetstats

kooldock

krusader

kshutdown

ksystemlog

kvkbd

polkit-agent-tde

tastymenu

tdebluez

tdedocker

tdepowersave

tdesshaskpass

yakuake

applications/tdeio

tdeio-appinfo

tdeio-apt

tdeio-ftps

tdeio-gopher

tdeio-locate

tdeio-sword

tdeio-umountwrapper

applications/themes

gtk-qt-engine

kgtk-qt3

ksplash-engine-moodin

tde-style-baghira

tde-style-domino

tde-style-ia-ora

tde-style-lipstik

tde-style-qtcurve

tdmtheme

twin-style-crystal

twin-style-dekorator

twin-style-machbunt

twin-style-suse2

applications/utilities

abakus

filelight

kbarcode

kchmviewer

kcpuload

kdirstat

keep

knutclient

kompose

krename

ksensors

mathemagics

qalculate-tde

packaging

packaging

  • [78f8fb89] DEB buildscripts: update supported ditros and application list
  • [9a57d786] DEB: drop tqtinterface module
  • [3dca8bbc] DEB tqt3: switch ntqapplication, ntqconfig and ntqmodules files to equivalent tq*
  • [12e0186a] DEB tqt3: adapt to tquic
  • [03be3ca8] DEB tqtinterface: remove tmoc from .deb package
  • [807fa03e] DEB tqt3: adapt to tqmoc
  • [752f1174] DEB tqt3: remove nsplugin header files
  • [8698e680] RPM: re-add dependency to gcc-c++ (with condition)
  • [1144adb7] Add clang compile support
    - Add check for installed compiler, remove BuildRequires
    - Add platform option for clang when the default symlink resolves to it
    - Add OpenMandriva specific checks for required files removed during
    packaging
    - Comment missing docs, install, and headers during packaging process
    - Increment version number to latest stable release
    - Replace symlink for build-examples with the actual file, install dereferences
    - Add missing translation file for "tr"
    - Fix lib prefixes for dependencies needed in MDK/OMV for 64 bit
  • [3117a031] DEB pytqt: adjust to current tqt3 version
  • [53b4c4b9] DEB tqt3: switch remaining ntq[s-z]* header files
  • [810ea216] DEB tqt3: switch remaining ntq[m-r]* header files
  • [97f7238e] DEB tqt3: switch remaining ntq[i-l]* header files
  • [8626a06e] DEB tqt3: switch remaining ntq[d-h]* header files
  • [5e27280f] DEB tqt3: switch remaining ntq[a-c]* header files
  • [85c8c1c1] DEB tqt3: remove obsolete tqabstractlayout.h header
  • [7ac72cfb] DEB tqt3: switch global classes tq* widget files
  • [d4bdda71] DEB tqt3: switch style related tq* widget files
  • [d5fc881b] DEB tqt3: switch tq* layout files
  • [a6c0eeef] DEB tqt3: switch more tq* widget files
  • [de716d15] DEB tqt3: switch to tq* basic widget files
  • [a7e8d524] DEB tqt3: switch to tq* environment class files
  • [17e7ce1f] DEB tqt3: switch to tq* text class files
  • [b2b7389f] DEB tqt3: switch to tq* graphics class files (part 2)
  • [8044a43b] DEB tqt3: switch to tq* graphics class files (part 1)
  • [2d8ee89b] DEB tqt3: switch to tq* IO and network header files
  • [46551b1f] DEB tqt3: switch to tq* utility class files
  • [0cf4c136] DEB tqt3: switch to tq* dran-n-drop files
  • [f3fe3921] DEB tqt3: switch to tq* main window files
  • [c62bc8c3] DEB tqt3: switch to tq* codec files
  • [40dc8410] DEB tqt3: switch to tq* threading files
  • [11fcd3e7] DEB tqt3: switch to tq* date and time files
  • [355bec7d] DEB tqt3: remove Qt/embedded related files
  • [787c105f] RPM: more updates for mageia/openmandriva BuildRequires
  • [ac47c91c] RPM: synchronize redhat directory with r14.1.x branch
  • [1488354e] DEB tqt3: switch to tq* style files
  • [1141dba2] DEB tqt3: switch to tq* icon files
  • [ba843920] DEB tqt3: switch to tq* text files
  • [85a0b800] DEB tqt3: switch to tq* str files
  • [dd776b9f] DEB tqt3: switch to tq* image files
  • [18e9eea2] DEB tqt3: switch to tq* ptr files
  • [cd2dd4e9] DEB tqt3: switch to tq* template library files
  • [6839f2be] DEB tqt3: switch to tqwidget* files
  • [82ceb95a] DEB tqt3: switch to tq* canvas related files
  • [53704653] DEB tqt3: switch to tq* dom and xml related files
  • [30405ac3] DEB tqt3: switch to tq* sql related files
  • [2f4b0256] DilOS tqt3: add input context header files
  • [d0a9c398] DEB tqt3: switch to tqobject* files
  • [598468a9] DEB tqt3: move tqt.h from tqtinterface
  • [ef8e0bd1] DEB build scripts: updated after testing on Devuan Chimaera
  • [70a0160c] DEB tdebindings: remove dependency on libtqt3-compat-headers
  • [fb212c9e] DEB tqt3: drop compat files
  • [a4869e73] DEB tdebase twin: adjusted after renaming client libraries from twin3_* to twin_*. This relates to TDE/tdebase#364
  • [7b064a10] DEB tqt3: adjusted after removing Qt2's TQSemiModal and TQSortedList classes
  • [f7be243e] DEB buildscripts: update supported distros
  • [f82c8cc0] DEB: remove support for Debian Stretch and Ubuntu Xenial
  • [4721bdc6] DEB tqt3: remove Qt2 obsolete classes
  • [e6b868c8] DEB tdebase: added release notes for R14.2.x series
  • [3c5c1e60] DEB trinity-apt-archive: Set the apt repository URL to PTB.