Difference between revisions of "Changelog For R14.2.0"

From Trinity Desktop Project Wiki
Jump to navigation Jump to search
(Update 20240804)
(Update 20241013)
Line 1: Line 1:
 
= common =
 
= common =
 
== admin ==
 
== admin ==
  +
* [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 7:
 
= dependencies =
 
= dependencies =
 
== tde-cmake ==
 
== tde-cmake ==
  +
* [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~[DEVELOPMENT]
 
* [https://git.trinitydesktop.org/cgit/tde-cmake/commit/?id=9fae6b57 [9fae6b57]] Update version to R14.2.0~[DEVELOPMENT]
   
 
== tqt3 ==
 
== tqt3 ==
  +
* [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 65: Line 89:
   
 
== tqtinterface ==
 
== tqtinterface ==
  +
* [https://git.trinitydesktop.org/cgit/tqtinterface/commit/?id=6d11f6b3 [6d11f6b3]] Remove tmoc
  +
* [https://git.trinitydesktop.org/cgit/tqtinterface/commit/?id=cdf40894 [cdf40894]] Remove private header files
  +
* [https://git.trinitydesktop.org/cgit/tqtinterface/commit/?id=bb9a995a [bb9a995a]] Remove remaining tq[s-z]* header files
  +
* [https://git.trinitydesktop.org/cgit/tqtinterface/commit/?id=14559281 [14559281]] Remove remaining tq[m-r]* header files
  +
* [https://git.trinitydesktop.org/cgit/tqtinterface/commit/?id=7d782d58 [7d782d58]] Remove remaining tq[i-l]* header files
  +
* [https://git.trinitydesktop.org/cgit/tqtinterface/commit/?id=f21636e0 [f21636e0]] Remove remaining tq[d-h]* header files
  +
* [https://git.trinitydesktop.org/cgit/tqtinterface/commit/?id=55060918 [55060918]] Remove unnecessary files
  +
* [https://git.trinitydesktop.org/cgit/tqtinterface/commit/?id=ddb9cb08 [ddb9cb08]] Remove remaining tq[a-c]* header files
  +
* [https://git.trinitydesktop.org/cgit/tqtinterface/commit/?id=79e8fd26 [79e8fd26]] Remove obsolete tqabstractlayout.h
  +
* [https://git.trinitydesktop.org/cgit/tqtinterface/commit/?id=dddfdbe5 [dddfdbe5]] Remove unused files
  +
* [https://git.trinitydesktop.org/cgit/tqtinterface/commit/?id=ed6ea790 [ed6ea790]] Remove global classes nt* related header files
  +
* [https://git.trinitydesktop.org/cgit/tqtinterface/commit/?id=dd5e325c [dd5e325c]] Remove style nt* related header files
  +
* [https://git.trinitydesktop.org/cgit/tqtinterface/commit/?id=e6e45b7b [e6e45b7b]] Remove layout nt* related header files
  +
* [https://git.trinitydesktop.org/cgit/tqtinterface/commit/?id=eb22102f [eb22102f]] Remove more widget nt* related header files
  +
* [https://git.trinitydesktop.org/cgit/tqtinterface/commit/?id=b5cb55e1 [b5cb55e1]] Remove basic widget nt* related header files
 
* [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=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=d3963bf6 [d3963bf6]] Remove text class nt* related header files
Line 99: Line 138:
   
 
== 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
   
 
== pytqt ==
 
== pytqt ==
  +
* [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 150:
 
= core =
 
= core =
 
== tdelibs ==
 
== tdelibs ==
  +
* [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 205:
   
 
== tdebase ==
 
== tdebase ==
  +
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=425bcff8 [425bcff8]] Don't stat files twice when sending to trash<br/>TQDir::entryInfoList will call some variation of stat on each file when<br/>creating the return list, so there is no need to stat the file again.<br/>See: [https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/445 TDE/tdebase#445]
  +
* [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=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=54dda569 [54dda569]] Added translation using Weblate (Polish)
Line 319: Line 393:
   
 
== tdepim ==
 
== tdepim ==
  +
* [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 358: Line 433:
   
 
== 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 421: Line 498:
   
 
== 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 481: Line 559:
   
 
== tdeaccessibility ==
 
== tdeaccessibility ==
  +
* [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=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/
Line 497: Line 580:
   
 
== tdeadmin ==
 
== tdeadmin ==
  +
* [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 517: Line 606:
   
 
== tdebindings ==
 
== tdebindings ==
  +
* [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 527: Line 618:
   
 
== tdesdk ==
 
== tdesdk ==
  +
* [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 542: Line 634:
   
 
== tdevelop ==
 
== tdevelop ==
  +
* [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 554: Line 654:
   
 
== tde-i18n ==
 
== tde-i18n ==
  +
* [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=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=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/
Line 1,878: Line 2,067:
   
 
== 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,890: Line 2,080:
   
 
== libtqt-perl ==
 
== libtqt-perl ==
  +
* [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 =
Line 1,900: Line 2,095:
   
 
== kdiff3 ==
 
== kdiff3 ==
  +
* [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,911: Line 2,107:
   
 
== kpicosim ==
 
== kpicosim ==
  +
* [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,919: Line 2,119:
   
 
== kscope ==
 
== kscope ==
  +
* [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=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=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,937: Line 2,140:
   
 
== tdesvn ==
 
== tdesvn ==
  +
* [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,946: Line 2,153:
 
= applications/games =
 
= applications/games =
 
== knights ==
 
== knights ==
  +
* [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,952: Line 2,161:
   
 
== tdepacman ==
 
== tdepacman ==
  +
* [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,961: Line 2,172:
 
= applications/graphics =
 
= applications/graphics =
 
== digikam ==
 
== digikam ==
  +
* [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,973: Line 2,185:
   
 
== gwenview ==
 
== gwenview ==
  +
* [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=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,995: Line 2,212:
   
 
== 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 2,004: Line 2,222:
   
 
== potracegui ==
 
== potracegui ==
  +
* [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 2,016: Line 2,235:
   
 
== kbiff ==
 
== kbiff ==
  +
* [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 2,024: Line 2,245:
   
 
== kftpgrabber ==
 
== kftpgrabber ==
  +
* [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 2,041: Line 2,263:
   
 
== konversation ==
 
== konversation ==
  +
* [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,052: Line 2,278:
   
 
== kopete-otr ==
 
== kopete-otr ==
  +
* [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=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,064: Line 2,292:
   
 
== kstreamripper ==
 
== kstreamripper ==
  +
* [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,081: Line 2,310:
   
 
== 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,088: Line 2,318:
   
 
== kvirc ==
 
== kvirc ==
  +
* [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,143: Line 2,386:
   
 
== kvpnc ==
 
== kvpnc ==
  +
* [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,156: Line 2,403:
   
 
== tork ==
 
== tork ==
  +
* [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,172: Line 2,422:
   
 
== desktop-effects-tde ==
 
== desktop-effects-tde ==
  +
* [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,179: Line 2,435:
   
 
== kcmldap ==
 
== kcmldap ==
  +
* [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,184: Line 2,442:
   
 
== kcmldapcontroller ==
 
== kcmldapcontroller ==
  +
* [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,189: Line 2,449:
   
 
== kcmldapmanager ==
 
== kcmldapmanager ==
  +
* [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,194: Line 2,456:
   
 
== kerberostray ==
 
== kerberostray ==
  +
* [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,206: Line 2,470:
 
= applications/multimedia =
 
= applications/multimedia =
 
== amarok ==
 
== amarok ==
  +
* [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,246: Line 2,514:
   
 
== codeine ==
 
== codeine ==
  +
* [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,263: Line 2,536:
   
 
== k3b-i18n ==
 
== k3b-i18n ==
  +
* [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,293: Line 2,572:
   
 
== k9copy ==
 
== k9copy ==
  +
* [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,311: Line 2,591:
   
 
== kaffeine ==
 
== kaffeine ==
  +
* [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,327: Line 2,611:
   
 
== kmplayer ==
 
== kmplayer ==
  +
* [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,342: Line 2,629:
   
 
== kplayer ==
 
== kplayer ==
  +
* [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,353: Line 2,642:
   
 
== mplayerthumbs ==
 
== mplayerthumbs ==
  +
* [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=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,365: Line 2,660:
   
 
== soundkonverter ==
 
== soundkonverter ==
  +
* [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,378: Line 2,674:
   
 
== tderadio ==
 
== tderadio ==
  +
* [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,409: Line 2,724:
 
= applications/office =
 
= applications/office =
 
== basket ==
 
== basket ==
  +
* [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,419: Line 2,737:
   
 
== kbibtex ==
 
== kbibtex ==
  +
* [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,425: Line 2,744:
   
 
== kbookreader ==
 
== kbookreader ==
  +
* [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,434: Line 2,756:
   
 
== kile ==
 
== kile ==
  +
* [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,441: Line 2,764:
   
 
== kmymoney ==
 
== kmymoney ==
  +
* [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,455: Line 2,780:
   
 
== knowit ==
 
== knowit ==
  +
* [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=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,464: Line 2,791:
   
 
== 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,504: Line 2,834:
   
 
== kpilot ==
 
== kpilot ==
  +
* [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,521: Line 2,854:
   
 
== tellico ==
 
== tellico ==
  +
* [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,537: Line 2,871:
 
= applications/settings =
 
= applications/settings =
 
== kdpkg ==
 
== kdpkg ==
  +
* [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,548: Line 2,889:
   
 
== kima ==
 
== kima ==
  +
* [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=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,558: Line 2,901:
   
 
== kkbswitch ==
 
== kkbswitch ==
  +
* [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,579: Line 2,923:
   
 
== tde-systemsettings ==
 
== tde-systemsettings ==
  +
* [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=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,602: Line 2,951:
   
 
== wlassistant ==
 
== wlassistant ==
  +
* [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=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,626: Line 2,982:
   
 
== katapult ==
 
== katapult ==
  +
* [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,634: Line 2,993:
   
 
== kbfx ==
 
== kbfx ==
  +
* [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,641: Line 3,002:
   
 
== kcmautostart ==
 
== kcmautostart ==
  +
* [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,649: Line 3,014:
   
 
== kdbusnotification ==
 
== kdbusnotification ==
  +
* [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,655: Line 3,022:
   
 
== klamav ==
 
== klamav ==
  +
* [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,661: Line 3,031:
   
 
== knemo ==
 
== knemo ==
  +
* [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,678: Line 3,049:
   
 
== knetstats ==
 
== knetstats ==
  +
* [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=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,700: Line 3,081:
   
 
== kshutdown ==
 
== kshutdown ==
  +
* [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,712: Line 3,096:
   
 
== ksystemlog ==
 
== ksystemlog ==
  +
* [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,718: Line 3,103:
   
 
== kvkbd ==
 
== kvkbd ==
  +
* [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,723: Line 3,112:
   
 
== polkit-agent-tde ==
 
== polkit-agent-tde ==
  +
* [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,732: Line 3,123:
   
 
== tastymenu ==
 
== tastymenu ==
  +
* [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,737: Line 3,131:
   
 
== tdebluez ==
 
== tdebluez ==
  +
* [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,757: Line 3,153:
   
 
== tdedocker ==
 
== tdedocker ==
  +
* [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,762: Line 3,160:
   
 
== tdepowersave ==
 
== tdepowersave ==
  +
* [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,780: Line 3,182:
   
 
== tdesshaskpass ==
 
== tdesshaskpass ==
  +
* [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,787: Line 3,190:
   
 
== yakuake ==
 
== yakuake ==
  +
* [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,795: Line 3,200:
 
= applications/tdeio =
 
= applications/tdeio =
 
== tdeio-appinfo ==
 
== tdeio-appinfo ==
  +
* [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,801: Line 3,208:
   
 
== tdeio-apt ==
 
== tdeio-apt ==
  +
* [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)
Line 2,808: Line 3,216:
   
 
== tdeio-gopher ==
 
== tdeio-gopher ==
  +
* [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=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)
Line 2,820: Line 3,230:
   
 
== tdeio-umountwrapper ==
 
== tdeio-umountwrapper ==
  +
* [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,828: Line 3,241:
 
= applications/themes =
 
= applications/themes =
 
== gtk-qt-engine ==
 
== gtk-qt-engine ==
  +
* [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,835: Line 3,249:
   
 
== kgtk-qt3 ==
 
== kgtk-qt3 ==
  +
* [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=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,847: Line 3,267:
   
 
== tde-style-baghira ==
 
== tde-style-baghira ==
  +
* [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,861: Line 3,286:
   
 
== tde-style-domino ==
 
== tde-style-domino ==
  +
* [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,866: Line 3,292:
   
 
== tde-style-ia-ora ==
 
== tde-style-ia-ora ==
  +
* [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,878: Line 3,306:
   
 
== tde-style-qtcurve ==
 
== tde-style-qtcurve ==
  +
* [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=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,888: Line 3,320:
   
 
== twin-style-crystal ==
 
== twin-style-crystal ==
  +
* [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,893: Line 3,326:
   
 
== twin-style-dekorator ==
 
== twin-style-dekorator ==
  +
* [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,898: Line 3,332:
   
 
== twin-style-machbunt ==
 
== twin-style-machbunt ==
  +
* [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,905: Line 3,341:
   
 
== twin-style-suse2 ==
 
== twin-style-suse2 ==
  +
* [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,929: Line 3,367:
   
 
== kbarcode ==
 
== kbarcode ==
  +
* [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,940: Line 3,384:
   
 
== kchmviewer ==
 
== kchmviewer ==
  +
* [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,946: Line 3,391:
   
 
== kcpuload ==
 
== kcpuload ==
  +
* [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,955: Line 3,404:
   
 
== kdirstat ==
 
== kdirstat ==
  +
* [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,963: Line 3,414:
   
 
== keep ==
 
== keep ==
  +
* [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,969: Line 3,422:
   
 
== knutclient ==
 
== knutclient ==
  +
* [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,975: Line 3,429:
   
 
== kompose ==
 
== kompose ==
  +
* [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=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,985: Line 3,441:
   
 
== ksensors ==
 
== ksensors ==
  +
* [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)
   
 
== qalculate-tde ==
 
== qalculate-tde ==
  +
* [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 3,005: Line 3,465:
 
= packaging =
 
= packaging =
 
== packaging ==
 
== packaging ==
  +
* [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

Revision as of 10:12, 14 October 2024

common

admin

  • [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

  • [52da2507] Use tqmoc directly instead of tmoc
  • [b2d2b467] tqt-replace is no longer required
  • [9fae6b57] Update version to R14.2.0~[DEVELOPMENT]

tqt3

tqtinterface

  • [6d11f6b3] Remove tmoc
  • [cdf40894] Remove private header files
  • [bb9a995a] Remove remaining tq[s-z]* header files
  • [14559281] Remove remaining tq[m-r]* header files
  • [7d782d58] Remove remaining tq[i-l]* header files
  • [f21636e0] Remove remaining tq[d-h]* header files
  • [55060918] Remove unnecessary files
  • [ddb9cb08] Remove remaining tq[a-c]* header files
  • [79e8fd26] Remove obsolete tqabstractlayout.h
  • [dddfdbe5] Remove unused files
  • [ed6ea790] Remove global classes nt* related header files
  • [dd5e325c] Remove style nt* related header files
  • [e6e45b7b] Remove layout nt* related header files
  • [eb22102f] Remove more widget nt* related header files
  • [b5cb55e1] Remove basic widget nt* related header files
  • [2d5b7f4a] Remove environment class nt* related header files
  • [d3963bf6] Remove text class nt* related header files
  • [9c2c71c7] Remove graphics class nt* related header files (part 2)
  • [9521d868] Remove graphics class nt* related header files (part 1)
  • [98006ab0] Remove IO and network nt* related header files
  • [75ac0866] Remove utility class nt* related header files
  • [8f01e0e4] Remove drag-n-drop nt* related header files
  • [4c9db014] Remove main window nt* related header files
  • [e4f0bf1e] Remove codec nt* related header files
  • [4fe48089] Remove threading nt* related header files
  • [c05e0f3a] Remove tqvfbhdr.h, leftover from previous commit
  • [4421b232] Remove date and time nt* related header files
  • [d8f36f1b] Remove style nt* related header files
  • [854de84e] Remove icon nt* related header files
  • [c190b545] Remove text nt* related header files
  • [3c9f1a87] Remove str nt* related header files
  • [d8f7d899] Remove image nt* related header files
  • [6d3d9814] Remove ptr nt* related header files
  • [febf013b] Remove template library nt* related header files
  • [1f352d34] Remove tqwidget* header files
  • [e8de6b5c] Remove tq* canvas related header files
  • [05aba5ec] Remove tq* dom and xml related header files
  • [0cae95b2] Remove tq* sql related header files
  • [ea34bc88] Remove tqobject* header files
  • [b56bc45e] Remove check for Qt3
  • [9231ecd6] Move tqt.h to tqt3
  • [c75a4d30] Fix FTBFS caused by commit 70b3c7d
  • [70b3c7d4] Removed unused scripts
  • [2b8afac3] Remove tqt-replace, uic-tqt and moc-tqt tools
  • [9ad01120] Drop TQt'3 compat headers
  • [4746fbba] Drop Qt2's TQSemiModal and TQSortedList classes
  • [1c79e9f8] Drop Qt2 obsolete classes

avahi-tqt

pytqt

core

tdelibs

tdebase

tdepim

tdemultimedia

tdenetwork

tdegraphics

tdetoys

tdeutils

tdeedu

tdegames

tdeaccessibility

tdeaddons

tdeadmin

tdeartwork

tdebindings

  • [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

  • [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

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

  • [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

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

qalculate-tde

packaging

packaging

  • [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.